wallix / awless

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

Fixedwidth during stream of CF events #204

Open taraspos opened 6 years ago

taraspos commented 6 years ago

This PR adds the custom solution for streaming CloudFormation events into a structured table with a column of fixed width, to prevent "jumping"

Before:

before

After:

after

The new approach uses Reflection and pretty complex but seems to work well.

simcap commented 6 years ago

Tailers are experimental and are not advertised on the sub commands listing, so we have more leeway in their implementation. So we shall review that and it could make it into the 0.1.10 that is due in the next 2 days.

Otherwise thanks for the work @Trane9991 !