Documentation ¶
Index ¶
Constants ¶
View Source
const (
// EnvPrefix is the prefix for all environment variables used by aptomictl
EnvPrefix = "APTOMICTL"
)
Variables ¶
View Source
var ( // Config is the global instance of the client config Config = &config.Client{} // ConfigFile is the path to config file used to read config ConfigFile = new(string) // Command is the main (root) cobra command for aptomictl Command = &cobra.Command{ Use: "aptomictl", Short: "aptomictl controls Aptomi", Long: "aptomictl controls Aptomi", PersistentPreRun: preRun, Run: func(cmd *cobra.Command, args []string) { cmd.HelpFunc()(cmd, args) }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.