Skip to content

Instantly share code, notes, and snippets.

@chooaya
Created March 6, 2019 07:44
Show Gist options
  • Save chooaya/7af2f0ab3c9bfc7a8abfcc115ede58cc to your computer and use it in GitHub Desktop.
Save chooaya/7af2f0ab3c9bfc7a8abfcc115ede58cc to your computer and use it in GitHub Desktop.
Heroku CLI を ubuntuに入れる
https://qiita.com/ryotaro76/items/6aa9d3187d742eed0325
sudo wget -qO- https://cli-assets.heroku.com/install-ubuntu.sh | sudo sh
heroku --version
heroku login
heroku login -i
heroku run bash --app test-rails-demo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment