mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Thu Sep 7 10:42:28 UTC 2023
This commit is contained in:
parent
f9edf67fe5
commit
6c8d2eb024
307 changed files with 4053 additions and 1615 deletions
|
|
@ -3,12 +3,12 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud builds submit [[SOURCE] --no-source] [--async] [--no-cache]
|
||||
[--default-buckets-behavior=DEFAULT_BUCKETS_BEHAVIOR]
|
||||
[--default-buckets-behavior=DEFAULT_BUCKETS_BEHAVIOR] [--dir=DIR]
|
||||
[--disk-size=DISK_SIZE] [--gcs-log-dir=GCS_LOG_DIR]
|
||||
[--gcs-source-staging-dir=GCS_SOURCE_STAGING_DIR]
|
||||
[--git-source-dir=GIT_SOURCE_DIR]
|
||||
[--git-source-revision=GIT_SOURCE_REVISION] [--ignore-file=IGNORE_FILE]
|
||||
[--machine-type=MACHINE_TYPE] [--region=REGION]
|
||||
[--machine-type=MACHINE_TYPE] [--region=REGION] [--revision=REVISION]
|
||||
[--substitutions=[KEY=VALUE,...]] [--suppress-logs] [--timeout=TIMEOUT]
|
||||
[--worker-pool=WORKER_POOL]
|
||||
[--config=CONFIG; default="cloudbuild.yaml"
|
||||
|
|
@ -77,6 +77,13 @@ FLAGS
|
|||
How default buckets are setup. DEFAULT_BUCKETS_BEHAVIOR must be one of:
|
||||
default-logs-bucket-behavior-unspecified, regional-user-owned-bucket.
|
||||
|
||||
--dir=DIR
|
||||
Directory, relative to the source root, in which to run the build. This
|
||||
is used when the build source is a 2nd-gen Google Cloud Build
|
||||
repository resource. This must be a relative path. If a step's dir is
|
||||
specified and is an absolute path, this value is ignored for that
|
||||
step's execution.
|
||||
|
||||
--disk-size=DISK_SIZE
|
||||
Machine disk size (GB) to run the build.
|
||||
|
||||
|
|
@ -126,6 +133,18 @@ FLAGS
|
|||
which is the default region to use when working with Cloud Build
|
||||
resources, is used. If builds/region is unset, region is set to global.
|
||||
|
||||
--revision=REVISION
|
||||
Revision to fetch from the Git repository such as a branch, a tag, a
|
||||
commit SHA, or any Git ref to run the build. This is used when the
|
||||
build source is a 2nd-gen Google Cloud Build repository resource.
|
||||
|
||||
Cloud Build uses git fetch to fetch the revision from the Git
|
||||
repository; therefore make sure that the string you provide for
|
||||
revision is parsable by the command. For information on string values
|
||||
accepted by git fetch, see
|
||||
https://git-scm.com/docs/gitrevisions#_specifying_revisions. For
|
||||
information on git fetch, see https://git-scm.com/docs/git-fetch.
|
||||
|
||||
--substitutions=[KEY=VALUE,...]
|
||||
Parameters to be substituted in the build specification.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue