1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 23:49:35 +00:00
gcloud-help/gcloud/builds/worker-pools/help

40 lines
836 B
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
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
2024-01-10 10:17:49 +00:00
Create a worker pool for use by Google Cloud Build.
2022-03-01 04:29:52 +00:00
delete
2023-11-01 10:29:29 +00:00
Delete a worker pool from Cloud Build.
2022-03-01 04:29:52 +00:00
describe
2023-11-01 10:29:29 +00:00
Describe a worker pool used by Cloud Build.
2022-03-01 04:29:52 +00:00
list
List all worker pools in a Google Cloud project.
update
2023-11-01 10:29:29 +00:00
Update a worker pool used by Cloud Build.
2022-03-01 04:29:52 +00:00
NOTES
These variants are also available:
$ gcloud alpha builds worker-pools
$ gcloud beta builds worker-pools