Working on an application built with Elixir/mix.
We have a bunch of utility functions (i.e.: seed/clear Mnesia db) which we run as elixir mix foo
.
Once a release is built (with mix + exrm), and deployed on a target machine (where we do not expect to have a complete build chain nor complete source) is there a practical way to access those commands?