chapi-cli
Version:
CloudHubAPI CLI is a command-line tool that simplifies e-point creation, making it quick and easy for users to manage their e-points directly from the terminal.
16 lines (15 loc) • 1.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.libs = exports.test = exports.utils = exports.config = exports.actions = exports.commands = void 0;
var commands_1 = require("./commands");
Object.defineProperty(exports, "commands", { enumerable: true, get: function () { return commands_1.commands; } });
var actions_1 = require("./actions");
Object.defineProperty(exports, "actions", { enumerable: true, get: function () { return actions_1.actions; } });
var config_1 = require("./config");
Object.defineProperty(exports, "config", { enumerable: true, get: function () { return config_1.config; } });
var utils_1 = require("./utils");
Object.defineProperty(exports, "utils", { enumerable: true, get: function () { return utils_1.utils; } });
var test_1 = require("./test");
Object.defineProperty(exports, "test", { enumerable: true, get: function () { return test_1.test; } });
var lib_1 = require("./lib");
Object.defineProperty(exports, "libs", { enumerable: true, get: function () { return lib_1.libs; } });