mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
37 lines
1.2 KiB
Text
37 lines
1.2 KiB
Text
NAME
|
|
gcloud alpha resource-settings set-value - update the value of a resource
|
|
setting
|
|
|
|
SYNOPSIS
|
|
gcloud alpha resource-settings set-value --value-file=value-file
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) Update the value of a resource setting.
|
|
|
|
EXAMPLES
|
|
To set the resource setting from the file with the path ./sample_path, run:
|
|
|
|
$ gcloud alpha resource-settings set-value \
|
|
--value-file="./test_input.json"
|
|
|
|
REQUIRED FLAGS
|
|
--value-file=value-file
|
|
Path to JSON or YAML file that contains the resource setting.
|
|
|
|
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. This variant is also available:
|
|
|
|
$ gcloud resource-settings set-value
|
|
|