Skip to content

Commit c43e617

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

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGES

+21
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

@@ -33,6 +50,10 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
3350
- Add [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) (#379)
3451
- Add [flake8-comprehensions](https://github.com/adamchainz/flake8-comprehensions) (#380)
3552

53+
### Testing
54+
55+
- Add CLI tests (#387)
56+
3657
### Documentation
3758

3859
- Render changelog in sphinx-autoissues (#378)

0 commit comments

Comments
 (0)