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

gcloud: Wed Aug 13 10:57:55 UTC 2025

This commit is contained in:
Automated 2025-08-13 10:57:56 +00:00
parent 4f9f745739
commit d6d01162c7
357 changed files with 4606 additions and 9471 deletions

View file

@ -0,0 +1,44 @@
NAME
gcloud container hub packages create - create Package Rollouts Fleet
Package
SYNOPSIS
gcloud container hub packages create NAME --source=SOURCE
[--location=LOCATION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Create Package Rollouts Fleet Package.
EXAMPLES
To create Fleet Package cert-manager-app, run:
$ gcloud container hub packages create cert-manager-app \
--source=source.yaml
POSITIONAL ARGUMENTS
NAME
Resource name.
REQUIRED FLAGS
--source=SOURCE
Source file containing Fleet Package configuration.
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
These variants are also available:
$ gcloud alpha container hub packages create
$ gcloud beta container hub packages create

View file

@ -0,0 +1,69 @@
NAME
gcloud container hub packages delete - delete Package Rollouts Fleet
Package
SYNOPSIS
gcloud container hub packages delete (FLEET_PACKAGE : --location=LOCATION)
[--force] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Delete Package Rollouts Fleet Package.
EXAMPLES
To delete Fleet Package cert-manager-app in us-central1, run:
$ gcloud container hub 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
If true, force deletion of any child resources. Otherwise, attempting
to delete a Fleet Package with children will fail.
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
These variants are also available:
$ gcloud alpha container hub packages delete
$ gcloud beta container hub packages delete

View file

@ -0,0 +1,69 @@
NAME
gcloud container hub packages describe - describe Package Rollouts Fleet
Package
SYNOPSIS
gcloud container hub packages describe
(FLEET_PACKAGE : --location=LOCATION) [--show-cluster-status]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Describe Package Rollouts Fleet Package.
EXAMPLES
To view Fleet Package cert-manager-app in us-central1, run:
$ gcloud container hub 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
These variants are also available:
$ gcloud alpha container hub packages describe
$ gcloud beta container hub packages describe

View file

@ -0,0 +1,48 @@
NAME
gcloud container hub packages - manage Fleet Packages resources
SYNOPSIS
gcloud container hub packages GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
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
Commands for managing Package Rollouts Resource Bundles.
rollouts
Commands for managing Rollouts.
COMMANDS
COMMAND is one of the following:
create
Create Package Rollouts Fleet Package.
delete
Delete Package Rollouts Fleet Package.
describe
Describe Package Rollouts Fleet Package.
list
List Package Rollouts Fleet Packages.
update
Update Package Rollouts Fleet Package.
NOTES
These variants are also available:
$ gcloud alpha container hub packages
$ gcloud beta container hub packages

View file

@ -0,0 +1,67 @@
NAME
gcloud container hub packages list - list Package Rollouts Fleet Packages
SYNOPSIS
gcloud container hub packages list [--location=LOCATION]
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
List Package Rollouts Fleet Packages.
EXAMPLES
To list all Fleet Packages in us-central1, run:
$ gcloud container hub 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
These variants are also available:
$ gcloud alpha container hub packages list
$ gcloud beta container hub packages list

View file

@ -0,0 +1,44 @@
NAME
gcloud container hub packages resource-bundles create - create Package
Rollouts Resource Bundle
SYNOPSIS
gcloud container hub packages resource-bundles create NAME
[--description=DESCRIPTION] [--location=LOCATION]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Create Package Rollouts Resource Bundle.
EXAMPLES
To create Resource Bundle cert-manager in us-central1, run:
$ gcloud container hub 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
These variants are also available:
$ gcloud alpha container hub packages resource-bundles create
$ gcloud beta container hub packages resource-bundles create

View file

@ -0,0 +1,44 @@
NAME
gcloud container hub packages resource-bundles delete - delete Package
Rollouts Resource Bundle
SYNOPSIS
gcloud container hub packages resource-bundles delete NAME [--force]
[--location=LOCATION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Delete Package Rollouts Resource Bundle.
EXAMPLES
To delete Resource Bundle cert-manager in us-central1, run:
$ gcloud container hub packages resource-bundles delete \
cert-manager --location=us-central1
POSITIONAL ARGUMENTS
NAME
Resource name.
FLAGS
--force
If true, force deletion of any child resources. Otherwise, attempting
to delete a Resource Bundle with children will fail.
--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
These variants are also available:
$ gcloud alpha container hub packages resource-bundles delete
$ gcloud beta container hub packages resource-bundles delete

View file

@ -0,0 +1,40 @@
NAME
gcloud container hub packages resource-bundles describe - describe Package
Rollouts Resource Bundle
SYNOPSIS
gcloud container hub packages resource-bundles describe NAME
[--location=LOCATION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Describe Package Rollouts Resource Bundle.
EXAMPLES
To describe Resource Bundle cert-manager in us-central1, run:
$ gcloud container hub 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
These variants are also available:
$ gcloud alpha container hub packages resource-bundles describe
$ gcloud beta container hub packages resource-bundles describe

View file

@ -0,0 +1,47 @@
NAME
gcloud container hub packages resource-bundles - commands for managing
Package Rollouts Resource Bundles
SYNOPSIS
gcloud container hub packages resource-bundles GROUP | COMMAND
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
See gcloud 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
Commands for managing Package Rollouts Releases.
COMMANDS
COMMAND is one of the following:
create
Create Package Rollouts Resource Bundle.
delete
Delete Package Rollouts Resource Bundle.
describe
Describe Package Rollouts Resource Bundle.
list
List Package Rollouts Resource Bundles.
update
Update Package Rollouts Resource Bundle.
NOTES
These variants are also available:
$ gcloud alpha container hub packages resource-bundles
$ gcloud beta container hub packages resource-bundles

View file

@ -0,0 +1,69 @@
NAME
gcloud container hub packages resource-bundles list - list Package Rollouts
Resource Bundles
SYNOPSIS
gcloud container hub packages resource-bundles list [--location=LOCATION]
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
List Package Rollouts Resource Bundles.
EXAMPLES
To list Resource Bundles in us-central1, run:
$ gcloud container hub 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
These variants are also available:
$ gcloud alpha container hub packages resource-bundles list
$ gcloud beta container hub packages resource-bundles list

View file

@ -0,0 +1,75 @@
NAME
gcloud container hub packages resource-bundles releases create - create
Package Rollouts Release
SYNOPSIS
gcloud container hub packages resource-bundles releases create
--resource-bundle=RESOURCE_BUNDLE --source=SOURCE --version=VERSION
[--lifecycle=LIFECYCLE] [--location=LOCATION]
[--variants-pattern=VARIANTS_PATTERN; default="*"]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Create Package Rollouts Release.
EXAMPLES
To create Release v1.0.0 for Resource Bundle my-bundle in us-central1, run:
$ gcloud container hub 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 container hub 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 container hub 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; 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,
--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
These variants are also available:
$ gcloud alpha container hub packages resource-bundles releases \
create
$ gcloud beta container hub packages resource-bundles releases create

View file

@ -0,0 +1,50 @@
NAME
gcloud container hub packages resource-bundles releases delete - delete
Package Rollouts Release
SYNOPSIS
gcloud container hub packages resource-bundles releases delete RELEASE
--resource-bundle=RESOURCE_BUNDLE [--force] [--location=LOCATION]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Delete Package Rollouts Release.
EXAMPLES
To delete Release v1.0.0 of cert-manager in us-central1, run:
$ gcloud container hub 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
--force
If true, force deletion of any child resources. Otherwise, attempting
to delete a Release with children will fail.
--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
These variants are also available:
$ gcloud alpha container hub packages resource-bundles releases \
delete
$ gcloud beta container hub packages resource-bundles releases delete

View file

@ -0,0 +1,47 @@
NAME
gcloud container hub packages resource-bundles releases describe - describe
Package Rollouts Release
SYNOPSIS
gcloud container hub packages resource-bundles releases describe RELEASE
--resource-bundle=RESOURCE_BUNDLE [--location=LOCATION]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Describe Package Rollouts Release.
EXAMPLES
To view release v1.0.0 of cert-manager in us-central1, run:
$ gcloud container hub 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
These variants are also available:
$ gcloud alpha container hub packages resource-bundles releases \
describe
$ gcloud beta container hub packages resource-bundles releases \
describe

View file

@ -0,0 +1,42 @@
NAME
gcloud container hub packages resource-bundles releases - commands for
managing Package Rollouts Releases
SYNOPSIS
gcloud container hub packages resource-bundles releases COMMAND
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
See gcloud 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
Create Package Rollouts Release.
delete
Delete Package Rollouts Release.
describe
Describe Package Rollouts Release.
list
List Releases of a Resource Bundle.
update
Update Package Rollouts Release.
NOTES
These variants are also available:
$ gcloud alpha container hub packages resource-bundles releases
$ gcloud beta container hub packages resource-bundles releases

View file

@ -0,0 +1,74 @@
NAME
gcloud container hub packages resource-bundles releases list - list
Releases of a Resource Bundle
SYNOPSIS
gcloud container hub 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
List Releases of a Resource Bundle.
EXAMPLES
To list all Releases for bundle cert-manager in us-central1, run:
$ gcloud container hub 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
These variants are also available:
$ gcloud alpha container hub packages resource-bundles releases list
$ gcloud beta container hub packages resource-bundles releases list

View file

@ -0,0 +1,50 @@
NAME
gcloud container hub packages resource-bundles releases update - update
Package Rollouts Release
SYNOPSIS
gcloud container hub packages resource-bundles releases update RELEASE
--resource-bundle=RESOURCE_BUNDLE [--lifecycle=LIFECYCLE]
[--location=LOCATION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Update Package Rollouts Release.
EXAMPLES
To update Release v1.0.0 for Resource Bundle my-bundle in us-central1, run:
$ gcloud container hub packages resource-bundles releases update \
--version=v1.0.0 --resource-bundle=my-bundle \
--lifecycle=PUBLISHED
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.
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
These variants are also available:
$ gcloud alpha container hub packages resource-bundles releases \
update
$ gcloud beta container hub packages resource-bundles releases update

View file

@ -0,0 +1,44 @@
NAME
gcloud container hub packages resource-bundles update - update Package
Rollouts Resource Bundle
SYNOPSIS
gcloud container hub packages resource-bundles update NAME
[--description=DESCRIPTION] [--location=LOCATION]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Update Package Rollouts Resource Bundle.
EXAMPLES
To update Resource Bundle cert-manager in us-central1, run:
$ gcloud container hub 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
These variants are also available:
$ gcloud alpha container hub packages resource-bundles update
$ gcloud beta container hub packages resource-bundles update

View file

@ -0,0 +1,74 @@
NAME
gcloud container hub packages rollouts abort - abort Rollout resource
SYNOPSIS
gcloud container hub packages rollouts abort
(ROLLOUT : --fleet-package=FLEET_PACKAGE --location=LOCATION)
[--reason=REASON] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Abort Rollout resource.
EXAMPLES
To abort Rollout 20240318 for cert-manager-app in us-central1, run:
$ gcloud container hub 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
These variants are also available:
$ gcloud alpha container hub packages rollouts abort
$ gcloud beta container hub packages rollouts abort

View file

@ -0,0 +1,47 @@
NAME
gcloud container hub packages rollouts describe - describe Rollout resource
SYNOPSIS
gcloud container hub packages rollouts describe NAME
--fleet-package=FLEET_PACKAGE [--less] [--location=LOCATION]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Describe Rollout resource.
EXAMPLES
To view Rollout 20240318 for cert-manager-app in us-central1, run:
$ gcloud container hub 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
These variants are also available:
$ gcloud alpha container hub packages rollouts describe
$ gcloud beta container hub packages rollouts describe

View file

@ -0,0 +1,39 @@
NAME
gcloud container hub packages rollouts - commands for managing Rollouts
SYNOPSIS
gcloud container hub packages rollouts COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
See gcloud 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
Abort Rollout resource.
describe
Describe Rollout resource.
list
List Rollouts of a Fleet Package.
resume
Resume suspended Rollout.
suspend
Suspend in-progress Rollout.
NOTES
These variants are also available:
$ gcloud alpha container hub packages rollouts
$ gcloud beta container hub packages rollouts

View file

@ -0,0 +1,78 @@
NAME
gcloud container hub packages rollouts list - list Rollouts of a Fleet
Package
SYNOPSIS
gcloud container hub 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
List Rollouts of a Fleet Package.
EXAMPLES
To list all Rollouts for Fleet Package cert-manager-app in us-central1,
run:
$ gcloud container hub 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
These variants are also available:
$ gcloud alpha container hub packages rollouts list
$ gcloud beta container hub packages rollouts list

View file

@ -0,0 +1,74 @@
NAME
gcloud container hub packages rollouts resume - resume suspended Rollout
SYNOPSIS
gcloud container hub packages rollouts resume
(ROLLOUT : --fleet-package=FLEET_PACKAGE --location=LOCATION)
[--reason=REASON] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Resume suspended Rollout.
EXAMPLES
To resume Rollout 20240318 for cert-manager-app in us-central1, run:
$ gcloud container hub 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
These variants are also available:
$ gcloud alpha container hub packages rollouts resume
$ gcloud beta container hub packages rollouts resume

View file

@ -0,0 +1,75 @@
NAME
gcloud container hub packages rollouts suspend - suspend in-progress
Rollout
SYNOPSIS
gcloud container hub packages rollouts suspend
(ROLLOUT : --fleet-package=FLEET_PACKAGE --location=LOCATION)
[--reason=REASON] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Suspend in-progress Rollout.
EXAMPLES
To suspend Rollout 20240318 for cert-manager-app in us-central1, run:
$ gcloud container hub 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
These variants are also available:
$ gcloud alpha container hub packages rollouts suspend
$ gcloud beta container hub packages rollouts suspend

View file

@ -0,0 +1,68 @@
NAME
gcloud container hub packages update - update Package Rollouts Fleet
Package
SYNOPSIS
gcloud container hub packages update (FLEET_PACKAGE : --location=LOCATION)
--source=SOURCE [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Update Package Rollouts Fleet Package.
EXAMPLES
To update Fleet Package cert-manager-app, run:
$ gcloud container hub 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.
REQUIRED 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
These variants are also available:
$ gcloud alpha container hub packages update
$ gcloud beta container hub packages update