20 lines
490 B
YAML
20 lines
490 B
YAML
- release_tracks: [ALPHA, BETA]
|
|
help_text:
|
|
brief: Describe a Rollout
|
|
description: Describe a Rollout
|
|
examples: |-
|
|
To describe the Rollout, run:
|
|
|
|
$ {command}
|
|
arguments:
|
|
params:
|
|
- help_text: |-
|
|
Name of the resource
|
|
is_positional: true
|
|
resource_spec: !REF googlecloudsdk.command_lib.saas_runtime.resources:rollout
|
|
required: true
|
|
request:
|
|
api_version: v1beta1
|
|
collection:
|
|
- saasservicemgmt.projects.locations.rollouts
|