mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-15 17:35:31 +00:00
40 lines
1.3 KiB
Text
40 lines
1.3 KiB
Text
NAME
|
|
gcloud alpha compute project-zonal-metadata describe - describe project
|
|
zonal metadata
|
|
|
|
SYNOPSIS
|
|
gcloud alpha compute project-zonal-metadata describe --zone=ZONE
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) Describe project zonal metadata.
|
|
|
|
EXAMPLES
|
|
To describe the project zonal metadata in the zone us-central1-a for the
|
|
project my-gcp-project, run:
|
|
|
|
$ gcloud alpha compute project-zonal-metadata describe \
|
|
--zone=us-central1-a --project=my-gcp-project
|
|
|
|
REQUIRED FLAGS
|
|
--zone=ZONE
|
|
Zone for project zonal metadata
|
|
|
|
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 command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist. These variants are also available:
|
|
|
|
$ gcloud compute project-zonal-metadata describe
|
|
|
|
$ gcloud beta compute project-zonal-metadata describe
|
|
|