Manage ServiceNow update sets from the CLI — jsn

Inspect, select, and work with ServiceNow update sets while making changes from the terminal.

How do I manage a ServiceNow update set from the command line? Inspect, select, and work with ServiceNow update sets while making changes from the terminal. JSN gives you a direct terminal workflow instead of requiring the ServiceNow web interface for every inspection or change.
CommandWhat it does
jsn updatesets listSee every set and its state
jsn updatesets export "My Set" --out set.xmlExport to XML via the fluent endpoint
jsn updatesets list
jsn updatesets list

3 update set(s)


name                            state       application           application.scope     
------------------------------  ----------  --------------------  --------------------  
Holly Export Test C             In prog...  test                  x_8821_test           
Holly Export Test B             In prog...  test                  x_8821_test           
Holly Export Test A             Complete    test                  x_8821_test

Get started

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

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

← All features