Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "metrics-agent [command] [flags]", Short: "Starts the Cloudability Metrics Agent", Long: `Starts the Cloudability Metrics Agent for the configured metrics collectors and polling interval.`, Args: cobra.MinimumNArgs(1), TraverseChildren: true, PersistentPreRunE: func(cmd *cobra.Command, args []string) error { return util.SetupLogger() }, Run: func(cmd *cobra.Command, args []string) { }, }
RootCmd is the cobra root command to be executed
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.