new JobListCommand(p("jobs"));
new JobStatusCommand(p("status"));
new JobWatchCommand(p("watch"));
// Host commands
new HostListCommand(p("hosts"));
new HostRegisterCommand(p("register"));
new HostDeregisterCommand(p("deregister"));
// Master Commands
new MasterListCommand(p("masters"));