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:
Cian Johnston
2024-03-21 17:06:28 +00:00
committed by GitHub
parent 8ea5fb7115
commit f2a9e515df
3 changed files with 107 additions and 18 deletions

View File

@ -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 {