22 lines
559 B
YAML
22 lines
559 B
YAML
release_tracks: [ALPHA, GA]
|
|
|
|
help_text:
|
|
brief: Show details about the machine.
|
|
description: Show details about the machine.
|
|
examples: |
|
|
To show details about a machine called 'my-machine' in region us-central1, run:
|
|
|
|
$ {command} my-machine --location=us-central1
|
|
|
|
request:
|
|
collection: edgecontainer.projects.locations.machines
|
|
ALPHA:
|
|
api_version: v1alpha
|
|
GA:
|
|
api_version: v1
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: The machine you want to describe.
|
|
spec: !REF googlecloudsdk.command_lib.edge_cloud.container.resources:machine
|