1
0
Fork 0
intro-to-vagrant/slides/usage.md
2015-02-04 16:58:48 -05:00

19 lines
390 B
Markdown

## Usage
* Primary commands
* ```vagrant up```
* ```vagrant ssh```
* ```vagrant destroy```
* Others
* ```vagrant provision```
* ```vagrant halt```
* ```vagrant suspend```
* ```vagrant resume```
* ```vagrant push```
note:
Primary = mandatory; stuff I always use
Others = commands I sometimes use
Push - recent command for doing deploys; can deploy to heroku