File: //snap/google-cloud-cli/current/lib/surface/artifacts/repositories/describe.yaml
- release_tracks: [ALPHA, BETA, GA]
help_text:
brief: |
Describe an Artifact Registry repository.
description: |
Describe an Artifact Registry repository given the repository name.
examples: |
To describe a repository named `my-repo` under the current project in
`us-west1`, run:
$ {command} my-repo --location=us-west1
arguments:
resource:
spec: !REF googlecloudsdk.command_lib.artifacts.resources:repository_without_property
help_text: |
The Artifact Registry repository to describe.
request: &request
api_version: v1
collection: artifactregistry.projects.locations.repositories
response:
modify_response_hooks:
- googlecloudsdk.command_lib.artifacts.util:AddEncryptionLogToRepositoryInfo
- googlecloudsdk.command_lib.artifacts.util:AddRegistryBaseToRepositoryInfo
- googlecloudsdk.command_lib.artifacts.util:ConvertBytesToMB