validate / verify / ready
sscli validate
Runs smoke tests against the current project to verify template correctness.
Tier: FREE
Usage
sscli validatesscli 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
sscli verifysscli ready
Validates that the project is production deploy-ready. Checks Dockerfile presence, required environment variables, and service dependencies.
Tier: FREE
Usage
sscli readyRecommended workflow
Run all three before any deployment:
sscli validate && sscli verify && sscli readyExit 0 on all three = deployment gate passed.