Schema and platform metadata — jsn

Inspect tables, columns, relationships, script includes, and instance properties.

What can JSN do for this ServiceNow workflow? Inspect tables, columns, relationships, script includes, and instance properties. JSN gives you a direct terminal workflow instead of requiring the ServiceNow web interface for every inspection or change.
CommandWhat it does
jsn tables list --limit 3Discover tables
jsn columns list --query 'name=incident' --limit 5Inspect a table's columns
jsn includes list --limit 3List script includes
jsn tables list
jsn tables list --limit 3 --json

3 tables(s)
sn_build_agent_conversation  Build Agent Conversation
sn_build_agent_message       Build Agent Message
event telemetry              Event telemetry
▼ next screen
jsn columns list --query 'name=incident' --limit 5 --json

5 columns(s)
close_code       Resolution code    String
cause            Probable cause     String
business_impact  Business impact    String
hold_reason      On hold reason     Integer
▼ next screen
jsn includes list --limit 3 --json

3 includes(s)
BuildAgentUtil
BuildAgentEngine
BuildAgentLogger

Get started

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

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

← All features