UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

15 lines 645 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const check_for_docker_component_1 = require("./check-for-docker-component"); const alwayscli_1 = require("@alwaysai/alwayscli"); const leaf = alwayscli_1.createLeaf({ name: check_for_docker_component_1.checkForDockerComponent.name, async action() { return await check_for_docker_component_1.checkForDockerComponent({ targetHostname: 'localhost' }); }, }); const cli = alwayscli_1.createCli(leaf); if (module === require.main) { alwayscli_1.runAndExit(cli, ...process.argv.slice(2)); } //# sourceMappingURL=check-for-docker-component.cli.js.map