type Cmd struct {
Set setCmd `cmd:"" help:"Set base configuration key, value pair in the Upbound Profile."`
UnSet unsetCmd `cmd:"" name:"unset" help:"Unset base configuration key, value pair in the Upbound Profile."`
}
Cmd contains commands for configuring Upbound Profiles.