Eu lutei com isso também. Apenas use:
vagrant plugin install any-plugin
Eu sou novo no vagrant e estou tentando seguir um tutorial que encontrei on-line para configurar um aplicativo da web de código-fonte aberto. Eu instalei o vagrant com sucesso. Meu problema é que quando tento executar o comando
vagrant gem install "anything"
Eu recebo o erro
Usage: vagrant [-v] [-h] command [<args>]
-v, --version Print the version and exit.
-h, --help Print this help.
Available subcommands:
box
destroy
halt
init
package
plugin
provision
reload
resume
ssh
ssh-config
status
suspend
up
For help on any individual command run 'vagrant COMMAND -h'
O que diabos está acontecendo?
Eu lutei com isso também. Apenas use:
vagrant plugin install any-plugin