add(new ClassCreateCommand); $app->add(new ClassDeployCommand); $app->add(new ClassValidateCommand); $app->add(new ClassTestEnvCommand); $app->add(new ClassTestEnvRPCCommand); $app->add(new DependenciesAddClassCommand); $app->add(new DependenciesAddWebAPICommand); $app->add(new DependenciesAddStaticTextCommand); $app->add(new DependenciesAddAttachmentCommand); $app->add(new DependenciesAddTemplateCommand); $app->add(new InterfaceCreateCommand); $app->add(new InterfaceDeployCommand); $app->add(new InterfaceValidateCommand); $app->add(new TestEnvironmentStartCommand); $app->run();