CLI · command
socotra validate
Validate socotra.yaml without touching the filesystem.
Synopsis
socotra validate [--output text|json]Options
Exit codes
Examples
socotra validate
socotra validate --output json
socotra validate -d ./my-project -c ./custom-socotra.yamlJSON output (success):
{
"valid": true,
"errors": []
}JSON output (failure):
{
"valid": false,
"errors": ["SCT-001: Missing required field 'solution.name'"]
}Schema 1.1 · CLI 1.0