Skip to content

validate

rocketship validate

Validate Rocketship test files against the JSON schema

Synopsis

Validate one or more Rocketship test files against the JSON schema. This command checks test file syntax, structure, and configuration without executing tests.

Examples: rocketship validate test.yaml # Validate a single file rocketship validate ./tests/ # Validate all YAML files in a directory rocketship validate test1.yaml test2.yaml # Validate multiple files

rocketship validate [file_or_directory] [flags]

Options

  -h, --help   help for validate

SEE ALSO

Auto generated by spf13/cobra on 28-May-2025