UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

28 lines 984 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const alwayscli_1 = require("@alwaysai/alwayscli"); const show_1 = require("./show"); const models_1 = require("./models"); const _install_1 = require("./_install"); const _start_1 = require("./_start"); const configure_1 = require("./configure"); const deploy_1 = require("./deploy"); const start_1 = require("./start"); const exec_1 = require("./exec"); const shell_1 = require("./shell"); exports.appCliBranch = alwayscli_1.createBranch({ name: 'app', description: 'Develop an alwaysAI application', subcommands: [ configure_1.appConfigureCliLeaf, deploy_1.appDeployCliLeaf, exec_1.appExecCliLeaf, models_1.appModelsCliBranch, start_1.appStartCliLeaf, shell_1.appShellCliLeaf, show_1.appShowCliLeaf, _install_1.appUnderscoreInstallCliLeaf, _start_1.appUnderscoreStartCliLeaf, ], }); //# sourceMappingURL=index.js.map