public static void main(String[] args) {
Properties props = loadLiveRebelProperties();
String centerUrl = props.getProperty("url", "localhost");
int centerPort = 9001;
CommandCenter center = connectToCommandCenter(props, centerUrl, centerPort);
// EXAMPLE 1 - upload application to command center (doesn't deploy them jet to any servers)
uploadApplicationsToCommandCenter(center);
// EXAMPLE 2 - get ids of all connected servers