Get the database URL of a Gigalixir app via CLI
Install jq if you haven’t already.
Then
gigalixir pg | jq ".[0].url"
Install jq if you haven’t already.
Then
gigalixir pg | jq ".[0].url"
Heroku works as a platform for deploying Elixir apps, but has some serious limitations.
Gigalixir is an interesting alternative that was tailored to provide the full Elixir experience in a very Heroku-like fashion including
git push.
You can see it working right here!