mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Tue Mar 1 21:43:54 UTC 2022
This commit is contained in:
parent
c1c3b75313
commit
21878eea72
1018 changed files with 4838 additions and 3409 deletions
|
|
@ -33,15 +33,16 @@ EXAMPLES
|
|||
To add an IAM policy binding for the role of 'roles/editor' for the user
|
||||
'test-user@gmail.com' on repository my-repo, run:
|
||||
|
||||
$ gcloud alpha artifacts repositories add-iam-policy-binding my-repo
|
||||
--member='user:test-user@gmail.com' --role='roles/editor'
|
||||
$ gcloud alpha artifacts repositories add-iam-policy-binding \
|
||||
my-repo --member='user:test-user@gmail.com' \
|
||||
--role='roles/editor'
|
||||
|
||||
To remove an IAM policy binding for the role of 'roles/editor' for the user
|
||||
'test-user@gmail.com' on repository my-repo, run:
|
||||
|
||||
$ gcloud alpha artifacts repositories remove-iam-policy-binding \
|
||||
my-repo
|
||||
--member='user:test-user@gmail.com' --role='roles/editor'
|
||||
my-repo --member='user:test-user@gmail.com' \
|
||||
--role='roles/editor'
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue