2022-09-28 10:27:48 +00:00
|
|
|
NAME
|
|
|
|
|
gcloud alpha workstations - manage Cloud Workstations resources
|
|
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
|
gcloud alpha workstations GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
|
(ALPHA) 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
|
|
|
|
|
(ALPHA) Manage Cloud Workstations cluster resources.
|
|
|
|
|
|
2023-01-19 00:56:33 +00:00
|
|
|
configs
|
|
|
|
|
(ALPHA) Manage Cloud Workstations configuration resources.
|
|
|
|
|
|
2022-09-28 10:27:48 +00:00
|
|
|
COMMANDS
|
|
|
|
|
COMMAND is one of the following:
|
|
|
|
|
|
2023-01-19 00:56:33 +00:00
|
|
|
create
|
|
|
|
|
(ALPHA) Create a workstation.
|
|
|
|
|
|
|
|
|
|
delete
|
|
|
|
|
(ALPHA) Delete a workstation.
|
|
|
|
|
|
|
|
|
|
describe
|
|
|
|
|
(ALPHA) Describe a workstation.
|
|
|
|
|
|
2023-05-04 10:43:54 +00:00
|
|
|
get-iam-policy
|
|
|
|
|
(ALPHA) Get the IAM policy for a workstation.
|
|
|
|
|
|
2022-09-28 10:27:48 +00:00
|
|
|
list
|
|
|
|
|
(ALPHA) List workstations.
|
|
|
|
|
|
2023-05-04 10:43:54 +00:00
|
|
|
list-usable
|
|
|
|
|
(ALPHA) List usable workstations.
|
|
|
|
|
|
|
|
|
|
set-iam-policy
|
|
|
|
|
(ALPHA) Set the IAM policy for a workstation.
|
|
|
|
|
|
2023-03-15 11:22:01 +00:00
|
|
|
ssh
|
|
|
|
|
(ALPHA) SSH into a running workstation.
|
|
|
|
|
|
2023-01-19 00:56:33 +00:00
|
|
|
start
|
|
|
|
|
(ALPHA) Start a workstation.
|
|
|
|
|
|
2022-09-28 10:27:48 +00:00
|
|
|
start-tcp-tunnel
|
2023-01-19 00:56:33 +00:00
|
|
|
(ALPHA) Start a tunnel through which a local process can forward TCP
|
2022-09-28 10:27:48 +00:00
|
|
|
traffic to the workstation.
|
|
|
|
|
|
2023-01-19 00:56:33 +00:00
|
|
|
stop
|
|
|
|
|
(ALPHA) Stop a workstation.
|
|
|
|
|
|
2022-09-28 10:27:48 +00:00
|
|
|
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
|
2023-06-22 10:31:35 +00:00
|
|
|
access allowlist. These variants are also available:
|
|
|
|
|
|
|
|
|
|
$ gcloud workstations
|
2022-09-28 10:27:48 +00:00
|
|
|
|
|
|
|
|
$ gcloud beta workstations
|
|
|
|
|
|