Skip to content

Commit

Permalink
Merge pull request #7107 from jtopper/docs_for_6879
Browse files Browse the repository at this point in the history
Update website docs for #6879
  • Loading branch information
sethvargo committed Mar 7, 2016
2 parents ffe0ef7 + ee8361d commit e69d266
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions website/source/docs/cli/snapshot.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`**
Expand All @@ -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`**
Expand Down

0 comments on commit e69d266

Please sign in to comment.