Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
type Cmd struct { Login loginCmd `cmd:"" group:"cloud" help:"Login to Upbound Cloud."` Logout logoutCmd `cmd:"" group:"cloud" help:"Logout from Upbound Cloud."` ControlPlane controlPlaneCmd `cmd:"" name:"controlplane" aliases:"ctp" group:"cloud" help:"Interact with control planes."` Endpoint *url.URL `env:"UP_ENDPOINT" default:"https://api.upbound.io" help:"Endpoint used for Upbound API."` Profile string `env:"UP_PROFILE" help:"Profile used to execute command."` Account string `short:"a" env:"UP_ACCOUNT" help:"Account used to execute command."` }
Cmd contains commands for interacting with Upbound Cloud.
Click to show internal directories.
Click to hide internal directories.