momentohq / momento-cli

Official CLI for Momento Serverless Cache
Apache License 2.0
48 stars 10 forks source link

feat: write linter output to a gzipped JSON file #305

Closed nand4011 closed 7 months ago

nand4011 commented 7 months ago

Add a step to check if the output file will be writable before making any network calls.

Gzip compress the final json and write it to linter_results.json.gz in the directory the linter command is executed from.

Check the AWS credentials before starting to provide a better error message than would occur if we made an AWS call with invalid credentials.