Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "ecctl", Short: "Elastic Cloud Control", SilenceErrors: true, SilenceUsage: true, DisableAutoGenTag: true, BashCompletionFunction: bashCompletionFunc, PersistentPreRunE: func(cmd *cobra.Command, args []string) error { initConfig() if err := setupDebug(defaultViper.GetBool("trace"), defaultViper.GetBool("pprof")); err != nil { return err } return initApp(cmd, defaultClient, defaultViper) }, }
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.