IEx
The Interactive Elixir shell. It supports most of the elixir arguments.
Execute Script
--sname
: Provide a short name to be identified by other nodes in the network.--cookie
: Provide a shared secret that only nodes with the same secret can communicate with each other.-S
: Provide the script or command to run before starting the shell.
Open A Remote Shell
--sname node2
: Start the local shell with the short namenode2
--cookie foo
: Start the local shell with the shared secretfoo
--remsh node1
: Connect to the remote nodenode1
and starts the shell on it
Require File
Recompile and Reload the Module
IEx Helpers
Last updated