Skip to content

validate / verify / ready

sscli validate

Runs smoke tests against the current project to verify template correctness.

Tier: FREE

Usage

Terminal window
sscli validate

sscli verify

Verifies the project structure against the Seed & Source template contract. Checks that required files are present, configurations are correct, and no structural drift has occurred.

Tier: FREE

Usage

Terminal window
sscli verify

sscli ready

Validates that the project is production deploy-ready. Checks Dockerfile presence, required environment variables, and service dependencies.

Tier: FREE

Usage

Terminal window
sscli ready

Run all three before any deployment:

Terminal window
sscli validate && sscli verify && sscli ready

Exit 0 on all three = deployment gate passed.