diff options
author | Ingo Renner <ingo.renner@gmail.com> | 2014-05-06 10:53:12 -0700 |
---|---|---|
committer | Ingo Renner <ingo.renner@gmail.com> | 2014-05-06 10:53:12 -0700 |
commit | 30d9952b6235694cb7fa370fcefebac623d48ce6 (patch) | |
tree | decaa3c7dd7ad3c6a2e2fdf201b8b82c0b5f26ea /plugins/vagrant | |
parent | 7f8ee9aabe5f551a83babd4083ab6490cd324bda (diff) | |
download | zsh-30d9952b6235694cb7fa370fcefebac623d48ce6.tar.gz zsh-30d9952b6235694cb7fa370fcefebac623d48ce6.tar.bz2 zsh-30d9952b6235694cb7fa370fcefebac623d48ce6.zip |
[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.
Diffstat (limited to 'plugins/vagrant')
-rw-r--r-- | plugins/vagrant/_vagrant | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/vagrant/_vagrant b/plugins/vagrant/_vagrant index a590b0621..93d6c57b1 100644 --- a/plugins/vagrant/_vagrant +++ b/plugins/vagrant/_vagrant @@ -8,6 +8,7 @@ _1st_arguments=( 'box:Box commands' 'connect:Connects to a shared, remote Vagrant environment' 'destroy:Destroys the vagrant environment' + 'global-status:Reports the status of all active Vagrant environments on the system.' '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' |