Skip to content

Instantly share code, notes, and snippets.

@donchan922
Last active May 27, 2020 21:53
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/0a5b06f175e5a0124baa8356232042ef to your computer and use it in GitHub Desktop.
Save donchan922/0a5b06f175e5a0124baa8356232042ef to your computer and use it in GitHub Desktop.
$ heroku config:unset 環境変数名 --app アプリ名
# 複数の環境変数をまとめて削除することもできます
$ heroku config:unset 環境変数名 環境変数名 環境変数名 --app アプリ名
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment