Scout24 / afp-cli

CLI for the AWS Federation Proxy
Apache License 2.0
13 stars 8 forks source link

implement alternative output formats for afpv2 #55

Closed esc closed 8 years ago

esc commented 8 years ago

More advanced output options for afpv2: support both json and csv for processing accounts lists programmatically.

esc commented 8 years ago

Additionally this now does context sensitive padding for the human output of list. This means that length of all the account names is taken into account when determining the padding and so the human output remains readable even an account in the list exceeds 20 characters (which had happened).

esc commented 8 years ago

Will merge this now, feel free to comment anyway if you see something you don't like, and we'll fix it in a new pull-request.