AWS CLI output table as multi columns
outline
When using AWS CLI output as a table, if there is a lot of depth, the columns may overlap as one.
resolution
Add "|[0]" to end of query.
example (Single Column)
aws ec2 describe-network-interfaces --query 'NetworkInterfaces[*].{Publi...
ktg0210.hashnode.dev1 min read