1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-10 19:31:55 +00:00
gcloud-help/gcloud/alpha/resource-manager/folders/update
2022-03-01 04:29:52 +00:00

51 lines
1.7 KiB
Text

NAME
gcloud alpha resource-manager folders update - update the display name of a
folder
SYNOPSIS
gcloud alpha resource-manager folders update FOLDER_ID
--display-name=DISPLAY_NAME [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Updates the given folder with new folder name.
This command can fail for the following reasons:
▪ There is no folder with the given ID.
▪ The active account does not have permission to update the given
folder.
▪ The new display name is taken by another folder under this folder's
parent.
EXAMPLES
The following command updates a folder with the ID 123456789 to have the
name "Foo Bar and Grill":
$ gcloud alpha resource-manager folders update 123456789 \
--display-name="Foo Bar and Grill"
POSITIONAL ARGUMENTS
FOLDER_ID
ID for the folder you want to update.
REQUIRED FLAGS
--display-name=DISPLAY_NAME
New display name for the folder (unique under the same parent).
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. These variants are also available:
$ gcloud resource-manager folders update
$ gcloud beta resource-manager folders update