Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PredictConfigurations ¶
Types ¶
type Cmd ¶
type Cmd struct { Create createCmd `cmd:"" help:"Create a configuration."` List listCmd `cmd:"" help:"List root configurations for the account."` Get getCmd `cmd:"" help:"Get a single configuration for the account."` Delete deleteCmd `cmd:"" help:"Delete a single configuration for the account."` Template template.Cmd `cmd:"" help:"Interact with configuration templates."` Flags upbound.Flags `embed:""` }
Cmd contains commands for interacting with root configurations.
Click to show internal directories.
Click to hide internal directories.