mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Dec 18 10:57:44 UTC 2025
This commit is contained in:
parent
6d07e70b12
commit
bdd724fcf3
219 changed files with 8033 additions and 381 deletions
|
|
@ -27,6 +27,9 @@ GROUPS
|
|||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
add-iam-policy-binding
|
||||
(BETA) Add IAM policy binding to a Cloud Run worker pool.
|
||||
|
||||
delete
|
||||
(BETA) Delete a worker-pool.
|
||||
|
||||
|
|
@ -36,13 +39,22 @@ COMMANDS
|
|||
describe
|
||||
(BETA) Obtain details about a given worker-pool.
|
||||
|
||||
get-iam-policy
|
||||
(BETA) Get the IAM policy for a Cloud Run worker pool.
|
||||
|
||||
list
|
||||
(BETA) List available worker-pools.
|
||||
|
||||
remove-iam-policy-binding
|
||||
(BETA) Remove IAM policy binding of a Cloud Run worker pool.
|
||||
|
||||
replace
|
||||
(BETA) Create or replace a worker-pool from a YAML worker-pool
|
||||
specification.
|
||||
|
||||
set-iam-policy
|
||||
(BETA) Set the IAM policy for a worker pool.
|
||||
|
||||
update
|
||||
(BETA) Update Cloud Run environment variables and other configuration
|
||||
settings.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue