Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Verbose tells if user asks more verbosity Verbose bool // Debug tells if user asks debug information Debug bool )
View Source
var ClusterCommand = cli.Command{ Name: "cluster", Aliases: []string{"datacenter", "dc"}, Usage: "create and manage cluster", ArgsUsage: "COMMAND", Subcommands: []cli.Command{ clusterNodeCommand, clusterListCommand, clusterCreateCommand, clusterDeleteCommand, clusterInspectCommand, clusterStateCommand, clusterStartCommand, clusterStopCommand, clusterExpandCommand, clusterShrinkCommand, clusterDcosCommand, clusterKubectlCommand, clusterCheckFeatureCommand, clusterAddFeatureCommand, clusterDeleteFeatureCommand, }, }
ClusterCommand command
View Source
var HostCommand = cli.Command{ Name: "host", Usage: "host", ArgsUsage: "COMMAND", Subcommands: []cli.Command{ hostCheckFeatureCommand, hostAddFeatureCommand, hostDeleteFeatureCommand, }, }
HostCommand command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.