aws-samples / service-screener-v2

A tool for customers to evaluate their AWS service configurations based on AWS and community best practices and receive recommendations on potential improvements.
Apache License 2.0
167 stars 46 forks source link

Unrecognized arguments --filters #70

Closed sheshankgujjari closed 5 months ago

sheshankgujjari commented 5 months ago

Describe the bug When I run the latest service screener, getting an error "Screener: error: unrecognized arguments: --filters"

To Reproduce Steps to reproduce the behavior:

  1. Clone Repo
  2. Setup Alias
  3. Run command

Full commands used to reproduce this bug screener --regions us-east-1 --filters xxx=xxx

Expected behavior It should expect the tag name and value

kuettai commented 5 months ago

Will look into this within next 48 hours

kuettai commented 5 months ago

@sheshankgujjari , please use --tags instead of --filters; i updated the readme.MD as well.

kuettai commented 5 months ago

Resolved for now.