buttons config
Read and write per-user settingsSynopsis
Manage per-user defaults stored in ~/.buttons/settings.json. Settings are global only — personal preferences shouldn’t leak into project repos via .buttons/. Project-level knobs live on each button (e.g. ‘buttons create —timeout N’ pins a timeout for that button specifically). Known keys:buttons config with no subcommand prints the current values.
Resolution order for theme at TUI startup: $BUTTONS_THEME env var wins,
then settings, then default. Env override keeps A/B comparison easy.
Examples:
Options
Options inherited from parent commands
SEE ALSO
- buttons - Deterministic workflow engine for agents
- buttons config set - Set a setting
- buttons config unset - Clear a setting (revert to built-in default)