momentohq / momento-cli

Official CLI for Momento Serverless Cache
Apache License 2.0
47 stars 9 forks source link

feat: Make the cloud linter start and end dates configurable #329

Closed nand4011 closed 1 month ago

nand4011 commented 1 month ago

Add optional arguments to the cloud-linter command that take a start and end date in YYYY-MM-DD form. If the start-date isn't provided, it defaults to end-date - 30. If end-date isn't provided, it defaults to today.

Make the process resources function argument orders consistent.

Delete some commented out code.

cprice404 commented 1 month ago

@malandis to pull this down and help review UX if he gets to it before I do.