wallix / awless

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

Listing RDS endpoints? #289

Open atsalolikhin-spokeo opened 3 years ago

atsalolikhin-spokeo commented 3 years ago

With aws-shell, I can list the endpoints for my RDS:

aws> rds describe-db-clusters | jq '.DBClusters | .[] | .Endpoint' | less
"[redacted].rds.amazonaws.com"
aws>

Is there a way to do that with awless? Something like

awless list databases --columns id,endpoint