Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "agentctl",
Short: "A CLI tool for managing agents.",
Example: `Specify the etcd to connect to and list all agents that it knows about:
$ export ETCD_ENDPOINTS=172.17.0.1:2379
$ agentctl show
or with a command line flag:
$ agentctl --endpoints 172.17.0.1:2379 show
`,
}
RootCmd represents the base command when called without any subcommands.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.