You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Maintainers, insert changes / features for the next release here -->
23
21
22
+
### New features
23
+
24
+
#### New command: `vcspull add` (#465)
25
+
26
+
- Register a single repository in the active configuration, with optional `--dir`/`--path` helpers for base-directory detection.
27
+
28
+
#### New command: `vcspull add-from-fs` (#465)
29
+
30
+
- Scan a directory of git repositories (recursively with `--recursive`) and append new remotes to your config, with an interactive confirmation prompt or `--yes` for unattended runs.
31
+
32
+
#### New command: `vcspull fmt` (#465)
33
+
34
+
- Normalize configuration files by expanding compact entries to `{repo: ...}`, sorting directories/repos, and standardizing keys; pair with `--write` to persist the formatted output.
35
+
36
+
### Bug fixes
37
+
38
+
- Restore CLI logging output after the logging refactor by replacing the `NullHandler` placeholder with a stdout stream handler and adding regression coverage for the new commands (#465).
0 commit comments