0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
Commit graph

35 commits

Author SHA1 Message Date
Hugo Stijns
00ccb44990
fix(vagrant): Allow dot in Vagrant box name (#4803) 2021-06-11 20:04:58 -07:00
Kennith Leung
0a456cb340
vagrant: fix vagrant box autocomplete (#8929) 2020-05-23 18:03:55 +02:00
Marc Cornellà
6cb8ff391d vagrant: document aliases 2020-02-27 15:21:10 +01:00
Marc Cornellà
3c61bac9a1
vagrant: add common aliases (#3762) 2020-02-27 15:20:19 +01:00
Umberto Nicoletti
9dffb3191d
vagrant: obey VAGRANT_CWD when completing vagrant commands (#7219) 2020-02-11 18:46:56 +01:00
Andrew Imeson
64976138b6 Add new vagrant commands (#7455)
* vagrant: Add `cloud` subcommand to completion

* vagrant: Add `port` subcommand to completion

* vagrant: Add `validate` subcommand to completion
2018-12-31 11:13:31 -08:00
Sandra Parsick
ca5bbd7526 #7175 improve vagrant readme (#7247) 2018-10-07 09:16:49 -07:00
Bjorn Stange
b231840d95 vagrant: add README (#7215) 2018-10-04 13:07:47 +02:00
Michal Mazur
3db25d578a vagrant: fix typo in completion (#5846) 2018-10-02 21:56:50 +02:00
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
Robert McLeod
b6ed2e7ac3 added aliases for ssh-config and global-status
So the following aliases call the respective commands:
vgs = vagrant global-status
vsshc = vagrant ssh-config
2015-07-08 07:54:42 +12:00
Robert McLeod
c840594c6f added aliases for vagrant 2015-04-10 15:07:29 +12: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