Merge pull request #7107 from jtopper/docs_for_6879

Update website docs for #6879
This commit is contained in:
Seth Vargo 2016-03-07 10:53:08 -05:00
commit e69d2665ba
1 changed files with 11 additions and 0 deletions

View File

@ -48,6 +48,14 @@ restore the pushed state.
This command is the inverse of `vagrant snapshot push`: it will restore
the pushed state.
## Options
* `--[no-]provision` - Force the provisioners to run (or prevent them
from doing so).
* `--no-delete` - Prevents deletion of the snapshot after restoring
(so that you can restore to the same point again later).
# Snapshot Save
**Command: `vagrant snapshot save NAME`**
@ -61,6 +69,9 @@ This command saves a new named snapshot. If this command is used, the
This command restores the named snapshot.
* `--[no-]provision` - Force the provisioners to run (or prevent them
from doing so).
# Snapshot List
**Command: `vagrant snapshot list`**