1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Jul 23 10:59:14 UTC 2025

This commit is contained in:
Automated 2025-07-23 10:59:14 +00:00
parent fe3a430c1d
commit 0acbd64d02
208 changed files with 2473 additions and 622 deletions

View file

@ -6,7 +6,8 @@ SYNOPSIS
gcloud beta container fleet packages resource-bundles releases create
--resource-bundle=RESOURCE_BUNDLE --source=SOURCE --version=VERSION
[--lifecycle=LIFECYCLE] [--location=LOCATION]
[--variants-pattern=VARIANTS_PATTERN] [GCLOUD_WIDE_FLAG ...]
[--variants-pattern=VARIANTS_PATTERN; default="*"]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Create Package Rollouts Release.
@ -50,7 +51,7 @@ OPTIONAL FLAGS
--location=LOCATION
Google Cloud zone or region.
--variants-pattern=VARIANTS_PATTERN
--variants-pattern=VARIANTS_PATTERN; default="*"
Glob pattern to Variants of the Release, to be paired with the --source
arg. ex: --source=/manifests-dir/ --variants-pattern=**,
--source=/manifests-dir/ --variants-pattern=us-*.yaml,