Scopes and domain separation — jsn

Control application scope and domain context alongside update sets.

What can JSN do for this ServiceNow workflow? Control application scope and domain context alongside update sets. JSN gives you a direct terminal workflow instead of requiring the ServiceNow web interface for every inspection or change.
CommandWhat it does
jsn scopes list --limit 3List application scopes
jsn domains currentShow the current domain context
jsn scopes list
jsn scopes list --limit 3 --json

3 scope(s)

Contact card component       sn_contact_card       active
Asset Management for mobile  sn_me_assets           active
@servicenow/sn-cb-slide-modal sn_cb_slide_modal      active
▼ next screen
jsn domains current --json

Error: Domain separation is not installed on this instance. The domain table does not exist.

Get started

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

npm install -g @jacebenson/jsn
jsn setup
jsn scopes list --limit 3
Full setup guide & skill docs →

← All features