mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 19:31:55 +00:00
28 lines
907 B
Text
28 lines
907 B
Text
NAME
|
|
gcloud workbench instances get-config - describes the valid configurations
|
|
for workbench instances
|
|
|
|
SYNOPSIS
|
|
gcloud workbench instances get-config [--location=LOCATION]
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Describes the valid configurations for workbench instances.
|
|
|
|
EXAMPLES
|
|
For valid configurations, run:
|
|
|
|
$ gcloud workbench instances get-config --location=us-west1-a
|
|
|
|
FLAGS
|
|
--location=LOCATION
|
|
Google Cloud location of this environment
|
|
https://cloud.google.com/compute/docs/regions-zones/#locations.
|
|
|
|
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.
|