Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command not found: fabricio #53

Open
johndelong opened this issue Feb 27, 2018 · 5 comments
Open

Command not found: fabricio #53

johndelong opened this issue Feb 27, 2018 · 5 comments

Comments

@johndelong
Copy link

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

@fernandodev
Copy link

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

@maydin
Copy link

maydin commented Jul 9, 2018

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

@spaghetti-
Copy link

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

@fernandodev
Copy link

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

@thyrlian
Copy link

thyrlian commented Oct 2, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants