state
Top-level group for commands that inspect and manage the schema snapshot NSchema has recorded in the state store. The snapshot is used for offline planning and drift detection. These subcommands operate on the recorded state; they never touch the live database.
state is a group — run it with one of the subcommands below. On its own, nschema state just prints this list.
state show— print the recorded schema, from the configured backend or a state file on disk.state pull— download the raw state payload, for inspection, backup, or hand-editing.state push— upload a state payload, replacing the recorded state.