mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
53 lines
1.3 KiB
Text
53 lines
1.3 KiB
Text
NAME
|
|
gcloud compute project-info - read and manipulate project-level data like
|
|
quotas and metadata
|
|
|
|
SYNOPSIS
|
|
gcloud compute project-info COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Read and manipulate project-level data like quotas and metadata.
|
|
|
|
For more information about quotas, see the quotas documentation
|
|
(https://cloud.google.com/compute/quotas).
|
|
|
|
Note: Project-level metadata is a distinct concept from instance-level
|
|
metadata.
|
|
|
|
For more information about instance metadata, see Storing and retrieving
|
|
instance metadata
|
|
(https://cloud.google.com/compute/docs/storing-retrieving-metadata).
|
|
|
|
See also: Projects API
|
|
(https://cloud.google.com/compute/docs/reference/rest/v1/projects).
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
add-metadata
|
|
Add or update project-wide metadata.
|
|
|
|
describe
|
|
Describe the Compute Engine project resource.
|
|
|
|
remove-metadata
|
|
Remove project-wide metadata entries.
|
|
|
|
set-usage-bucket
|
|
Set usage reporting bucket for a project.
|
|
|
|
update
|
|
Update a Compute Engine project resource.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha compute project-info
|
|
|
|
$ gcloud beta compute project-info
|
|
|