mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Nov 19 10:58:36 UTC 2025
This commit is contained in:
parent
e1ec13485a
commit
7b14250313
392 changed files with 17141 additions and 774 deletions
|
|
@ -6,9 +6,11 @@ SYNOPSIS
|
|||
gcloud deploy releases create
|
||||
(RELEASE : --delivery-pipeline=DELIVERY_PIPELINE --region=REGION)
|
||||
[--annotations=[KEY=VALUE,...]] [--deploy-parameters=[KEY=VALUE,...]]
|
||||
[--description=DESCRIPTION]
|
||||
[--description=DESCRIPTION] [--docker-version=DOCKER_VERSION]
|
||||
[--gcs-source-staging-dir=GCS_SOURCE_STAGING_DIR]
|
||||
[--ignore-file=IGNORE_FILE] [--labels=[KEY=VALUE,...]]
|
||||
[--helm-version=HELM_VERSION] [--ignore-file=IGNORE_FILE]
|
||||
[--kpt-version=KPT_VERSION] [--kubectl-version=KUBECTL_VERSION]
|
||||
[--kustomize-version=KUSTOMIZE_VERSION] [--labels=[KEY=VALUE,...]]
|
||||
[--override-deploy-policies=[POLICY,...]]
|
||||
[--skaffold-version=SKAFFOLD_VERSION] [--to-target=TO_TARGET]
|
||||
[--build-artifacts=BUILD_ARTIFACTS | --images=[NAME=TAG,...]]
|
||||
|
|
@ -129,15 +131,30 @@ FLAGS
|
|||
--description=DESCRIPTION
|
||||
Description of the release.
|
||||
|
||||
--docker-version=DOCKER_VERSION
|
||||
Version of the Docker binary.
|
||||
|
||||
--gcs-source-staging-dir=GCS_SOURCE_STAGING_DIR
|
||||
A directory in Google Cloud Storage to copy the source used for staging
|
||||
the build. If the specified bucket does not exist, Cloud Deploy will
|
||||
create one. If you don't set this field,
|
||||
gs://[DELIVERY_PIPELINE_ID]_clouddeploy/source is used.
|
||||
|
||||
--helm-version=HELM_VERSION
|
||||
Version of the Helm binary.
|
||||
|
||||
--ignore-file=IGNORE_FILE
|
||||
Override the .gcloudignore file and use the specified file instead.
|
||||
|
||||
--kpt-version=KPT_VERSION
|
||||
Version of the Kpt binary.
|
||||
|
||||
--kubectl-version=KUBECTL_VERSION
|
||||
Version of the Kubectl binary.
|
||||
|
||||
--kustomize-version=KUSTOMIZE_VERSION
|
||||
Version of the Kustomize binary.
|
||||
|
||||
--labels=[KEY=VALUE,...]
|
||||
Labels to apply to the release. Labels take the form of key/value
|
||||
string pairs.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue