type Cmd struct {
List listCmd `cmd:"" help:"List the configuration templates."`
}
Cmd contains commands for managing configuration templates
Today, there is only one option: List
The creation of new configuration templates is managed by Upbound,
not users.