Skip to main content

Config files

Resolution order

For most settings (base URL, token, active context), the CLI resolves values in this order:
  1. CLI flags (example: --token, --project, --task)
  2. Environment variables (example: BLOCPAD_TOKEN)
  3. Stored config (config.json)
  4. 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.