Skip to main content
CLI · Multi-Repo · Build System

CLI

The core command line interface. Multi-repo management, build system, quality assurance, and development workflows.

Command Groups

core dev

Multi-repo development workflows. Status checks, commit assistance, push/pull across all repositories, GitHub issue and PR integration.

core build

Auto-detecting build system. Compiles Go, Wails, Docker, and more. Cross-compilation, archiving, checksums, and release publishing.

core go

Go development tools. Test, coverage, format, lint, vet, and full QA pipeline. Race detection, vulnerability scanning, and security auditing.

core docs

Documentation management. List, sync, and publish docs across the monorepo. Generates static documentation sites from source.

Quick Start

Check the health of all repositories:

$ core dev health

Full workflow — status, commit, push:

$ core dev work

Run QA across a Go module:

$ core go qa full

Build for all platforms:

$ core build --ci

Key Features

Multi-Repo

Manage 30+ repositories from a single command. Status, commit, push, pull, and impact analysis across the entire monorepo.

Auto-Detect

The build system detects project type automatically. Go, Wails, Docker, Node — one command builds everything.

Quality Gates

Integrated QA pipeline: formatting, linting, vetting, testing, race detection, and vulnerability scanning in one pass.