Work with attachments, aggregates, and table inspection alongside normal record queries.
| Command | What it does |
|---|---|
jsn records attachments --help | List, inspect, and add record attachments |
jsn records aggregate --table incident --count | Aggregate records without downloading every row |
jsn records inspect incident INC0000060 | Inspect a record and its table context |
jsn records attachments --help
Work with attachments on a record
Commands:
list List attachments on a record
get <attachment-id> Download an attachment to a local file
add <file> Upload a file as a new attachment on a record (mutation)jsn records aggregate --table incident --count --json
Aggregated incident
Table: incident
Count: 70jsn records inspect incident INC0000060 --json
Inspected incident INC0000060
Audit history, business rules, and running flows returnedInstall, point it at your instance, then run this feature.
npm install -g @jacebenson/jsn jsn setup jsn records attachments --helpFull setup guide & skill docs →