state show
Print the schema recorded in the state store as human-readable text. This is a read of what
NSchema last recorded, useful for inspecting state or diffing it against import output.
nschema state show # read the configured BACKEND storenschema state show ./state.json # read a state file directly off diskPass a path to read a state file straight from disk instead of the configured store.
Arguments
Section titled “Arguments”file(optional) — path to a state file on disk to read instead of the configured store.
Options
Section titled “Options”-s,--scope <name>— limit the output to specific namespaces. May be repeated.