Avisi cloud logo
PlayroomHow it works

Personal defaults

Save your own defaults for playroom settings to avoid repeating flags every time.

Alpha

Playrooms are in active development. Commands, flags, and output may change between releases.

You can save your own defaults so you don't repeat flags every time. They're stored in ~/.acloud.yaml under defaults.playroom.*.

Precedence (highest wins): explicit flag > your config default > cached value (editor only) > built-in default

All available defaults

Prop

Type

Examples

acloud playroom config set image registry.avisi.cloud/library/playrooms/opencode:1.15.4-17
acloud playroom config set storage 20Gi
acloud playroom config get storage
# shows all defaults and where each came from
acloud playroom config view
# revert a single key to the built-in default
acloud playroom config unset storage
# revert everything to built-in defaults
acloud playroom config unset --all

SEE ALSO

On this page