Skip to content

Instantly share code, notes, and snippets.

@vsnthdev
Created May 10, 2023 06:33
Show Gist options
  • Select an option

  • Save vsnthdev/924413cffdfb60cfbfa06a246a885a84 to your computer and use it in GitHub Desktop.

Select an option

Save vsnthdev/924413cffdfb60cfbfa06a246a885a84 to your computer and use it in GitHub Desktop.
Load Heroku environment variables into the current FISH shell
heroku config --app <app_name> --shell | sed "s|=| |g" | sed 's/^/set -g -x /' | source
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment