vagrant-spk icon indicating copy to clipboard operation
vagrant-spk copied to clipboard

Use same options in vagrant-spk as vagrant has

Open JamborJan opened this issue 8 years ago • 5 comments

Is it possible to ensure that vagrant-spkunderstands by default the same arguments and options as vagrantdoes? I have many times the problem when I destroy a vagrant box that it takes forever until the process decides to force destroy the box. With vagrant I can force it right away but vagrant-spk doesn't understand that option. Would save some time as the workaround through vagrant requires me to get the box's id via vagrant global-status. Either way round I lose couple of minutes.

Thanks!

jj$ vagrant-spk halt -f
usage: /usr/local/bin/vagrant-spk [-h] [--work-directory WORK_DIRECTORY]
                                  {setupvm,up,init,dev,pack,verify,publish,halt,destroy,global-status,ssh}
                                  [command_specific_args [command_specific_args ...]]
/usr/local/bin/vagrant-spk: error: unrecognized arguments: -f

JamborJan avatar Feb 02 '16 15:02 JamborJan