IEx
Last updated
Last updated
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 name node2
--cookie foo
: Start the local shell with the shared secret foo
--remsh node1
: Connect to the remote node node1
and starts the shell on it
Require File
Recompile and Reload the Module
IEx Helpers