15 lines
543 B
YAML
15 lines
543 B
YAML
- release_tracks: [GA]
|
|
help_text:
|
|
brief: Describe resource drifts
|
|
description: Describe a resource drift
|
|
examples: |-
|
|
To describe a resource drift `rd` under preview `pr1` at location `us-central1`, run:
|
|
|
|
$ {command} projects/p1/locations/us-central1/previews/pr1/resourceDrifts/rd
|
|
arguments:
|
|
resource:
|
|
spec: !REF googlecloudsdk.command_lib.infra_manager.resources:resource_drift
|
|
help_text: The resource drift to describe
|
|
request:
|
|
collection: config.projects.locations.previews.resourceDrifts
|