- Notifications
You must be signed in to change notification settings - Fork928
feat(cli): unhide support bundle cmd#12745
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
coder v0.0.0-devel | ||
USAGE: | ||
coder support | ||
Commands for troubleshooting issues with a Coder deployment. | ||
SUBCOMMANDS: | ||
bundle Generate a support bundle to troubleshoot issues connecting to a | ||
workspace. | ||
——— | ||
Run `coder --help` for a list of global options. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
coder v0.0.0-devel | ||
USAGE: | ||
coder support bundle [flags] <workspace> [<agent>] | ||
Generate a support bundle to troubleshoot issues connecting to a workspace. | ||
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: | ||
-O, --output-file string, $CODER_SUPPORT_BUNDLE_OUTPUT_FILE | ||
File path for writing the generated support bundle. Defaults to | ||
coder-support-$(date +%s).zip. | ||
--url-override string, $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. | ||
-y, --yes bool | ||
Bypass prompts. | ||
——— | ||
Run `coder --help` for a list of global options. |
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.