mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +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
|
|
@ -4,7 +4,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta resource-manager folders create --display-name=DISPLAY_NAME
|
||||
[--async] [--folder=FOLDER_ID] [--organization=ORGANIZATION_ID]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--tags=[KEY=VALUE,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Creates a new folder in the given parent folder or organization.
|
||||
|
|
@ -37,6 +37,12 @@ OPTIONAL FLAGS
|
|||
--organization=ORGANIZATION_ID
|
||||
ID for the organization to use as a parent
|
||||
|
||||
--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