Show HN: Tuki – A GitOps tool for safely running one-off commands in production

github.com

4 points by hundredwatt 7 hours ago

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

Demo & more details: https://github.com/hundredwatt/tuki Announcement blog post: https://nochlin.com/blog/introducing-tuki

Would love feedback from the HN community!