mirror of
https://github.com/coder/coder.git
synced 2025-07-23 21:32:07 +00:00
feat(cli/support): confirm before creating bundle (#12684)
Forces user to confirm before creating a support bundle. Also adds contextual information to the bundle under cli_logs.txt.
This commit is contained in:
@ -33,6 +33,7 @@ type Bundle struct {
|
||||
Workspace Workspace `json:"workspace"`
|
||||
Agent Agent `json:"agent"`
|
||||
Logs []string `json:"logs"`
|
||||
CLILogs []byte `json:"cli_logs"`
|
||||
}
|
||||
|
||||
type Deployment struct {
|
||||
|
Reference in New Issue
Block a user