heroku / heroku-repo

Plugin for heroku CLI that can manipulate the repo
MIT License
686 stars 111 forks source link

WARNING: https://github.com/heroku/heroku-repo.git is a deprecated Ruby plugin #63

Closed donnoman closed 7 years ago

donnoman commented 7 years ago

WARNING: https://github.com/heroku/heroku-repo.git is a deprecated Ruby plugin WARNING: Check to see if there is a version of this plugin using the new Node.js Heroku CLI ... ! The Heroku Legacy Platform API will be Sunset on April 15th 2017. Please update your client access or the Heroku CLI to the latest version. See https://blog.heroku.com/sunsetting_heroku_s_legacy_platform_api_v2 for more details.

Will heroku-repo be updated?

dmathieu commented 7 years ago

Hey,

This repo has already been updated. You're probably running an old version. You may want to try uninstalling it:

heroku plugins:uninstall heroku-repo

And reinstalling it:

heroku plugins:install heroku-repo

donnoman commented 7 years ago

Confirmed, all I had to do was heroku plugins:install heroku-repo and that resolved it. Sorry for the noise.