Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-19 | Adding ssh-config to vagrant plugin autocomplete. Was missing | wajdi | |
2014-09-03 | Support dynamically defined Vagrant machines | Michael Stucki | |
2014-08-31 | Improve support for Vagrant VM definitions | Michael Stucki | |
2014-06-28 | Basic support for Docker related commands. | fjcapdevila | |
Add basic support for Docker related commands. | |||
2014-05-16 | Merge pull request #2787 from irnnr/plugin-vagrant | Robby Russell | |
Support new Vagrant commands | |||
2014-05-15 | Improve consistency, remove dots at end of command descriptions | Ingo Renner | |
2014-05-06 | [FEATURE] Support vagrant global-status | Ingo Renner | |
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 | [FEATURE] Support Vagrant Cloud commands | Ingo Renner | |
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 | [FEATURE] Support Vagrant Share | Ingo Renner | |
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 | [FEATURE] Support Vagrant 1.6 version command | Ingo Renner | |
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-03-22 | Merge pull request #1302 from cybozuty/master | Robby Russell | |
Vagrant plugin: Rendering the 'vagrant box (remove|repackage)' completion code independant of Vagrant implementation details. | |||
2013-04-02 | Update _vagrant | Justin Clayton | |
updated to match new vagrant 1.1.x command list | |||
2012-12-02 | Merge pull request #214 from allancaffee/master | Robby Russell | |
Improved completion for vagrant | |||
2012-09-03 | Rendering the 'vagrant box (remove|repackage)' completion code independant ↵ | cybozuty | |
of Vagrant implementation details. | |||
2011-04-12 | Optimize plugin loading so that only one call to compinit is required | Pat Regan | |
2011-04-08 | Replace redundant calls to compinit with a single call. | Pat Regan | |
2011-02-07 | Add vagrant completion for individual VMs | Allan Caffee | |
For multi-VM setups some commands take the name of a virtual machine. Read the Vagrantfile and offer suggestions. | |||
2010-11-15 | improved formatting; redundant attributes deleted | Fedyashev Nikita | |
2010-11-15 | fixed formatting; dead code deleted | Fedyashev Nikita | |
2010-11-15 | vagrant plugin autocompletion - initial version | Fedyashev Nikita | |