mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-21 22:49:22 +00:00
gcloud: Wed Oct 26 10:52:11 UTC 2022
This commit is contained in:
parent
5c08d21169
commit
235c67283b
215 changed files with 6787 additions and 1005 deletions
|
|
@ -28,7 +28,7 @@ GROUPS
|
|||
GROUP is one of the following:
|
||||
|
||||
policies
|
||||
(ALPHA) Manage IAM policies.
|
||||
(ALPHA) Manage IAM deny policies.
|
||||
|
||||
roles
|
||||
(ALPHA) Create and manipulate roles.
|
||||
|
|
|
|||
|
|
@ -48,7 +48,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud iam policies create
|
||||
|
||||
$ gcloud beta iam policies create
|
||||
|
||||
|
|
|
|||
|
|
@ -48,7 +48,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud iam policies delete
|
||||
|
||||
$ gcloud beta iam policies delete
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud iam policies get
|
||||
|
||||
$ gcloud beta iam policies get
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
NAME
|
||||
gcloud alpha iam policies - manage IAM policies
|
||||
gcloud alpha iam policies - manage IAM deny policies
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha iam policies COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Commands for managing Google Cloud IAM policies.
|
||||
(ALPHA) Commands for managing Google Cloud IAM deny policies.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
|
@ -40,7 +40,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud iam policies
|
||||
|
||||
$ gcloud beta iam policies
|
||||
|
||||
|
|
|
|||
|
|
@ -70,7 +70,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud iam policies list
|
||||
|
||||
$ gcloud beta iam policies list
|
||||
|
||||
|
|
|
|||
|
|
@ -48,7 +48,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud iam policies update
|
||||
|
||||
$ gcloud beta iam policies update
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue