alwaysai
Version:
The alwaysAI command-line interface (CLI)
23 lines • 793 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.appModelsCliBranch = void 0;
const alwayscli_1 = require("@alwaysai/alwayscli");
const add_1 = require("./add");
const remove_1 = require("./remove");
const show_1 = require("./show");
const update_1 = require("./update");
const sync_1 = require("./sync");
const remove_all_1 = require("./remove-all");
exports.appModelsCliBranch = (0, alwayscli_1.CliBranch)({
name: 'models',
description: "Manage this application's models",
subcommands: [
add_1.addModelsAddCliLeaf,
remove_1.removeModels,
remove_all_1.removeAllModels,
show_1.showModels,
update_1.appModelsUpdateCliLeaf,
sync_1.syncProjectModelsCliLeaf
]
});
//# sourceMappingURL=index.js.map