Skip to content

plan show

plan show <file> renders a plan file saved by plan --out back to the terminal, including its diff, the ordered plan, and the SQL it would run, without a database or any config. Use it to review a saved plan before handing it to apply --plan-file, or in a PR where the plan was produced on another runner.

Terminal window
nschema plan --out tonight.nplan
nschema plan show tonight.nplan

See The plan / apply workflow for the full plan-then-apply pattern.