Add new flag to cli docs

This commit is contained in:
Chris Roberts 2018-12-07 16:26:13 -08:00
parent c999e7c3d4
commit 4696943ae6
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,8 @@ the pushed state.
* `--no-delete` - Prevents deletion of the snapshot after restoring
(so that you can restore to the same point again later).
* `--no-start` - Prevents the guest from being started after restore
# Snapshot Save
**Command: `vagrant snapshot save [vm-name] NAME`**
@ -72,6 +74,8 @@ This command restores the named snapshot.
* `--[no-]provision` - Force the provisioners to run (or prevent them
from doing so).
* `--no-start` - Prevents the guest from being started after restore
# Snapshot List
**Command: `vagrant snapshot list`**