Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
type Cmd struct { Create createCmd `cmd:"" help:"Create a group."` Delete deleteCmd `cmd:"" help:"Delete a group."` List listCmd `cmd:"" help:"List groups in the space."` Get getCmd `cmd:"" help:"Get a group."` // Common Upbound API configuration Flags upbound.Flags `embed:""` }
Cmd contains commands for interacting with groups.
func (*Cmd) AfterApply ¶
AfterApply constructs and binds an Upbound context to any subcommands that have Run() methods that receive it.
func (*Cmd) BeforeReset ¶
BeforeReset is the first hook to run.
Click to show internal directories.
Click to hide internal directories.