Skip to main content

Diff

expanso-cli job diff

Show differences between local and deployed job

Synopsis

Compare a local job specification with the deployed version and show the differences.

expanso-cli job diff FILE [flags]

Examples

  # Show diff for a job
expanso-cli job diff job.yaml

# Show diff with a specific namespace
expanso-cli job diff job.yaml --namespace production

# Show diff from stdin
cat job.yaml | expanso-cli job diff -

Options

  -h, --help               help for diff
--namespace string Override namespace in job specification

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