Skip to content

envy clean --all added

Compare
Choose a tag to compare
@shaunvxc shaunvxc released this 24 Apr 02:05
· 14 commits to master since this release

This release introduces a new feature allowing users to clean all envy edit's or sync's at once, as opposed to individually.

For example, assume that a user has made edits to both foo and bar in some virtualenv, call it env. Previously, in order to return the foo and bar site-packages to their original state, the user would need to run both
envy clean foo and envy clean bar.

Now, the user can accomplish this in one step by running envy clean --all.