pixielabs / letsencrypt-rails-heroku

Automatic LetsEncrypt SSL certificates in your Rails app on Heroku.
MIT License
220 stars 33 forks source link

Not installing heroku-cli-oauth because it is already installed as a core plugin. #51

Closed andrewhavens closed 7 years ago

andrewhavens commented 7 years ago

I am going through the instructions in the readme and it says that the Heroku plugin is already installed, so I'm wondering if this step should be removed from the readme. Not sure if it is installed by default because I have a newer version, or if I previously installed it without realizing it.

$ heroku plugins:install heroku-cli-oauth
 ▸    Not installing heroku-cli-oauth because it is already installed as a core plugin.
$ heroku -v
heroku-cli/5.7.0-713be60 (darwin-amd64) go1.7.5
davidlibrera commented 7 years ago

@andrewhavens yes, I think that is impossible ensure that everyone has che heroku-cli-oauth installed. In the worst case you see the warning you mentioned before. Maybe is better to leave that command in the README

jalada commented 7 years ago

@andrewhavens I agree with @davidlibrera. I get the same error:

$ heroku plugins:install heroku-cli-oauth
  Not installing heroku-cli-oauth because it is already installed as a core plugin.

I'm going to guess you previously installed it.