type Cmd struct {
Create createCmd `cmd:"" help:"Create a control plane token."`
Delete deleteCmd `cmd:"" help:"Delete a control plane token."`
List listCmd `cmd:"" help:"List tokens for the control plane."`
}
Cmd contains commands for interacting with control plane tokens.