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

gcloud: Wed Jun 12 09:25:04 UTC 2024

This commit is contained in:
Automated 2024-06-12 09:25:04 +00:00
parent 40ba53d37f
commit 04a1e3ce77
205 changed files with 8281 additions and 231 deletions

View file

@ -85,6 +85,9 @@ GROUPS
operations
(ALPHA) Manage Anthos fleet long-running operations.
packages
(ALPHA) Manage Fleet Packages resources.
policycontroller
(ALPHA) Manage Policy Controller Feature.

View file

@ -59,7 +59,7 @@ POSITIONAL ARGUMENTS
--location=LOCATION
The location of the membership resource, e.g. us-central1. If not
specified, defaults to global.
specified, attempts to automatically choose the correct region.
To set the location attribute:
▸ provide the argument MEMBERSHIP_NAME on the command line with a

View file

@ -0,0 +1,42 @@
NAME
gcloud alpha container fleet packages create - create Package Rollouts
Fleet Package
SYNOPSIS
gcloud alpha container fleet packages create NAME [--location=LOCATION]
[--source=SOURCE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Create Package Rollouts Fleet Package.
EXAMPLES
To create Fleet Package cert-manager-app, run:
$ gcloud alpha container fleet packages create cert-manager-app \
--source=source.yaml
POSITIONAL ARGUMENTS
NAME
Resource name.
FLAGS
--location=LOCATION
Google Cloud zone or region.
--source=SOURCE
Source file containing Fleet Package configuration.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
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.

View file

@ -0,0 +1,68 @@
NAME
gcloud alpha container fleet packages delete - delete Package Rollouts
Fleet Package
SYNOPSIS
gcloud alpha container fleet packages delete
(FLEET_PACKAGE : --location=LOCATION) [--force] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Delete Package Rollouts Fleet Package.
EXAMPLES
To delete Fleet Package cert-manager-app in us-central1, run:
$ gcloud alpha container fleet packages delete cert-manager-app \
--location=us-central1
POSITIONAL ARGUMENTS
Fleet package resource - The Fleet Package to create. The arguments in
this group can be used to specify the attributes of this resource. (NOTE)
Some attributes are not given arguments in this group but can be set in
other ways.
To set the project attribute:
◆ provide the argument fleet_package on the command line with a fully
specified name;
◆ set the property core/project.
This must be specified.
FLEET_PACKAGE
ID of the fleet-package or fully qualified identifier for the
fleet-package.
To set the fleet-package attribute:
▸ provide the argument fleet_package on the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--location=LOCATION
Google Cloud zone or region for the fleet-package.
To set the location attribute:
▸ provide the argument fleet_package on the command line with a
fully specified name;
▸ provide the argument --location on the command line;
▸ set the property config_delivery/location.
FLAGS
--force
Force deletion of the Fleet Package and Releases of its Resource
Bundle.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
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.

View file

@ -0,0 +1,68 @@
NAME
gcloud alpha container fleet packages describe - describe Package Rollouts
Fleet Package
SYNOPSIS
gcloud alpha container fleet packages describe
(FLEET_PACKAGE : --location=LOCATION) [--show-cluster-status]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Describe Package Rollouts Fleet Package.
EXAMPLES
To view Fleet Package cert-manager-app in us-central1, run:
$ gcloud alpha container fleet packages describe cert-manager-app \
--location=us-central1
POSITIONAL ARGUMENTS
Fleet package resource - The Fleet Package to describe. The arguments in
this group can be used to specify the attributes of this resource. (NOTE)
Some attributes are not given arguments in this group but can be set in
other ways.
To set the project attribute:
◆ provide the argument fleet_package on the command line with a fully
specified name;
◆ set the property core/project.
This must be specified.
FLEET_PACKAGE
ID of the fleet-package or fully qualified identifier for the
fleet-package.
To set the fleet-package attribute:
▸ provide the argument fleet_package on the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--location=LOCATION
Google Cloud zone or region for the fleet-package.
To set the location attribute:
▸ provide the argument fleet_package on the command line with a
fully specified name;
▸ provide the argument --location on the command line;
▸ set the property config_delivery/location.
FLAGS
--show-cluster-status
Show more information about the Fleet Package.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
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.

View file

@ -0,0 +1,48 @@
NAME
gcloud alpha container fleet packages - manage Fleet Packages resources
SYNOPSIS
gcloud alpha container fleet packages GROUP | COMMAND
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Manage Fleet Packages resources.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
GROUPS
GROUP is one of the following:
resource-bundles
(ALPHA) Commands for managing Package Rollouts Resource Bundles.
rollouts
(ALPHA) Commands for managing Rollouts.
COMMANDS
COMMAND is one of the following:
create
(ALPHA) Create Package Rollouts Fleet Package.
delete
(ALPHA) Delete Package Rollouts Fleet Package.
describe
(ALPHA) Describe Package Rollouts Fleet Package.
list
(ALPHA) List Package Rollouts Fleet Packages.
update
(ALPHA) Update Package Rollouts Fleet Package.
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.

View file

@ -0,0 +1,67 @@
NAME
gcloud alpha container fleet packages list - list Package Rollouts Fleet
Packages
SYNOPSIS
gcloud alpha container fleet packages list [--location=LOCATION]
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) List Package Rollouts Fleet Packages.
EXAMPLES
To list all Fleet Packages in us-central1, run:
$ gcloud alpha container fleet packages list --location=us-central1
FLAGS
--location=LOCATION
Google Cloud zone or region.
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filter EXPRESSION to each resource item to be listed.
If the expression evaluates True, then that item is listed. For more
details and examples of filter expressions, run $ gcloud topic filters.
This flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--limit=LIMIT
Maximum number of resources to list. The default is unlimited. This
flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--page-size=PAGE_SIZE
Some services group resource list output into pages. This flag
specifies the maximum number of resources per page. The default is
determined by the service if it supports paging, otherwise it is
unlimited (no paging). Paging may be applied before or after --filter
and --limit depending on the service.
--sort-by=[FIELD,...]
Comma-separated list of resource field key names to sort by. The
default order is ascending. Prefix a field with ``~'' for descending
order on that field. This flag interacts with other flags that are
applied in this order: --flatten, --sort-by, --filter, --limit.
--uri
Print a list of resource URIs instead of the default output, and change
the command output to a list of URIs. If this flag is used with
--format, the formatting is applied on this URI list. To display URIs
alongside other keys instead, use the uri() transform.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
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.

View file

@ -0,0 +1,43 @@
NAME
gcloud alpha container fleet packages resource-bundles create - create
Package Rollouts Resource Bundle
SYNOPSIS
gcloud alpha container fleet packages resource-bundles create NAME
[--description=DESCRIPTION] [--location=LOCATION]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Create Package Rollouts Resource Bundle.
EXAMPLES
To create Resource Bundle cert-manager in us-central1, run:
$ gcloud alpha container fleet packages resource-bundles create \
cert-manager --location=us-central1
POSITIONAL ARGUMENTS
NAME
Resource name.
FLAGS
--description=DESCRIPTION
Resource description.
--location=LOCATION
Google Cloud zone or region.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
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.

View file

@ -0,0 +1,44 @@
NAME
gcloud alpha container fleet packages resource-bundles delete - delete
Package Rollouts Resource Bundle
SYNOPSIS
gcloud alpha container fleet packages resource-bundles delete NAME
[--force] [--location=LOCATION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Delete Package Rollouts Resource Bundle.
EXAMPLES
To delete Resource Bundle cert-manager in us-central1, run:
$ gcloud alpha container fleet packages resource-bundles delete \
cert-manager --location=us-central1
POSITIONAL ARGUMENTS
NAME
Resource name.
FLAGS
--force
If set to true, any releases of this Resource Bundle will also be
deleted. (Otherwise, the request will only work if the Resource Bundle
has no releases.)
--location=LOCATION
Google Cloud zone or region.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
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.

View file

@ -0,0 +1,39 @@
NAME
gcloud alpha container fleet packages resource-bundles describe - describe
Package Rollouts Resource Bundle
SYNOPSIS
gcloud alpha container fleet packages resource-bundles describe NAME
[--location=LOCATION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Describe Package Rollouts Resource Bundle.
EXAMPLES
To describe Resource Bundle cert-manager in us-central1, run:
$ gcloud alpha container fleet packages resource-bundles describe \
cert-manager --location=us-central1
POSITIONAL ARGUMENTS
NAME
Resource name.
FLAGS
--location=LOCATION
Google Cloud zone or region.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
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.

View file

@ -0,0 +1,47 @@
NAME
gcloud alpha container fleet packages resource-bundles - commands for
managing Package Rollouts Resource Bundles
SYNOPSIS
gcloud alpha container fleet packages resource-bundles GROUP | COMMAND
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) See gcloud alpha container fleet packages resource-bundles --help
for help.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
GROUPS
GROUP is one of the following:
releases
(ALPHA) Commands for managing Package Rollouts Releases.
COMMANDS
COMMAND is one of the following:
create
(ALPHA) Create Package Rollouts Resource Bundle.
delete
(ALPHA) Delete Package Rollouts Resource Bundle.
describe
(ALPHA) Describe Package Rollouts Resource Bundle.
list
(ALPHA) List Package Rollouts Resource Bundles.
update
(ALPHA) Update Package Rollouts Resource Bundle.
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.

View file

@ -0,0 +1,69 @@
NAME
gcloud alpha container fleet packages resource-bundles list - list Package
Rollouts Resource Bundles
SYNOPSIS
gcloud alpha container fleet packages resource-bundles list
[--location=LOCATION] [--filter=EXPRESSION] [--limit=LIMIT]
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) List Package Rollouts Resource Bundles.
EXAMPLES
To list Resource Bundles in us-central1, run:
$ gcloud alpha container fleet packages resource-bundles list \
--location=us-central1
FLAGS
--location=LOCATION
Google Cloud zone or region.
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filter EXPRESSION to each resource item to be listed.
If the expression evaluates True, then that item is listed. For more
details and examples of filter expressions, run $ gcloud topic filters.
This flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--limit=LIMIT
Maximum number of resources to list. The default is unlimited. This
flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--page-size=PAGE_SIZE
Some services group resource list output into pages. This flag
specifies the maximum number of resources per page. The default is
determined by the service if it supports paging, otherwise it is
unlimited (no paging). Paging may be applied before or after --filter
and --limit depending on the service.
--sort-by=[FIELD,...]
Comma-separated list of resource field key names to sort by. The
default order is ascending. Prefix a field with ``~'' for descending
order on that field. This flag interacts with other flags that are
applied in this order: --flatten, --sort-by, --filter, --limit.
--uri
Print a list of resource URIs instead of the default output, and change
the command output to a list of URIs. If this flag is used with
--format, the formatting is applied on this URI list. To display URIs
alongside other keys instead, use the uri() transform.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
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.

View file

@ -0,0 +1,72 @@
NAME
gcloud alpha container fleet packages resource-bundles releases create -
create Package Rollouts Release
SYNOPSIS
gcloud alpha 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 ...]
DESCRIPTION
(ALPHA) Create Package Rollouts Release.
EXAMPLES
To create Release v1.0.0 for Resource Bundle my-bundle in us-central1, run:
$ gcloud alpha container fleet packages resource-bundles releases \
create --version=v1.0.0 --resource-bundle=my-bundle \
--source=manifest.yaml
To create a Release with multiple variants in one directory, run:
$ gcloud alpha container fleet packages resource-bundles releases \
create --version=v1.0.0 --resource-bundle=my-bundle \
--source=/manifests/ --variants-pattern=manifest-*.yaml
To create a Release with multiple variants across multiple directories, ex:
$ gcloud alpha container fleet packages resource-bundles releases \
create --version=v1.0.0 --resource-bundle=my-bundle \
--source=/manifests/ --variants-pattern=dir-*/
REQUIRED FLAGS
--resource-bundle=RESOURCE_BUNDLE
Resource Bundle name.
--source=SOURCE
Source file or directory to create 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.
--version=VERSION
Version of the Release to create.
OPTIONAL FLAGS
--lifecycle=LIFECYCLE
Lifecycle of the Release.
--location=LOCATION
Google Cloud zone or region.
--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,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
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.

View file

@ -0,0 +1,45 @@
NAME
gcloud alpha container fleet packages resource-bundles releases delete -
delete Package Rollouts Release
SYNOPSIS
gcloud alpha container fleet packages resource-bundles releases delete
RELEASE --resource-bundle=RESOURCE_BUNDLE [--location=LOCATION]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Delete Package Rollouts Release.
EXAMPLES
To delete Release v1.0.0 of cert-manager in us-central1, run:
$ gcloud alpha container fleet packages resource-bundles releases \
delete v1.0.0 --location=us-central1 \
--resource-bundle=cert-manager
POSITIONAL ARGUMENTS
RELEASE
Release identifier, either a version or tag.
REQUIRED FLAGS
--resource-bundle=RESOURCE_BUNDLE
Resource Bundle name.
OPTIONAL FLAGS
--location=LOCATION
Google Cloud zone or region.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
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.

View file

@ -0,0 +1,45 @@
NAME
gcloud alpha container fleet packages resource-bundles releases describe -
describe Package Rollouts Release
SYNOPSIS
gcloud alpha container fleet packages resource-bundles releases describe
RELEASE --resource-bundle=RESOURCE_BUNDLE [--location=LOCATION]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Describe Package Rollouts Release.
EXAMPLES
To view release v1.0.0 of cert-manager in us-central1, run:
$ gcloud alpha container fleet packages resource-bundles releases \
describe v1.0.0 --location=us-central1 \
--resource-bundle=cert-manager
POSITIONAL ARGUMENTS
RELEASE
Release identifier, either a version or tag.
REQUIRED FLAGS
--resource-bundle=RESOURCE_BUNDLE
Resource Bundle name.
OPTIONAL FLAGS
--location=LOCATION
Google Cloud zone or region.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
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.

View file

@ -0,0 +1,41 @@
NAME
gcloud alpha container fleet packages resource-bundles releases - commands
for managing Package Rollouts Releases
SYNOPSIS
gcloud alpha container fleet packages resource-bundles releases COMMAND
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) See gcloud alpha container fleet packages resource-bundles releases
--help for help.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
create
(ALPHA) Create Package Rollouts Release.
delete
(ALPHA) Delete Package Rollouts Release.
describe
(ALPHA) Describe Package Rollouts Release.
list
(ALPHA) List Releases of a Resource Bundle.
update
(ALPHA) Update Package Rollouts Release.
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.

View file

@ -0,0 +1,73 @@
NAME
gcloud alpha container fleet packages resource-bundles releases list - list
Releases of a Resource Bundle
SYNOPSIS
gcloud alpha container fleet packages resource-bundles releases list
--resource-bundle=RESOURCE_BUNDLE [--location=LOCATION]
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) List Releases of a Resource Bundle.
EXAMPLES
To list all Releases for bundle cert-manager in us-central1, run:
$ gcloud alpha container fleet packages resource-bundles releases \
list --resource-bundle=cert-manager --location=us-central1
REQUIRED FLAGS
--resource-bundle=RESOURCE_BUNDLE
Resource Bundle name.
FLAGS
--location=LOCATION
Google Cloud zone or region.
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filter EXPRESSION to each resource item to be listed.
If the expression evaluates True, then that item is listed. For more
details and examples of filter expressions, run $ gcloud topic filters.
This flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--limit=LIMIT
Maximum number of resources to list. The default is unlimited. This
flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--page-size=PAGE_SIZE
Some services group resource list output into pages. This flag
specifies the maximum number of resources per page. The default is
determined by the service if it supports paging, otherwise it is
unlimited (no paging). Paging may be applied before or after --filter
and --limit depending on the service.
--sort-by=[FIELD,...]
Comma-separated list of resource field key names to sort by. The
default order is ascending. Prefix a field with ``~'' for descending
order on that field. This flag interacts with other flags that are
applied in this order: --flatten, --sort-by, --filter, --limit.
--uri
Print a list of resource URIs instead of the default output, and change
the command output to a list of URIs. If this flag is used with
--format, the formatting is applied on this URI list. To display URIs
alongside other keys instead, use the uri() transform.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
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.

View file

@ -0,0 +1,76 @@
NAME
gcloud alpha container fleet packages resource-bundles releases update -
update Package Rollouts Release
SYNOPSIS
gcloud alpha container fleet packages resource-bundles releases update
RELEASE --resource-bundle=RESOURCE_BUNDLE [--lifecycle=LIFECYCLE]
[--location=LOCATION] [--source=SOURCE] [--update-mask=UPDATE_MASK]
[--variants-pattern=VARIANTS_PATTERN] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Update Package Rollouts Release.
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-*/
POSITIONAL ARGUMENTS
RELEASE
Release identifier, either a version or tag.
REQUIRED FLAGS
--resource-bundle=RESOURCE_BUNDLE
Resource Bundle name.
OPTIONAL FLAGS
--lifecycle=LIFECYCLE
Lifecycle of the Release.
--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.
--update-mask=UPDATE_MASK
Mask denoting which fields to update.
--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,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
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.

View file

@ -0,0 +1,43 @@
NAME
gcloud alpha container fleet packages resource-bundles update - update
Package Rollouts Resource Bundle
SYNOPSIS
gcloud alpha container fleet packages resource-bundles update NAME
[--description=DESCRIPTION] [--location=LOCATION]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Update Package Rollouts Resource Bundle.
EXAMPLES
To update Resource Bundle cert-manager in us-central1, run:
$ gcloud alpha container fleet packages resource-bundles update \
cert-manager --location=us-central1 ...
POSITIONAL ARGUMENTS
NAME
Resource name.
FLAGS
--description=DESCRIPTION
Resource description.
--location=LOCATION
Google Cloud zone or region.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
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.

View file

@ -0,0 +1,74 @@
NAME
gcloud alpha container fleet packages rollouts abort - abort Rollout
resource
SYNOPSIS
gcloud alpha container fleet packages rollouts abort
(ROLLOUT : --fleet-package=FLEET_PACKAGE --location=LOCATION)
[--reason=REASON] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Abort Rollout resource.
EXAMPLES
To abort Rollout 20240318 for cert-manager-app in us-central1, run:
$ gcloud alpha container fleet packages rollouts abort 20240318 \
--fleet-package=cert-manager-app --location=us-central1
POSITIONAL ARGUMENTS
Rollout resource - The rollout to abort. The arguments in this group can
be used to specify the attributes of this resource. (NOTE) Some attributes
are not given arguments in this group but can be set in other ways.
To set the project attribute:
◆ provide the argument rollout on the command line with a fully
specified name;
◆ set the property core/project.
This must be specified.
ROLLOUT
ID of the rollout or fully qualified identifier for the rollout.
To set the rollout attribute:
▸ provide the argument rollout on the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--fleet-package=FLEET_PACKAGE
Fleet Package name.
To set the fleet-package attribute:
▸ provide the argument rollout on the command line with a fully
specified name;
▸ provide the argument --fleet-package on the command line.
--location=LOCATION
Google Cloud zone or region for the rollout.
To set the location attribute:
▸ provide the argument rollout on the command line with a fully
specified name;
▸ provide the argument --location on the command line;
▸ set the property config_delivery/location.
FLAGS
--reason=REASON
Reason for aborting rollout.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
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.

View file

@ -0,0 +1,47 @@
NAME
gcloud alpha container fleet packages rollouts describe - describe Rollout
resource
SYNOPSIS
gcloud alpha container fleet packages rollouts describe NAME
--fleet-package=FLEET_PACKAGE [--less] [--location=LOCATION]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Describe Rollout resource.
EXAMPLES
To view Rollout 20240318 for cert-manager-app in us-central1, run:
$ gcloud alpha container fleet packages rollouts describe 20240318 \
--fleet-package=cert-manager-app --location=us-central1
POSITIONAL ARGUMENTS
NAME
Resource name.
REQUIRED FLAGS
--fleet-package=FLEET_PACKAGE
Parent Fleet Package of the Rollout.
OPTIONAL FLAGS
--less
Show less verbose output.
--location=LOCATION
Google Cloud zone or region.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
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.

View file

@ -0,0 +1,40 @@
NAME
gcloud alpha container fleet packages rollouts - commands for managing
Rollouts
SYNOPSIS
gcloud alpha container fleet packages rollouts COMMAND
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) See gcloud alpha container fleet packages rollouts --help for help.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
abort
(ALPHA) Abort Rollout resource.
describe
(ALPHA) Describe Rollout resource.
list
(ALPHA) List Rollouts of a Fleet Package.
resume
(ALPHA) Resume suspended Rollout.
suspend
(ALPHA) Suspend in-progress Rollout.
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.

View file

@ -0,0 +1,77 @@
NAME
gcloud alpha container fleet packages rollouts list - list Rollouts of a
Fleet Package
SYNOPSIS
gcloud alpha container fleet packages rollouts list
--fleet-package=FLEET_PACKAGE [--less] [--location=LOCATION]
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) List Rollouts of a Fleet Package.
EXAMPLES
To list all Rollouts for Fleet Package cert-manager-app in us-central1,
run:
$ gcloud alpha container fleet packages rollouts list \
--fleet-package=cert-manager-app --location=us-central1
REQUIRED FLAGS
--fleet-package=FLEET_PACKAGE
Parent Fleet Package of the Rollout.
FLAGS
--less
Show less verbose output.
--location=LOCATION
Google Cloud zone or region.
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filter EXPRESSION to each resource item to be listed.
If the expression evaluates True, then that item is listed. For more
details and examples of filter expressions, run $ gcloud topic filters.
This flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--limit=LIMIT
Maximum number of resources to list. The default is unlimited. This
flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--page-size=PAGE_SIZE
Some services group resource list output into pages. This flag
specifies the maximum number of resources per page. The default is
determined by the service if it supports paging, otherwise it is
unlimited (no paging). Paging may be applied before or after --filter
and --limit depending on the service.
--sort-by=[FIELD,...]
Comma-separated list of resource field key names to sort by. The
default order is ascending. Prefix a field with ``~'' for descending
order on that field. This flag interacts with other flags that are
applied in this order: --flatten, --sort-by, --filter, --limit.
--uri
Print a list of resource URIs instead of the default output, and change
the command output to a list of URIs. If this flag is used with
--format, the formatting is applied on this URI list. To display URIs
alongside other keys instead, use the uri() transform.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
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.

View file

@ -0,0 +1,74 @@
NAME
gcloud alpha container fleet packages rollouts resume - resume suspended
Rollout
SYNOPSIS
gcloud alpha container fleet packages rollouts resume
(ROLLOUT : --fleet-package=FLEET_PACKAGE --location=LOCATION)
[--reason=REASON] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Resume suspended Rollout.
EXAMPLES
To resume Rollout 20240318 for cert-manager-app in us-central1, run:
$ gcloud alpha container fleet packages rollouts resume 20240318 \
--fleet-package=cert-manager-app --location=us-central1
POSITIONAL ARGUMENTS
Rollout resource - The rollout to resume. The arguments in this group can
be used to specify the attributes of this resource. (NOTE) Some attributes
are not given arguments in this group but can be set in other ways.
To set the project attribute:
◆ provide the argument rollout on the command line with a fully
specified name;
◆ set the property core/project.
This must be specified.
ROLLOUT
ID of the rollout or fully qualified identifier for the rollout.
To set the rollout attribute:
▸ provide the argument rollout on the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--fleet-package=FLEET_PACKAGE
Fleet Package name.
To set the fleet-package attribute:
▸ provide the argument rollout on the command line with a fully
specified name;
▸ provide the argument --fleet-package on the command line.
--location=LOCATION
Google Cloud zone or region for the rollout.
To set the location attribute:
▸ provide the argument rollout on the command line with a fully
specified name;
▸ provide the argument --location on the command line;
▸ set the property config_delivery/location.
FLAGS
--reason=REASON
Reason for resuming rollout.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
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.

View file

@ -0,0 +1,74 @@
NAME
gcloud alpha container fleet packages rollouts suspend - suspend
in-progress Rollout
SYNOPSIS
gcloud alpha container fleet packages rollouts suspend
(ROLLOUT : --fleet-package=FLEET_PACKAGE --location=LOCATION)
[--reason=REASON] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Suspend in-progress Rollout.
EXAMPLES
To suspend Rollout 20240318 for cert-manager-app in us-central1, run:
$ gcloud alpha container fleet packages rollouts suspend 20240318 \
--fleet-package=cert-manager-app --location=us-central1
POSITIONAL ARGUMENTS
Rollout resource - The rollout to suspend. The arguments in this group can
be used to specify the attributes of this resource. (NOTE) Some attributes
are not given arguments in this group but can be set in other ways.
To set the project attribute:
◆ provide the argument rollout on the command line with a fully
specified name;
◆ set the property core/project.
This must be specified.
ROLLOUT
ID of the rollout or fully qualified identifier for the rollout.
To set the rollout attribute:
▸ provide the argument rollout on the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--fleet-package=FLEET_PACKAGE
Fleet Package name.
To set the fleet-package attribute:
▸ provide the argument rollout on the command line with a fully
specified name;
▸ provide the argument --fleet-package on the command line.
--location=LOCATION
Google Cloud zone or region for the rollout.
To set the location attribute:
▸ provide the argument rollout on the command line with a fully
specified name;
▸ provide the argument --location on the command line;
▸ set the property config_delivery/location.
FLAGS
--reason=REASON
Reason for suspending rollout.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
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.

View file

@ -0,0 +1,68 @@
NAME
gcloud alpha container fleet packages update - update Package Rollouts
Fleet Package
SYNOPSIS
gcloud alpha container fleet packages update
(FLEET_PACKAGE : --location=LOCATION) [--source=SOURCE]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Update Package Rollouts Fleet Package.
EXAMPLES
To update Fleet Package cert-manager-app, run:
$ gcloud alpha container fleet packages update cert-manager-app \
--source=my_source.yaml
POSITIONAL ARGUMENTS
Fleet package resource - The Fleet Package to create. The arguments in
this group can be used to specify the attributes of this resource. (NOTE)
Some attributes are not given arguments in this group but can be set in
other ways.
To set the project attribute:
◆ provide the argument fleet_package on the command line with a fully
specified name;
◆ set the property core/project.
This must be specified.
FLEET_PACKAGE
ID of the fleet-package or fully qualified identifier for the
fleet-package.
To set the fleet-package attribute:
▸ provide the argument fleet_package on the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--location=LOCATION
Google Cloud zone or region for the fleet-package.
To set the location attribute:
▸ provide the argument fleet_package on the command line with a
fully specified name;
▸ provide the argument --location on the command line;
▸ set the property config_delivery/location.
FLAGS
--source=SOURCE
Source file containing Fleet Package configuration.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
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.