fabricio icon indicating copy to clipboard operation
fabricio copied to clipboard

Command not found: fabricio

Open johndelong opened this issue 6 years ago • 5 comments

There is no fabricio command in the /bin directory in version 1.3.0. Please add another tag so that gem installation can use the fabricio command.

Steps to Reproduce:

> bundle init > bundle add fabricio > bundle exec fabricio bundler: command not found: fabricio Install missing gem executables with bundle install

johndelong avatar Feb 27 '18 17:02 johndelong

Yep, this isn't embedded there even in older versions. Please add the bin wrapper overthere 👍

fernandodev avatar Jun 25 '18 09:06 fernandodev

Gem could be installed from source code using https://github.com/rdp/specific_install.

maydin avatar Jul 09 '18 13:07 maydin

For someone who is not familiar with Ruby, how do I add a bin wrapper? Wrapper over what?

spaghetti- avatar Jul 17 '18 03:07 spaghetti-

@spaghetti- Basically you would need to create a CLI for all commands in this gem.

fernandodev avatar Jul 17 '18 12:07 fernandodev

The public gem v1.3.0 doesn't work.

But if you build it locally, it's working:

gem build fabricio.gemspec
gem install fabricio-1.3.0.gem

My guess is the gem you uploaded to rubygems.org was broken. Could you please try to upload a new one? Thanks.

thyrlian avatar Oct 02 '18 14:10 thyrlian