mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Jul 25 09:27:13 UTC 2024
This commit is contained in:
parent
503936d882
commit
3a4c5997b9
153 changed files with 2744 additions and 496 deletions
37
gcloud/alpha/builds/worker-pools/apply
Normal file
37
gcloud/alpha/builds/worker-pools/apply
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
NAME
|
||||
gcloud alpha builds worker-pools apply - create a private pool for use by
|
||||
Cloud Build
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha builds worker-pools apply --file=FILE
|
||||
[--generation=GENERATION; default=2] [--region=REGION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create a private pool for use by Cloud Build.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--file=FILE
|
||||
The YAML file to use as the worker pool configuration file.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--generation=GENERATION; default=2
|
||||
Generation of the worker pool.
|
||||
|
||||
--region=REGION
|
||||
Region for Cloud Build.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
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.
|
||||
|
||||
|
|
@ -16,6 +16,9 @@ GCLOUD WIDE FLAGS
|
|||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
apply
|
||||
(ALPHA) Create a private pool for use by Cloud Build.
|
||||
|
||||
create
|
||||
(ALPHA) Create a private pool for use by Cloud Build.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue