lanayotech / vagrant-manager

Manage your vagrant machines in one place with Vagrant Manager for OS X
vagrantmanager.com
MIT License
1.86k stars 84 forks source link

Detect vagrant boxes with custom vagrantfile name #172

Open siarhei-makarevich opened 5 years ago

siarhei-makarevich commented 5 years ago

There is no functionality at the moment to fork with boxes which use custom names for vagrant file and dot file.

f.e. im using it to place two separate box in the same directory and run them with command

VAGRANT_VAGRANTFILE=Vagrantfile.centos6 VAGRANT_DOTFILE_PATH=.vagrant_centos6 vagrant up
VAGRANT_VAGRANTFILE=Vagrantfile.centos7 VAGRANT_DOTFILE_PATH=.vagrant_centos7 vagrant up

Because of vagrantfiles have different name then "Vagrantfile", Vagrant Manager doesn't detect that boxes. Also Vagrant Manager don't have functionality to configure name of Vagrantfile.