19 lines
621 B
YAML
19 lines
621 B
YAML
- release_tracks: [ALPHA, BETA, GA]
|
|
|
|
help_text:
|
|
brief: Describe a Secure Source Manager instance
|
|
description: Get details of a Secure Source Manager instance.
|
|
examples: |
|
|
To describe a Secure Source Manager instance named 'my-instance' in location 'us-central1' under the current project, run:
|
|
|
|
$ {command} my-instance --region=us-central1
|
|
|
|
request:
|
|
api_version: v1
|
|
collection: securesourcemanager.projects.locations.instances
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: The instance you want to describe.
|
|
spec: !REF googlecloudsdk.command_lib.source_manager.resources:instance
|