A small developer CLI to scaffold Go services and run common local “CI-like” checks.
Built with Go + Cobra. Designed to be simple, fast, and easy to extend.
-
doctor— verify required tools are installed (Go, Git, etc.) -
env check— validate that.envcontains all keys from.env.example -
ci run— rungo fmt,go test,go buildin a standard order -
init— scaffold a minimal Go service template
go install github.com/davidperjans/opsctl/cmd/opsctl@v0.1.3