16 lines
410 B
YAML
16 lines
410 B
YAML
- help_text:
|
|
brief: Show details about a job.
|
|
description: Show details about a job.
|
|
examples: |
|
|
The following command shows details about a job:
|
|
|
|
$ {command} my-job
|
|
|
|
request:
|
|
collection: cloudscheduler.projects.locations.jobs
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: The job you want to show details for.
|
|
spec: !REF googlecloudsdk.command_lib.scheduler.resources:job
|