cozy / cozy-dev

Archived - Please use https://github.com/CPatchane/create-cozy-app
http://cozy.io
Other
17 stars 12 forks source link

Prevent destroy basebox when destroying VM #82

Open m4dz opened 8 years ago

m4dz commented 8 years ago

Sometimes, we need to trash and bootstrap a clean VM (especially when doing some hard tests on the DS). I'm used to vm:destroy and vm:init again, but the destroy action also vaccum the basebox from the Vagrant cache.

Can we add an option (-k | --keep) that'll flush the vm but keep the basebox to prevent an extra re-download of the basebox at next vm:init?