File tree Expand file tree Collapse file tree 6 files changed +7
-36
lines changed Expand file tree Collapse file tree 6 files changed +7
-36
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ func (r *RootCmd) support() *clibase.Cmd {
95
95
}
96
96
return nil
97
97
},
98
+ Hidden : true , // TODO: un-hide
98
99
}
99
100
cmd .Options = clibase.OptionSet {
100
101
{
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ SUBCOMMANDS:
46
46
stat Show resource usage for the current workspace.
47
47
state Manually manage Terraform state to fix broken workspaces
48
48
stop Stop a workspace
49
- support Generate a support bundle to troubleshoot issues.
50
49
templates Manage templates
51
50
tokens Manage personal access tokens
52
51
unfavorite Remove a workspace from your favorites
Original file line number Diff line number Diff line change 1
1
coder v0.0.0-devel
2
2
3
3
USAGE:
4
- coder support <workspace> [<agent>]
4
+ coder support [flags] <workspace> [<agent>]
5
5
6
6
Generate a support bundle to troubleshoot issues.
7
7
8
8
This command generates a file containing detailed troubleshooting information
9
9
about the Coder deployment and workspace connections. You must specify a
10
10
single workspace (and optionally an agent name).
11
11
12
+ OPTIONS:
13
+ -o, --output string, $CODER_SUPPORT_BUNDLE_OUTPUT
14
+ Path to which to output the generated support bundle. Defaults to
15
+ coder-support-YYYYmmdd-HHMMSS.zip.
16
+
12
17
———
13
18
Run `coder --help` for a list of global options.
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ Coder — A tool for provisioning self-hosted development environments with Terr
56
56
| [ <code >stat</code >] ( ./cli/stat.md ) | Show resource usage for the current workspace. |
57
57
| [ <code >state</code >] ( ./cli/state.md ) | Manually manage Terraform state to fix broken workspaces |
58
58
| [ <code >stop</code >] ( ./cli/stop.md ) | Stop a workspace |
59
- | [ <code >support</code >] ( ./cli/support.md ) | Generate a support bundle to troubleshoot issues. |
60
59
| [ <code >templates</code >] ( ./cli/templates.md ) | Manage templates |
61
60
| [ <code >tokens</code >] ( ./cli/tokens.md ) | Manage personal access tokens |
62
61
| [ <code >unfavorite</code >] ( ./cli/unfavorite.md ) | Remove a workspace from your favorites |
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 880
880
"description" : " Stop a workspace" ,
881
881
"path" : " cli/stop.md"
882
882
},
883
- {
884
- "title" : " support" ,
885
- "description" : " Generate a support bundle to troubleshoot issues." ,
886
- "path" : " cli/support.md"
887
- },
888
883
{
889
884
"title" : " templates" ,
890
885
"description" : " Manage templates" ,
You can’t perform that action at this time.
0 commit comments