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<p>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<p>Demo & more details: <a href="https://github.com/hundredwatt/tuki">https://github.com/hundredwatt/tuki</a>
Announcement blog post: <a href="https://nochlin.com/blog/introducing-tuki" rel="nofollow">https://nochlin.com/blog/introducing-tuki</a><p>Would love feedback from the HN community!