UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

17 lines 628 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.appModelsUpdateCliLeaf = void 0; const alwayscli_1 = require("@alwaysai/alwayscli"); const cli_inputs_1 = require("../../../cli-inputs"); const app_1 = require("../../../components/app"); exports.appModelsUpdateCliLeaf = (0, alwayscli_1.CliLeaf)({ name: 'update', description: "Update this application's models to the latest versions", namedInputs: { yes: cli_inputs_1.yesCliInput }, async action(_, { yes }) { await (0, app_1.appModelsUpdateComponent)({ yes }); } }); //# sourceMappingURL=update.js.map