UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

52 lines (51 loc) 1.39 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.runCommand = exports.getCommandsByGroup = exports.getAllCommands = exports.getCommand = exports.registerCommand = exports.defineCommand = exports.MissingInputError = void 0; var types_1 = require("./types"); Object.defineProperty(exports, "MissingInputError", { enumerable: true, get: function () { return types_1.MissingInputError; } }); var defineCommand_1 = require("./defineCommand"); Object.defineProperty(exports, "defineCommand", { enumerable: true, get: function () { return defineCommand_1.defineCommand; } }); var registry_1 = require("./registry"); Object.defineProperty(exports, "registerCommand", { enumerable: true, get: function () { return registry_1.registerCommand; } }); Object.defineProperty(exports, "getCommand", { enumerable: true, get: function () { return registry_1.getCommand; } }); Object.defineProperty(exports, "getAllCommands", { enumerable: true, get: function () { return registry_1.getAllCommands; } }); Object.defineProperty(exports, "getCommandsByGroup", { enumerable: true, get: function () { return registry_1.getCommandsByGroup; } }); var runner_1 = require("./runner"); Object.defineProperty(exports, "runCommand", { enumerable: true, get: function () { return runner_1.runCommand; } });