We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
When I run : figaro heroku:set -e production and figaro heroku:set I have : Could not find command "heroku:set".
figaro heroku:set -e production
figaro heroku:set
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 😢
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
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 😢
The text was updated successfully, but these errors were encountered: