UNPKG

@constructor-io/constructorio-connect-cli

Version:

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

5 lines 257 B
export { run } from "@oclif/core"; export { executeTemplate } from "./functions/execute-template"; export { buildFixture } from "./functions/build-fixture"; export { getConnections } from "./http/get-connections-request"; //# sourceMappingURL=index.d.ts.map