Commands
playroom config
Manage persisted playroom defaults (alpha)
Synopsis
Manage playroom defaults stored in ~/.acloud.yaml (defaults.playroom.*).
Set a default once and playroom commands use it unless you override the corresponding flag. Commands that don't expose a flag (e.g. 'play' for resource sizes) still honour the configured default.
Precedence: explicit flag > configured default > last-used (editor only) > built-in.
Options
-h, --help help for configOptions inherited from parent commands
-C, --context string sets the context
--debug enable debug mode
--debug-show-authorization-header prints actual authorization header in debug mode, use with caution!
-O, --organisation string sets the organisation
-p, --playhouse string playhouse cluster slug (defaults to last-used; supports <env>/<slug>, etc.)
--request-timeout duration request timeout for api calls to the Avisi Cloud API (default 15s)
--trace enable trace modeSEE ALSO
- acloud playroom - Manage playrooms (alpha)
- acloud playroom config get - Print the effective value of a playroom default
- acloud playroom config set - Set a playroom default
- acloud playroom config unset - Remove a playroom default (revert to built-in)
- acloud playroom config view - Show effective playroom defaults and their source