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

