After deploying a release to the server, I remoted into that server and ran bin/app_name rpc "IO.puts(:hello)"
. The results produced were:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1783 100 1783 0 0 870k 0 --:--:-- --:--:-- --:--:-- 870k
hello
How do I get rid of those curl-like stats and just have the result itself be produced?