turbot / steampipe

Zero-ETL, infinite possibilities. Live query APIs, code & more with SQL. No DB required.
https://steampipe.io
GNU Affero General Public License v3.0
6.67k stars 262 forks source link

Ability to get ALL inventory (exported to csv/whatever), so I can diff it between runs #4283

Open neilmcguigan opened 1 month ago

neilmcguigan commented 1 month ago

Is your feature request related to a problem? Please describe. I'd like to be able to view differences in inventory between runs, say daily, but cannot see how

Describe the solution you'd like something like select count(*) from aws.all_resources or select identifier from aws.all_resources order by identifier which i can then export to CSV, and diff between previous run

kaidaguerre commented 4 weeks ago

Hi @neilmcguigan

This answer to a similar question may prove useful.