tom2rd:~/workspace/hello_app (master) $ heroku version
heroku-toolbelt/3.43.16 (x86_64-linux) ruby/2.3.0
heroku-cli/5.6.22-f9f7585 (linux-amd64) go1.7.5
You have no installed plugins.
Herokuにログイン
tom2rd:~/workspace/hello_app (master) $ heroku login
heroku-cli: Installing CLI... 21.68MB/21.68MB
Enter your Heroku credentials:
Email: メアド@メアド
Password: *********
Logged in as メアド@メアド
さきほど作ったHerokuのアカウントでログインするんですね。。
SSH(暗号化)を入れて、アップロードしますか?って聞かれるので、Yと答える
tom2rd:~/workspace/hello_app (master) $ heroku keys:add
Found an SSH public key at /home/ubuntu/.ssh/id_rsa.pub
? Would you like to upload it to Heroku? Yes
Uploading /home/ubuntu/.ssh/id_rsa.pub SSH key... done
tom2rd:~/workspace/hello_app (master) $ heroku help
Usage: heroku COMMAND [--app APP] [command-specific-options]
Primary help topics, type "heroku help TOPIC" for more details:
addons # manage add-on resources
apps # manage apps (create, destroy)
auth # authentication (login, logout)
config # manage app config vars
domains # manage domains
logs # display logs for an app
ps # manage dynos (dynos, workers)
releases # manage app releases
run # run one-off commands (console, rake)
Additional topics:
access # manage user access to apps
authorizations # OAuth authorizations
buildpacks # manage the buildpack for an app
certs # manage ssl endpoints for an app
clients # OAuth clients on the platform
drains # list all log drains
features # manage optional features
git # manage local git repository for app
help # list commands and display help
keys # manage authentication keys
labs # manage optional features
local # run heroku app locally
maintenance # manage maintenance mode for an app
members # manage membership in organization accounts
notifications # display notifications
orgs # manage organization accounts
pg #
pgbackups # manage backups of heroku postgresql databases
pipelines # manage collections of apps in pipelines
plugins # manage plugins to the heroku gem
redis # manage heroku redis instances
regions # list available regions
sessions # OAuth sessions
spaces # manage heroku private spaces
stack # manage the stack for an app
status # status of the Heroku platform
teams # manage teams
update # update the heroku client
version # display version
コメントを残していただけるとありがたいです