Mount commands under a root namespace

You can now group every spec-derived command under a namespace of your choosing, so a CLI that also ships custom commands can keep its API surface in one place. Set rootGroup in generators.yml and contoso plants list becomes contoso api plants list.

generators.yml
1config:
2 binaryName: contoso
3 rootGroup: api