mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 14:26:34 +00:00
gcloud: Thu Jun 22 10:31:35 UTC 2023
This commit is contained in:
parent
2102dc5511
commit
dc0d916cee
219 changed files with 5076 additions and 1639 deletions
67
gcloud/workstations/help
Normal file
67
gcloud/workstations/help
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
NAME
|
||||
gcloud workstations - manage Cloud Workstations resources
|
||||
|
||||
SYNOPSIS
|
||||
gcloud workstations GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
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
|
||||
Manage Cloud Workstations cluster resources.
|
||||
|
||||
configs
|
||||
Manage Cloud Workstations configuration resources.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
Create a workstation.
|
||||
|
||||
delete
|
||||
Delete a workstation.
|
||||
|
||||
describe
|
||||
Describe a workstation.
|
||||
|
||||
get-iam-policy
|
||||
Get the IAM policy for a workstation.
|
||||
|
||||
list
|
||||
List workstations.
|
||||
|
||||
list-usable
|
||||
List usable workstations.
|
||||
|
||||
set-iam-policy
|
||||
Set the IAM policy for a workstation.
|
||||
|
||||
ssh
|
||||
SSH into a running workstation.
|
||||
|
||||
start
|
||||
Start a workstation.
|
||||
|
||||
start-tcp-tunnel
|
||||
Start a tunnel through which a local process can forward TCP traffic to
|
||||
the workstation.
|
||||
|
||||
stop
|
||||
Stop a workstation.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha workstations
|
||||
|
||||
$ gcloud beta workstations
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue