Hello,
pac admin create `
--name "display name" `
--type Developer `
--domain some_domain`
--region canada
This will create a developer environment
You can then assign it to another user using the following. The down side is you can only create 3 developer environments, even if you assign the environment to another user. As a DevOps Engineer and admin, I need to have the possibility of creating multiple (n) of developer environments for specific users
pac admin assign-user `
--environment 00000000-00000-00000-0000-00000000000`
--user "developer@some_domain.aaa" `
--role "supported role"
I anyone knows who has a workaround using either pac cli, or powershell or C#, please let me know