2015-02-04 13:15:00 -05:00
|
|
|
## Usage
|
|
|
|
|
2015-02-04 16:58:48 -05:00
|
|
|
* Primary commands
|
|
|
|
* ```vagrant up```
|
|
|
|
* ```vagrant ssh```
|
|
|
|
* ```vagrant destroy```
|
|
|
|
* Others
|
|
|
|
* ```vagrant provision```
|
|
|
|
* ```vagrant halt```
|
|
|
|
* ```vagrant suspend```
|
|
|
|
* ```vagrant resume```
|
|
|
|
* ```vagrant push```
|
2015-02-04 13:15:00 -05:00
|
|
|
|
|
|
|
note:
|
2015-02-09 13:42:53 -05:00
|
|
|
Primary: mandatory; stuff I always use
|
2015-02-04 16:58:48 -05:00
|
|
|
|
2015-02-09 13:42:53 -05:00
|
|
|
Others: commands I sometimes use
|
2015-02-04 16:58:48 -05:00
|
|
|
|
2015-02-09 13:42:53 -05:00
|
|
|
Push: recent command for doing deploys; can deploy to heroku
|