Commit Graph

24 Commits

Author SHA1 Message Date
fREW Schmidt 9b1c21a409 Get rid of some silly copy pasta (#3187)
Said gem instead of vagrant
2018-04-02 13:43:41 +02:00
Grant Regimbal f2b1be0dda vagrant snapshot (#5032) 2016-05-21 17:51:30 -07:00
Tomas Norre Mikkelsen 244d6b1df9 [TASK] Vagrant plugin: Add missing vagrant snapshot command
Fixes issue #5022
2016-05-10 08:09:12 +02:00
Dawid Ferenczy 76f4871d4e Added missing commands to Vagrant plugin, updated commands description 2015-08-25 18:07:47 +02:00
wajdi e10470f6a3 Adding ssh-config to vagrant plugin autocomplete. Was missing 2015-02-19 10:34:51 -05:00
Michael Stucki ae901fa0d5 Support dynamically defined Vagrant machines 2014-09-03 16:08:27 +02:00
Michael Stucki e7fdb028b5 Improve support for Vagrant VM definitions 2014-08-31 23:50:59 +02:00
fjcapdevila 08632bb178 Basic support for Docker related commands.
Add basic support for Docker related commands.
2014-06-28 11:30:26 +02:00
Robby Russell 3913106b2e Merge pull request #2787 from irnnr/plugin-vagrant
Support new Vagrant commands
2014-05-16 09:33:23 -07:00
Ingo Renner 8ed8005102 Improve consistency, remove dots at end of command descriptions 2014-05-15 12:26:39 -07:00
Ingo Renner 30d9952b62 [FEATURE] Support vagrant global-status
Vagrant 1.6 introduced the `global-status` command which allows
to get a quick overview of all active Vagrant environments for the
currently logged in user.
2014-05-06 10:53:12 -07:00
Ingo Renner 7f8ee9aabe [FEATURE] Support Vagrant Cloud commands
Vagrant 1.5 added Vagrant Cloud to share boxes. Some boxes
may be protected, the `login` command allows to access those
protected boxes from Vagrant Cloud.
2014-05-06 10:48:49 -07:00
Ingo Renner 38fe100efe [FEATURE] Support Vagrant Share
Vagrant 1.5 introduced Vagrant Share to allow remote access to a Vagrant
environment. This adds support for the `share` and `connect` commands.
2014-05-06 10:46:55 -07:00
Ingo Renner 236c8de7f3 [FEATURE] Support Vagrant 1.6 version command
Vagrant 1.6 introduces a couple new commands, including the `version` command.
The `version` command shows the currently installed version information and
also checks for new updates available.
2014-05-06 10:45:26 -07:00
Robby Russell 178b5224e8 Merge pull request #1302 from cybozuty/master
Vagrant plugin: Rendering the 'vagrant box (remove|repackage)' completion code independant of Vagrant implementation details.
2014-03-22 16:22:34 -07:00
Justin Clayton 48c0f6c294 Update _vagrant
updated to match new vagrant 1.1.x command list
2013-04-02 18:18:01 -07:00
Robby Russell c64c30ce93 Merge pull request #214 from allancaffee/master
Improved completion for vagrant
2012-12-02 12:07:56 -08:00
cybozuty 97ec5de724 Rendering the 'vagrant box (remove|repackage)' completion code independant of Vagrant implementation details. 2012-09-03 15:31:54 +09:00
Pat Regan 6bf906a262 Optimize plugin loading so that only one call to compinit is required 2011-04-12 17:41:09 -04:00
Pat Regan 993e05da50 Replace redundant calls to compinit with a single call. 2011-04-08 10:12:22 -04:00
Allan Caffee 8aec32b48b Add vagrant completion for individual VMs
For multi-VM setups some commands take the name of
a virtual machine.  Read the Vagrantfile and offer
suggestions.
2011-02-07 15:37:18 -05:00
Fedyashev Nikita 6dbfdd9e31 improved formatting; redundant attributes deleted 2010-11-15 15:18:58 -05:00
Fedyashev Nikita ea274ab90c fixed formatting; dead code deleted 2010-11-15 14:56:01 -05:00
Fedyashev Nikita 148c14e4f7 vagrant plugin autocompletion - initial version 2010-11-15 14:46:15 -05:00