1

When I am typing :

heroku config:push 

I am getting error as

config:push is not a heroku command.
 ▸    Perhaps you meant config
 ▸    Run heroku help config for a list of available
 ▸    topics.

What should I do ?

Atif Imam
  • 49
  • 1
  • 9

1 Answers1

4

Just install the plugin: heroku plugins:install heroku-config

More information on the official repository: https://github.com/xavdid/heroku-config

Gregory
  • 6,514
  • 4
  • 28
  • 26