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", Long: `The repo commands allow the management of repositories within Minder.`, RunE: func(cmd *cobra.Command, _ []string) error { return cmd.Usage() }, }
RepoCmd is the root command for the repo subcommands
Functions ¶
func RegisterCmd ¶
RegisterCmd represents the register command to register a repo with minder
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.