1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Sep 20 10:45:25 UTC 2023

This commit is contained in:
Automated 2023-09-20 10:45:25 +00:00
parent 952686eb78
commit 54eca12593
183 changed files with 2246 additions and 4040 deletions

View file

@ -13,14 +13,26 @@ DESCRIPTION
--enabled is the default.
EXAMPLES
To list the services the current project has enabled for consumption, run:
To list the services for the current project has enabled for consumption,
run:
$ gcloud services list --enabled
To list the services the current project can enable for consumption, run:
To list the services for the current project can enable for consumption,
run:
$ gcloud services list --available
To list the services for project my-project has enabled for consumption,
run:
$ gcloud services list --enabled --project=my-project
To list the services the project my-project can enable for consumption,
run:
$ gcloud services list --available --project=my-project
FLAGS
At most one of these can be specified:
@ -65,9 +77,7 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
These variants are also available:
$ gcloud alpha services list
This variant is also available:
$ gcloud beta services list