Hi, I am trying to develop a plugin according to this guide <http://docs.vagrantup.com/v2/plugins/development-basics.html>, I create the *gem* directory structure along with the *Gemfile* and files for my plugin, when I run:
bundle exec vagrant <command> vagrant shows the help content. For the demonstration purpose, I clone this example project https://github.com/noppanit/vagrant-ls (I use MacOS-X) rvm use ruby-2.2.2 gem install bundler -v 1.10.5 rm -rf ~/.vagrant.d brew cask uninstall vagrant brew cask install vagrant vagrant --version Vagrant 1.7.4 git clone https://github.com/noppanit/vagrant-ls.git cd vagrant-ls bundle exec vagrant ls Usage: vagrant [options] <command> [<args>] ... What did I miss here ? Thanks ! -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/d05b23a9-05f3-4d8c-ba63-73b8394e9e6a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
