26 lines
806 B
YAML
26 lines
806 B
YAML
- release_tracks: [GA]
|
|
help_text:
|
|
brief: |
|
|
Describe an Artifact Registry attachment.
|
|
description: |
|
|
Describe an Artifact Registry attachment.
|
|
|
|
This command can fail for the following reasons:
|
|
* The specified attachment does not exist.
|
|
* The active account does not have permission to view attachments.
|
|
|
|
examples: |
|
|
To describe an attachment named `my-attachment` under the current project, repository, and location, run:
|
|
|
|
$ {command} my-attachment
|
|
|
|
arguments:
|
|
resource:
|
|
spec: !REF googlecloudsdk.command_lib.artifacts.resources:attachment
|
|
help_text: |
|
|
The Artifact Registry attachment to describe.
|
|
|
|
request: &request
|
|
api_version: v1
|
|
collection: artifactregistry.projects.locations.repositories.attachments
|