New
Discover how Dropbox streamlined dev environments & cut costs by switching 1000 developers to Coder

Read the success story

Home
/
Command Line
/
support bundle

support bundle

support bundle

Generate a support bundle to troubleshoot issues connecting to a workspace.

Usage

coder support bundle [flags] <workspace> [<agent>]

Description

This command generates a file containing detailed troubleshooting information about the Coder deployment and workspace connections. You must specify a single workspace (and optionally an agent name).

Options

-y, --yes

Typebool

Bypass prompts.

-O, --output-file

Typestring
Environment$CODER_SUPPORT_BUNDLE_OUTPUT_FILE

File path for writing the generated support bundle. Defaults to coder-support-$(date +%s).zip.

--url-override

Typestring
Environment$CODER_SUPPORT_BUNDLE_URL_OVERRIDE

Override the URL to your Coder deployment. This may be useful, for example, if you need to troubleshoot a specific Coder replica.

See an opportunity to improve our docs? Make an edit.