steampipe

Use SQL to instantly query your cloud services and APIs

brewmacoslinux
Try with needOr install directly
Source

About

Use SQL to instantly query your cloud services

Commands

steampipe

Examples

Start Steampipe in interactive mode to query cloud resources$ steampipe query
Run a SQL query to list all AWS EC2 instances$ steampipe query 'select instance_id, instance_type, state from aws_ec2_instance;'
Install and manage Steampipe plugins for different cloud providers$ steampipe plugin install aws azure gcp