repo

package
v0.0.21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 14, 2023 License: Apache-2.0 Imports: 16 Imported by: 0

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 control plane",
	Long: `The minder repo commands allow the management of repositories within a 
minder control plane.`,
	RunE: func(cmd *cobra.Command, args []string) error {
		return cmd.Usage()
	},
}

RepoCmd is the root command for the repo subcommands

Functions

func RegisterCmd added in v0.0.17

func RegisterCmd(ctx context.Context, cmd *cobra.Command, conn *grpc.ClientConn) ([]*pb.RegisterRepoResult, string, error)

RegisterCmd represents the register command to register a repo with minder

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL