wallix / awless

A Mighty CLI for AWS
http://awless.io/
Apache License 2.0
4.97k stars 263 forks source link

Cannot filter route53 output using "--filter type=A" #296

Open harishbsrinivas opened 3 years ago

harishbsrinivas commented 3 years ago

awless list records --filter type="A" --columns TYPE,NAME

output is

| TYPE ▲ |                              NAME                              |
|--------|----------------------------------------------------------------|
| A      | \052mysite.com                                 |
| CNAME      | anothersite.com                                 |
|SOA.           | mysite.com                            |

expected output

| TYPE ▲ |                              NAME                              |
|--------|----------------------------------------------------------------|
| A      | \052mysite.com                                 |