google / clasp

🔗 Command Line Apps Script Projects
https://developers.google.com/apps-script/guides/clasp
Apache License 2.0
4.59k stars 428 forks source link

Refactor config paths, fix CLI options #865

Closed sqrrrl closed 3 years ago

sqrrrl commented 3 years ago

fix: Honor --project and other CLI options for overriding config file paths

Fixes #859 & #832. Removes PathProxy as no longer needed -- simpler to inline the path resolution in Config and not have the extra layer of indirection.