vagrant/plugins/commands/snapshot/command
Brian Cain 66ec57a637
Fixes #11027: Ensure VM id is passed to list snapshots
Prior to this commit, if you tried to save a snapshot without giving it
a name, the hyper-v driver would not properly obtain a vm id to save a
snapshot on, resulting in an error. This commit updates the command
snapshot save to hold onto the machines ID in argv rather than `pop` it
off, so that the hyperv driver can obtain the guests id when saving a
snapshot.
2019-10-01 13:33:39 -07:00
..
delete.rb (#7188) Clean up vagrant snapshot restore/delete error messages 2017-06-07 09:12:20 -07:00
list.rb Separate snapshot names when listing snapshots 2019-05-06 11:09:34 -07:00
pop.rb Move up doc string for `vagrant snapshot pop` 2019-04-09 13:14:44 -07: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 Update behavior of `snapshot restore` and `snapshot pop` 2018-12-07 16:17:44 -08:00
root.rb snapshot plugin: Raise error for bad subcommand. 2018-12-01 14:44:42 -05:00
save.rb Fixes #11027: Ensure VM id is passed to list snapshots 2019-10-01 13:33:39 -07:00