Central Labs — Open Source Projects

CCS CLI Toolkit

A small collection of command-line utilities for scaffolding projects, managing environments, and shipping deploys — the tools we built for ourselves, open-sourced.

StatusProduction use, open source
StackGo · Cobra
LicenseMIT
$ ccs init my-service ✓ scaffolding project structure $ ccs deploy --env staging ✓ deployed to staging in 12s

Over years of client work, we kept rebuilding small pieces of tooling: project scaffolds, environment config helpers, deploy shortcuts. The CLI Toolkit is what happened when we finally stopped rebuilding them and built one good version instead.

What it does

  • <code>ccs init</code> scaffolds a new service from one of our internal templates
  • <code>ccs deploy</code> wraps common deployment steps into a single command
  • <code>ccs env</code> manages environment configuration across staging and production

Why we open-sourced it

None of this tooling is proprietary to any client project, and we'd rather see other teams stop rebuilding the same utilities too. It's actively used internally, so it stays maintained, not abandoned.

GoCLIDeveloper toolsOpen sourceMIT licensed
CCS AssistantUsually replies fast
Hey — I'm the CCS assistant. Ask me about our products, services, or how to get in touch, and I'll point you in the right direction.