Skip to content

compozy support bundle

Create and download a redacted support bundle

For people running agent work2 pages in this section

compozy support bundle

Create and download a redacted support bundle

compozy support bundle [flags]

Examples

  # Create a bundle and write it under $COMPOZY_HOME/support-bundles
  compozy support bundle --yes

  # Write the daemon-built bundle to a specific path
  compozy support bundle --yes --output /tmp/compozy-support-bundle.tar.gz

Options

  -h, --help            help for bundle
      --no-status       Omit status.json, doctor.json, providers.json, and runtime status snapshots
      --output string   Path or directory for the downloaded bundle
      --yes             Confirm support bundle creation without an interactive prompt

Options inherited from parent commands

      --json   Emit JSON output

Output Formats

The root -o, --output flag accepts these values. A renderer is supported only when this command writes that result; jsonl is for commands that emit one JSON record per line.

FormatCommand result
humanInteractive terminal rendering
jsonMachine-readable JSON rendering
jsonlOne JSON record per line when supported
toonCompact agent-readable rendering

Example:

compozy support bundle -o json

On this page