1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Jul 17 09:30:28 UTC 2024

This commit is contained in:
Automated 2024-07-17 09:30:28 +00:00
parent 2614f6b65e
commit 503936d882
156 changed files with 1988 additions and 573 deletions

View file

@ -3,7 +3,7 @@ NAME
Cloud Build
SYNOPSIS
gcloud beta builds worker-pools create WORKER_POOL --region=REGION
gcloud beta builds worker-pools create WORKER_POOL [--region=REGION]
[--config-from-file=CONFIG_FROM_FILE | --peered-network=PEERED_NETWORK
--peered-network-ip-range=PEERED_NETWORK_IP_RANGE --no-public-egress
--worker-disk-size=WORKER_DISK_SIZE
@ -33,12 +33,11 @@ POSITIONAL ARGUMENTS
Unique identifier for the worker pool to create. This value should be
1-63 characters, and valid characters are [a-z][0-9]-
REQUIRED FLAGS
FLAGS
--region=REGION
Cloud region where the worker pool is created. See
https://cloud.google.com/build/docs/locations for available locations.
OPTIONAL FLAGS
At most one of these can be specified:
--config-from-file=CONFIG_FROM_FILE

View file

@ -3,7 +3,7 @@ NAME
Cloud Build
SYNOPSIS
gcloud beta builds worker-pools delete WORKER_POOL --region=REGION
gcloud beta builds worker-pools delete WORKER_POOL [--region=REGION]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -18,7 +18,7 @@ POSITIONAL ARGUMENTS
WORKER_POOL
The ID of the worker pool to delete.
REQUIRED FLAGS
FLAGS
--region=REGION
The Cloud region where the worker pool is.

View file

@ -3,7 +3,7 @@ NAME
Cloud Build
SYNOPSIS
gcloud beta builds worker-pools describe WORKER_POOL --region=REGION
gcloud beta builds worker-pools describe WORKER_POOL [--region=REGION]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -19,7 +19,7 @@ POSITIONAL ARGUMENTS
WORKER_POOL
The ID of the worker pool to describe.
REQUIRED FLAGS
FLAGS
--region=REGION
The Cloud region where the worker pool is.

View file

@ -3,9 +3,9 @@ NAME
Cloud project
SYNOPSIS
gcloud beta builds worker-pools list --region=REGION [--filter=EXPRESSION]
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
[GCLOUD_WIDE_FLAG ...]
gcloud beta builds worker-pools list [--region=REGION]
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) List all worker pools in a Google Cloud project.
@ -15,7 +15,7 @@ EXAMPLES
$ gcloud beta builds worker-pools list --region=us-central1
REQUIRED FLAGS
FLAGS
--region=REGION
The Cloud region to list worker pools in.

View file

@ -3,10 +3,11 @@ NAME
Build
SYNOPSIS
gcloud beta builds worker-pools update WORKER_POOL --region=REGION
gcloud beta builds worker-pools update WORKER_POOL
(--config-from-file=CONFIG_FROM_FILE | --[no-]public-egress
--worker-disk-size=WORKER_DISK_SIZE
--worker-machine-type=WORKER_MACHINE_TYPE) [GCLOUD_WIDE_FLAG ...]
--worker-machine-type=WORKER_MACHINE_TYPE) [--region=REGION]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Update a worker pool used by Cloud Build.
@ -24,10 +25,6 @@ POSITIONAL ARGUMENTS
1-63 characters, and valid characters are [a-z][0-9]-
REQUIRED FLAGS
--region=REGION
Cloud region where the worker pool is updated. See
https://cloud.google.com/build/docs/locations for available locations.
Exactly one of these must be specified:
--config-from-file=CONFIG_FROM_FILE
@ -60,6 +57,11 @@ REQUIRED FLAGS
If unspecified, Cloud Build uses a standard machine type.
OPTIONAL FLAGS
--region=REGION
Cloud region where the worker pool is updated. See
https://cloud.google.com/build/docs/locations for available locations.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,