-
Beta Was this translation helpful? Give feedback.
Answered by
serjdaza
Mar 6, 2025
Replies: 1 comment 2 replies
-
Did you ever find a solution? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, I did! The problem was not the
--environment
nor--role
parameters but the--business-unit
instead.--environment
is the same that you can see in the environment details in admin center (see picture below), and--role
is the name of the security role (in my example is "Environment Maker").The
--business-unit
parameter, in the other hand, was a bit tricky to find but is basically the id of the business unit. You can find it in the environment table called "Business Unit" and the column is "businessunitid". See picture below :)