Merge pull request #40 from replicatedhq/run-error

collect support bundle without subcommand
This commit is contained in:
divolgin
2019-08-05 08:54:47 -07:00
committed by GitHub
+1
View File
@@ -15,6 +15,7 @@ import (
func RootCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "troubleshoot [url]",
Args: cobra.MinimumNArgs(1),
Short: "Generate and manage support bundles",
Long: `A support bundle is an archive of files, output, metrics and state
from a server that can be used to assist when troubleshooting a server.`,