ohmyzsh/plugins/vagrant
wiebekn d342a177b1
Adds vha alias
Update vagrant plugin with vha command to shutdown all vagrants
2020-05-08 17:30:36 -04:00
..
_vagrant vagrant: obey VAGRANT_CWD when completing vagrant commands (#7219) 2020-02-11 18:46:56 +01:00
README.md vagrant: document aliases 2020-02-27 15:21:10 +01:00
vagrant.plugin.zsh Adds vha alias 2020-05-08 17:30:36 -04:00

Vagrant plugin

This plugin adds autocompletion for Vagrant commands, task names, box names and built-in handy documentation.

To use it, add vagrant to the plugins array in your zshrc file:

plugins=(... vagrant)

Aliases

Alias Command
vgi vagrant init
vup vagrant up
vd vagrant destroy
vdf vagrant destroy -f
vssh vagrant ssh
vsshc vagrant ssh-config
vrdp vagrant rdp
vh vagrant halt
vssp vagrant suspend
vst vagrant status
vre vagrant resume
vgs vagrant global-status
vpr vagrant provision
vr vagrant reload
vrp vagrant reload --provision
vp vagrant push
vsh vagrant share
vba vagrant box add
vbr vagrant box remove
vbl vagrant box list
vbo vagrant box outdated
vbu vagrant box update
vpli vagrant plugin install
vpll vagrant plugin list
vplun vagrant plugin uninstall
vplu vagrant plugin update