Skip to content

v0.3.0 — Deployment Detection

Latest

Choose a tag to compare

@hgutti hgutti released this 07 Apr 01:48
· 24 commits to main since this release
938878a

What's new

  • 3-layer deployment detection across AWS, Azure, and GCP — tags → registry API → audit trail
  • AWS: CDK template body inspection, CloudTrail `userAgent` as definitive signal
  • Azure: ARM deployment history, Activity Log HTTP `userAgent`
  • GCP: Deployment Manager API, Cloud Audit Logs `callerSuppliedUserAgent`
  • Detects: CDK, CloudFormation, Terraform, Pulumi, Bicep, ARM, Azure DevOps, Config Connector, Cloud Build, GitHub Actions
  • `cloudctl debug` — full incident diagnosis with IaC-aware fix steps

Install

```bash
pip install cctl[ai]
```