mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 21:20:07 +00:00
gcloud: Thu Feb 20 10:40:27 UTC 2025
This commit is contained in:
parent
44f319c56c
commit
8d1a988ab5
295 changed files with 11246 additions and 956 deletions
54
gcloud/alpha/run/worker-pools/help
Normal file
54
gcloud/alpha/run/worker-pools/help
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
NAME
|
||||
gcloud alpha run worker-pools - view and manage your Cloud Run worker pools
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha run worker-pools GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) 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 alpha 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
|
||||
(ALPHA) View and manage your Cloud Run WorkerPools revisions.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
delete
|
||||
(ALPHA) Delete a worker-pool.
|
||||
|
||||
deploy
|
||||
(ALPHA) Create or update a Cloud Run worker-pool.
|
||||
|
||||
describe
|
||||
(ALPHA) Obtain details about a given worker-pool.
|
||||
|
||||
list
|
||||
(ALPHA) List available worker-pools.
|
||||
|
||||
update
|
||||
(ALPHA) Update Cloud Run environment variables and other configuration
|
||||
settings.
|
||||
|
||||
update-instance-split
|
||||
(ALPHA) Adjust the instance assignments for a Cloud Run worker-pool.
|
||||
|
||||
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.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue