Skip to content

Commit b70c5b4

Browse files
committed
docs(CHANGES) Note adding a repository by URL
why: Record the new `vcspull add <url>` surface for the v1.66 entry.
1 parent f566a30 commit b70c5b4

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGES

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,19 @@ $ uvx --from 'vcspull' --prerelease allow vcspull
3838
_Notes on upcoming releases will be added here_
3939
<!-- END PLACEHOLDER - ADD NEW CHANGELOG ENTRIES BELOW THIS LINE -->
4040

41+
### What's new
42+
43+
#### Add a repository by URL
44+
45+
{ref}`cli-add` now accepts a repository URL in place of a path, so you can
46+
record a repository you have not cloned yet. The entry lands in your
47+
configuration and {ref}`vcspull sync <cli-sync>` clones it on the next run.
48+
49+
The name comes from the URL unless you pass `--name`. Because there is no parent
50+
directory to infer a workspace from, vcspull offers the workspace roots your
51+
configuration already declares, and `--workspace` names one outright. Adding a
52+
checkout by path is unchanged — an existing directory still takes precedence.
53+
4154
## vcspull v1.65.0 (2026-07-05)
4255

4356
vcspull v1.65.0 sharpens the feedback you get when a sync cannot check out

0 commit comments

Comments
 (0)