syncweaver remove
Remove a tracked external repository from the current host repository. The vendored files are deleted and the corresponding entry is removed from the lockfile.
Usage
Usage: syncweaver remove [OPTIONS]
Remove a tracked external repository from the current host repository.
Options:
--path PATH Tracked destination path in the host repository, e.g.
code/package1. [required]
--lockfile PATH Path to .syncweaver-lock.json in the host repository.
[default: .syncweaver-lock.json]
-h, --help Show this message and exit.
Examples
# Remove a tracked path
syncweaver remove --path code/mypackage
# Remove using a non-default lockfile
syncweaver remove --path code/mypackage --lockfile config/syncweaver-lock.json