18 lines
536 B
YAML
18 lines
536 B
YAML
- help_text:
|
|
brief: Describe a Cloud Build Repository
|
|
description: Describe a Cloud Build Repository.
|
|
examples: |
|
|
To list all the Cloud Build connections in region ``us-central1'',
|
|
run the following command:
|
|
|
|
$ {command} --region=us-central1
|
|
|
|
request:
|
|
collection: cloudbuild.projects.locations.connections.repositories
|
|
api_version: v2
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: Cloud Build Repository to describe.
|
|
spec: !REF googlecloudsdk.command_lib.cloudbuild.resources_v2:repository
|