mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
47 lines
1.4 KiB
Text
47 lines
1.4 KiB
Text
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.
|
|
|