Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-11 | fix(vagrant): Allow dot in Vagrant box name (#4803) | Hugo Stijns | |
2020-05-23 | vagrant: fix vagrant box autocomplete (#8929) | Kennith Leung | |
2020-02-27 | vagrant: document aliases | Marc Cornellà | |
2020-02-27 | vagrant: add common aliases (#3762) | Marc Cornellà | |
2020-02-11 | vagrant: obey VAGRANT_CWD when completing vagrant commands (#7219) | Umberto Nicoletti | |
2018-12-31 | Add new vagrant commands (#7455) | Andrew Imeson | |
* vagrant: Add `cloud` subcommand to completion * vagrant: Add `port` subcommand to completion * vagrant: Add `validate` subcommand to completion | |||
2018-10-07 | #7175 improve vagrant readme (#7247) | Sandra Parsick | |
2018-10-04 | vagrant: add README (#7215) | Bjorn Stange | |
2018-10-02 | vagrant: fix typo in completion (#5846) | Michal Mazur | |
2018-04-02 | Get rid of some silly copy pasta (#3187) | fREW Schmidt | |
Said gem instead of vagrant | |||
2016-05-21 | vagrant snapshot (#5032) | Grant Regimbal | |
2016-05-10 | [TASK] Vagrant plugin: Add missing vagrant snapshot command | Tomas Norre Mikkelsen | |
Fixes issue #5022 | |||
2015-08-25 | Added missing commands to Vagrant plugin, updated commands description | Dawid Ferenczy | |
2015-07-08 | added aliases for ssh-config and global-status | Robert McLeod | |
So the following aliases call the respective commands: vgs = vagrant global-status vsshc = vagrant ssh-config | |||
2015-04-10 | added aliases for vagrant | Robert McLeod | |
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 | |