You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
will not correctly remove the box for the virtualbox provider. This is because $BUILDER was recently changed to "virtualbox-iso" from "virtualbox". virtualbox is the proper vagrant provider string. Perhaps we need a $PROVIDER to make this distinction?
Also, the vagrant docs state that the second argument to vagrant box remove is deprecated and will stop working in the next version. We need to switch to using the --provider flag.