Skip to content

Instantly share code, notes, and snippets.

@donchan922
Created May 27, 2020 21:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donchan922/bb63708bab8a1de52572fcc3a0143c55 to your computer and use it in GitHub Desktop.
Save donchan922/bb63708bab8a1de52572fcc3a0143c55 to your computer and use it in GitHub Desktop.
# 環境変数一覧を確認する
$ heroku config --app アプリ名
# 環境変数一覧(JSON形式)を確認する
$ heroku config --app アプリ名 --json
# 環境変数一覧(シェル形式)を確認する
$ heroku config --app アプリ名 --shell
# 特定の環境変数の値を確認する
$ heroku config:get 環境変数名 --app アプリ名
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment