figaro: figaro install doesn't work

The README says to install figaro by adding it to the Gemfile, running bundle install and then figaro install. This all works except the last step. figaro install is not a command. Neither is rake figaro install, bundle exec figaro install, or rails figaro install.

About this issue

  • Original URL
  • State: closed
  • Created 10 years ago
  • Comments: 28 (4 by maintainers)

Most upvoted comments

Does this work?

bundle exec figaro heroku:set -e production

What if you do bundle exec figaro install?