1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Thu Jan 19 00:56:33 UTC 2023

This commit is contained in:
Automated 2023-01-19 00:56:33 +00:00
parent 348d9760ee
commit 1248f773ec
1462 changed files with 51835 additions and 5402 deletions

View file

@ -10,7 +10,9 @@ SYNOPSIS
[--ignore-file=IGNORE_FILE] [--labels=[KEY=VALUE,...]]
[--skaffold-version=SKAFFOLD_VERSION] [--to-target=TO_TARGET]
[--build-artifacts=BUILD_ARTIFACTS | --images=[NAME=TAG,...]]
[--disable-initial-rollout | --enable-initial-rollout]
[--disable-initial-rollout | --enable-initial-rollout
--initial-rollout-annotations=[KEY=VALUE,...]
--initial-rollout-labels=[KEY=VALUE,...]]
[--from-k8s-manifest=FROM_K8S_MANIFEST
| --from-run-manifest=FROM_RUN_MANIFEST
| --skaffold-file=SKAFFOLD_FILE --source=SOURCE; default="."]
@ -159,6 +161,28 @@ FLAGS
Creates a rollout in the first target defined in the delivery
pipeline. This is the default behavior.
--initial-rollout-annotations=[KEY=VALUE,...]
Annotations to apply to the initial rollout when creating the
release. Annotations take the form of key/value string pairs.
Examples:
Add annotations:
$ gcloud deploy releases create \
--initial-rollout-annotations="from_target=test,status=stable"
--initial-rollout-labels=[KEY=VALUE,...]
Labels to apply to the initial rollout when creating the release.
Labels take the form of key/value string pairs.
Examples:
Add labels:
$ gcloud deploy releases create \
initial-rollout-labels="commit=abc123,author=foo"
At most one of these can be specified:
--from-k8s-manifest=FROM_K8S_MANIFEST