2026-01-29 21:33:10 +00:00
|
|
|
# Core CLI
|
|
|
|
|
|
|
|
|
|
Unified interface for Go/PHP development, multi-repo management, and deployment.
|
|
|
|
|
|
|
|
|
|
## Commands
|
|
|
|
|
|
|
|
|
|
| Command | Description |
|
|
|
|
|
|---------|-------------|
|
|
|
|
|
| [ai](ai/) | AI agent task management and Claude integration |
|
|
|
|
|
| [go](go/) | Go development tools |
|
|
|
|
|
| [php](php/) | Laravel/PHP development tools |
|
|
|
|
|
| [build](build/) | Build projects |
|
|
|
|
|
| [ci](ci/) | Publish releases |
|
|
|
|
|
| [sdk](sdk/) | SDK validation and compatibility |
|
|
|
|
|
| [dev](dev/) | Multi-repo workflow + dev environment |
|
|
|
|
|
| [pkg](pkg/) | Package management |
|
|
|
|
|
| [vm](vm/) | LinuxKit VM management |
|
|
|
|
|
| [docs](docs/) | Documentation management |
|
|
|
|
|
| [setup](setup/) | Clone repos from registry |
|
|
|
|
|
| [doctor](doctor/) | Check environment |
|
|
|
|
|
| [test](test/) | Run Go tests with coverage |
|
|
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
go install github.com/host-uk/core/cmd/core@latest
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Verify: `core doctor`
|
|
|
|
|
|
docs: restructure with Build/Publish sections and dynamic nav
- Move PHP and Go framework docs from /packages/ to /build/
- Move CLI docs from /packages/go/cmd/ to /build/cli/
- Add /publish/ section with docs for all release publishers:
GitHub, Docker, npm, Homebrew, Scoop, AUR, Chocolatey, LinuxKit
- Add sidebar navigation for /publish/ section
- Update nav with Build, Publish, Deploy dropdowns
- Remove changelog, contributing, guide, and security sections
- Make sidebar auto-discover from packages, build, publish, deploy dirs
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 22:20:32 +00:00
|
|
|
See [Getting Started](/build/go/getting-started) for all installation options.
|