Each command directory now has both index.md (reference) and example.md (usage examples and configuration samples). Also adds exception for docs/cmd/build in .gitignore. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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
|
|
```
|