Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "support-bundle", 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. The support-bundle utility can generate human readable archives, and can also be used to generate input to the support.io service.`, PersistentPreRun: func(cmd *cobra.Command, args []string) { jww.SetLogOutput(os.Stderr) if verbose { jww.SetStdoutThreshold(jww.LevelTrace) } else { jww.SetStdoutThreshold(jww.LevelError) } }, }
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.