1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Mar 19 10:42:21 UTC 2025

This commit is contained in:
Automated 2025-03-19 10:42:21 +00:00
parent a459a88a5f
commit e555fef0aa
170 changed files with 6428 additions and 659 deletions

View file

@ -18,13 +18,12 @@ DESCRIPTION
EXAMPLES
To undelete the role ProjectUpdater of the organization 1234567, run:
$ gcloud alpha iam roles undelete roles/ProjectUpdater \
$ gcloud alpha iam roles undelete ProjectUpdater \
--organization=1234567
To undelete the role ProjectUpdater of the project myproject, run:
$ gcloud alpha iam roles undelete roles/ProjectUpdater \
--project=myproject
$ gcloud alpha iam roles undelete ProjectUpdater --project=myproject
POSITIONAL ARGUMENTS
ROLE_ID

View file

@ -15,13 +15,13 @@ DESCRIPTION
EXAMPLES
To update the role ProjectUpdater from a YAML file, run:
$ gcloud alpha iam roles update roles/ProjectUpdater \
--organization=123 --file=role_file_path
$ gcloud alpha iam roles update ProjectUpdater --organization=123 \
--file=role_file_path
To update the role ProjectUpdater with flags, run:
$ gcloud alpha iam roles update roles/ProjectUpdater \
--project=myproject --permissions=permission1,permission2
$ gcloud alpha iam roles update ProjectUpdater --project=myproject \
--permissions=permission1,permission2
POSITIONAL ARGUMENTS
ROLE_ID