mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 11:21:48 +00:00
37 lines
1.2 KiB
Text
37 lines
1.2 KiB
Text
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.
|
|
|