0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

[heroku] アプリケーションの詳細の見方

Last updated at Posted at 2021-11-01

herokuでアプリケーションの詳細を見る場合はこのコマンドを打ちます。

heroku apps:info

下記のように、公開されたアプリケーションの詳細を見ることができます。

% heroku apps:info

===アプリケーション名
Addons:         cleardb:ignite
Auto Cert Mgmt: false
Dynos:          web: 1
Git URL:        https://git.heroku.com/ajax-app-123456.git
Owner:          sample@sample.com
Region:         us
Repo Size:      165 KB
Slug Size:      56 MB
Stack:          heroku-18
Web URL:        https:/アプリケーション名.herokuapp.com/

Web URL: https://アプリケーション名.herokuapp.com/
の部分のURLへアクセスすれば、公開されたページを見ることができます。


その他公開されたページを見る方法

heroku open

開きたいデプロイ済みのディレクトリーのところでこのコマンドを打ってみてください
公開されたURLが表示されます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?