summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorIngo Renner <ingo.renner@gmail.com>2014-05-06 10:48:49 -0700
committerIngo Renner <ingo.renner@gmail.com>2014-05-06 10:48:49 -0700
commit7f8ee9aabe5f551a83babd4083ab6490cd324bda (patch)
tree16b8ce84794f2e90f385c7f8058ece86372f2ed0 /plugins
parent38fe100efe9b7d4df87746818bae508c4c00d4a6 (diff)
downloadzsh-7f8ee9aabe5f551a83babd4083ab6490cd324bda.tar.gz
zsh-7f8ee9aabe5f551a83babd4083ab6490cd324bda.tar.bz2
zsh-7f8ee9aabe5f551a83babd4083ab6490cd324bda.zip
[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.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/vagrant/_vagrant1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/vagrant/_vagrant b/plugins/vagrant/_vagrant
index 7bdfb0f1c..a590b0621 100644
--- a/plugins/vagrant/_vagrant
+++ b/plugins/vagrant/_vagrant
@@ -10,6 +10,7 @@ _1st_arguments=(
'destroy:Destroys the vagrant environment'
'halt:Halts the currently running vagrant environment'
'init:[box_name] [box_url] Initializes current folder for Vagrant usage'
+ 'login:Authenticates against a Vagrant Cloud server to access protected boxes'
'package:Packages a vagrant environment for distribution'
'plugin:Plugin commands'
'provision:Run the provisioner'