I just omitted running bundle command. it works now.
On Monday, August 17, 2015 at 5:04:47 PM UTC-7, [email protected] wrote: > > 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/065ab24d-50e2-4460-8318-15c233a851df%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
