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

`box_add` should enable the usage of `--box-version`

Open Paiusco opened this issue 1 year ago • 0 comments

Under vagrant box add --help there's an option to be able to define which version of the box we want to download:

--box-version VERSION Constrain version of the added box

Currently, there's no way to define a specific version and make it run with that one, it's only the latest or having this hardcoded under the VagrantFile.

The request is to extend the box_add() method to accept this optional parameter

Paiusco avatar Dec 16 '24 09:12 Paiusco