feat(cli): add support cmd (#12328)

Part of #12163

- Adds a command coder support bundle <workspace> that generates a 
  support bundle and writes it to coder-support-$(date +%s).zip.
- Note: this is hidden currently until the rest of the functionality is fleshed out.
This commit is contained in:
Cian Johnston
2024-03-01 17:13:50 +00:00
committed by GitHub
parent e5d911462f
commit b1c2fea78b
4 changed files with 400 additions and 1 deletions

View File

@ -123,6 +123,7 @@ func (r *RootCmd) Core() []*clibase.Cmd {
r.vscodeSSH(),
r.workspaceAgent(),
r.expCmd(),
r.support(),
}
}