long start = System.currentTimeMillis();
int exit = 0;
try {
if (INIT.equals(command)) {
new InitializeCommand(repository, environment, force).execute(params);
} else if (BOOTSTRAP.equals(command)) {
new BootstrapCommand(repository, environment, force).execute(params);
} else if (NEW.equals(command)) {
new NewCommand(repository, environment, template, force).execute(params);
} else if (STATUS.equals(command)) {