173 markdown files covering: - Framework architecture (lifecycle events, module system, multi-tenancy) - Package docs (admin, api, mcp, tenant, commerce, content, developer) - CLI reference (dev, build, go, php, deploy commands) - Patterns (actions, repositories, seeders, services, HLCRF) - Deployment (Docker, PHP, LinuxKit, templates) - Publishing (Homebrew, AUR, npm, Docker, Scoop, Chocolatey) Source: core-php/docs (core.help content) Co-Authored-By: Virgil <virgil@lethean.io>
36 lines
371 B
Markdown
36 lines
371 B
Markdown
# Package Examples
|
|
|
|
## Search
|
|
|
|
```bash
|
|
core pkg search core-
|
|
core pkg search api
|
|
core pkg search --org myorg
|
|
```
|
|
|
|
## Install
|
|
|
|
```bash
|
|
core pkg install core-api
|
|
core pkg install host-uk/core-api
|
|
```
|
|
|
|
## List
|
|
|
|
```bash
|
|
core pkg list
|
|
core pkg list --format json
|
|
```
|
|
|
|
## Update
|
|
|
|
```bash
|
|
core pkg update
|
|
core pkg update core-api
|
|
```
|
|
|
|
## Outdated
|
|
|
|
```bash
|
|
core pkg outdated
|
|
```
|