Skip to content

v0.3.9: REPOSIT_TOKEN priority fix

Choose a tag to compare

@tomasz-tomczyk tomasz-tomczyk released this 02 Feb 20:09
· 3 commits to main since this release

Changes

  • fix: REPOSIT_TOKEN environment variable now properly overrides config file tokens

Environment variables should have highest priority over config files. Previously REPOSIT_TOKEN only filled in missing tokens; now it overrides all backend tokens as documented.

Config Priority Order (unchanged)

  1. ~/.reposit/config.json (global) - lowest
  2. .reposit.json (project-local) - medium
  3. Environment variables - highest