moonrepo / proto

A pluggable multi-language version manager.
https://moonrepo.dev/proto
MIT License
631 stars 30 forks source link

new: Add config loading mode support. #577

Closed milesj closed 4 weeks ago

milesj commented 1 month ago

This adds a new global option --config-mode or -c that determines how configs are loaded.

Right now it's very messy. Some commands load all, some just local, others exclude global, etc. This standardizes it a bit more and makes it easier to understand.