Work on an application created using Elixir / mix.
We have a bunch of utility functions (i.e.: seed / clear Mnesia db) that we run as elixir mix foo.
Once the release is built (with mix + exrm) and deployed to the target machine (where we do not expect a complete assembly chain or full source), is there a practical way to access these commands?
source
share