Bug P2
Status Update
Comments
gh...@google.com <gh...@google.com> #2
I have forwarded this request to the engineering team. We will update this issue with any progress updates and a resolution.
Best Regards,
Josh Moyer
Google Cloud Platform Support
Best Regards,
Josh Moyer
Google Cloud Platform Support
Description
gcloud compute project-info --project
gcloud compute regions describe
There is a new way to get quota info which now lists all quotas with the following commands, but does not have the quota usage details ( this is the feature request that should get added)
gcloud alpha services quota list \
--service=
--consumer=projects/PROJECT_ID
or
gcloud alpha services quota list \
--service=
--consumer=organizations/ORG_ID
Please update these alpha gcloud commands to also get usage details similar to the information that is in the quotas page on the gcp cloud console.