Devolv is a modular DevOps CLI toolkit focused on AWS IAM security and cloud automation.
🔧 Install once — and unlock multiple tools to validate, detect drift, and secure your infrastructure.
📖 Docs: https://devolvdev.github.io/devolv
| Command | Description |
|---|---|
devolv validate |
Validate AWS IAM policies (✅ live) |
devolv drift |
Detect IAM policy drift (✅ live, CI/CD-first) |
devolv scan |
🔜 Scan AWS accounts (coming soon) |
devolv generate |
🧠 Generate safe IAM policies (coming soon) |
devolv etl |
⚙️ CI/CD IAM transformation (planned) |
pip install devolvdevolv validate path/to/policy.jsonOutputs security warnings if wildcards or risks are found.
devolv drift --policy-name my-policy --file ./policy.jsonDesigned for GitHub Actions / CI workflows: shows differences between your local policy file and the deployed AWS policy, creates PRs or issues to resolve drift.
pytest --cov=devolv --cov-report=term-missingVisit: https://devolvdev.github.io/devolv
Built with ❤️ by the Devolv Dev team.