awless icon indicating copy to clipboard operation
awless copied to clipboard

Error when display tags with space

Open pexaorj opened this issue 5 years ago • 0 comments

Hi guys,

When I tried to display tags that contains space in name, example: "Not tagged"

awless ls instances --tag Environment='Not tagged'
No results found.

or:

awless ls instances --tag-key Environment --tag-value Not tagged
[error]   invalid parameter 'tagged'

or

awless ls instances --tag-key Environment --tag-value "Not tagged"
[error]   invalid parameter 'tagged'

I also try to scape in a lot of unix formats, without sucess. If someone know how to do this, I will appreciate your help, if not, this can classified as a bug or enhancement.

Regards,

Fernando

pexaorj avatar Aug 07 '19 14:08 pexaorj