We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
molecule reset command resets molecule but if driver is installed, it should also trigger its own cleaning commands, like running at least:
molecule reset
vagrant global-status --prune
Implementing this feature may need changes to molecule in order to define driver entry point for reset command.
Activity