mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
refactor: make simple write to CI, no check
This commit is contained in:
parent
7036c4597d
commit
c435de3ffb
3 changed files with 18 additions and 68 deletions
|
|
@ -76,16 +76,10 @@ uv run planoai <command> [options]
|
|||
The CLI templates in `cli/planoai/templates/` are the source of truth for mapped
|
||||
demo `config.yaml` files.
|
||||
|
||||
Use the sync utility to check drift:
|
||||
Use the sync utility to write mapped demo configs from templates:
|
||||
|
||||
```bash
|
||||
uv run python -m planoai.template_sync --check
|
||||
```
|
||||
|
||||
Auto-fix mapped demo configs:
|
||||
|
||||
```bash
|
||||
uv run python -m planoai.template_sync --write
|
||||
uv run python -m planoai.template_sync
|
||||
```
|
||||
|
||||
### Optional: Manual Virtual Environment Activation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue