mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
39 lines
857 B
Text
39 lines
857 B
Text
NAME
|
|
gcloud builds worker-pools - manage worker pools for Google Cloud Build
|
|
|
|
SYNOPSIS
|
|
gcloud builds worker-pools COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Manage worker pools for Google Cloud Build.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
Create a worker pool for use by Google Cloud Build.
|
|
|
|
delete
|
|
Delete a worker pool from Google Cloud Build.
|
|
|
|
describe
|
|
Describe a worker pool used by Google Cloud Build.
|
|
|
|
list
|
|
List all worker pools in a Google Cloud project.
|
|
|
|
update
|
|
Update a worker pool used by Google Cloud Build.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha builds worker-pools
|
|
|
|
$ gcloud beta builds worker-pools
|
|
|