File: //snap/google-cloud-cli/current/lib/surface/certificate_manager/operations/list.yaml
- release_tracks: [ALPHA, BETA, GA]
help_text:
brief: List long-running operations.
description: |
List Certificate Manager long-running operations.
## EXAMPLES
To list all operations, run:
$ {command}
request:
collection: certificatemanager.projects.locations.operations
api_version: v1
arguments:
resource:
help_text: Certificate Manager location to list all operations.
spec: !REF googlecloudsdk.command_lib.certificate_manager.resources:location
response:
id_field: name
output:
format: |
table(
metadata.endTime.date('%Y-%m-%d %H:%M:%S %Oz', undefined=''):sort=1,
name.scope("operations"):label=ID,
metadata.target.basename(),
done:label=DONE
)