CLI reference

saasie validate

Check a blueprint before pushing it

Usage: saasie validate [--config <file>] [--json]

Check a blueprint before pushing it.

Runs the control plane's own parser over the file, then confirms that every
Dockerfile and build context it names actually exists. What this accepts is
what will deploy.

Options:
  -c, --config <file>  Blueprint to check (default: saasie.yaml, saasie.yml, saasie.json)
      --json           Print the result as JSON

Exit codes:
  0  the blueprint is sound
  1  it is not — every problem is listed, not just the first

See also: saasie docs blueprint

The same text, on your machine: saasie validate --help