laserlemon / figaro

Simple Rails app configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

figaro heroku:set => “Could not find command heroku:set”

Peskoo opened this issue · comments

commented

Hi,

When I run :
figaro heroku:set -e production
and
figaro heroku:set
I have :
Could not find command "heroku:set".

I tried few versions of figaro like :
gem 'figaro', '~> 1.1', '>= 1.1.1'
gem 'figaro', github: 'sealocal/figaro'
gem 'figaro', '>= 1.0.0.rc1'
gem 'figaro'

Then :
bundle install
bundle binstubs figaro
figaro install
spring stop

but the command is still not found.

Versions:
ruby '2.3.5'
gem 'rails', '~> 5.1.4'

I've done some search and try a lot of things without find any solution 😢