diff --git a/cmd/troubleshoot.go b/cmd/troubleshoot.go index 3e22920c4..c491108a6 100644 --- a/cmd/troubleshoot.go +++ b/cmd/troubleshoot.go @@ -22,7 +22,7 @@ var fullAPIKey bool // troubleshootCmd does a diagnostic self-check. var troubleshootCmd = &cobra.Command{ Use: "troubleshoot", - Aliases: []string{"t"}, + Aliases: []string{"t", "debug"}, Short: "Troubleshoot does a diagnostic self-check.", Long: `Provides output to help with troubleshooting.