Skip to content
drakehutner edited this page Apr 23, 2013 · 3 revisions

Full Command Reference

Configuration

  • List all (sub-)items: config list <item>
  • Get a configuration value: config get <item>
  • Set a configuration value: config set <item> <value>

Networking

  • 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

Service Administration

  • Start a service: service start <Archive>::<Servicename>
  • Stop a service: service stop <UID>

Utility

  • Display help for a command: help <command>
  • Echo something: echo <text>