vagrant/plugins/commands
Brian Cain f998e535ce
Fixes #11139: Skip machines that haven't been created for snapshot save
This commit fixes the original #11027 fix, which assumed that the
hyper-v provider just wasn't properly getting a VM id when it listed
snapshots. In reality, it was just that if you invoke the
`with_target_vm` method with no arguments, it runs on the entire environment.
This meant that the capability snapshot_list attempted to be invoked on
machines that didn't exist yet, which is the original cause for why the
list_snapshot method did not recieve a vm ID. This commit fixes that by
simply skipping the machine if it does not yet exist.
2019-10-24 13:33:25 -07:00
..
box Update flag from used to active 2019-09-05 15:46:43 -07:00
cap commands/cap: require_relative 2015-10-08 10:42:10 -04:00
cloud Add support for providing box checksums to Vagrant Cloud 2019-10-08 11:23:48 -07:00
destroy (#9137) Exit 0 if vagrant destroy finds no running vms 2017-12-14 12:48:22 -08:00
global-status Removing unneeded .send() calls in machine output. 2019-06-04 21:35:37 -07:00
halt Update command help to show id too 2016-05-29 01:06:51 -04:00
help core: output synopsis with command [GH-2249] 2013-11-23 14:00:42 -08:00
init vagrant init: Support VAGRANT_DEFAULT_TEMPLATE 2018-09-04 10:48:16 +02:00
list-commands commands/list-commands: lists all commands primary and non-primary 2014-01-11 09:32:13 -08:00
login Fixes #10682: Move over AddAuthentication middleware and hooks 2019-02-21 09:42:16 -08:00
package Fixes #9593: Ensure temp dir for package command is cleaned up 2018-12-04 11:07:53 -08:00
plugin Use availablity of local plugins file instead of option 2018-07-18 15:49:30 -07:00
port Update command help to show id too 2016-05-29 01:06:51 -04:00
powershell Add support for running elevated commands using the powershell command 2018-12-20 11:30:25 -08:00
provider hosts/darwin: support virtualbox install 2015-11-04 15:47:56 -08:00
provision update help message on --provision-with to add by provisioner name 2015-11-26 15:17:09 +00:00
push Isolate push deprecation to atlas strategy only 2017-03-21 15:08:17 -07:00
rdp Update command help to show id too 2016-05-29 01:06:51 -04:00
reload (#9677) Add `--force` flag to reload command 2018-08-16 13:57:13 -07:00
resume Do not ignore the sentinal file when running resume 2016-02-19 18:24:48 -08:00
snapshot Fixes #11139: Skip machines that haven't been created for snapshot save 2019-10-24 13:33:25 -07:00
ssh (#6827) Introduce tty flag for ssh command execution 2017-06-02 17:32:02 -07:00
ssh_config Fill out ssh options config and remote_user 2018-12-11 08:09:43 -08:00
status Update command help to show id too 2016-05-29 01:06:51 -04:00
suspend Raise error if argument is provided with `--all-global` flag 2018-05-11 15:43:14 -07:00
up Only write box metadata if guest has box object 2018-08-17 09:58:24 -07:00
upload Default destination to basename of clean source 2018-10-08 15:29:55 -07:00
validate Ensure tmp dir for validate is removed once command exits 2018-12-03 14:50:20 -08:00
version Add full checkpoint integration 2018-01-16 14:16:49 -08:00
winrm Remove current communicator name from error text 2018-10-08 14:30:11 -07:00
winrm_config Ensure winrm helper is loaded for command 2018-10-08 14:28:52 -07:00