seek-oss/aec

cli params to configure output

tekumara opened this issue · 1 comments

Sometimes the output of ec2 describe wraps because of long instance names.

Would be nice to have a format cli option

eg: docker using gotemplate to reformat output and truncate the Name to 25 chars

docker stats --format "table {{printf \"%.25s\" .Name}}\t{{.CPUPerc}}\t{{.MemUsage}}\t{{.NetIO}}\t{{.BlockIO}}"

somewhat addressed by #170