vagrant/plugins/commands/snapshot/command
Brian Cain eadb0ac831 Raise exception if provider doesn't have snapshot capability
Prior to this commit, if a user attempted to use the `vagrant snapshot
save` or `vagrant snapshot list` commands on a vm whose provider did not
support snapshots, it would simply print a warning. This commit changes
that behavior by instead raising an error.
2017-05-26 15:22:25 -07:00
..
delete.rb commands/snapshot 2015-10-07 15:52:37 -04:00
list.rb Raise exception if provider doesn't have snapshot capability 2017-05-26 15:22:25 -07: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 Raise exception if provider doesn't have snapshot capability 2017-05-26 15:22:25 -07:00