@ohos/hpm-cli
Version:
CLI for HarmonyOS package manager
222 lines (221 loc) • 13 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.defaultCmdConfigs = void 0;
exports.runAction = runAction;
var _manifest = require("../core/manifest");
var _i18n = require("../i18n");
function _regenerator() { /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */ var e, t, r = "function" == typeof Symbol ? Symbol : {}, n = r.iterator || "@@iterator", o = r.toStringTag || "@@toStringTag"; function i(r, n, o, i) { var c = n && n.prototype instanceof Generator ? n : Generator, u = Object.create(c.prototype); return _regeneratorDefine2(u, "_invoke", function (r, n, o) { var i, c, u, f = 0, p = o || [], y = !1, G = { p: 0, n: 0, v: e, a: d, f: d.bind(e, 4), d: function d(t, r) { return i = t, c = 0, u = e, G.n = r, a; } }; function d(r, n) { for (c = r, u = n, t = 0; !y && f && !o && t < p.length; t++) { var o, i = p[t], d = G.p, l = i[2]; r > 3 ? (o = l === n) && (u = i[(c = i[4]) ? 5 : (c = 3, 3)], i[4] = i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0)); } if (o || r > 1) return a; throw y = !0, n; } return function (o, p, l) { if (f > 1) throw TypeError("Generator is already running"); for (y && 1 === p && d(p, l), c = p, u = l; (t = c < 2 ? e : u) || !y;) { i || (c ? c < 3 ? (c > 1 && (G.n = -1), d(c, u)) : G.n = u : G.v = u); try { if (f = 2, i) { if (c || (o = "next"), t = i[o]) { if (!(t = t.call(i, u))) throw TypeError("iterator result is not an object"); if (!t.done) return t; u = t.value, c < 2 && (c = 0); } else 1 === c && (t = i["return"]) && t.call(i), c < 2 && (u = TypeError("The iterator does not provide a '" + o + "' method"), c = 1); i = e; } else if ((t = (y = G.n < 0) ? u : r.call(n, G)) !== a) break; } catch (t) { i = e, c = 1, u = t; } finally { f = 1; } } return { value: t, done: y }; }; }(r, o, i), !0), u; } var a = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} t = Object.getPrototypeOf; var c = [][n] ? t(t([][n]())) : (_regeneratorDefine2(t = {}, n, function () { return this; }), t), u = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(c); function f(e) { return Object.setPrototypeOf ? Object.setPrototypeOf(e, GeneratorFunctionPrototype) : (e.__proto__ = GeneratorFunctionPrototype, _regeneratorDefine2(e, o, "GeneratorFunction")), e.prototype = Object.create(u), e; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, _regeneratorDefine2(u, "constructor", GeneratorFunctionPrototype), _regeneratorDefine2(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = "GeneratorFunction", _regeneratorDefine2(GeneratorFunctionPrototype, o, "GeneratorFunction"), _regeneratorDefine2(u), _regeneratorDefine2(u, o, "Generator"), _regeneratorDefine2(u, n, function () { return this; }), _regeneratorDefine2(u, "toString", function () { return "[object Generator]"; }), (_regenerator = function _regenerator() { return { w: i, m: f }; })(); }
function _regeneratorDefine2(e, r, n, t) { var i = Object.defineProperty; try { i({}, "", {}); } catch (e) { i = 0; } _regeneratorDefine2 = function _regeneratorDefine(e, r, n, t) { if (r) i ? i(e, r, { value: n, enumerable: !t, configurable: !t, writable: !t }) : e[r] = n;else { var o = function o(r, n) { _regeneratorDefine2(e, r, function (e) { return this._invoke(r, n, e); }); }; o("next", 0), o("throw", 1), o("return", 2); } }, _regeneratorDefine2(e, r, n, t); }
function asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); }
function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; }
function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; } /*
* Copyright (c) 2020-2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
var commandsPath = '.';
var actions = {
init: function init(args) {
var _require = require("".concat(commandsPath, "/init")),
initAction = _require.init;
return initAction.apply(void 0, _toConsumableArray(args));
},
build: function build(args) {
var _require2 = require("".concat(commandsPath, "/build")),
buildAction = _require2.build;
return buildAction.apply(void 0, _toConsumableArray(args));
},
pack: function pack(args) {
var _require3 = require("".concat(commandsPath, "/pack")),
packAction = _require3.pack;
return packAction.apply(void 0, _toConsumableArray(args));
},
dist: function dist(args) {
var _require4 = require("".concat(commandsPath, "/distribute")),
distributeAction = _require4.distribute;
return distributeAction.apply(void 0, _toConsumableArray(args));
},
install: function install(args) {
var _require5 = require("".concat(commandsPath, "/install")),
installAction = _require5.install;
return installAction.apply(void 0, _toConsumableArray(args));
},
uninstall: function uninstall(args) {
var _require6 = require("".concat(commandsPath, "/uninstall")),
uninstallAction = _require6.uninstall;
return uninstallAction.apply(void 0, _toConsumableArray(args));
},
publish: function publish(args) {
var _require7 = require("".concat(commandsPath, "/publish")),
publishAction = _require7.publish;
return publishAction.apply(void 0, _toConsumableArray(args));
},
run: function run(args) {
var _require8 = require("".concat(commandsPath, "/run")),
runAct = _require8.run;
return runAct.apply(void 0, _toConsumableArray(args));
},
config: function config(args) {
var _require9 = require("".concat(commandsPath, "/config")),
configAction = _require9.config;
return configAction.apply(void 0, _toConsumableArray(args));
},
search: function search(args) {
var _require0 = require("".concat(commandsPath, "/search")),
searchAction = _require0.search;
return searchAction.apply(void 0, _toConsumableArray(args));
},
update: function update(args) {
var _require1 = require("".concat(commandsPath, "/update")),
updateAction = _require1.update;
return updateAction.apply(void 0, _toConsumableArray(args));
},
'check-update': function checkUpdate(args) {
var _require10 = require("".concat(commandsPath, "/checkUpdate")),
checkUpdateAction = _require10.checkUpdate;
return checkUpdateAction.apply(void 0, _toConsumableArray(args));
},
list: function list(args) {
var _require11 = require("".concat(commandsPath, "/list")),
listAction = _require11.list;
return listAction.apply(void 0, _toConsumableArray(args));
},
'gen-keys': function genKeys(args) {
var _require12 = require("".concat(commandsPath, "/generateKeys")),
generateKeys = _require12.generateKeys;
return generateKeys.apply(void 0, _toConsumableArray(args));
},
extract: function extract(args) {
var _require13 = require("".concat(commandsPath, "/extract")),
extractAction = _require13.extract;
return extractAction.apply(void 0, _toConsumableArray(args));
},
lang: function lang(args) {
var _require14 = require("".concat(commandsPath, "/lang")),
langAction = _require14.lang;
return langAction.apply(void 0, _toConsumableArray(args));
},
code: function code(args) {
var _require15 = require("".concat(commandsPath, "/code")),
codeAction = _require15.code;
return codeAction.apply(void 0, _toConsumableArray(args));
},
download: function download(args) {
var _require16 = require("".concat(commandsPath, "/download")),
downloadsAction = _require16.downloads;
return downloadsAction.apply(void 0, _toConsumableArray(args));
},
fetch: function fetch(args) {
var _require17 = require("".concat(commandsPath, "/fetch")),
fetchAction = _require17.fetch;
return fetchAction.apply(void 0, _toConsumableArray(args));
},
docker: function docker(args) {
var _require18 = require("".concat(commandsPath, "/docker")),
dockerAction = _require18.docker;
return dockerAction.apply(void 0, _toConsumableArray(args));
}
};
var actionsWithPluginApi = {
ui: function ui(pluginAPI, args) {
var _require19 = require("".concat(commandsPath, "/ui")),
uiAction = _require19.ui;
return uiAction.apply(void 0, [pluginAPI].concat(_toConsumableArray(args)));
}
};
function runAction(_x, _x2, _x3) {
return _runAction.apply(this, arguments);
}
function _runAction() {
_runAction = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee(name, args, pluginAPI) {
var action, _action;
return _regenerator().w(function (_context) {
while (1) switch (_context.n) {
case 0:
if (!isActionExist(actions, name)) {
_context.n = 2;
break;
}
action = actions[name];
_context.n = 1;
return action(args);
case 1:
return _context.a(2, _context.v);
case 2:
if (!isActionExist(actionsWithPluginApi, name)) {
_context.n = 4;
break;
}
_action = actionsWithPluginApi[name];
_context.n = 3;
return _action(pluginAPI, args);
case 3:
return _context.a(2, _context.v);
case 4:
return _context.a(2);
}
}, _callee);
}));
return _runAction.apply(this, arguments);
}
function isActionExist(actions, name) {
return Object.prototype.hasOwnProperty.call(actions, name) && typeof actions[name] === 'function';
}
var defaultCmdConfigs = exports.defaultCmdConfigs = [{
name: 'dist',
description: (0, _i18n.getI18nMessage)('help.dist'),
allowUnknownOption: true,
allowBundleTypes: ['dist'],
isBundleDefaultCmd: function isBundleDefaultCmd(publishAs) {
return publishAs === 'distribution' && _manifest.Manifest.Validator.publishAs(publishAs);
}
}, {
name: 'build',
description: (0, _i18n.getI18nMessage)('help.build'),
allowUnknownOption: true,
allowBundleTypes: ['source'],
isBundleDefaultCmd: function isBundleDefaultCmd(publishAs) {
return publishAs === 'source' && _manifest.Manifest.Validator.publishAs(publishAs);
}
}, {
name: 'pack',
description: (0, _i18n.getI18nMessage)('help.pack'),
allowUnknownOption: false,
isBundleDefaultCmd: _manifest.Manifest.Validator.publishAs
}, {
name: 'publish',
description: (0, _i18n.getI18nMessage)('help.publish'),
options: {
'-o, --old': (0, _i18n.getI18nMessage)('help.publishOld')
},
allowUnknownOption: false,
isBundleDefaultCmd: _manifest.Manifest.Validator.publishAs
}, {
name: 'list',
alias: 'ls',
description: (0, _i18n.getI18nMessage)('help.list'),
options: {
'-j, --json': (0, _i18n.getI18nMessage)('help.searchJson'),
'-g, --global': (0, _i18n.getI18nMessage)('help.listGlobal')
},
allowUnknownOption: false,
isBundleDefaultCmd: function isBundleDefaultCmd(publishAs) {
return _manifest.Manifest.Validator.publishAs(publishAs) && publishAs !== 'plugin';
}
}];