list-formats¶
List available output formats for suite generation.
Synopsis¶
Description¶
Displays all supported output formats with descriptions for the generate-suite and quick-suite commands.
Available Formats¶
| Format | Description |
|---|---|
yaml |
Human-readable YAML format (default) |
json |
Machine-readable JSON format |
python |
Executable Python code with validators |
toml |
TOML configuration format |
checkpoint |
Truthound checkpoint format for CI/CD |
Example¶
$ truthound list-formats
Available output formats:
yaml - Human-readable YAML format (default)
json - Machine-readable JSON format
python - Executable Python code with validators
toml - TOML configuration format
checkpoint - Truthound checkpoint format for CI/CD
Related Commands¶
generate-suite- Generate validation rules from profilequick-suite- Profile and generate rules in one steplist-presets- List available configuration presetslist-categories- List available rule categories