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
Currently, if one reads the box_update() docstring it says
Updates the box matching name and provider.
Which is not necessarily true, that will check the machine (so far I was able to reproduce) and not the box name that local VagrantFile defines.
I'd recommend extending the command so at least --box could be provided instead. Maybe an extra parameter? Could be box_name or vm_name, and with that one decides how it wants to approach it.
Also, provider is not really mandatory
The text was updated successfully, but these errors were encountered:
Currently, if one reads the
box_update()
docstring it saysWhich is not necessarily true, that will check the machine (so far I was able to reproduce) and not the box name that local VagrantFile defines.
I'd recommend extending the command so at least
--box
could be provided instead. Maybe an extra parameter? Could bebox_name
orvm_name
, and with that one decides how it wants to approach it.Also,
provider
is not really mandatoryThe text was updated successfully, but these errors were encountered: