1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 14:26:34 +00:00
gcloud-help/gcloud/alpha/builds/worker-pools/help

47 lines
1.2 KiB
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
gcloud alpha builds worker-pools - manage worker pools for Google Cloud
Build
SYNOPSIS
gcloud alpha builds worker-pools COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) 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:
2024-07-25 09:27:13 +00:00
apply
(ALPHA) Create a private pool for use by Cloud Build.
2022-03-01 04:29:52 +00:00
create
2024-01-10 10:17:49 +00:00
(ALPHA) Create a private pool for use by Cloud Build.
2022-03-01 04:29:52 +00:00
delete
2024-01-10 10:17:49 +00:00
(ALPHA) Delete a private worker pool from Google Cloud Build.
2022-03-01 04:29:52 +00:00
describe
2024-05-23 09:22:11 +00:00
(ALPHA) Describe a worker pool used by Cloud Build.
2022-03-01 04:29:52 +00:00
list
2024-05-23 09:22:11 +00:00
(ALPHA) List all worker pools in a Google Cloud project.
2022-03-01 04:29:52 +00:00
update
2024-01-10 10:17:49 +00:00
(ALPHA) Update a private pool used by Cloud Build.
2022-03-01 04:29:52 +00:00
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. These variants are also available:
$ gcloud builds worker-pools
$ gcloud beta builds worker-pools