wallix / awless

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

[?] list outputs of a stack #244

Open ProSerg opened 5 years ago

ProSerg commented 5 years ago

Hello!

Could you advice me how I can print Outputs of a stack by awless? Example aws cli : aws cloudformation describe-stacks --region <region> --query 'Stacks[*].Outputs' --output table --stack-name <name> I tried:

awless list stacks -r <region> --filter name=<name> --format table --columns name,outputs

But it prints awful tables.

I want to get an output value and check a key is exist.

Thanks!