AnomalyInnovations / aws-api-gateway-cli-test

A simple CLI to test API Gateway endpoints with IAM authorization
MIT License
121 stars 29 forks source link

Allow use of yargs .config() #30

Open shaunhurley opened 2 years ago

shaunhurley commented 2 years ago

Hi, been using this a lot recently, super convenient, hoped you might incorporate this little tweak to make it even more so!

Included the .config() option in the yargs parameter handling in order to allow parameters to be read from a config file specified with the --config command line option i.e. --config test.json rather than everything having to be entered on the command line every time.