php-framework/docs/build/cli/index.md
Snider f831fd6846 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

927 B

Core CLI

Unified interface for Go/PHP development, multi-repo management, and deployment.

Commands

Command Description
ai AI agent task management and Claude integration
go Go development tools
php Laravel/PHP development tools
build Build projects
ci Publish releases
sdk SDK validation and compatibility
dev Multi-repo workflow + dev environment
pkg Package management
vm LinuxKit VM management
docs Documentation management
setup Clone repos from registry
doctor Check environment
test Run Go tests with coverage

Installation

go install github.com/host-uk/core/cmd/core@latest

Verify: core doctor

See Getting Started for all installation options.