mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Jul 17 09:30:28 UTC 2024
This commit is contained in:
parent
2614f6b65e
commit
503936d882
156 changed files with 1988 additions and 573 deletions
|
|
@ -3,8 +3,8 @@ NAME
|
|||
Cloud Build
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha builds worker-pools create WORKER_POOL --region=REGION
|
||||
[--generation=GENERATION; default=1]
|
||||
gcloud alpha builds worker-pools create WORKER_POOL
|
||||
[--generation=GENERATION; default=1] [--region=REGION]
|
||||
[--config-from-file=CONFIG_FROM_FILE | --disable-public-ip-address
|
||||
--network-attachment=NETWORK_ATTACHMENT --route-all-traffic
|
||||
| --peered-network=PEERED_NETWORK
|
||||
|
|
@ -50,15 +50,14 @@ 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
|
||||
--generation=GENERATION; default=1
|
||||
Generation of the worker pool.
|
||||
|
||||
--region=REGION
|
||||
Cloud region where the worker pool is created. See
|
||||
https://cloud.google.com/build/docs/locations for available locations.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--generation=GENERATION; default=1
|
||||
Generation of the worker pool.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--config-from-file=CONFIG_FROM_FILE
|
||||
|
|
|
|||
|
|
@ -3,8 +3,9 @@ NAME
|
|||
Google Cloud Build
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha builds worker-pools delete WORKER_POOL --region=REGION
|
||||
[--generation=GENERATION; default=1] [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud alpha builds worker-pools delete WORKER_POOL
|
||||
[--generation=GENERATION; default=1] [--region=REGION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Delete a private worker pool from Google Cloud Build.
|
||||
|
|
@ -18,14 +19,13 @@ POSITIONAL ARGUMENTS
|
|||
WORKER_POOL
|
||||
The ID of the worker pool to delete.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--region=REGION
|
||||
The Cloud region where the worker pool is.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
FLAGS
|
||||
--generation=GENERATION; default=1
|
||||
Generation of the worker pool.
|
||||
|
||||
--region=REGION
|
||||
The Cloud region where the worker pool is.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -3,8 +3,9 @@ NAME
|
|||
Cloud Build
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha builds worker-pools describe WORKER_POOL --region=REGION
|
||||
[--generation=GENERATION; default=1] [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud alpha builds worker-pools describe WORKER_POOL
|
||||
[--generation=GENERATION; default=1] [--region=REGION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Describe a worker pool used by Cloud Build.
|
||||
|
|
@ -19,14 +20,13 @@ POSITIONAL ARGUMENTS
|
|||
WORKER_POOL
|
||||
The ID of the worker pool to describe.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--region=REGION
|
||||
The Cloud region where the worker pool is.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
FLAGS
|
||||
--generation=GENERATION; default=1
|
||||
Generation of the worker pool.
|
||||
|
||||
--region=REGION
|
||||
The Cloud region where the worker pool is.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -3,9 +3,9 @@ NAME
|
|||
Cloud project
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha builds worker-pools list --region=REGION
|
||||
[--generation=GENERATION; default=1] [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
gcloud alpha builds worker-pools list [--generation=GENERATION; default=1]
|
||||
[--region=REGION] [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -16,14 +16,13 @@ EXAMPLES
|
|||
|
||||
$ gcloud alpha builds worker-pools list --region=us-central1
|
||||
|
||||
REQUIRED FLAGS
|
||||
--region=REGION
|
||||
The Cloud region to list worker pools in.
|
||||
|
||||
FLAGS
|
||||
--generation=GENERATION; default=1
|
||||
Generation of the worker pool.
|
||||
|
||||
--region=REGION
|
||||
The Cloud region to list worker pools in.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
|
|
|
|||
|
|
@ -3,11 +3,12 @@ NAME
|
|||
Cloud Build
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha builds worker-pools update WORKER_POOL --region=REGION
|
||||
gcloud alpha 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)
|
||||
[--generation=GENERATION; default=1] [GCLOUD_WIDE_FLAG ...]
|
||||
[--generation=GENERATION; default=1] [--region=REGION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Update a private pool used by Cloud Build.
|
||||
|
|
@ -25,10 +26,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
|
||||
|
|
@ -67,6 +64,10 @@ OPTIONAL FLAGS
|
|||
--generation=GENERATION; default=1
|
||||
Generation of the worker pool.
|
||||
|
||||
--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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue