Last active
October 26, 2016 01:53
-
-
Save codingPingjun/d9731ee85110f5a49a5e0c4da30e4d32 to your computer and use it in GitHub Desktop.
Heroku Common Command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
login in: heroku login | |
create: heroku create [HelloFlask] | |
depoly: git push heroku master | |
open: heroku open | |
delete: heroku apps:destroy --app [sleepy-hamlet-63859] | |
email:[email protected] passwd: !G**** |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment