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 ¶
func GetProjectsClient ¶ added in v0.2.0
func GetProjectsClient(cmd *cobra.Command) (minderv1.ProjectsServiceClient, func(), error)
GetProjectsClient is a helper to get the ProjectsServiceClient, supporting mocks via the command context
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.