Search ServiceNow documentation from the CLI — jsn

Search, sync, and read ServiceNow documentation locally from the terminal with JSN.

How can I search ServiceNow documentation from the command line? Search, sync, and read ServiceNow documentation locally from the terminal with JSN. JSN gives you a direct terminal workflow instead of requiring the ServiceNow web interface for every inspection or change.
CommandWhat it does
jsn docs syncDownload + index (incremental after first run)
jsn docs search "bill mcdermott"Full-text + semantic search
jsn docs show 2635Read a doc from the terminal
jsn docs sync
jsn docs sync

Updating existing clone at /home/jace/.cache/servicenow-cli/docs/source ...
Already up to date.
Docs DB found — running incremental refresh...
Docs sync complete
▼ next screen
jsn docs search "bill mcdermott"

[2635] Design considerations for prompting
  … Update caller to [Bill] [McDermott], impact and urgency categories to "2- Medium …

[49002] Administration: Security & Data Privacy || Knowledge & Troubleshooting Resources
  … on what they do best."_ **[Bill] [McDermott]** Chief Executive Officer, ServiceNow ServiceNow …
▼ next screen
jsn docs show 2635

Design considerations for prompting
───────────────────────────────────


# Design considerations for prompting

Generate your desired test by following the guided principles of effective prompting.

Starting with the Australia release, Test generation is being prepared for future deprecation. It will be hidden and no longer installed on new instances but will continue to be supported. For details, see the [Deprecation Process [KB0867184]](https://support.servicenow.com/kb_view.do?sysparm_article=KB0867184) article in the Now Support Knowledge Base.

-   Clear and concise ATF prompts that describes test steps
-   Consider the scope and capability of Test generation

Get started

Install, point it at your instance, then run this feature.

npm install -g @jacebenson/jsn
jsn setup
jsn docs sync
Full setup guide & skill docs →

← All features