Control application scope and domain context alongside update sets.
| Command | What it does |
|---|---|
jsn scopes list --limit 3 | List application scopes |
jsn domains current | Show the current domain context |
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 activejsn domains current --json
Error: Domain separation is not installed on this instance. The domain table does not exist.Install, point it at your instance, then run this feature.
npm install -g @jacebenson/jsn jsn setup jsn scopes list --limit 3Full setup guide & skill docs →