Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
type Cmd struct { Connect connectCmd `cmd:"" help:"Connect an Upbound Space to the Upbound web console." aliases:"attach"` Destroy destroyCmd `cmd:"" help:"Remove the Upbound Spaces deployment."` Disconnect disconnectCmd `cmd:"" help:"Disconnect an Upbound Space from the Upbound web console." aliases:"detach"` Init initCmd `cmd:"" help:"Initialize an Upbound Spaces deployment."` List listCmd `cmd:"" help:"List all accessible spaces in Upbound."` Mirror mirror.Cmd `cmd:"" maturity:"alpha" help:"List of all OCI artifacts required for Spaces."` Upgrade upgradeCmd `cmd:"" help:"Upgrade the Upbound Spaces deployment."` Billing billing.Cmd `cmd:""` }
Cmd contains commands for interacting with spaces.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.