Skip to content

list-formats

List available output formats for suite generation.

Synopsis

truthound list-formats

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