A CLI built as a CSPM (Cloud Security Posture Management) tool to monitor major cloud providers like GCP, AWS and Azure written in Python
-
Configure cloud provider credentials:
cloudguard config --provider gcp
-
Run
cloudguard
with user prompt:cloudguard run
-
Run
cloudguard
with arguments:cloudguard run --provider gcp --all -export-json
-
Run
cloudguard
and list the supported resources for a cloud providercloudguard run --provider gcp --list
-
List all supported cloud providers:
cloudguard providers list
-
Help:
cloudguard --help
- Google Cloud APIs and SDK client libraries