Documentation ¶
Overview ¶
Package project is the root command for the project subcommands
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProjectCmd = &cobra.Command{ Use: "project", Short: "Manage project within a minder control plane", Long: `The minder project commands manage projects within a minder control plane.`, RunE: func(cmd *cobra.Command, _ []string) error { return cmd.Usage() }, }
ProjectCmd is the root command for the project subcommands
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.