Commands
All acloud playroom subcommands.
Alpha
These commands are in active development. Flags and behaviour may change between releases.
Access
Commands for getting into a running playroom.
playroom play
Spin up a fresh playroom seeded with a local directory. The fastest way in.
playroom connect
SSH into an existing playroom.
playroom open
Open a playroom in VS Code, IntelliJ, or WebStorm over SSH.
Lifecycle
Commands for managing the state of a playroom.
playroom create
Create a new playroom with full control over its settings.
playroom update
Change a running playroom's image, resources, or ports in place.
playroom start
Start a stopped playroom, reusing its existing storage.
playroom stop
Stop a playroom and free compute, keeping storage intact.
playroom delete
Permanently delete a playroom and all its resources.
Inspect
All commands live under acloud playroom (aliases: playrooms, p, room). Select your Playhouse with -p; it defaults to the last one you used. Most commands accept - in place of a name to mean "the last playroom I used."
acloud playroom <command> [name | -] -p <playhouse> [flags]SEE ALSO
- Playroom overview: what a playroom is and why to use it
- Getting started: from zero to a running playroom end-to-end
- How it works: Kubernetes internals, lifecycle, storage, and secrets