mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-21 14:39:15 +00:00
gcloud: Wed Dec 18 10:08:20 UTC 2024
This commit is contained in:
parent
ec6dc40f99
commit
9c53f3cabe
128 changed files with 3295 additions and 279 deletions
|
|
@ -5,7 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha container fleet packages resource-bundles releases create
|
||||
--resource-bundle=RESOURCE_BUNDLE --source=SOURCE --version=VERSION
|
||||
[--lifecycle=LIFECYCLE] [--location=LOCATION]
|
||||
[--lifecycle=LIFECYCLE] [--location=LOCATION] [--use-nested-variants]
|
||||
[--variants-pattern=VARIANTS_PATTERN] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -50,6 +50,10 @@ OPTIONAL FLAGS
|
|||
--location=LOCATION
|
||||
Google Cloud zone or region.
|
||||
|
||||
--use-nested-variants
|
||||
Whether to use nested variants. If true, the Release will create
|
||||
variants as nested resources.
|
||||
|
||||
--variants-pattern=VARIANTS_PATTERN
|
||||
Glob pattern to Variants of the Release, to be paired with the --source
|
||||
arg. ex: --source=/manifests-dir/ --variants-pattern=**,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue