-
Notifications
You must be signed in to change notification settings - Fork 0
Command Reference
drakehutner edited this page Apr 23, 2013
·
3 revisions
- List all (sub-)items:
config list <item>
- Get a configuration value:
config get <item>
- Set a configuration value:
config set <item> <value>
- Set incoming port:
port <Port>
- Connect to another node:
connect <remote_ip> <remote_port>
- List all connected nodes:
nodes
- Switch to another node:
node <Number>
- Switch to local node:
local
- Shutdown the node:
shutdown
- Start a service:
service start <Archive>::<Servicename>
- Stop a service:
service stop <UID>
- Display help for a command:
help <command>
- Echo something:
echo <text>