UNPKG

@veecode-platform/safira-cli

Version:

Generate a microservice project from your spec.

14 lines (13 loc) 481 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KongRemoveImpl = void 0; const install_vkpr_1 = require("../vkpr/install-vkpr"); const kong_operations_1 = require("../vkpr/kong-operations"); class KongRemoveImpl { async remove() { console.log("Removing Kong"); await install_vkpr_1.InstallVkpr.instance.install(); new kong_operations_1.VkprKongOperations().remove(); } } exports.KongRemoveImpl = KongRemoveImpl;