Hello,
I’m currently organizing my Boundary setup and I’m trying to create a new project directly within a pre-existing scope using the Boundary CLI.
I know how to create a scope, for example:
Shell
boundary scopes create -name prodops -description "For ProdOps usage"
Is there a flag or a specific command to create a project that is immediately associated with this “prodops” scope upon creation? Something like boundary projects create -name my-app -scope-id <scope_id>?
I use windows CMD CLI
Thanks in all advance