1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Sat Jun 14 05:31:37 UTC 2025

This commit is contained in:
Automated 2025-06-14 05:31:37 +00:00
parent 1799759190
commit fa40c10f6a
712 changed files with 17386 additions and 4918 deletions

View file

@ -39,5 +39,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta container fleet packages create

View file

@ -64,5 +64,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta container fleet packages delete

View file

@ -64,5 +64,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta container fleet packages describe

View file

@ -44,5 +44,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta container fleet packages

View file

@ -63,5 +63,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta container fleet packages list

View file

@ -39,5 +39,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta container fleet packages resource-bundles create

View file

@ -39,5 +39,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta container fleet packages resource-bundles delete

View file

@ -35,5 +35,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta container fleet packages resource-bundles describe

View file

@ -43,5 +43,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta container fleet packages resource-bundles

View file

@ -65,5 +65,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta container fleet packages resource-bundles list

View file

@ -68,5 +68,8 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta container fleet packages resource-bundles releases \
create

View file

@ -45,5 +45,8 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta container fleet packages resource-bundles releases \
delete

View file

@ -41,5 +41,8 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta container fleet packages resource-bundles releases \
describe

View file

@ -37,5 +37,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta container fleet packages resource-bundles releases

View file

@ -69,5 +69,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta container fleet packages resource-bundles releases list

View file

@ -5,8 +5,7 @@ NAME
SYNOPSIS
gcloud alpha container fleet packages resource-bundles releases update
RELEASE --resource-bundle=RESOURCE_BUNDLE [--lifecycle=LIFECYCLE]
[--location=LOCATION] [--source=SOURCE]
[--variants-pattern=VARIANTS_PATTERN] [GCLOUD_WIDE_FLAG ...]
[--location=LOCATION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Update Package Rollouts Release.
@ -15,20 +14,8 @@ EXAMPLES
To update Release v1.0.0 for Resource Bundle my-bundle in us-central1, run:
$ gcloud alpha container fleet packages resource-bundles releases \
update --version=v1.0.0 --resource-bundle=my-bundle \
--source=manifest.yaml
To update a Release with multiple variants in one directory, run:
$ gcloud alpha container fleet packages resource-bundles releases \
update --version=v1.0.0 --resource-bundle=my-bundle \
--source=/manifests/ --variants-pattern=manifest-*.yaml
To update a Release with multiple variants across multiple directories, ex:
$ gcloud alpha container fleet packages resource-bundles releases \
update --version=v1.0.0 --resource-bundle=my-bundle \
--source=/manifests/ --variants-pattern=dir-*/
update --version=v1.0.0 --resource-bundle=my-bundle \
--lifecycle=PUBLISHED
POSITIONAL ARGUMENTS
RELEASE
@ -45,18 +32,6 @@ OPTIONAL FLAGS
--location=LOCATION
Google Cloud zone or region.
--source=SOURCE
Source file or directory to update the Release from. e.g.
--source=manifest.yaml, --source=/manifests-dir/ Can optionally be
paired with the --variants-pattern arg to create multiple variants of a
Release.
--variants-pattern=VARIANTS_PATTERN
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,
--source=/manifests/dir/ --variants-pattern=*/*.yaml
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
@ -69,5 +44,8 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta container fleet packages resource-bundles releases \
update

View file

@ -39,5 +39,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta container fleet packages resource-bundles update

View file

@ -70,5 +70,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta container fleet packages rollouts abort

View file

@ -43,5 +43,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta container fleet packages rollouts describe

View file

@ -36,5 +36,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta container fleet packages rollouts

View file

@ -73,5 +73,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta container fleet packages rollouts list

View file

@ -70,5 +70,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta container fleet packages rollouts resume

View file

@ -70,5 +70,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta container fleet packages rollouts suspend

View file

@ -64,5 +64,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta container fleet packages update