mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
54 lines
1.1 KiB
Text
54 lines
1.1 KiB
Text
NAME
|
|
gcloud beta workstations - manage Cloud Workstations resources
|
|
|
|
SYNOPSIS
|
|
gcloud beta workstations GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) Manage Cloud Workstations resources.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
clusters
|
|
(BETA) Manage Cloud Workstations cluster resources.
|
|
|
|
configs
|
|
(BETA) Manage Cloud Workstations configuration resources.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(BETA) Create a workstation.
|
|
|
|
delete
|
|
(BETA) Delete a workstation.
|
|
|
|
describe
|
|
(BETA) Describe a workstation.
|
|
|
|
list
|
|
(BETA) List workstations.
|
|
|
|
start
|
|
(BETA) Start a workstation.
|
|
|
|
start-tcp-tunnel
|
|
(BETA) Start a tunnel through which a local process can forward TCP
|
|
traffic to the workstation.
|
|
|
|
stop
|
|
(BETA) Stop a workstation.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. This
|
|
variant is also available:
|
|
|
|
$ gcloud alpha workstations
|
|
|