page

Purpose: Ability to lowers development environment setup time, and increase production parity.

Vagrant
1
2
3
4
5
6
Vagrant //show available command
vagrant up
vagrant destroy
vagrant init
vagrant autocomplete install --bash --zsh
vagrant box //manage boxes (add, remove, etc.)