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 value | Editor |
|---|---|
vscode | Visual Studio Code |
intellij | IntelliJ IDEA |
webstorm | WebStorm |
Examples
acloud playroom open my-room --playhouse playhouse-ame-01 --editor vscodeacloud playroom open my-room --playhouse playhouse-ame-01 --editor intellijacloud 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 webstormPass - as NAME to use the last-used playroom.
Options
Prop
Type
Options inherited from parent commands
Prop
Type
SEE ALSO
- Playroom overview: what a playroom is and why to use it
- playroom connect: open an interactive SSH session in your terminal instead
- playroom play: create a playroom and connect in one step
- Personal defaults: save your preferred editor so you never repeat the flag