vagrant/plugins/commands
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
..
box Correct box version sorting of box list command. 2017-03-29 00:56:42 +03:00
cap commands/cap: require_relative 2015-10-08 10:42:10 -04:00
destroy Update command help to show id too 2016-05-29 01:06:51 -04:00
global-status commands/global-status: call proper method 2014-04-23 06:21:44 -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 Add --box-version to `vagrant init` 2016-05-30 15:33:58 -04:00
list-commands commands/list-commands: lists all commands primary and non-primary 2014-01-11 09:32:13 -08:00
login Print a warning when token and envvar are set 2016-04-08 10:16:10 -04:00
package Update command.rb 2016-12-28 19:02:13 -04:00
plugin Update method documentation to correctly describe method 2017-05-09 09:13:14 -07:00
port Update command help to show id too 2016-05-29 01:06:51 -04:00
powershell Fix `uninitialized constant` error in `vagrant powershell` command 2015-12-05 17:24:58 +03: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 Allow provisioner instance names to be specified for `up` and `reload` commands and option `--provision-with` 2015-07-17 14:26:13 +10:00
resume Do not ignore the sentinal file when running resume 2016-02-19 18:24:48 -08:00
snapshot (#7810) Enforce unique snapshot names 2017-05-25 16:28:17 -07:00
ssh Update command help to show id too 2016-05-29 01:06:51 -04:00
ssh_config Revert "Fix incorrect ssh-config output when '--host' is defined" 2016-10-07 16:50:12 -07:00
status Update command help to show id too 2016-05-29 01:06:51 -04:00
suspend Update command help to show id too 2016-05-29 01:06:51 -04:00
up Prevent other provider install attempts when explicit provider given 2017-03-21 10:58:06 -07:00
validate Add validate command for validating Vagrantfile 2017-02-07 13:43:49 +08:00
version commands/version: remove unused require 2014-09-01 15:29:27 -07:00