Update website docs for #6879
This commit is contained in:
parent
ffe0ef71ad
commit
ee8361dea1
|
@ -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`**
|
||||
|
|
Loading…
Reference in New Issue