Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ClusterCmd = &cobra.Command{
Use: "cluster",
Short: "Interact with a remote Astarte Cluster",
Long: `Interact with a remote Astarte Cluster. This requires the Astarte Cluster to be installed
with Astarte Operator on Kubernetes. Also, this command is capable of managing an Astarte installation on a Cluster
by installing, upgrading and managing Astarte through its Operator.`,
PersistentPreRunE: clusterPersistentPreRunE,
}
ClusterCmd represents the cluster command
View Source
var InstancesCmd = &cobra.Command{ Use: "instances", Short: "Interact with an Astarte Instance on a remote Astarte Cluster", Long: `Interact with an Astarte Instance on a remote Astarte Cluster. Through this command it is possible to manage the entire lifecycle of an Astarte instance, including its installation and maintenance.`, Aliases: []string{"instance"}, }
InstancesCmd represents the instance command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.