Configuration
BlocPad CLI stores local configuration in a per-user directory.Config directory
- macOS:
~/Library/Application Support/blocpad/ - Linux:
~/.config/blocpad/(or$XDG_CONFIG_HOME/blocpad/) - Windows:
%APPDATA%\\blocpad\\(or%LOCALAPPDATA%\\blocpad\\)
Files
config.json: base URL, auth token, and active context (project/task)proposals.json: local proposals cache (used by some workflows)
config.json schema
Resolution order
For most settings, the CLI resolves values in this order:- CLI flags (example:
--token) - Environment variables (example:
BLOCPAD_TOKEN) config.json- Built-in defaults (if applicable)
blocpad auth status --json to confirm what the CLI is using.