2026-01-29 14:46:31 +00:00
|
|
|
# Core CLI
|
|
|
|
|
|
|
|
|
|
Unified interface for Go/PHP development, multi-repo management, and deployment.
|
|
|
|
|
|
|
|
|
|
## Commands
|
|
|
|
|
|
|
|
|
|
| Command | Description |
|
|
|
|
|
|---------|-------------|
|
2026-01-29 18:34:49 +00:00
|
|
|
| [ai](ai/) | AI agent task management and Claude integration |
|
2026-01-29 14:46:31 +00:00
|
|
|
| [go](go/) | Go development tools |
|
|
|
|
|
| [php](php/) | Laravel/PHP development tools |
|
|
|
|
|
| [build](build/) | Build projects |
|
|
|
|
|
| [ci](ci/) | Publish releases |
|
2026-01-29 18:34:49 +00:00
|
|
|
| [sdk](sdk/) | SDK validation and compatibility |
|
2026-01-29 15:40:13 +00:00
|
|
|
| [dev](dev/) | Multi-repo workflow + dev environment |
|
2026-01-29 14:46:31 +00:00
|
|
|
| [pkg](pkg/) | Package management |
|
|
|
|
|
| [vm](vm/) | LinuxKit VM management |
|
|
|
|
|
| [docs](docs/) | Documentation management |
|
2026-01-29 18:34:49 +00:00
|
|
|
| [setup](setup/) | Clone repos from registry |
|
2026-01-29 14:46:31 +00:00
|
|
|
| [doctor](doctor/) | Check environment |
|
2026-01-29 18:34:49 +00:00
|
|
|
| [test](test/) | Run Go tests with coverage |
|
2026-01-29 14:46:31 +00:00
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
|
|
```bash
|
2026-02-16 06:19:09 +00:00
|
|
|
go install forge.lthn.ai/core/cli/cmd/core@latest
|
2026-01-29 14:46:31 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Verify: `core doctor`
|
2026-01-29 19:59:49 +00:00
|
|
|
|
|
|
|
|
See [Getting Started](../getting-started.md) for all installation options.
|