Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PredictRepos ¶
Types ¶
type Cmd ¶
type Cmd struct { Create createCmd `cmd:"" help:"Create a repository."` Delete deleteCmd `cmd:"" help:"Delete a repository."` List listCmd `cmd:"" help:"List repositories for the account."` Get getCmd `cmd:"" help:"Get a repository for the account."` // Common Upbound API configuration Flags upbound.Flags `embed:""` }
Cmd contains commands for interacting with repositories.
Click to show internal directories.
Click to hide internal directories.