mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 19:06:53 +00:00
38 lines
844 B
Text
38 lines
844 B
Text
NAME
|
|
gcloud beta runtime-config configs variables - manage variable resources
|
|
|
|
SYNOPSIS
|
|
gcloud beta runtime-config configs variables COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) Manage variable resources.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
describe
|
|
(BETA) Describe variable resources.
|
|
|
|
get-value
|
|
(BETA) Output values of variable resources.
|
|
|
|
list
|
|
(BETA) List variable resources within a configuration.
|
|
|
|
set
|
|
(BETA) Create or update variable resources.
|
|
|
|
unset
|
|
(BETA) Delete variable resources.
|
|
|
|
watch
|
|
(BETA) Wait for a variable resources to change.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice.
|
|
|