You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tim J. K
6f2115febb
|
3 years ago | |
---|---|---|
.. | ||
README.md | 3 years ago | |
_vagrant | 3 years ago | |
vagrant.plugin.zsh | 3 years ago |
README.md
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 |