Describe
expanso-cli execution describe
Show detailed information about an execution
Synopsis
Display detailed information about a specific execution.
expanso-cli execution describe EXECUTION_ID [flags]
Examples
# Describe an execution
expanso-cli execution describe exec-123
# Output as JSON
expanso-cli execution describe exec-123 --format json
# Output as YAML
expanso-cli execution describe exec-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
- expanso-cli execution - Manage executions