Skip to main content

Versions

expanso-cli job versions

List all versions of a job

Synopsis

List all versions of a job showing the history of changes.

expanso-cli job versions JOB_ID_OR_NAME [flags]

Examples

  # List all versions of a job
expanso-cli job versions my-job

# Limit results with pagination
expanso-cli job versions my-job --limit 10

# Continue to next page with token
expanso-cli job versions my-job --limit 10 --token `<token-from-previous-response>`

Options

  -f, --format {table|json|yaml|csv}   Output format (default table)
-h, --help help for versions
--limit int Maximum number of results to return (default 50)
--namespace string Namespace to search in
--next-token string Continuation token for pagination
--no-header Hide table headers (table format only)
--no-style Disable colors and styling
-w, --wide Show full values without truncation (table format only)

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