summaryrefslogtreecommitdiff
path: root/plugins/vagrant/_vagrant
AgeCommit message (Collapse)Author
2018-04-02Get rid of some silly copy pasta (#3187)fREW Schmidt
Said gem instead of vagrant
2016-05-21vagrant snapshot (#5032)Grant Regimbal
2016-05-10[TASK] Vagrant plugin: Add missing vagrant snapshot commandTomas Norre Mikkelsen
Fixes issue #5022
2015-08-25Added missing commands to Vagrant plugin, updated commands descriptionDawid Ferenczy
2015-02-19Adding ssh-config to vagrant plugin autocomplete. Was missingwajdi
2014-09-03Support dynamically defined Vagrant machinesMichael Stucki
2014-08-31Improve support for Vagrant VM definitionsMichael Stucki
2014-06-28Basic support for Docker related commands.fjcapdevila
Add basic support for Docker related commands.
2014-05-16Merge pull request #2787 from irnnr/plugin-vagrantRobby Russell
Support new Vagrant commands
2014-05-15Improve consistency, remove dots at end of command descriptionsIngo Renner
2014-05-06[FEATURE] Support vagrant global-statusIngo 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 commandsIngo 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 ShareIngo 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 commandIngo 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-22Merge pull request #1302 from cybozuty/masterRobby Russell
Vagrant plugin: Rendering the 'vagrant box (remove|repackage)' completion code independant of Vagrant implementation details.
2013-04-02Update _vagrantJustin Clayton
updated to match new vagrant 1.1.x command list
2012-09-03Rendering the 'vagrant box (remove|repackage)' completion code independant ↵cybozuty
of Vagrant implementation details.
2011-02-07Add vagrant completion for individual VMsAllan Caffee
For multi-VM setups some commands take the name of a virtual machine. Read the Vagrantfile and offer suggestions.
2010-11-15improved formatting; redundant attributes deletedFedyashev Nikita
2010-11-15fixed formatting; dead code deletedFedyashev Nikita
2010-11-15vagrant plugin autocompletion - initial versionFedyashev Nikita