ModusCreateOrg / gimbal

Web Performance Auditing tooling
https://labs.moduscreate.com/gimbal-web-performance-audit-budgeting
MIT License
115 stars 8 forks source link

Get gimbal audit to work #157

Closed mitchellsimoens closed 4 years ago

mitchellsimoens commented 4 years ago

Basically, using commander as a cli arg parser instead of something that actually runs code. Ditched commands that were already marked as deprecated so didn't have to maintain them anymore with how doing this.

Good thing, you can run gimbal and it will really just run gimbal audit even if you don't have a config file. Prior, it would show the help screen but now, gimbal will just work regardless if you have a config file which is a win IMO. All cli options for gimbal audit are now top level so they still work and also work when executing gimbal.

Will wait for a v2 release before replacing commander.