Config files
Resolution order
For most settings (base URL, token, active context), the CLI resolves values in this order:- CLI flags (example:
--token,--project,--task) - Environment variables (example:
BLOCPAD_TOKEN) - Stored config (
config.json) - Built-in defaults (if applicable)
config.json
Path: <configDir>/config.json
Example:
proposals.json
Path: <configDir>/proposals.json
This file is used as a local cache by workflows that generate proposals for changes.