Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // RootCmd is the root of the command line interface RootCmd = &cobra.Command{ Use: "kvetchctl", Short: "Command line interface for interacting with Kvetch", Long: `All flags may also be specified as environment variables with the prefix KVETCHCTL_ Example: export KVETCHCTL_ENDPOINT=localhost:7777 kvetchctl get some_key `, PersistentPreRunE: setupLogger, } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.