molecule-plugins icon indicating copy to clipboard operation
molecule-plugins copied to clipboard

molecule reset should trigger vagrant prune

Open ssbarnea opened this issue 4 years ago • 0 comments

molecule reset command resets molecule but if driver is installed, it should also trigger its own cleaning commands, like running at least:

vagrant global-status --prune

Implementing this feature may need changes to molecule in order to define driver entry point for reset command.

ssbarnea avatar Feb 23 '20 11:02 ssbarnea