Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 705 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 705 Bytes

vagrant-list

lists information about guest port mappings for all your vagrant projects.

Requirements

  • Unix-like OS
  • vagrant
  • Bash

Installation

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

Usage

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.

Contribute

Found this useful and wan't to make it even better? Please fork this repo and pull request!