1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +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

@ -21,6 +21,12 @@ EXAMPLES
$ gcloud alpha projects update example-foo-bar-1 \
--name="Foo Bar & Grill" --remove-labels=dive
The following command updates a project with the ID example-foo-bar-1 to
have labels foo and bar with values of abc and def, respectively:
$ gcloud alpha projects update example-foo-bar-1 \
--update-labels="foo=abc,bar=def"
POSITIONAL ARGUMENTS
PROJECT_ID_OR_NUMBER
ID or number for the project you want to update.