gcloud beta runtime-config configs update - update runtime-config resources
gcloud beta runtime-config configs update NAME --description=DESCRIPTION [GCLOUD_WIDE_FLAG ...]
(BETA) This command updates the runtime-config resource with the specified description.
To update a runtime-config resource's description, run:
$ gcloud beta runtime-config configs update \ --description="My new description" my-config
To remove a runtime-config resource's description, run:
$ gcloud beta runtime-config configs update --description="" \ my-config
- NAME
The configuration name.
- --description=DESCRIPTION
The new description of the configuration.
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.
This command is currently in beta and might change without notice.