Documentation ¶
Overview ¶
Package cmd provide the cli informations
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "zenscaler", Short: "ZScaler is a simple yet flexible scaler", Long: `A Simple and Flexible scaler for various orchetrators. Complete documentation is available at https://github.com/zenika/zenscaler/wiki`, Run: func(cmd *cobra.Command, args []string) { help := cmd.HelpFunc() help(cmd, args) }, }
RootCmd is the defaut command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.