Tuki is a small, open-source utility that lets you run one-off commands in production through Git, bringing version control and code review to production scripts. I built it after accidentally dropping a production table due to a console typo
Key features:
- Run scripts through Git PRs instead of direct console access
- Built-in auditing via Git history
- RBAC through standard Git permissions
- Simple setup for non-Kubernetes environments
- MIT licensed