mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Thu Jun 26 10:50:44 UTC 2025
This commit is contained in:
parent
3a534cb57c
commit
f645b4c02d
150 changed files with 4099 additions and 393 deletions
58
gcloud/beta/run/worker-pools/help
Normal file
58
gcloud/beta/run/worker-pools/help
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
NAME
|
||||
gcloud beta run worker-pools - view and manage your Cloud Run worker pools
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta run worker-pools GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) This set of commands can be used to view and manage your Cloud Run
|
||||
worker pools.
|
||||
|
||||
EXAMPLES
|
||||
To list your existing worker-pools, run:
|
||||
|
||||
$ gcloud beta run worker-pools list
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
GROUPS
|
||||
GROUP is one of the following:
|
||||
|
||||
revisions
|
||||
(BETA) View and manage your Cloud Run WorkerPools revisions.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
delete
|
||||
(BETA) Delete a worker-pool.
|
||||
|
||||
deploy
|
||||
(BETA) Create or update a Cloud Run worker-pool.
|
||||
|
||||
describe
|
||||
(BETA) Obtain details about a given worker-pool.
|
||||
|
||||
list
|
||||
(BETA) List available worker-pools.
|
||||
|
||||
replace
|
||||
(BETA) Create or replace a worker-pool from a YAML worker-pool
|
||||
specification.
|
||||
|
||||
update
|
||||
(BETA) Update Cloud Run environment variables and other configuration
|
||||
settings.
|
||||
|
||||
update-instance-split
|
||||
(BETA) Adjust the instance assignments for a Cloud Run worker-pool.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
|
||||
$ gcloud alpha run worker-pools
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue