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}}"
Sometimes the output of
ec2 describewraps 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