Skip to content

Commit f3487dc

Browse files
committed
docs(CHANGES): Sync updates, --exit-on-error / -x, continuing on error
1 parent 42e0aa6 commit f3487dc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGES

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,23 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
2222
### What's new
2323

2424
- Refreshed logo
25+
- `vcspull sync`:
26+
27+
- Syncing will now skip to the next repos if an error is encountered
28+
29+
- Learned `--exit-on-error` / `-x`
30+
31+
Usage:
32+
33+
```console
34+
$ vcspull sync --exit-on-error grako django
35+
```
36+
37+
Print traceback for errored repos:
38+
39+
```console
40+
$ vcspull --log-level DEBUG sync --exit-on-error grako django
41+
```
2542

2643
### Development
2744

0 commit comments

Comments
 (0)