Skip to main content

Describe

expanso-cli evaluation describe

Show detailed information about an evaluation

Synopsis

Display detailed information about a specific evaluation.

expanso-cli evaluation describe EVALUATION_ID [flags]

Examples

  # Describe an evaluation
expanso-cli evaluation describe eval-123

# Output as JSON
expanso-cli evaluation describe eval-123 --format json

# Output as YAML
expanso-cli evaluation describe eval-123 --format yaml

Options

  -f, --format {|json|yaml}   Output format
-h, --help help for describe
--no-style Disable colors and styling
--pretty Pretty print the output

Options inherited from parent commands

      --auth-token string   API bearer authentication token
-e, --endpoint string API endpoint URL
-k, --insecure Skip TLS certificate verification
-p, --profile string Profile to use for configuration
--timeout string Request timeout duration
-v, --verbose Enable verbose logging

SEE ALSO

Auto generated by spf13/cobra on 19-Nov-2025