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 devolv
devolv validate path/to/policy.json
Outputs security warnings if wildcards or risks are found.
devolv drift --policy-name my-policy --file ./policy.json
Designed 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-missing
Visit: https://devolvdev.github.io/devolv
Built with ❤️ by the Devolv Dev team.