17 lines
445 B
YAML
17 lines
445 B
YAML
- help_text:
|
|
brief: Show details about the configuration of a project.
|
|
description: Show details about the configuration of a project.
|
|
examples: |
|
|
To show the current configuration of the current project run:
|
|
|
|
$ {command}
|
|
|
|
request:
|
|
collection: sourcerepo.projects
|
|
method: getConfig
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: The project.
|
|
spec: !REF googlecloudsdk.command_lib.source.resources:project
|