mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Mar 13 09:56:21 UTC 2024
This commit is contained in:
parent
7f632e0c5d
commit
75379bf68b
273 changed files with 9390 additions and 532 deletions
|
|
@ -5,7 +5,7 @@ SYNOPSIS
|
|||
gcloud projects create [PROJECT_ID] [--no-enable-cloud-apis]
|
||||
[--folder=FOLDER_ID] [--labels=[KEY=VALUE,...]] [--name=NAME]
|
||||
[--organization=ORGANIZATION_ID] [--set-as-default]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--tags=[KEY=VALUE,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Creates a new project with the given project ID. By default, projects are
|
||||
|
|
@ -64,6 +64,12 @@ FLAGS
|
|||
--set-as-default
|
||||
Set newly created project as [core.project] property.
|
||||
|
||||
--tags=[KEY=VALUE,...]
|
||||
List of tags KEY=VALUE pairs to bind. Each item must be expressed as
|
||||
"<tag-key-namespaced-name>=<tag-value-short-name>".
|
||||
|
||||
Example: 123/environment=production,123/costCenter=marketing
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue