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.