var ClusterCmd = &cobra.Command{
Use: "cluster",
Short: "Manage a Cartographer installation on a Kubernetes cluster",
Long: `Provides features to install and manage a Cartographer installation on a Kubernetes cluster.`,
Run: func(cmd *cobra.Command, args []string) {
cmd.Help()
},
}