2026-01-29 14:58:54 +00:00
|
|
|
# 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
|
2026-03-31 20:07:59 +00:00
|
|
|
core pkg outdated --format json
|
2026-01-29 14:58:54 +00:00
|
|
|
```
|