alwaysai
Version:
The alwaysAI command-line interface (CLI)
33 lines • 1.17 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.appCliBranch = void 0;
const alwayscli_1 = require("@alwaysai/alwayscli");
const show_1 = require("./show");
const models_1 = require("./models");
const install_1 = require("./install");
const configure_1 = require("./configure");
const start_1 = require("./start");
const exec_1 = require("./exec");
const shell_1 = require("./shell");
const package_1 = require("./package");
const publish_1 = require("./publish");
const analytics_1 = require("./analytics");
const generate_1 = require("./generate");
exports.appCliBranch = (0, alwayscli_1.CliBranch)({
name: 'app',
description: 'Develop an alwaysAI application',
subcommands: [
configure_1.appConfigureCliLeaf,
install_1.appInstallCliLeaf,
exec_1.appExecCliLeaf,
models_1.appModelsCliBranch,
shell_1.appShellCliLeaf,
show_1.appShowCliLeaf,
start_1.appStartCliLeaf,
package_1.appPackageCliLeaf,
publish_1.appPublishCliLeaf,
analytics_1.appAnalyticsCliBranch,
generate_1.appGenerateCliBranch
]
});
//# sourceMappingURL=index.js.map