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.
nschema plan --out tonight.nplannschema plan show tonight.nplanSee The plan / apply workflow for the full plan-then-apply pattern.