Skip to content
This repository has been archived by the owner on Aug 25, 2018. It is now read-only.

Delete recursively by path #95

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

imsodin
Copy link

@imsodin imsodin commented Aug 9, 2017

Not very sophisticated but useful when you want to remove packages in one repository (e.g. to update all of them to a new version).
This is not the same type of recursiveness as in fetch: Fetch looks for dependencies, this (delete -recurse) just looks for packages whose importpaths have the given path as prefix. This is definitely a quick-and-dirty approach, to do this cleanly you would probably have to factor out the dependency resolution from fetch and use it for both fetch and delete.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant