UNPKG

@constructor-io/constructorio-connect-cli

Version:

CLI tool to enable users to interface with the Constructor Connect Ecosystem

14 lines (13 loc) 1.07 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getConnections = exports.buildFixture = exports.executeTemplate = exports.run = void 0; var core_1 = require("@oclif/core"); Object.defineProperty(exports, "run", { enumerable: true, get: function () { return core_1.run; } }); var execute_template_1 = require("./functions/execute-template"); Object.defineProperty(exports, "executeTemplate", { enumerable: true, get: function () { return execute_template_1.executeTemplate; } }); var build_fixture_1 = require("./functions/build-fixture"); Object.defineProperty(exports, "buildFixture", { enumerable: true, get: function () { return build_fixture_1.buildFixture; } }); // Export the function to load connections to optimize tests in the initialized repos, // so that we can load connections only once before all tests. var get_connections_request_1 = require("./http/get-connections-request"); Object.defineProperty(exports, "getConnections", { enumerable: true, get: function () { return get_connections_request_1.getConnections; } });