Inspect, select, and work with ServiceNow update sets while making changes from the terminal.
| Command | What it does |
|---|---|
jsn updatesets list | See every set and its state |
jsn updatesets export "My Set" --out set.xml | Export to XML via the fluent endpoint |
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
Install, point it at your instance, then run this feature.
npm install -g @jacebenson/jsn jsn setup jsn updatesets listFull setup guide & skill docs →