Avisi cloud logo
PlayroomCommands

playroom open

Open a running playroom in a locally installed editor (VS Code, IntelliJ, or WebStorm) over SSH.

Alpha

This command is in active development. Flags and behaviour may change between releases.

Open a running playroom in a locally installed editor over SSH.

The editor and playhouse are restored from cache on repeated runs, so acloud playroom open - re-opens the last-used playroom in the same editor without any extra flags.

For an interactive SSH session in your terminal instead of an editor, use acloud playroom connect.

acloud playroom open <playroom-name | -> [flags]

Supported editors

Flag valueEditor
vscodeVisual Studio Code
intellijIntelliJ IDEA
webstormWebStorm

Examples

acloud playroom open my-room --playhouse playhouse-ame-01 --editor vscode
acloud playroom open my-room --playhouse playhouse-ame-01 --editor intellij
acloud playroom open my-room --playhouse playhouse-ame-01 --editor webstorm
# reopen the last-used playroom with the same editor
acloud playroom open -
# reopen the last-used playroom with a different editor
acloud playroom open - --editor webstorm

Pass - as NAME to use the last-used playroom.

Options

Prop

Type

Options inherited from parent commands

Prop

Type

SEE ALSO

On this page