commands.register(new NewScriptFromCommand(properties,creator,fileUtil, configuration));
commands.register(new GenerateDropScriptCommand(configuration, creator, properties));
commands.register(new MigrateCommand(new SchemaVersionRepositoryImpl(configuration), configuration, commandAssembler));
commands.register(new ListCommand(commandAssembler));
commands.register(new UsageCommand(commands));
commands.register(new ConditionHelp());
commands.register(new CheckConfigurationsCommand(configuration));
}