15 lines
523 B
YAML
15 lines
523 B
YAML
- release_tracks: [GA]
|
|
help_text:
|
|
brief: Describe deployments
|
|
description: Describe a deployment
|
|
examples: |-
|
|
To describe a deployment `example-deployment` in project `p1` at location `us-central1`, run:
|
|
|
|
$ {command} projects/p1/locations/us-central1/deployments/example-deployment
|
|
arguments:
|
|
resource:
|
|
spec: !REF googlecloudsdk.command_lib.infra_manager.resources:deployment
|
|
help_text: The deployment to describe
|
|
request:
|
|
collection: config.projects.locations.deployments
|