2026-01-29 14:58:54 +00:00
|
|
|
# Dev Work Examples
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
# Full workflow: status → commit → push
|
|
|
|
|
core dev work
|
|
|
|
|
|
|
|
|
|
# Status only
|
|
|
|
|
core dev work --status
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Output
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
┌─────────────┬────────┬──────────┬─────────┐
|
|
|
|
|
│ Repo │ Branch │ Status │ Behind │
|
|
|
|
|
├─────────────┼────────┼──────────┼─────────┤
|
|
|
|
|
│ core-php │ main │ clean │ 0 │
|
|
|
|
|
│ core-tenant │ main │ 2 files │ 0 │
|
|
|
|
|
│ core-admin │ dev │ clean │ 3 │
|
|
|
|
|
└─────────────┴────────┴──────────┴─────────┘
|
|
|
|
|
```
|
2026-01-29 19:19:21 +00:00
|
|
|
|
|
|
|
|
## Registry
|
|
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
|
repos:
|
|
|
|
|
- name: core
|
|
|
|
|
path: ./core
|
2026-02-16 06:01:28 +00:00
|
|
|
url: https://forge.lthn.ai/core/cli
|
2026-01-29 19:19:21 +00:00
|
|
|
- name: core-php
|
|
|
|
|
path: ./core-php
|
2026-02-16 06:01:28 +00:00
|
|
|
url: https://forge.lthn.ai/core/cli-php
|
2026-01-29 19:19:21 +00:00
|
|
|
```
|