Skip to content

Commit d44e85b

Browse files
committed
unhide, make gen
1 parent b5bc498 commit d44e85b

File tree

5 files changed

+74
-1
lines changed

5 files changed

+74
-1
lines changed

cli/support.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ func (r *RootCmd) support() *serpent.Command {
3030
Handler: func(inv *serpent.Invocation) error {
3131
return inv.Command.HelpHandler(inv)
3232
},
33-
Hidden: true, // TODO: un-hide once the must-haves from #12160 are completed.
3433
Children: []*serpent.Command{
3534
r.supportBundle(),
3635
},

docs/cli.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Coder — A tool for provisioning self-hosted development environments with Terr
5757
| [<code>stop</code>](./cli/stop.md) | Stop a workspace |
5858
| [<code>unfavorite</code>](./cli/unfavorite.md) | Remove a workspace from your favorites |
5959
| [<code>update</code>](./cli/update.md) | Will update and start a given workspace if it is out of date |
60+
| [<code>support</code>](./cli/support.md) | Commands for troubleshooting issues with a Coder deployment. |
6061
| [<code>server</code>](./cli/server.md) | Start a Coder server |
6162
| [<code>features</code>](./cli/features.md) | List Enterprise features |
6263
| [<code>licenses</code>](./cli/licenses.md) | Add, delete, and list licenses |

docs/cli/support.md

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/cli/support_bundle.md

Lines changed: 46 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/manifest.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -900,6 +900,16 @@
900900
"description": "Stop a workspace",
901901
"path": "cli/stop.md"
902902
},
903+
{
904+
"title": "support",
905+
"description": "Commands for troubleshooting issues with a Coder deployment.",
906+
"path": "cli/support.md"
907+
},
908+
{
909+
"title": "support bundle",
910+
"description": "Generate a support bundle to troubleshoot issues connecting to a workspace.",
911+
"path": "cli/support_bundle.md"
912+
},
903913
{
904914
"title": "templates",
905915
"description": "Manage templates",

0 commit comments

Comments
 (0)