Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
type Cmd struct {
Install installCmd `cmd:"" group:"uxp" help:"Install UXP."`
Uninstall uninstallCmd `cmd:"" group:"uxp" help:"Uninstall UXP."`
Upgrade upgradeCmd `cmd:"" group:"uxp" help:"Upgrade UXP."`
Connect connectCmd `cmd:"" group:"uxp" help:"Connect UXP to Upbound Cloud."`
Kubeconfig string `type:"existingfile" help:"Override default kubeconfig path."`
Namespace string `short:"n" env:"UXP_NAMESPACE" default:"upbound-system" help:"Kubernetes namespace for UXP."`
}
Cmd contains commands for managing UXP.
Click to show internal directories.
Click to hide internal directories.