Documentation
¶
Overview ¶
Package repo contains the repo logic for the control plane
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RepoCmd = &cobra.Command{ Use: "repo", Short: "Manage repositories within a Minder project", Long: `Manage repositories within a Minder project. This command allows you to list, add, and manage repositories connected to Minder for security analysis and policy enforcement.`, Example: ` # List repositories minder repo list # Register a repository minder repo register --name my-repo --provider github # Delete a repository minder repo delete --name my-repo `, RunE: func(cmd *cobra.Command, _ []string) error { return cmd.Usage() }, }
RepoCmd is the root command for the repo subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.