lists information about guest port mappings for all your vagrant projects.
- Unix-like OS
- vagrant
- Bash
vagrant-list can be installed globally by doing the following steps:
git clone https://github.com/chapeupreto/vagrant-list.git && cd vagrant-list
chmod +x vagrant-list.sh
mv vagrant-list.sh /usr/local/bin/vagrant-list
Once vagrant-list is installed, one can simply execute something like:
vagrant-list
and it'll report all port mappings for all your running vagrant projects.
Found this useful and wan't to make it even better? Please fork this repo and pull request!