vagrant/plugins/commands/snapshot/command
Brian Cain 6ddba4f7b3 (#7810) Enforce unique snapshot names
Prior to this commit, the vagrant snapshot plugin would save snapshots
with existing names which lead to duplicate snapshot names being saved.
This commit fixes that by checking to see if the given snapshot name
already exists and if so, fails telling the user the given snapshot name
already exists. If a user passes a --force flag, vagrant will first
delete the existing snapshot, and take a new one with the given name.
2017-05-25 16:28:17 -07:00
..
delete.rb commands/snapshot 2015-10-07 15:52:37 -04:00
list.rb providers/virtualbox: use caps for snapshot list 2015-10-08 08:46:36 -04:00
pop.rb Support provisioning flags on snapshot rollback 2016-01-16 16:07:57 +00:00
push.rb commands/snapshot: push and pop 2015-10-07 22:52:27 -04:00
push_shared.rb Fix up style nit. 2016-03-04 17:35:54 +00:00
restore.rb Support provisioning flags on snapshot rollback 2016-01-16 16:07:57 +00:00
root.rb commands/snapshot: use require relative 2015-10-08 10:40:46 -04:00
save.rb (#7810) Enforce unique snapshot names 2017-05-25 16:28:17 -07:00