groundctl detects how your development environment has drifted from your team's standard and fixes it with one command. groundctl solves this with a simple workflow: 1. `ground init` scan your machine, create aground.yaml standard 2. `ground check` see a terraform-plan-style diff of what's drifted 3. `ground fix` auto-resolve everything in one command
No reviews yetBe the first to leave a review for groundctl
Maker
📌
I built groundctl after watching my 4th new hire spend two days debugging environment differences that could have been detected in seconds.
The core insight: we have tools for everything in the cloud (Terraform, Pulumi, Ansible), but nothing purpose-built for local developer machines. chezmoi manages dotfiles. mise manages language versions. Neither tells you "your machine is different from the team standard."
groundctl fills that gap. It's the missing link between "read the wiki" and "it just works."
MIT licensed, written in Go, works on every platform. I'd love your feedback.