mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
37 lines
1.1 KiB
Text
37 lines
1.1 KiB
Text
NAME
|
|
gcloud apihub runtime-project-attachments lookup - lookup a runtime project
|
|
attachment
|
|
|
|
SYNOPSIS
|
|
gcloud apihub runtime-project-attachments lookup --location=LOCATION
|
|
--service-project=SERVICE_PROJECT [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Lookup a runtime project attachment.
|
|
|
|
EXAMPLES
|
|
To lookup a runtime project attachment for a specific service project, run:
|
|
|
|
$ gcloud apihub runtime-project-attachments lookup \
|
|
--service-project=my-service-project --location=us-central1
|
|
|
|
REQUIRED FLAGS
|
|
--location=LOCATION
|
|
The location of the runtime project attachment.
|
|
|
|
--service-project=SERVICE_PROJECT
|
|
The service project ID to lookup attachment for.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --access-token-file, --account,
|
|
--billing-project, --configuration, --flags-file, --flatten, --format,
|
|
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
|
--trace-token, --user-output-enabled, --verbosity.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud alpha apihub runtime-project-attachments lookup
|
|
|