vCPU Windows lw-inventory
Usage
AWS
Log into the aws CLI before running the inventory app
Basic usage
.\lw-inventory.exe aws
Using a profile (sso profile works as well)
.\lw-inventory.exe aws --profile myprofile
Specifying a region
.\lw-inventory.exe aws --region us-east-1
Show debug output (useful to see more details)
.\lw-inventory.exe aws -d
GCP
Log into the gcloud CLI before running the inventory app
Basic usage
.\lw-inventory.exe gcp
List of projects to ignore, comma separated
.\lw-inventory.exe gcp --projects-to-ignore <projets to ignore>
Use a credentials JSON file
.\lw-inventory.exe gcp --credentials <path to JSON file>
Show debug output (useful to see more details)
.\lw-inventory.exe gcp -d
Azure
Log into the az CLI before running the inventory app
Basic usage
.\lw-inventory.exe azure
List of subscriptions to ignore, comma separated
.\lw-inventory.exe azure --ignore-subscriptions <your subscription ID or name>
Show debug output (useful to see more details)
.\lw-inventory.exe azure -d