Describe
expanso-cli job describe
Show detailed information about a job
Synopsis
Display detailed information about a specific job including its specification and current state.
expanso-cli job describe JOB_NAME [flags]
Examples
# Describe a job
expanso-cli job describe my-job
# Describe a job in a specific namespace
expanso-cli job describe my-job --namespace production
# Describe a specific version of a job (spec only, no status)
expanso-cli job describe my-job --version 3
# Output as JSON
expanso-cli job describe my-job --format json
# Output as YAML
expanso-cli job describe my-job --format yaml
Options
-f, --format {|json|yaml} Output format
-h, --help help for describe
--namespace string Job namespace
--no-style Disable colors and styling
--pretty Pretty print the output
--version uint Show specific version (spec only, no status)
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 job - Manage jobs