mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-22 15:52:30 +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
|
||||
(BETA) Manage IAM policies.
|
||||
(BETA) Manage IAM deny policies.
|
||||
|
||||
roles
|
||||
(BETA) Create and manipulate roles.
|
||||
|
|
|
|||
|
|
@ -45,8 +45,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud iam policies create
|
||||
|
||||
$ gcloud alpha iam policies create
|
||||
|
||||
|
|
|
|||
|
|
@ -45,8 +45,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud iam policies delete
|
||||
|
||||
$ gcloud alpha iam policies delete
|
||||
|
||||
|
|
|
|||
|
|
@ -39,8 +39,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud iam policies get
|
||||
|
||||
$ gcloud alpha iam policies get
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
NAME
|
||||
gcloud beta iam policies - manage IAM policies
|
||||
gcloud beta iam policies - manage IAM deny policies
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta iam policies COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Commands for managing Google Cloud IAM policies.
|
||||
(BETA) Commands for managing Google Cloud IAM deny policies.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
|
@ -34,8 +34,10 @@ COMMANDS
|
|||
name.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud iam policies
|
||||
|
||||
$ gcloud alpha iam policies
|
||||
|
||||
|
|
|
|||
|
|
@ -67,8 +67,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud iam policies list
|
||||
|
||||
$ gcloud alpha iam policies list
|
||||
|
||||
|
|
|
|||
|
|
@ -44,8 +44,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud iam policies update
|
||||
|
||||
$ gcloud alpha iam policies update
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue