tnp-helpers 19.0.64 → 19.0.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/browser/README.md +24 -24
- package/browser/fesm2022/tnp-helpers.mjs +3050 -259
- package/browser/fesm2022/tnp-helpers.mjs.map +1 -1
- package/browser/lib/base/classes/base-cli-worker/base-cli-worker-controller.d.ts +3 -4
- package/browser/lib/base/classes/base-cli-worker/base-cli-worker-terminal-ui.d.ts +1 -1
- package/browser/lib/base/classes/base-cli-worker/base-cli-worker.d.ts +59 -35
- package/browser/lib/base/classes/base-cli-worker/base-cli-worker.models.d.ts +42 -0
- package/browser/lib/base/classes/base-cli-worker/base-cli-worker.utils.d.ts +4 -0
- package/browser/lib/base/classes/base-cli-worker/index.d.ts +1 -0
- package/browser/lib/base/classes/base-docker.d.ts +1 -0
- package/browser/lib/base/classes/base-git.d.ts +2 -0
- package/browser/lib/base/classes/base-global-command-line.d.ts +254 -0
- package/browser/lib/base/classes/base-node-modules.d.ts +7 -0
- package/browser/lib/base/classes/base-npm-helpers.d.ts +1 -0
- package/browser/lib/base/classes/base-release-process.d.ts +3 -1
- package/browser/lib/base/classes/index.d.ts +2 -1
- package/browser/lib/base/gh-temp-code.d.ts +17 -0
- package/browser/lib/build-info._auto-generated_.d.ts +1 -1
- package/browser/lib/utils.d.ts +3 -40
- package/browser/package.json +1 -1
- package/lib/base/classes/base-cli-worker/base-cli-worker-controller.d.ts +3 -4
- package/lib/base/classes/base-cli-worker/base-cli-worker-controller.js +28 -15
- package/lib/base/classes/base-cli-worker/base-cli-worker-controller.js.map +1 -1
- package/lib/base/classes/base-cli-worker/base-cli-worker-terminal-ui.d.ts +1 -1
- package/lib/base/classes/base-cli-worker/base-cli-worker-terminal-ui.js +10 -6
- package/lib/base/classes/base-cli-worker/base-cli-worker-terminal-ui.js.map +1 -1
- package/lib/base/classes/base-cli-worker/base-cli-worker.d.ts +57 -33
- package/lib/base/classes/base-cli-worker/base-cli-worker.js +326 -213
- package/lib/base/classes/base-cli-worker/base-cli-worker.js.map +1 -1
- package/lib/base/classes/base-cli-worker/base-cli-worker.models.d.ts +41 -0
- package/lib/base/classes/base-cli-worker/base-cli-worker.models.js +34 -0
- package/lib/base/classes/base-cli-worker/base-cli-worker.models.js.map +1 -0
- package/lib/base/classes/base-cli-worker/base-cli-worker.utils.d.ts +3 -0
- package/lib/base/classes/base-cli-worker/base-cli-worker.utils.js +19 -0
- package/lib/base/classes/base-cli-worker/base-cli-worker.utils.js.map +1 -0
- package/lib/base/classes/base-cli-worker/index.d.ts +1 -0
- package/lib/base/classes/base-cli-worker/index.js +1 -0
- package/lib/base/classes/base-cli-worker/index.js.map +1 -1
- package/lib/base/classes/base-command-line-feature.backend.d.ts +47 -0
- package/lib/base/classes/base-command-line-feature.backend.js +147 -0
- package/lib/base/classes/base-command-line-feature.backend.js.map +1 -0
- package/lib/base/classes/base-docker.d.ts +1 -0
- package/lib/base/classes/base-docker.js +7 -0
- package/lib/base/classes/base-docker.js.map +1 -1
- package/lib/base/classes/base-git.d.ts +2 -0
- package/lib/base/classes/base-git.js +6 -1
- package/lib/base/classes/base-git.js.map +1 -1
- package/lib/base/classes/base-global-command-line.backend.d.ts +1 -0
- package/lib/base/classes/base-global-command-line.backend.js +55 -62
- package/lib/base/classes/base-global-command-line.backend.js.map +1 -1
- package/lib/base/classes/base-global-command-line.d.ts +260 -0
- package/lib/base/classes/base-global-command-line.js +2406 -0
- package/lib/base/classes/base-global-command-line.js.map +1 -0
- package/lib/base/classes/base-node-modules.d.ts +7 -0
- package/lib/base/classes/base-node-modules.js +98 -81
- package/lib/base/classes/base-node-modules.js.map +1 -1
- package/lib/base/classes/base-npm-helpers.d.ts +1 -0
- package/lib/base/classes/base-npm-helpers.js +1 -1
- package/lib/base/classes/base-npm-helpers.js.map +1 -1
- package/lib/base/classes/base-project-resolver.js +2 -1
- package/lib/base/classes/base-project-resolver.js.map +1 -1
- package/lib/base/classes/base-project.js +8 -6
- package/lib/base/classes/base-project.js.map +1 -1
- package/lib/base/classes/base-release-process.d.ts +3 -1
- package/lib/base/classes/base-release-process.js +4 -3
- package/lib/base/classes/base-release-process.js.map +1 -1
- package/lib/base/classes/index.d.ts +1 -1
- package/lib/base/classes/index.js +2 -4
- package/lib/base/classes/index.js.map +1 -1
- package/lib/base/tcp-udp-ports/not-assignable-port.entity.js +2 -2
- package/lib/base/tcp-udp-ports/ports.entity.d.ts +1 -1
- package/lib/base/tcp-udp-ports/tcp-upd-ports-terminal-ui.js +27 -14
- package/lib/base/tcp-udp-ports/tcp-upd-ports-terminal-ui.js.map +1 -1
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/helpers/for-backend/helpers-dependencies.backend.d.ts +3 -0
- package/lib/helpers/for-backend/helpers-dependencies.backend.js +34 -0
- package/lib/helpers/for-backend/helpers-dependencies.backend.js.map +1 -0
- package/lib/helpers/for-backend/helpers-git.backend.d.ts +1 -0
- package/lib/helpers/for-backend/helpers-git.backend.js +46 -17
- package/lib/helpers/for-backend/helpers-git.backend.js.map +1 -1
- package/lib/helpers/for-browser/angular.helper.js +2 -2
- package/lib/helpers/helpers-numbers.js.map +1 -1
- package/lib/old/base-component.js +2 -2
- package/lib/old/base-formly-component.js +2 -2
- package/lib/old/dual-component-ctrl.js +2 -2
- package/lib/utils.d.ts +3 -40
- package/lib/utils.js +34 -111
- package/lib/utils.js.map +1 -1
- package/lib/validators/validators-firedev.d.ts +3 -0
- package/lib/validators/validators-firedev.js +34 -0
- package/lib/validators/validators-firedev.js.map +1 -0
- package/lib/validators/validators-git.d.ts +3 -0
- package/lib/validators/validators-git.js +13 -0
- package/lib/validators/validators-git.js.map +1 -0
- package/lib/validators/validators-network.d.ts +3 -0
- package/lib/validators/validators-network.js +19 -0
- package/lib/validators/validators-network.js.map +1 -0
- package/lib/validators/validators.d.ts +6 -0
- package/lib/validators/validators.js +11 -0
- package/lib/validators/validators.js.map +1 -0
- package/package.json +1 -1
- package/tmp-environment.json +37 -0
- package/websql/README.md +24 -24
- package/websql/fesm2022/tnp-helpers.mjs +3050 -259
- package/websql/fesm2022/tnp-helpers.mjs.map +1 -1
- package/websql/lib/base/classes/base-cli-worker/base-cli-worker-controller.d.ts +3 -4
- package/websql/lib/base/classes/base-cli-worker/base-cli-worker-terminal-ui.d.ts +1 -1
- package/websql/lib/base/classes/base-cli-worker/base-cli-worker.d.ts +59 -35
- package/websql/lib/base/classes/base-cli-worker/base-cli-worker.models.d.ts +42 -0
- package/websql/lib/base/classes/base-cli-worker/base-cli-worker.utils.d.ts +4 -0
- package/websql/lib/base/classes/base-cli-worker/index.d.ts +1 -0
- package/websql/lib/base/classes/base-docker.d.ts +1 -0
- package/websql/lib/base/classes/base-git.d.ts +2 -0
- package/websql/lib/base/classes/base-global-command-line.d.ts +254 -0
- package/websql/lib/base/classes/base-node-modules.d.ts +7 -0
- package/websql/lib/base/classes/base-npm-helpers.d.ts +1 -0
- package/websql/lib/base/classes/base-release-process.d.ts +3 -1
- package/websql/lib/base/classes/index.d.ts +2 -1
- package/websql/lib/base/gh-temp-code.d.ts +17 -0
- package/websql/lib/build-info._auto-generated_.d.ts +1 -1
- package/websql/lib/utils.d.ts +3 -40
- package/websql/package.json +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { Subject } from 'rxjs';
|
|
2
|
-
import { CoreModels, Utils, crossPlatformPath,
|
|
2
|
+
import { CoreModels, Utils, crossPlatformPath, _, CoreHelpers, UtilsTerminal, path, Helpers as Helpers$1, fse, chalk } from 'tnp-core/websql';
|
|
3
3
|
import { isImportDeclaration, isNamedImports, isExportDeclaration, isNamedExports, createSourceFile, ScriptTarget, ScriptKind } from 'typescript';
|
|
4
|
-
import { CLASS } from 'typescript-class-helpers/websql';
|
|
5
4
|
import * as fuzzy from 'fuzzy';
|
|
6
5
|
import { Level } from 'ng2-logger/websql';
|
|
6
|
+
import { CLASS } from 'typescript-class-helpers/websql';
|
|
7
7
|
import { __decorate, __metadata, __param } from 'tslib';
|
|
8
|
-
import { Taon, BaseContext } from 'taon/websql';
|
|
8
|
+
import { Taon, BaseClass, BaseContext } from 'taon/websql';
|
|
9
9
|
import { config, folderName, fileName } from 'tnp-config/websql';
|
|
10
10
|
import { IncCompiler, ChangeOfFile } from 'incremental-compiler/websql';
|
|
11
11
|
|
|
@@ -99,6 +99,7 @@ var HelpersAngular;
|
|
|
99
99
|
|
|
100
100
|
//#region imports
|
|
101
101
|
/* */
|
|
102
|
+
/* */
|
|
102
103
|
//#endregion
|
|
103
104
|
//#region utils npm
|
|
104
105
|
var UtilsNpm;
|
|
@@ -1505,8 +1506,6 @@ var UtilsQuickFixes;
|
|
|
1505
1506
|
/* */
|
|
1506
1507
|
/* */
|
|
1507
1508
|
/* */
|
|
1508
|
-
/* */
|
|
1509
|
-
/* */
|
|
1510
1509
|
return (void 0);
|
|
1511
1510
|
};
|
|
1512
1511
|
//#endregion
|
|
@@ -2331,119 +2330,50 @@ var UtilsPasswords;
|
|
|
2331
2330
|
// })();
|
|
2332
2331
|
})(UtilsPasswords || (UtilsPasswords = {}));
|
|
2333
2332
|
//#endregion
|
|
2334
|
-
//#region utils
|
|
2335
|
-
var
|
|
2336
|
-
(function (
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
let cursor = 0;
|
|
2376
|
-
while (cursor <= metaPart.length) {
|
|
2377
|
-
const sepIdx = metaPart.indexOf(PAIR_SEPARATOR, cursor);
|
|
2378
|
-
const segment = sepIdx === -1
|
|
2379
|
-
? metaPart.substring(cursor)
|
|
2380
|
-
: metaPart.substring(cursor, sepIdx);
|
|
2381
|
-
if (segment) {
|
|
2382
|
-
const kvIdx = segment.indexOf(KV_SEPARATOR);
|
|
2383
|
-
if (kvIdx > -1) {
|
|
2384
|
-
const key = segment.substring(0, kvIdx);
|
|
2385
|
-
const value = segment.substring(kvIdx + KV_SEPARATOR.length);
|
|
2386
|
-
data[key] = value;
|
|
2387
|
-
}
|
|
2388
|
-
}
|
|
2389
|
-
if (sepIdx === -1)
|
|
2390
|
-
break;
|
|
2391
|
-
cursor = sepIdx + PAIR_SEPARATOR.length;
|
|
2392
|
-
}
|
|
2393
|
-
return data;
|
|
2394
|
-
}
|
|
2395
|
-
FilePathMetaData.extractData = extractData;
|
|
2396
|
-
//#endregion
|
|
2397
|
-
//#region get only metadata string
|
|
2398
|
-
FilePathMetaData.getOnlyMetadataString = (filename) => {
|
|
2399
|
-
const ext = path.extname(filename);
|
|
2400
|
-
const base = path.basename(filename, ext);
|
|
2401
|
-
const idx = base.lastIndexOf(TERMINATOR);
|
|
2402
|
-
if (idx === -1)
|
|
2403
|
-
return ''; // no terminator
|
|
2404
|
-
const metaPart = base.substring(0, idx);
|
|
2405
|
-
if (!metaPart.trim())
|
|
2406
|
-
return ''; // empty metadata
|
|
2407
|
-
return metaPart;
|
|
2333
|
+
//#region utils docker
|
|
2334
|
+
var UtilsDocker;
|
|
2335
|
+
(function (UtilsDocker) {
|
|
2336
|
+
UtilsDocker.DOCKER_LABEL_KEY = 'com.docker.compose.project'; // change to your app name
|
|
2337
|
+
//#region clean images by docker label
|
|
2338
|
+
UtilsDocker.cleanImagesByDockerLabel = async (labelKey, labelValue) => {
|
|
2339
|
+
/* */
|
|
2340
|
+
/* */
|
|
2341
|
+
/* */
|
|
2342
|
+
/* */
|
|
2343
|
+
/* */
|
|
2344
|
+
/* */
|
|
2345
|
+
/* */
|
|
2346
|
+
/* */
|
|
2347
|
+
/* */
|
|
2348
|
+
/* */
|
|
2349
|
+
/* */
|
|
2350
|
+
/* */
|
|
2351
|
+
/* */
|
|
2352
|
+
/* */
|
|
2353
|
+
/* */
|
|
2354
|
+
/* */
|
|
2355
|
+
/* */
|
|
2356
|
+
/* */
|
|
2357
|
+
/* */
|
|
2358
|
+
/* */
|
|
2359
|
+
/* */
|
|
2360
|
+
/* */
|
|
2361
|
+
/* */
|
|
2362
|
+
/* */
|
|
2363
|
+
/* */
|
|
2364
|
+
/* */
|
|
2365
|
+
/* */
|
|
2366
|
+
/* */
|
|
2367
|
+
/* */
|
|
2368
|
+
/* */
|
|
2369
|
+
/* */
|
|
2370
|
+
/* */
|
|
2371
|
+
/* */
|
|
2372
|
+
/* */
|
|
2373
|
+
return (void 0);
|
|
2408
2374
|
};
|
|
2409
2375
|
//#endregion
|
|
2410
|
-
})(
|
|
2411
|
-
//#endregion
|
|
2412
|
-
//#region utils cli
|
|
2413
|
-
/**
|
|
2414
|
-
* Easy way to connect CLI commands to cli class methods.
|
|
2415
|
-
*
|
|
2416
|
-
* Example:
|
|
2417
|
-
* in clic class
|
|
2418
|
-
* $FirstCli {
|
|
2419
|
-
*
|
|
2420
|
-
* @UtilsCliMethod.decorator('doSomething')
|
|
2421
|
-
* doSomething() {
|
|
2422
|
-
* console.log('doing something');
|
|
2423
|
-
* }
|
|
2424
|
-
* }
|
|
2425
|
-
*
|
|
2426
|
-
* UtilsCliMethod.getFrom($FirstCli.prototype.doSomething) // "firstcli:dosomething"
|
|
2427
|
-
*
|
|
2428
|
-
*/
|
|
2429
|
-
var UtilsCliMethod;
|
|
2430
|
-
(function (UtilsCliMethod) {
|
|
2431
|
-
const CLI_METHOD_KEY = Symbol('cliMethod');
|
|
2432
|
-
UtilsCliMethod.decorator = (methodName) => {
|
|
2433
|
-
return (target, propertyKey, descriptor) => {
|
|
2434
|
-
// If name not given, fallback to property key
|
|
2435
|
-
Reflect.defineMetadata(CLI_METHOD_KEY, `${_.camelCase(CLASS.getName(target?.constructor)).toLowerCase()}` +
|
|
2436
|
-
`:${_.camelCase(methodName ?? propertyKey).toLowerCase()}`, descriptor.value);
|
|
2437
|
-
};
|
|
2438
|
-
};
|
|
2439
|
-
UtilsCliMethod.getFrom = (ClassPrototypeMethodFnHere, globalMethod = false) => {
|
|
2440
|
-
const fullCliMethodName = Reflect.getMetadata(CLI_METHOD_KEY, ClassPrototypeMethodFnHere);
|
|
2441
|
-
if (globalMethod) {
|
|
2442
|
-
return fullCliMethodName.split(':')[1];
|
|
2443
|
-
}
|
|
2444
|
-
return fullCliMethodName;
|
|
2445
|
-
};
|
|
2446
|
-
})(UtilsCliMethod || (UtilsCliMethod = {}));
|
|
2376
|
+
})(UtilsDocker || (UtilsDocker = {}));
|
|
2447
2377
|
//#endregion
|
|
2448
2378
|
|
|
2449
2379
|
class HelpersArrayObj {
|
|
@@ -5258,6 +5188,9 @@ class BaseCliWorkerTerminalUI {
|
|
|
5258
5188
|
/* */
|
|
5259
5189
|
/* */
|
|
5260
5190
|
/* */
|
|
5191
|
+
/* */
|
|
5192
|
+
/* */
|
|
5193
|
+
/* */
|
|
5261
5194
|
return (void 0);
|
|
5262
5195
|
}
|
|
5263
5196
|
//#endregion
|
|
@@ -5336,6 +5269,7 @@ class BaseCliWorkerTerminalUI {
|
|
|
5336
5269
|
/* */
|
|
5337
5270
|
/* */
|
|
5338
5271
|
/* */
|
|
5272
|
+
/* */
|
|
5339
5273
|
return (void 0);
|
|
5340
5274
|
}
|
|
5341
5275
|
//#endregion
|
|
@@ -5367,50 +5301,39 @@ class BaseCliWorkerTerminalUI {
|
|
|
5367
5301
|
}
|
|
5368
5302
|
}
|
|
5369
5303
|
|
|
5304
|
+
class BaseCliWorkerConfigGetContextOptions {
|
|
5305
|
+
}
|
|
5306
|
+
/**
|
|
5307
|
+
* Default mode: DETACHED_CHILD_PROCESS
|
|
5308
|
+
*/
|
|
5309
|
+
var BaseCLiWorkerStartMode;
|
|
5310
|
+
(function (BaseCLiWorkerStartMode) {
|
|
5311
|
+
BaseCLiWorkerStartMode["CHILD_PROCESS"] = "child";
|
|
5312
|
+
BaseCLiWorkerStartMode["IN_CURRENT_PROCESS"] = "process";
|
|
5313
|
+
BaseCLiWorkerStartMode["DETACHED_WINDOW"] = "window";
|
|
5314
|
+
})(BaseCLiWorkerStartMode || (BaseCLiWorkerStartMode = {}));
|
|
5315
|
+
class BaseCLiWorkerStartParams {
|
|
5316
|
+
}
|
|
5317
|
+
class BaseCliMethodOptions extends BaseClass {
|
|
5318
|
+
static from(opt) {
|
|
5319
|
+
opt = opt ?? {};
|
|
5320
|
+
opt.cliParams = opt.cliParams ?? {};
|
|
5321
|
+
opt.connectionOptions = opt.connectionOptions ?? {};
|
|
5322
|
+
const res = new BaseCliMethodOptions().clone(opt);
|
|
5323
|
+
res.cliParams = _.merge(new BaseCLiWorkerStartParams(), opt.cliParams);
|
|
5324
|
+
res.cliParams.mode =
|
|
5325
|
+
res.cliParams.mode || BaseCLiWorkerStartMode.CHILD_PROCESS;
|
|
5326
|
+
res.connectionOptions = _.merge(new BaseCliWorkerConfigGetContextOptions(), opt.connectionOptions);
|
|
5327
|
+
return res;
|
|
5328
|
+
}
|
|
5329
|
+
}
|
|
5330
|
+
|
|
5370
5331
|
//#endregion
|
|
5371
5332
|
//#region constants
|
|
5372
5333
|
const WORKER_INIT_START_TIME_LIMIT = 25; // 15 seconds max to start worker
|
|
5373
5334
|
const START_PORT_FOR_SERVICES = 3600;
|
|
5374
5335
|
//#endregion
|
|
5375
5336
|
class BaseCliWorker {
|
|
5376
|
-
// private workerRemoteContextFor: {
|
|
5377
|
-
// [ipAddressOfTaonInstance: string]: ReturnType<typeof Taon.createContext>;
|
|
5378
|
-
// } = {};
|
|
5379
|
-
async getRemoteControllerFor(ipAddressOfTaonInstance, port) {
|
|
5380
|
-
// this.workerRemoteContextFor[ipAddressOfTaonInstance] = remoteCtx;
|
|
5381
|
-
const useHttps = ipAddressOfTaonInstance !== CoreModels.localhostIp127;
|
|
5382
|
-
const protocol = useHttps ? 'https' : 'http';
|
|
5383
|
-
const remoteCtx = this.workerContextTemplate().cloneAsRemote({
|
|
5384
|
-
overrideRemoteHost: `${protocol}://${ipAddressOfTaonInstance}${port ? `:${port}` : ''}`,
|
|
5385
|
-
});
|
|
5386
|
-
const contextForRemoteConnection = await remoteCtx.initialize();
|
|
5387
|
-
const taonProjectsController = contextForRemoteConnection.getInstanceBy(this.controllerClass);
|
|
5388
|
-
return taonProjectsController;
|
|
5389
|
-
}
|
|
5390
|
-
//#region fields & getters / path to process local info
|
|
5391
|
-
get pathToProcessLocalInfoJson() {
|
|
5392
|
-
/* */
|
|
5393
|
-
/* */
|
|
5394
|
-
/* */
|
|
5395
|
-
/* */
|
|
5396
|
-
/* */
|
|
5397
|
-
/* */
|
|
5398
|
-
/* */
|
|
5399
|
-
/* */
|
|
5400
|
-
return (void 0);
|
|
5401
|
-
}
|
|
5402
|
-
//#endregion
|
|
5403
|
-
//#region fields & getters / process local info json object
|
|
5404
|
-
get processLocalInfoObj() {
|
|
5405
|
-
/* */
|
|
5406
|
-
/* */
|
|
5407
|
-
/* */
|
|
5408
|
-
/* */
|
|
5409
|
-
/* */
|
|
5410
|
-
/* */
|
|
5411
|
-
return (void 0);
|
|
5412
|
-
}
|
|
5413
|
-
//#endregion
|
|
5414
5337
|
//#endregion
|
|
5415
5338
|
//#region constructor
|
|
5416
5339
|
constructor(
|
|
@@ -5431,18 +5354,42 @@ class BaseCliWorker {
|
|
|
5431
5354
|
this.serviceVersion = serviceVersion;
|
|
5432
5355
|
//#region fields & getters
|
|
5433
5356
|
this.SPECIAL_WORKER_READY_MESSAGE = CoreModels.SPECIAL_WORKER_READY_MESSAGE;
|
|
5357
|
+
/**
|
|
5358
|
+
* dependency workers that should be started before this worker
|
|
5359
|
+
*/
|
|
5360
|
+
this.dependencyWorkers = new Map();
|
|
5434
5361
|
// @ts-ignore TODO weird inheritance problem
|
|
5435
5362
|
this.terminalUI = new BaseCliWorkerTerminalUI(this);
|
|
5436
5363
|
}
|
|
5437
5364
|
//#endregion
|
|
5438
|
-
//#region
|
|
5365
|
+
//#region public
|
|
5366
|
+
//#region public fields & getters / process local info json object
|
|
5367
|
+
get processLocalInfoObj() {
|
|
5368
|
+
/* */
|
|
5369
|
+
/* */
|
|
5370
|
+
/* */
|
|
5371
|
+
/* */
|
|
5372
|
+
/* */
|
|
5373
|
+
/* */
|
|
5374
|
+
return (void 0);
|
|
5375
|
+
}
|
|
5376
|
+
//#endregion
|
|
5377
|
+
//#region public methods / get remote controller
|
|
5378
|
+
async getRemoteControllerFor(options) {
|
|
5379
|
+
options = options || {};
|
|
5380
|
+
options.methodOptions = BaseCliMethodOptions.from(options.methodOptions);
|
|
5381
|
+
const remoteEndpointContext = await this.getRemoteContextFor(options);
|
|
5382
|
+
const taonProjectsController = remoteEndpointContext.getInstanceBy(options.controllerClass
|
|
5383
|
+
? options.controllerClass
|
|
5384
|
+
: this.controllerClass);
|
|
5385
|
+
return taonProjectsController;
|
|
5386
|
+
}
|
|
5387
|
+
//#endregion
|
|
5388
|
+
//#region public methods / kill
|
|
5439
5389
|
/**
|
|
5440
|
-
*
|
|
5441
|
-
* for production use startDetachedIfNeedsToBeStarted()
|
|
5442
|
-
* start normally process
|
|
5443
|
-
* this will crash if process already started
|
|
5390
|
+
* stop if started
|
|
5444
5391
|
*/
|
|
5445
|
-
async
|
|
5392
|
+
async kill(options) {
|
|
5446
5393
|
/* */
|
|
5447
5394
|
/* */
|
|
5448
5395
|
/* */
|
|
@@ -5467,11 +5414,6 @@ class BaseCliWorker {
|
|
|
5467
5414
|
/* */
|
|
5468
5415
|
/* */
|
|
5469
5416
|
/* */
|
|
5470
|
-
return (void 0);
|
|
5471
|
-
}
|
|
5472
|
-
//#endregion
|
|
5473
|
-
//#region methods / get controller for remote connection
|
|
5474
|
-
async getControllerForRemoteConnection(options) {
|
|
5475
5417
|
/* */
|
|
5476
5418
|
/* */
|
|
5477
5419
|
/* */
|
|
@@ -5482,6 +5424,44 @@ class BaseCliWorker {
|
|
|
5482
5424
|
/* */
|
|
5483
5425
|
/* */
|
|
5484
5426
|
/* */
|
|
5427
|
+
/* */
|
|
5428
|
+
/* */
|
|
5429
|
+
return (void 0);
|
|
5430
|
+
}
|
|
5431
|
+
//#endregion
|
|
5432
|
+
//#region public methods / restart
|
|
5433
|
+
/**
|
|
5434
|
+
* kill detached process and start again
|
|
5435
|
+
* @param options.detached - default true
|
|
5436
|
+
*/
|
|
5437
|
+
async restart(options) {
|
|
5438
|
+
options = options || {};
|
|
5439
|
+
options.methodOptions = BaseCliMethodOptions.from(options.methodOptions);
|
|
5440
|
+
await this.kill({
|
|
5441
|
+
methodOptions: options.methodOptions,
|
|
5442
|
+
});
|
|
5443
|
+
//longer because os is disposing process previous process
|
|
5444
|
+
Helpers.info(`Restarting service "${this.serviceID}" ` +
|
|
5445
|
+
`in ${options.methodOptions.cliParams.mode} mode...`);
|
|
5446
|
+
if (options.methodOptions.cliParams.mode ===
|
|
5447
|
+
BaseCLiWorkerStartMode.IN_CURRENT_PROCESS) {
|
|
5448
|
+
await this.startNormallyInCurrentProcess({
|
|
5449
|
+
methodOptions: options.methodOptions,
|
|
5450
|
+
});
|
|
5451
|
+
}
|
|
5452
|
+
else {
|
|
5453
|
+
await this.startDetached({
|
|
5454
|
+
methodOptions: options.methodOptions,
|
|
5455
|
+
});
|
|
5456
|
+
}
|
|
5457
|
+
}
|
|
5458
|
+
//#endregion
|
|
5459
|
+
//#region public methods / cli start
|
|
5460
|
+
/**
|
|
5461
|
+
* only for cli start
|
|
5462
|
+
* @param cliParams on from cli
|
|
5463
|
+
*/
|
|
5464
|
+
async cliStartProcedure(options) {
|
|
5485
5465
|
/* */
|
|
5486
5466
|
/* */
|
|
5487
5467
|
/* */
|
|
@@ -5504,11 +5484,6 @@ class BaseCliWorker {
|
|
|
5504
5484
|
/* */
|
|
5505
5485
|
/* */
|
|
5506
5486
|
/* */
|
|
5507
|
-
return (void 0);
|
|
5508
|
-
}
|
|
5509
|
-
//#endregion
|
|
5510
|
-
//#region public methods / start if needs to be started
|
|
5511
|
-
async startDetachedIfNeedsToBeStarted(options) {
|
|
5512
5487
|
/* */
|
|
5513
5488
|
/* */
|
|
5514
5489
|
/* */
|
|
@@ -5528,11 +5503,75 @@ class BaseCliWorker {
|
|
|
5528
5503
|
return (void 0);
|
|
5529
5504
|
}
|
|
5530
5505
|
//#endregion
|
|
5531
|
-
//#
|
|
5532
|
-
|
|
5533
|
-
|
|
5534
|
-
|
|
5535
|
-
|
|
5506
|
+
//#endregion
|
|
5507
|
+
//#region protected
|
|
5508
|
+
//#region protected methods / get remote context
|
|
5509
|
+
async getRemoteContextFor(options) {
|
|
5510
|
+
options = options || {};
|
|
5511
|
+
options.methodOptions = BaseCliMethodOptions.from(options.methodOptions);
|
|
5512
|
+
const ipAddressOfTaonInstance = options.methodOptions.connectionOptions.ipAddressOfTaonInstance ||
|
|
5513
|
+
CoreModels.localhostDomain;
|
|
5514
|
+
// on localhost read data from processLocalInfoObj json
|
|
5515
|
+
let port = options.methodOptions.connectionOptions.port ||
|
|
5516
|
+
this.processLocalInfoObj.port;
|
|
5517
|
+
if (ipAddressOfTaonInstance === CoreModels.localhostDomain && !port) {
|
|
5518
|
+
if (this.workerIsStarting) {
|
|
5519
|
+
try {
|
|
5520
|
+
await this.waitForProcessPortSavedToDisk({
|
|
5521
|
+
methodOptions: options.methodOptions.clone(opt => {
|
|
5522
|
+
opt.calledFrom = `${opt.calledFrom}.getRemoteContextFor.localhost`;
|
|
5523
|
+
return opt;
|
|
5524
|
+
}),
|
|
5525
|
+
});
|
|
5526
|
+
}
|
|
5527
|
+
catch (error) {
|
|
5528
|
+
console.error(`[getRemoteContextFor] Error while waiting for process port saved to disk`);
|
|
5529
|
+
}
|
|
5530
|
+
}
|
|
5531
|
+
if (this.processLocalInfoPortNotInited) {
|
|
5532
|
+
throw new Error(`Can't connect to remote context on localhost - port is not defined.
|
|
5533
|
+
This can happen when the worker process is not started yet.
|
|
5534
|
+
`);
|
|
5535
|
+
}
|
|
5536
|
+
else {
|
|
5537
|
+
port = this.processLocalInfoObj.port;
|
|
5538
|
+
}
|
|
5539
|
+
}
|
|
5540
|
+
// this.workerRemoteContextFor[ipAddressOfTaonInstance] = remoteCtx;
|
|
5541
|
+
const useHttps = ipAddressOfTaonInstance !== CoreModels.localhostDomain &&
|
|
5542
|
+
ipAddressOfTaonInstance !== CoreModels.localhostIp127;
|
|
5543
|
+
const protocol = useHttps ? 'https' : 'http';
|
|
5544
|
+
const overrideRemoteHost = `${protocol}://${ipAddressOfTaonInstance}${port ? `:${port}` : ''}`;
|
|
5545
|
+
const remoteCtx = this.workerContextTemplate().cloneAsRemote({
|
|
5546
|
+
overrideRemoteHost,
|
|
5547
|
+
});
|
|
5548
|
+
// @LAST chache remote context per ipAddressOfTaonInstance
|
|
5549
|
+
const remoteEndpoitnContext = await remoteCtx.initialize();
|
|
5550
|
+
return remoteEndpoitnContext;
|
|
5551
|
+
}
|
|
5552
|
+
//#endregion
|
|
5553
|
+
//#region protected fields & getters / path to process local info
|
|
5554
|
+
get pathToProcessLocalInfoJson() {
|
|
5555
|
+
/* */
|
|
5556
|
+
/* */
|
|
5557
|
+
/* */
|
|
5558
|
+
return (void 0);
|
|
5559
|
+
}
|
|
5560
|
+
//#endregion
|
|
5561
|
+
//#region protected fields & getters / should wait for process port saved to disk
|
|
5562
|
+
get processLocalInfoPortNotInited() {
|
|
5563
|
+
return (!this.processLocalInfoObj.port ||
|
|
5564
|
+
isNaN(Number(this.processLocalInfoObj.port)));
|
|
5565
|
+
}
|
|
5566
|
+
//#endregion
|
|
5567
|
+
//#region protected fields & getters / worker is starting
|
|
5568
|
+
get workerIsStarting() {
|
|
5569
|
+
return !!this.processLocalInfoObj.startTimestamp;
|
|
5570
|
+
}
|
|
5571
|
+
//#endregion
|
|
5572
|
+
//#region protected methods / start if needs to be started
|
|
5573
|
+
async startDetachedIfNeedsToBeStarted(options) {
|
|
5574
|
+
/* */
|
|
5536
5575
|
/* */
|
|
5537
5576
|
/* */
|
|
5538
5577
|
/* */
|
|
@@ -5558,35 +5597,14 @@ class BaseCliWorker {
|
|
|
5558
5597
|
return (void 0);
|
|
5559
5598
|
}
|
|
5560
5599
|
//#endregion
|
|
5561
|
-
//#region
|
|
5562
|
-
/**
|
|
5563
|
-
* kill detached process and start again
|
|
5564
|
-
* @param options.detached - default true
|
|
5565
|
-
*/
|
|
5566
|
-
async restart(options) {
|
|
5567
|
-
options = options || {};
|
|
5568
|
-
options.detached = _.isUndefined(options.detached) ? true : false;
|
|
5569
|
-
await this.kill();
|
|
5570
|
-
//longer because os is disposing process previous process
|
|
5571
|
-
if (options.detached) {
|
|
5572
|
-
Helpers.info(`Restarting service "${this.serviceID}" in detached mode...`);
|
|
5573
|
-
await this.startDetached(options);
|
|
5574
|
-
}
|
|
5575
|
-
else {
|
|
5576
|
-
Helpers.info(`Restarting service "${this.serviceID}" in current process...`);
|
|
5577
|
-
await this.startNormallyInCurrentProcess();
|
|
5578
|
-
}
|
|
5579
|
-
}
|
|
5580
|
-
//#endregion
|
|
5581
|
-
//#region public methods / cli start
|
|
5600
|
+
//#region protected methods / start normally in current process
|
|
5582
5601
|
/**
|
|
5583
|
-
*
|
|
5584
|
-
*
|
|
5602
|
+
* <strong>IMPORTANT USE ONLY IN DEVELOPMENT !!!</strong>
|
|
5603
|
+
* for production use startDetachedIfNeedsToBeStarted()
|
|
5604
|
+
* start normally process
|
|
5605
|
+
* this will crash if process already started
|
|
5585
5606
|
*/
|
|
5586
|
-
async
|
|
5587
|
-
const detached = !!cliParams['detached'] || !!cliParams['detach'];
|
|
5588
|
-
/* */
|
|
5589
|
-
/* */
|
|
5607
|
+
async startNormallyInCurrentProcess(options) {
|
|
5590
5608
|
/* */
|
|
5591
5609
|
/* */
|
|
5592
5610
|
/* */
|
|
@@ -5605,11 +5623,6 @@ class BaseCliWorker {
|
|
|
5605
5623
|
/* */
|
|
5606
5624
|
/* */
|
|
5607
5625
|
/* */
|
|
5608
|
-
return (void 0);
|
|
5609
|
-
}
|
|
5610
|
-
//#endregion
|
|
5611
|
-
//#region prevent external config change
|
|
5612
|
-
preventExternalConfigChange() {
|
|
5613
5626
|
/* */
|
|
5614
5627
|
/* */
|
|
5615
5628
|
/* */
|
|
@@ -5624,11 +5637,6 @@ class BaseCliWorker {
|
|
|
5624
5637
|
/* */
|
|
5625
5638
|
/* */
|
|
5626
5639
|
/* */
|
|
5627
|
-
return (void 0);
|
|
5628
|
-
}
|
|
5629
|
-
//#endregion
|
|
5630
|
-
//#region prevent prevent start if already started
|
|
5631
|
-
async preventStartIfAlreadyStarted() {
|
|
5632
5640
|
/* */
|
|
5633
5641
|
/* */
|
|
5634
5642
|
/* */
|
|
@@ -5645,9 +5653,8 @@ class BaseCliWorker {
|
|
|
5645
5653
|
return (void 0);
|
|
5646
5654
|
}
|
|
5647
5655
|
//#endregion
|
|
5648
|
-
//#region
|
|
5649
|
-
|
|
5650
|
-
/* */
|
|
5656
|
+
//#region protected methods / prevent external config change
|
|
5657
|
+
preventExternalConfigChange() {
|
|
5651
5658
|
/* */
|
|
5652
5659
|
/* */
|
|
5653
5660
|
/* */
|
|
@@ -5662,6 +5669,11 @@ class BaseCliWorker {
|
|
|
5662
5669
|
/* */
|
|
5663
5670
|
/* */
|
|
5664
5671
|
/* */
|
|
5672
|
+
return (void 0);
|
|
5673
|
+
}
|
|
5674
|
+
//#endregion
|
|
5675
|
+
//#region protected methods / prevent prevent start if already started
|
|
5676
|
+
async preventStartIfAlreadyStarted(options) {
|
|
5665
5677
|
/* */
|
|
5666
5678
|
/* */
|
|
5667
5679
|
/* */
|
|
@@ -5684,13 +5696,8 @@ class BaseCliWorker {
|
|
|
5684
5696
|
return (void 0);
|
|
5685
5697
|
}
|
|
5686
5698
|
//#endregion
|
|
5687
|
-
//#region
|
|
5688
|
-
|
|
5689
|
-
* This has 2 purposes:
|
|
5690
|
-
* - infinite check when when detached process finished starting
|
|
5691
|
-
* - quick check if service is healthy / already started
|
|
5692
|
-
*/
|
|
5693
|
-
async isServiceHealthy(options) {
|
|
5699
|
+
//#region protected methods / prevent kill worker with lower version
|
|
5700
|
+
async killWorkerWithLowerVersion(options) {
|
|
5694
5701
|
/* */
|
|
5695
5702
|
/* */
|
|
5696
5703
|
/* */
|
|
@@ -5728,6 +5735,25 @@ class BaseCliWorker {
|
|
|
5728
5735
|
/* */
|
|
5729
5736
|
/* */
|
|
5730
5737
|
/* */
|
|
5738
|
+
/* */
|
|
5739
|
+
/* */
|
|
5740
|
+
/* */
|
|
5741
|
+
/* */
|
|
5742
|
+
/* */
|
|
5743
|
+
/* */
|
|
5744
|
+
/* */
|
|
5745
|
+
/* */
|
|
5746
|
+
/* */
|
|
5747
|
+
return (void 0);
|
|
5748
|
+
}
|
|
5749
|
+
//#endregion
|
|
5750
|
+
//#region protected methods / is service healthy
|
|
5751
|
+
/**
|
|
5752
|
+
* This has 2 purposes:
|
|
5753
|
+
* - infinite check when when detached process finished starting
|
|
5754
|
+
* - quick check if service is healthy / already started
|
|
5755
|
+
*/
|
|
5756
|
+
async isServiceHealthy(options) {
|
|
5731
5757
|
/* */
|
|
5732
5758
|
/* */
|
|
5733
5759
|
/* */
|
|
@@ -5789,14 +5815,6 @@ class BaseCliWorker {
|
|
|
5789
5815
|
/* */
|
|
5790
5816
|
/* */
|
|
5791
5817
|
/* */
|
|
5792
|
-
return (void 0);
|
|
5793
|
-
}
|
|
5794
|
-
//#endregion
|
|
5795
|
-
//#region start detached
|
|
5796
|
-
/**
|
|
5797
|
-
* start if not started detached process
|
|
5798
|
-
*/
|
|
5799
|
-
async startDetached(options) {
|
|
5800
5818
|
/* */
|
|
5801
5819
|
/* */
|
|
5802
5820
|
/* */
|
|
@@ -5829,11 +5847,6 @@ class BaseCliWorker {
|
|
|
5829
5847
|
/* */
|
|
5830
5848
|
/* */
|
|
5831
5849
|
/* */
|
|
5832
|
-
return (void 0);
|
|
5833
|
-
}
|
|
5834
|
-
//#endregion
|
|
5835
|
-
//#region save process info
|
|
5836
|
-
saveProcessInfo(processConfig) {
|
|
5837
5850
|
/* */
|
|
5838
5851
|
/* */
|
|
5839
5852
|
/* */
|
|
@@ -5852,8 +5865,19 @@ class BaseCliWorker {
|
|
|
5852
5865
|
return (void 0);
|
|
5853
5866
|
}
|
|
5854
5867
|
//#endregion
|
|
5855
|
-
//#region
|
|
5856
|
-
|
|
5868
|
+
//#region protected methods / start detached
|
|
5869
|
+
/**
|
|
5870
|
+
* start if not started detached process
|
|
5871
|
+
*/
|
|
5872
|
+
async startDetached(options) {
|
|
5873
|
+
/* */
|
|
5874
|
+
/* */
|
|
5875
|
+
/* */
|
|
5876
|
+
/* */
|
|
5877
|
+
/* */
|
|
5878
|
+
/* */
|
|
5879
|
+
/* */
|
|
5880
|
+
/* */
|
|
5857
5881
|
/* */
|
|
5858
5882
|
/* */
|
|
5859
5883
|
/* */
|
|
@@ -5890,8 +5914,32 @@ class BaseCliWorker {
|
|
|
5890
5914
|
return (void 0);
|
|
5891
5915
|
}
|
|
5892
5916
|
//#endregion
|
|
5893
|
-
//#region
|
|
5894
|
-
|
|
5917
|
+
//#region protected methods / save process info
|
|
5918
|
+
saveProcessInfo(processConfig) {
|
|
5919
|
+
/* */
|
|
5920
|
+
/* */
|
|
5921
|
+
/* */
|
|
5922
|
+
/* */
|
|
5923
|
+
/* */
|
|
5924
|
+
/* */
|
|
5925
|
+
/* */
|
|
5926
|
+
/* */
|
|
5927
|
+
/* */
|
|
5928
|
+
/* */
|
|
5929
|
+
/* */
|
|
5930
|
+
/* */
|
|
5931
|
+
/* */
|
|
5932
|
+
/* */
|
|
5933
|
+
/* */
|
|
5934
|
+
return (void 0);
|
|
5935
|
+
}
|
|
5936
|
+
//#endregion
|
|
5937
|
+
//#region protected methods / initialize worker
|
|
5938
|
+
async initializeWorkerMetadata(options) {
|
|
5939
|
+
/* */
|
|
5940
|
+
/* */
|
|
5941
|
+
/* */
|
|
5942
|
+
/* */
|
|
5895
5943
|
/* */
|
|
5896
5944
|
/* */
|
|
5897
5945
|
/* */
|
|
@@ -5928,8 +5976,22 @@ class BaseCliWorker {
|
|
|
5928
5976
|
return (void 0);
|
|
5929
5977
|
}
|
|
5930
5978
|
//#endregion
|
|
5931
|
-
//#region
|
|
5932
|
-
async
|
|
5979
|
+
//#region protected methods / wait for process port saved to disk
|
|
5980
|
+
async waitForProcessPortSavedToDisk(options) {
|
|
5981
|
+
/* */
|
|
5982
|
+
/* */
|
|
5983
|
+
/* */
|
|
5984
|
+
/* */
|
|
5985
|
+
/* */
|
|
5986
|
+
/* */
|
|
5987
|
+
/* */
|
|
5988
|
+
/* */
|
|
5989
|
+
/* */
|
|
5990
|
+
/* */
|
|
5991
|
+
/* */
|
|
5992
|
+
/* */
|
|
5993
|
+
/* */
|
|
5994
|
+
/* */
|
|
5933
5995
|
/* */
|
|
5934
5996
|
/* */
|
|
5935
5997
|
/* */
|
|
@@ -5937,6 +5999,24 @@ class BaseCliWorker {
|
|
|
5937
5999
|
/* */
|
|
5938
6000
|
/* */
|
|
5939
6001
|
/* */
|
|
6002
|
+
/* */
|
|
6003
|
+
/* */
|
|
6004
|
+
/* */
|
|
6005
|
+
/* */
|
|
6006
|
+
/* */
|
|
6007
|
+
/* */
|
|
6008
|
+
/* */
|
|
6009
|
+
/* */
|
|
6010
|
+
/* */
|
|
6011
|
+
/* */
|
|
6012
|
+
/* */
|
|
6013
|
+
/* */
|
|
6014
|
+
/* */
|
|
6015
|
+
return (void 0);
|
|
6016
|
+
}
|
|
6017
|
+
//#endregion
|
|
6018
|
+
//#region protected methods / get free port
|
|
6019
|
+
async getServicePort() {
|
|
5940
6020
|
/* */
|
|
5941
6021
|
/* */
|
|
5942
6022
|
/* */
|
|
@@ -6011,8 +6091,7 @@ class BaseCliWorkerConfig {
|
|
|
6011
6091
|
}
|
|
6012
6092
|
//#endregion
|
|
6013
6093
|
|
|
6014
|
-
let BaseCliWorkerController = class BaseCliWorkerController extends Taon.Base
|
|
6015
|
-
.Controller {
|
|
6094
|
+
let BaseCliWorkerController = class BaseCliWorkerController extends Taon.Base.Controller {
|
|
6016
6095
|
constructor() {
|
|
6017
6096
|
super(...arguments);
|
|
6018
6097
|
/**
|
|
@@ -6033,7 +6112,20 @@ let BaseCliWorkerController = class BaseCliWorkerController extends Taon.Base
|
|
|
6033
6112
|
}
|
|
6034
6113
|
//#endregion
|
|
6035
6114
|
//#region api methods / kill
|
|
6036
|
-
baseCLiWorkerCommand_kill() {
|
|
6115
|
+
baseCLiWorkerCommand_kill(dontRemoveConfigFile) {
|
|
6116
|
+
/* */
|
|
6117
|
+
/* */
|
|
6118
|
+
/* */
|
|
6119
|
+
/* */
|
|
6120
|
+
/* */
|
|
6121
|
+
/* */
|
|
6122
|
+
/* */
|
|
6123
|
+
/* */
|
|
6124
|
+
/* */
|
|
6125
|
+
/* */
|
|
6126
|
+
/* */
|
|
6127
|
+
/* */
|
|
6128
|
+
/* */
|
|
6037
6129
|
/* */
|
|
6038
6130
|
/* */
|
|
6039
6131
|
/* */
|
|
@@ -6057,6 +6149,10 @@ let BaseCliWorkerController = class BaseCliWorkerController extends Taon.Base
|
|
|
6057
6149
|
/* */
|
|
6058
6150
|
/* */
|
|
6059
6151
|
/* */
|
|
6152
|
+
/* */
|
|
6153
|
+
/* */
|
|
6154
|
+
/* */
|
|
6155
|
+
/* */
|
|
6060
6156
|
return (void 0);
|
|
6061
6157
|
}
|
|
6062
6158
|
//#endregion
|
|
@@ -6108,15 +6204,15 @@ __decorate([
|
|
|
6108
6204
|
], BaseCliWorkerController.prototype, "baseCLiWorkerCommand_initializeMetadata", null);
|
|
6109
6205
|
__decorate([
|
|
6110
6206
|
Taon.Http.GET(),
|
|
6207
|
+
__param(0, Taon.Http.Param.Query('dontRemoveConfigFile')),
|
|
6111
6208
|
__metadata("design:type", Function),
|
|
6112
|
-
__metadata("design:paramtypes", []),
|
|
6209
|
+
__metadata("design:paramtypes", [Boolean]),
|
|
6113
6210
|
__metadata("design:returntype", Object)
|
|
6114
6211
|
], BaseCliWorkerController.prototype, "baseCLiWorkerCommand_kill", null);
|
|
6115
6212
|
__decorate([
|
|
6116
|
-
Taon.Http.
|
|
6213
|
+
Taon.Http.HTML({
|
|
6117
6214
|
pathIsGlobal: true,
|
|
6118
|
-
|
|
6119
|
-
// overridResponseType: 'text',
|
|
6215
|
+
path: '/info',
|
|
6120
6216
|
}),
|
|
6121
6217
|
__metadata("design:type", Function),
|
|
6122
6218
|
__metadata("design:paramtypes", []),
|
|
@@ -6670,6 +6766,9 @@ class TcpUdpPortsTerminalUI extends BaseCliWorkerTerminalUI {
|
|
|
6670
6766
|
/* */
|
|
6671
6767
|
/* */
|
|
6672
6768
|
/* */
|
|
6769
|
+
/* */
|
|
6770
|
+
/* */
|
|
6771
|
+
/* */
|
|
6673
6772
|
return (void 0);
|
|
6674
6773
|
}
|
|
6675
6774
|
//#endregion
|
|
@@ -6723,6 +6822,8 @@ class TcpUdpPortsTerminalUI extends BaseCliWorkerTerminalUI {
|
|
|
6723
6822
|
/* */
|
|
6724
6823
|
/* */
|
|
6725
6824
|
/* */
|
|
6825
|
+
/* */
|
|
6826
|
+
/* */
|
|
6726
6827
|
return (void 0);
|
|
6727
6828
|
}
|
|
6728
6829
|
//#endregion
|
|
@@ -6768,6 +6869,10 @@ class TcpUdpPortsTerminalUI extends BaseCliWorkerTerminalUI {
|
|
|
6768
6869
|
/* */
|
|
6769
6870
|
/* */
|
|
6770
6871
|
/* */
|
|
6872
|
+
/* */
|
|
6873
|
+
/* */
|
|
6874
|
+
/* */
|
|
6875
|
+
/* */
|
|
6771
6876
|
return (void 0);
|
|
6772
6877
|
}
|
|
6773
6878
|
//#endregion
|
|
@@ -6840,6 +6945,8 @@ class TcpUdpPortsTerminalUI extends BaseCliWorkerTerminalUI {
|
|
|
6840
6945
|
/* */
|
|
6841
6946
|
/* */
|
|
6842
6947
|
/* */
|
|
6948
|
+
/* */
|
|
6949
|
+
/* */
|
|
6843
6950
|
return (void 0);
|
|
6844
6951
|
}
|
|
6845
6952
|
//#endregion
|
|
@@ -6882,6 +6989,8 @@ class TcpUdpPortsTerminalUI extends BaseCliWorkerTerminalUI {
|
|
|
6882
6989
|
/* */
|
|
6883
6990
|
/* */
|
|
6884
6991
|
/* */
|
|
6992
|
+
/* */
|
|
6993
|
+
/* */
|
|
6885
6994
|
return (void 0);
|
|
6886
6995
|
}
|
|
6887
6996
|
}
|
|
@@ -6916,7 +7025,7 @@ const PROJECT_NPM_NAME = 'tnp-helpers';
|
|
|
6916
7025
|
/**
|
|
6917
7026
|
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
6918
7027
|
*/
|
|
6919
|
-
const CURRENT_PACKAGE_VERSION = '19.0.
|
|
7028
|
+
const CURRENT_PACKAGE_VERSION = '19.0.66';
|
|
6920
7029
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
6921
7030
|
|
|
6922
7031
|
//#endregion
|
|
@@ -6942,7 +7051,8 @@ class BaseProjectResolver {
|
|
|
6942
7051
|
// if (!this.cliToolName) {
|
|
6943
7052
|
// Helpers.throw(`cliToolName is not provided`);
|
|
6944
7053
|
// }
|
|
6945
|
-
this.portsWorker = new PortsWorker('ports-worker',
|
|
7054
|
+
this.portsWorker = new PortsWorker('ports-worker', // BaseGlobalCommandLine.prototype.startCliServicePortsWorker
|
|
7055
|
+
`${this.cliToolName} startCliServicePortsWorker --skipCoreCheck`, CURRENT_PACKAGE_VERSION);
|
|
6946
7056
|
}
|
|
6947
7057
|
//#endregion
|
|
6948
7058
|
//#region fields & getters / allowed types
|
|
@@ -7930,7 +8040,9 @@ class BaseProject {
|
|
|
7930
8040
|
}
|
|
7931
8041
|
//#endregion
|
|
7932
8042
|
//#region methods & getters / register and assign port
|
|
7933
|
-
async registerAndAssignPort(taskName, options) {
|
|
8043
|
+
async registerAndAssignPort(taskName, options = {}) {
|
|
8044
|
+
/* */
|
|
8045
|
+
/* */
|
|
7934
8046
|
/* */
|
|
7935
8047
|
/* */
|
|
7936
8048
|
/* */
|
|
@@ -9550,7 +9662,6 @@ class BasePackageJson extends BaseJsonFileReader {
|
|
|
9550
9662
|
}
|
|
9551
9663
|
}
|
|
9552
9664
|
|
|
9553
|
-
//#region imports
|
|
9554
9665
|
class BaseNodeModules {
|
|
9555
9666
|
//#region constructor
|
|
9556
9667
|
constructor(
|
|
@@ -9897,8 +10008,14 @@ class BaseNodeModules {
|
|
|
9897
10008
|
return (void 0);
|
|
9898
10009
|
}
|
|
9899
10010
|
//#endregion
|
|
9900
|
-
//#region
|
|
9901
|
-
|
|
10011
|
+
//#region find package dirs
|
|
10012
|
+
/**
|
|
10013
|
+
*
|
|
10014
|
+
* @param rootDir
|
|
10015
|
+
* @param packageName
|
|
10016
|
+
* @returns absolute paths to package dirs
|
|
10017
|
+
*/
|
|
10018
|
+
findPackageDirs(rootDir, packageName, options = {}) {
|
|
9902
10019
|
/* */
|
|
9903
10020
|
/* */
|
|
9904
10021
|
/* */
|
|
@@ -9943,6 +10060,16 @@ class BaseNodeModules {
|
|
|
9943
10060
|
/* */
|
|
9944
10061
|
/* */
|
|
9945
10062
|
/* */
|
|
10063
|
+
/* */
|
|
10064
|
+
/* */
|
|
10065
|
+
/* */
|
|
10066
|
+
/* */
|
|
10067
|
+
/* */
|
|
10068
|
+
return (void 0);
|
|
10069
|
+
}
|
|
10070
|
+
//#endregion
|
|
10071
|
+
//#region dedupe packages action
|
|
10072
|
+
dedupePackages(packagesConfig, countOnly = false, fake = false) {
|
|
9946
10073
|
/* */
|
|
9947
10074
|
/* */
|
|
9948
10075
|
/* */
|
|
@@ -11705,6 +11832,11 @@ class BaseGit extends BaseFeatureForProject {
|
|
|
11705
11832
|
await this.project.linkedProjects.cloneNonexistedLinkedProjects(setOrigin);
|
|
11706
11833
|
}
|
|
11707
11834
|
}
|
|
11835
|
+
async backupBranch(branchName) {
|
|
11836
|
+
/* */
|
|
11837
|
+
/* */
|
|
11838
|
+
return (void 0);
|
|
11839
|
+
}
|
|
11708
11840
|
//#region methods & getters / push process
|
|
11709
11841
|
async pushProcess(options = {}) {
|
|
11710
11842
|
/* */
|
|
@@ -12092,6 +12224,8 @@ class BaseGit extends BaseFeatureForProject {
|
|
|
12092
12224
|
/* */
|
|
12093
12225
|
/* */
|
|
12094
12226
|
/* */
|
|
12227
|
+
/* */
|
|
12228
|
+
/* */
|
|
12095
12229
|
return (void 0);
|
|
12096
12230
|
}
|
|
12097
12231
|
//#endregion
|
|
@@ -13692,7 +13826,8 @@ class BaseReleaseProcess extends BaseFeatureForProject {
|
|
|
13692
13826
|
}
|
|
13693
13827
|
//#endregion
|
|
13694
13828
|
//#region methods & getters / select release type
|
|
13695
|
-
async selectReleaseType(versionToUseResolveFn) {
|
|
13829
|
+
async selectReleaseType(versionToUseResolveFn, options) {
|
|
13830
|
+
/* */
|
|
13696
13831
|
/* */
|
|
13697
13832
|
/* */
|
|
13698
13833
|
/* */
|
|
@@ -14974,10 +15109,2666 @@ class BaseFileFoldersOperations extends BaseFeatureForProject {
|
|
|
14974
15109
|
}
|
|
14975
15110
|
}
|
|
14976
15111
|
|
|
15112
|
+
//#region imports
|
|
14977
15113
|
/* */
|
|
14978
|
-
|
|
14979
|
-
|
|
14980
|
-
|
|
15114
|
+
//#endregion
|
|
15115
|
+
class BaseGlobalCommandLine extends BaseCommandLineFeature {
|
|
15116
|
+
_() {
|
|
15117
|
+
Helpers.error('Please select git command');
|
|
15118
|
+
}
|
|
15119
|
+
//#region commands / prevent cwd is not project
|
|
15120
|
+
/**
|
|
15121
|
+
* TODO return argument not need for now
|
|
15122
|
+
*/
|
|
15123
|
+
async cwdIsProject(options) {
|
|
15124
|
+
/* */
|
|
15125
|
+
/* */
|
|
15126
|
+
/* */
|
|
15127
|
+
/* */
|
|
15128
|
+
/* */
|
|
15129
|
+
/* */
|
|
15130
|
+
/* */
|
|
15131
|
+
/* */
|
|
15132
|
+
/* */
|
|
15133
|
+
/* */
|
|
15134
|
+
/* */
|
|
15135
|
+
/* */
|
|
15136
|
+
/* */
|
|
15137
|
+
/* */
|
|
15138
|
+
/* */
|
|
15139
|
+
/* */
|
|
15140
|
+
/* */
|
|
15141
|
+
/* */
|
|
15142
|
+
/* */
|
|
15143
|
+
/* */
|
|
15144
|
+
/* */
|
|
15145
|
+
/* */
|
|
15146
|
+
/* */
|
|
15147
|
+
/* */
|
|
15148
|
+
/* */
|
|
15149
|
+
/* */
|
|
15150
|
+
/* */
|
|
15151
|
+
/* */
|
|
15152
|
+
/* */
|
|
15153
|
+
/* */
|
|
15154
|
+
/* */
|
|
15155
|
+
/* */
|
|
15156
|
+
/* */
|
|
15157
|
+
/* */
|
|
15158
|
+
/* */
|
|
15159
|
+
/* */
|
|
15160
|
+
/* */
|
|
15161
|
+
/* */
|
|
15162
|
+
/* */
|
|
15163
|
+
/* */
|
|
15164
|
+
/* */
|
|
15165
|
+
/* */
|
|
15166
|
+
return (void 0);
|
|
15167
|
+
}
|
|
15168
|
+
//#endregion
|
|
15169
|
+
//#region commands / hosts
|
|
15170
|
+
hosts() {
|
|
15171
|
+
/* */
|
|
15172
|
+
/* */
|
|
15173
|
+
/* */
|
|
15174
|
+
/* */
|
|
15175
|
+
/* */
|
|
15176
|
+
return (void 0);
|
|
15177
|
+
}
|
|
15178
|
+
//#endregion
|
|
15179
|
+
//#region commands / count commits
|
|
15180
|
+
countCommits() {
|
|
15181
|
+
/* */
|
|
15182
|
+
/* */
|
|
15183
|
+
/* */
|
|
15184
|
+
return (void 0);
|
|
15185
|
+
}
|
|
15186
|
+
//#endregion
|
|
15187
|
+
//#region commands / remove submodules
|
|
15188
|
+
removeSubmodules() {
|
|
15189
|
+
/* */
|
|
15190
|
+
/* */
|
|
15191
|
+
/* */
|
|
15192
|
+
/* */
|
|
15193
|
+
/* */
|
|
15194
|
+
/* */
|
|
15195
|
+
/* */
|
|
15196
|
+
/* */
|
|
15197
|
+
/* */
|
|
15198
|
+
/* */
|
|
15199
|
+
/* */
|
|
15200
|
+
/* */
|
|
15201
|
+
/* */
|
|
15202
|
+
return (void 0);
|
|
15203
|
+
}
|
|
15204
|
+
removeSubmodule() {
|
|
15205
|
+
/* */
|
|
15206
|
+
/* */
|
|
15207
|
+
/* */
|
|
15208
|
+
/* */
|
|
15209
|
+
/* */
|
|
15210
|
+
/* */
|
|
15211
|
+
/* */
|
|
15212
|
+
/* */
|
|
15213
|
+
/* */
|
|
15214
|
+
/* */
|
|
15215
|
+
/* */
|
|
15216
|
+
return (void 0);
|
|
15217
|
+
}
|
|
15218
|
+
//#endregion
|
|
15219
|
+
//#region commands / set editor
|
|
15220
|
+
async setEditor() {
|
|
15221
|
+
/* */
|
|
15222
|
+
/* */
|
|
15223
|
+
/* */
|
|
15224
|
+
return (void 0);
|
|
15225
|
+
}
|
|
15226
|
+
//#endregion
|
|
15227
|
+
//#region commands / api update
|
|
15228
|
+
async upapi() {
|
|
15229
|
+
/* */
|
|
15230
|
+
/* */
|
|
15231
|
+
return (void 0);
|
|
15232
|
+
}
|
|
15233
|
+
async apiup() {
|
|
15234
|
+
/* */
|
|
15235
|
+
/* */
|
|
15236
|
+
return (void 0);
|
|
15237
|
+
}
|
|
15238
|
+
async apiUpdate() {
|
|
15239
|
+
/* */
|
|
15240
|
+
/* */
|
|
15241
|
+
/* */
|
|
15242
|
+
/* */
|
|
15243
|
+
/* */
|
|
15244
|
+
/* */
|
|
15245
|
+
/* */
|
|
15246
|
+
/* */
|
|
15247
|
+
/* */
|
|
15248
|
+
/* */
|
|
15249
|
+
/* */
|
|
15250
|
+
/* */
|
|
15251
|
+
/* */
|
|
15252
|
+
/* */
|
|
15253
|
+
/* */
|
|
15254
|
+
/* */
|
|
15255
|
+
return (void 0);
|
|
15256
|
+
}
|
|
15257
|
+
//#endregion
|
|
15258
|
+
//#region commands / chore update
|
|
15259
|
+
async cu() {
|
|
15260
|
+
/* */
|
|
15261
|
+
/* */
|
|
15262
|
+
return (void 0);
|
|
15263
|
+
}
|
|
15264
|
+
async choreUpdate() {
|
|
15265
|
+
/* */
|
|
15266
|
+
/* */
|
|
15267
|
+
return (void 0);
|
|
15268
|
+
}
|
|
15269
|
+
//#endregion
|
|
15270
|
+
//#region commands / color vscode
|
|
15271
|
+
colorvscode() {
|
|
15272
|
+
/* */
|
|
15273
|
+
/* */
|
|
15274
|
+
return (void 0);
|
|
15275
|
+
}
|
|
15276
|
+
//#endregion
|
|
15277
|
+
//#region commands / settings vscode
|
|
15278
|
+
/**
|
|
15279
|
+
* Generate or update .vscode/settings.json file color settings
|
|
15280
|
+
*/
|
|
15281
|
+
settingsVscode() {
|
|
15282
|
+
/* */
|
|
15283
|
+
/* */
|
|
15284
|
+
return (void 0);
|
|
15285
|
+
}
|
|
15286
|
+
refreshVscodeColors() {
|
|
15287
|
+
/* */
|
|
15288
|
+
/* */
|
|
15289
|
+
/* */
|
|
15290
|
+
return (void 0);
|
|
15291
|
+
}
|
|
15292
|
+
_regenerateVscodeSettingsColors(overideBottomColor) {
|
|
15293
|
+
/* */
|
|
15294
|
+
/* */
|
|
15295
|
+
return (void 0);
|
|
15296
|
+
}
|
|
15297
|
+
//#endregion
|
|
15298
|
+
//#region commands / quick git update
|
|
15299
|
+
/**
|
|
15300
|
+
* quick git update push
|
|
15301
|
+
*/
|
|
15302
|
+
async update() {
|
|
15303
|
+
/* */
|
|
15304
|
+
/* */
|
|
15305
|
+
/* */
|
|
15306
|
+
/* */
|
|
15307
|
+
/* */
|
|
15308
|
+
/* */
|
|
15309
|
+
/* */
|
|
15310
|
+
/* */
|
|
15311
|
+
/* */
|
|
15312
|
+
/* */
|
|
15313
|
+
/* */
|
|
15314
|
+
/* */
|
|
15315
|
+
/* */
|
|
15316
|
+
/* */
|
|
15317
|
+
/* */
|
|
15318
|
+
/* */
|
|
15319
|
+
return (void 0);
|
|
15320
|
+
}
|
|
15321
|
+
async updateProject(project, force = false) {
|
|
15322
|
+
/* */
|
|
15323
|
+
/* */
|
|
15324
|
+
/* */
|
|
15325
|
+
/* */
|
|
15326
|
+
/* */
|
|
15327
|
+
/* */
|
|
15328
|
+
/* */
|
|
15329
|
+
/* */
|
|
15330
|
+
/* */
|
|
15331
|
+
/* */
|
|
15332
|
+
/* */
|
|
15333
|
+
/* */
|
|
15334
|
+
/* */
|
|
15335
|
+
/* */
|
|
15336
|
+
/* */
|
|
15337
|
+
/* */
|
|
15338
|
+
/* */
|
|
15339
|
+
/* */
|
|
15340
|
+
/* */
|
|
15341
|
+
/* */
|
|
15342
|
+
/* */
|
|
15343
|
+
/* */
|
|
15344
|
+
return (void 0);
|
|
15345
|
+
}
|
|
15346
|
+
async deepUp(noExit = false) {
|
|
15347
|
+
/* */
|
|
15348
|
+
/* */
|
|
15349
|
+
return (void 0);
|
|
15350
|
+
}
|
|
15351
|
+
async deepUpForce(noExit = false) {
|
|
15352
|
+
/* */
|
|
15353
|
+
/* */
|
|
15354
|
+
return (void 0);
|
|
15355
|
+
}
|
|
15356
|
+
async deepUpdateForce(noExit = false) {
|
|
15357
|
+
/* */
|
|
15358
|
+
/* */
|
|
15359
|
+
/* */
|
|
15360
|
+
/* */
|
|
15361
|
+
/* */
|
|
15362
|
+
/* */
|
|
15363
|
+
/* */
|
|
15364
|
+
/* */
|
|
15365
|
+
/* */
|
|
15366
|
+
/* */
|
|
15367
|
+
/* */
|
|
15368
|
+
/* */
|
|
15369
|
+
return (void 0);
|
|
15370
|
+
}
|
|
15371
|
+
async deepUpdate(noExit = false) {
|
|
15372
|
+
/* */
|
|
15373
|
+
/* */
|
|
15374
|
+
/* */
|
|
15375
|
+
/* */
|
|
15376
|
+
/* */
|
|
15377
|
+
/* */
|
|
15378
|
+
/* */
|
|
15379
|
+
/* */
|
|
15380
|
+
/* */
|
|
15381
|
+
/* */
|
|
15382
|
+
return (void 0);
|
|
15383
|
+
}
|
|
15384
|
+
/**
|
|
15385
|
+
* Push update
|
|
15386
|
+
*/
|
|
15387
|
+
async up() {
|
|
15388
|
+
/* */
|
|
15389
|
+
/* */
|
|
15390
|
+
return (void 0);
|
|
15391
|
+
}
|
|
15392
|
+
/**
|
|
15393
|
+
* Push update
|
|
15394
|
+
*/
|
|
15395
|
+
async pu() {
|
|
15396
|
+
/* */
|
|
15397
|
+
/* */
|
|
15398
|
+
return (void 0);
|
|
15399
|
+
}
|
|
15400
|
+
//#endregion
|
|
15401
|
+
//#region commands / develop
|
|
15402
|
+
async develop() {
|
|
15403
|
+
/* */
|
|
15404
|
+
/* */
|
|
15405
|
+
/* */
|
|
15406
|
+
/* */
|
|
15407
|
+
/* */
|
|
15408
|
+
/* */
|
|
15409
|
+
/* */
|
|
15410
|
+
/* */
|
|
15411
|
+
/* */
|
|
15412
|
+
/* */
|
|
15413
|
+
/* */
|
|
15414
|
+
/* */
|
|
15415
|
+
/* */
|
|
15416
|
+
/* */
|
|
15417
|
+
/* */
|
|
15418
|
+
/* */
|
|
15419
|
+
/* */
|
|
15420
|
+
/* */
|
|
15421
|
+
/* */
|
|
15422
|
+
/* */
|
|
15423
|
+
/* */
|
|
15424
|
+
/* */
|
|
15425
|
+
/* */
|
|
15426
|
+
/* */
|
|
15427
|
+
/* */
|
|
15428
|
+
/* */
|
|
15429
|
+
/* */
|
|
15430
|
+
/* */
|
|
15431
|
+
/* */
|
|
15432
|
+
/* */
|
|
15433
|
+
/* */
|
|
15434
|
+
/* */
|
|
15435
|
+
/* */
|
|
15436
|
+
/* */
|
|
15437
|
+
/* */
|
|
15438
|
+
/* */
|
|
15439
|
+
/* */
|
|
15440
|
+
/* */
|
|
15441
|
+
/* */
|
|
15442
|
+
/* */
|
|
15443
|
+
/* */
|
|
15444
|
+
/* */
|
|
15445
|
+
/* */
|
|
15446
|
+
/* */
|
|
15447
|
+
/* */
|
|
15448
|
+
/* */
|
|
15449
|
+
/* */
|
|
15450
|
+
/* */
|
|
15451
|
+
/* */
|
|
15452
|
+
/* */
|
|
15453
|
+
/* */
|
|
15454
|
+
/* */
|
|
15455
|
+
/* */
|
|
15456
|
+
/* */
|
|
15457
|
+
/* */
|
|
15458
|
+
/* */
|
|
15459
|
+
/* */
|
|
15460
|
+
/* */
|
|
15461
|
+
/* */
|
|
15462
|
+
/* */
|
|
15463
|
+
/* */
|
|
15464
|
+
/* */
|
|
15465
|
+
/* */
|
|
15466
|
+
/* */
|
|
15467
|
+
/* */
|
|
15468
|
+
/* */
|
|
15469
|
+
/* */
|
|
15470
|
+
/* */
|
|
15471
|
+
/* */
|
|
15472
|
+
/* */
|
|
15473
|
+
/* */
|
|
15474
|
+
/* */
|
|
15475
|
+
/* */
|
|
15476
|
+
/* */
|
|
15477
|
+
/* */
|
|
15478
|
+
/* */
|
|
15479
|
+
/* */
|
|
15480
|
+
/* */
|
|
15481
|
+
return (void 0);
|
|
15482
|
+
}
|
|
15483
|
+
async dev() {
|
|
15484
|
+
/* */
|
|
15485
|
+
/* */
|
|
15486
|
+
return (void 0);
|
|
15487
|
+
}
|
|
15488
|
+
//#endregion
|
|
15489
|
+
//#region commands / repulll
|
|
15490
|
+
async repul() {
|
|
15491
|
+
/* */
|
|
15492
|
+
/* */
|
|
15493
|
+
return (void 0);
|
|
15494
|
+
}
|
|
15495
|
+
async repull() {
|
|
15496
|
+
/* */
|
|
15497
|
+
/* */
|
|
15498
|
+
/* */
|
|
15499
|
+
/* */
|
|
15500
|
+
/* */
|
|
15501
|
+
/* */
|
|
15502
|
+
return (void 0);
|
|
15503
|
+
}
|
|
15504
|
+
//#endregion
|
|
15505
|
+
//#region commands / pull
|
|
15506
|
+
async pul() {
|
|
15507
|
+
/* */
|
|
15508
|
+
/* */
|
|
15509
|
+
return (void 0);
|
|
15510
|
+
}
|
|
15511
|
+
async pull() {
|
|
15512
|
+
/* */
|
|
15513
|
+
/* */
|
|
15514
|
+
/* */
|
|
15515
|
+
/* */
|
|
15516
|
+
/* */
|
|
15517
|
+
/* */
|
|
15518
|
+
/* */
|
|
15519
|
+
/* */
|
|
15520
|
+
return (void 0);
|
|
15521
|
+
}
|
|
15522
|
+
//#endregion
|
|
15523
|
+
//#region commands / pull all
|
|
15524
|
+
async pullAll() {
|
|
15525
|
+
/* */
|
|
15526
|
+
/* */
|
|
15527
|
+
/* */
|
|
15528
|
+
/* */
|
|
15529
|
+
/* */
|
|
15530
|
+
/* */
|
|
15531
|
+
/* */
|
|
15532
|
+
/* */
|
|
15533
|
+
return (void 0);
|
|
15534
|
+
}
|
|
15535
|
+
//#endregion
|
|
15536
|
+
//#region commands / push and pull
|
|
15537
|
+
async pp() {
|
|
15538
|
+
/* */
|
|
15539
|
+
/* */
|
|
15540
|
+
/* */
|
|
15541
|
+
/* */
|
|
15542
|
+
/* */
|
|
15543
|
+
/* */
|
|
15544
|
+
/* */
|
|
15545
|
+
/* */
|
|
15546
|
+
/* */
|
|
15547
|
+
return (void 0);
|
|
15548
|
+
}
|
|
15549
|
+
//#endregion
|
|
15550
|
+
//#region commands / reset
|
|
15551
|
+
__resetInfo(branchToReset, withChildren) {
|
|
15552
|
+
/* */
|
|
15553
|
+
/* */
|
|
15554
|
+
/* */
|
|
15555
|
+
/* */
|
|
15556
|
+
/* */
|
|
15557
|
+
/* */
|
|
15558
|
+
/* */
|
|
15559
|
+
/* */
|
|
15560
|
+
/* */
|
|
15561
|
+
/* */
|
|
15562
|
+
/* */
|
|
15563
|
+
/* */
|
|
15564
|
+
/* */
|
|
15565
|
+
/* */
|
|
15566
|
+
/* */
|
|
15567
|
+
/* */
|
|
15568
|
+
/* */
|
|
15569
|
+
/* */
|
|
15570
|
+
/* */
|
|
15571
|
+
return (void 0);
|
|
15572
|
+
}
|
|
15573
|
+
async fetch() {
|
|
15574
|
+
/* */
|
|
15575
|
+
/* */
|
|
15576
|
+
/* */
|
|
15577
|
+
/* */
|
|
15578
|
+
/* */
|
|
15579
|
+
return (void 0);
|
|
15580
|
+
}
|
|
15581
|
+
async reset() {
|
|
15582
|
+
/* */
|
|
15583
|
+
/* */
|
|
15584
|
+
/* */
|
|
15585
|
+
/* */
|
|
15586
|
+
/* */
|
|
15587
|
+
/* */
|
|
15588
|
+
/* */
|
|
15589
|
+
/* */
|
|
15590
|
+
/* */
|
|
15591
|
+
/* */
|
|
15592
|
+
/* */
|
|
15593
|
+
/* */
|
|
15594
|
+
/* */
|
|
15595
|
+
/* */
|
|
15596
|
+
/* */
|
|
15597
|
+
/* */
|
|
15598
|
+
/* */
|
|
15599
|
+
/* */
|
|
15600
|
+
/* */
|
|
15601
|
+
/* */
|
|
15602
|
+
/* */
|
|
15603
|
+
/* */
|
|
15604
|
+
/* */
|
|
15605
|
+
/* */
|
|
15606
|
+
/* */
|
|
15607
|
+
/* */
|
|
15608
|
+
/* */
|
|
15609
|
+
/* */
|
|
15610
|
+
/* */
|
|
15611
|
+
/* */
|
|
15612
|
+
/* */
|
|
15613
|
+
/* */
|
|
15614
|
+
/* */
|
|
15615
|
+
/* */
|
|
15616
|
+
/* */
|
|
15617
|
+
/* */
|
|
15618
|
+
/* */
|
|
15619
|
+
/* */
|
|
15620
|
+
/* */
|
|
15621
|
+
/* */
|
|
15622
|
+
/* */
|
|
15623
|
+
/* */
|
|
15624
|
+
/* */
|
|
15625
|
+
/* */
|
|
15626
|
+
/* */
|
|
15627
|
+
/* */
|
|
15628
|
+
/* */
|
|
15629
|
+
/* */
|
|
15630
|
+
/* */
|
|
15631
|
+
/* */
|
|
15632
|
+
/* */
|
|
15633
|
+
/* */
|
|
15634
|
+
/* */
|
|
15635
|
+
/* */
|
|
15636
|
+
/* */
|
|
15637
|
+
/* */
|
|
15638
|
+
/* */
|
|
15639
|
+
/* */
|
|
15640
|
+
/* */
|
|
15641
|
+
/* */
|
|
15642
|
+
/* */
|
|
15643
|
+
/* */
|
|
15644
|
+
/* */
|
|
15645
|
+
/* */
|
|
15646
|
+
/* */
|
|
15647
|
+
/* */
|
|
15648
|
+
/* */
|
|
15649
|
+
/* */
|
|
15650
|
+
/* */
|
|
15651
|
+
/* */
|
|
15652
|
+
/* */
|
|
15653
|
+
/* */
|
|
15654
|
+
/* */
|
|
15655
|
+
/* */
|
|
15656
|
+
/* */
|
|
15657
|
+
/* */
|
|
15658
|
+
/* */
|
|
15659
|
+
/* */
|
|
15660
|
+
/* */
|
|
15661
|
+
/* */
|
|
15662
|
+
/* */
|
|
15663
|
+
/* */
|
|
15664
|
+
/* */
|
|
15665
|
+
/* */
|
|
15666
|
+
/* */
|
|
15667
|
+
/* */
|
|
15668
|
+
/* */
|
|
15669
|
+
/* */
|
|
15670
|
+
/* */
|
|
15671
|
+
/* */
|
|
15672
|
+
return (void 0);
|
|
15673
|
+
}
|
|
15674
|
+
//#endregion
|
|
15675
|
+
//#region commands / soft
|
|
15676
|
+
async soft() {
|
|
15677
|
+
/* */
|
|
15678
|
+
/* */
|
|
15679
|
+
/* */
|
|
15680
|
+
/* */
|
|
15681
|
+
/* */
|
|
15682
|
+
/* */
|
|
15683
|
+
/* */
|
|
15684
|
+
/* */
|
|
15685
|
+
/* */
|
|
15686
|
+
/* */
|
|
15687
|
+
/* */
|
|
15688
|
+
/* */
|
|
15689
|
+
/* */
|
|
15690
|
+
/* */
|
|
15691
|
+
/* */
|
|
15692
|
+
return (void 0);
|
|
15693
|
+
}
|
|
15694
|
+
//#endregion
|
|
15695
|
+
//#region commands / rebase
|
|
15696
|
+
async rebase() {
|
|
15697
|
+
/* */
|
|
15698
|
+
/* */
|
|
15699
|
+
/* */
|
|
15700
|
+
/* */
|
|
15701
|
+
/* */
|
|
15702
|
+
/* */
|
|
15703
|
+
/* */
|
|
15704
|
+
/* */
|
|
15705
|
+
/* */
|
|
15706
|
+
/* */
|
|
15707
|
+
/* */
|
|
15708
|
+
/* */
|
|
15709
|
+
/* */
|
|
15710
|
+
/* */
|
|
15711
|
+
/* */
|
|
15712
|
+
/* */
|
|
15713
|
+
/* */
|
|
15714
|
+
/* */
|
|
15715
|
+
/* */
|
|
15716
|
+
/* */
|
|
15717
|
+
/* */
|
|
15718
|
+
/* */
|
|
15719
|
+
/* */
|
|
15720
|
+
/* */
|
|
15721
|
+
/* */
|
|
15722
|
+
/* */
|
|
15723
|
+
/* */
|
|
15724
|
+
/* */
|
|
15725
|
+
/* */
|
|
15726
|
+
/* */
|
|
15727
|
+
/* */
|
|
15728
|
+
/* */
|
|
15729
|
+
/* */
|
|
15730
|
+
/* */
|
|
15731
|
+
/* */
|
|
15732
|
+
/* */
|
|
15733
|
+
/* */
|
|
15734
|
+
/* */
|
|
15735
|
+
/* */
|
|
15736
|
+
/* */
|
|
15737
|
+
/* */
|
|
15738
|
+
/* */
|
|
15739
|
+
/* */
|
|
15740
|
+
/* */
|
|
15741
|
+
/* */
|
|
15742
|
+
/* */
|
|
15743
|
+
/* */
|
|
15744
|
+
/* */
|
|
15745
|
+
/* */
|
|
15746
|
+
/* */
|
|
15747
|
+
/* */
|
|
15748
|
+
/* */
|
|
15749
|
+
/* */
|
|
15750
|
+
/* */
|
|
15751
|
+
/* */
|
|
15752
|
+
/* */
|
|
15753
|
+
/* */
|
|
15754
|
+
/* */
|
|
15755
|
+
/* */
|
|
15756
|
+
/* */
|
|
15757
|
+
/* */
|
|
15758
|
+
/* */
|
|
15759
|
+
/* */
|
|
15760
|
+
/* */
|
|
15761
|
+
/* */
|
|
15762
|
+
/* */
|
|
15763
|
+
/* */
|
|
15764
|
+
/* */
|
|
15765
|
+
/* */
|
|
15766
|
+
/* */
|
|
15767
|
+
/* */
|
|
15768
|
+
/* */
|
|
15769
|
+
return (void 0);
|
|
15770
|
+
}
|
|
15771
|
+
//#endregion
|
|
15772
|
+
//#region commands / stash
|
|
15773
|
+
/**
|
|
15774
|
+
* stash only staged files
|
|
15775
|
+
*/
|
|
15776
|
+
async stash() {
|
|
15777
|
+
/* */
|
|
15778
|
+
/* */
|
|
15779
|
+
/* */
|
|
15780
|
+
/* */
|
|
15781
|
+
/* */
|
|
15782
|
+
/* */
|
|
15783
|
+
/* */
|
|
15784
|
+
return (void 0);
|
|
15785
|
+
}
|
|
15786
|
+
//#endregion
|
|
15787
|
+
//#region commands / stash all
|
|
15788
|
+
/**
|
|
15789
|
+
* stash all files
|
|
15790
|
+
*/
|
|
15791
|
+
async stashAll() {
|
|
15792
|
+
/* */
|
|
15793
|
+
/* */
|
|
15794
|
+
/* */
|
|
15795
|
+
/* */
|
|
15796
|
+
/* */
|
|
15797
|
+
/* */
|
|
15798
|
+
/* */
|
|
15799
|
+
return (void 0);
|
|
15800
|
+
}
|
|
15801
|
+
//#endregion
|
|
15802
|
+
//#region commands / push all origins
|
|
15803
|
+
/**
|
|
15804
|
+
* push force to all orgins
|
|
15805
|
+
*/
|
|
15806
|
+
async pushAllForce() {
|
|
15807
|
+
/* */
|
|
15808
|
+
/* */
|
|
15809
|
+
/* */
|
|
15810
|
+
/* */
|
|
15811
|
+
/* */
|
|
15812
|
+
return (void 0);
|
|
15813
|
+
}
|
|
15814
|
+
async pAllForce() {
|
|
15815
|
+
/* */
|
|
15816
|
+
/* */
|
|
15817
|
+
return (void 0);
|
|
15818
|
+
}
|
|
15819
|
+
async pAllf() {
|
|
15820
|
+
/* */
|
|
15821
|
+
/* */
|
|
15822
|
+
return (void 0);
|
|
15823
|
+
}
|
|
15824
|
+
async pAll() {
|
|
15825
|
+
/* */
|
|
15826
|
+
/* */
|
|
15827
|
+
return (void 0);
|
|
15828
|
+
}
|
|
15829
|
+
/**
|
|
15830
|
+
* push to all origins
|
|
15831
|
+
*/
|
|
15832
|
+
async pushAll(force = false) {
|
|
15833
|
+
/* */
|
|
15834
|
+
/* */
|
|
15835
|
+
/* */
|
|
15836
|
+
/* */
|
|
15837
|
+
/* */
|
|
15838
|
+
/* */
|
|
15839
|
+
/* */
|
|
15840
|
+
/* */
|
|
15841
|
+
/* */
|
|
15842
|
+
/* */
|
|
15843
|
+
/* */
|
|
15844
|
+
/* */
|
|
15845
|
+
/* */
|
|
15846
|
+
/* */
|
|
15847
|
+
/* */
|
|
15848
|
+
/* */
|
|
15849
|
+
/* */
|
|
15850
|
+
/* */
|
|
15851
|
+
/* */
|
|
15852
|
+
/* */
|
|
15853
|
+
return (void 0);
|
|
15854
|
+
}
|
|
15855
|
+
//#endregion
|
|
15856
|
+
//#region commands / push force
|
|
15857
|
+
async forcePush() {
|
|
15858
|
+
/* */
|
|
15859
|
+
/* */
|
|
15860
|
+
return (void 0);
|
|
15861
|
+
}
|
|
15862
|
+
async pushForce() {
|
|
15863
|
+
/* */
|
|
15864
|
+
/* */
|
|
15865
|
+
return (void 0);
|
|
15866
|
+
}
|
|
15867
|
+
//#endregion
|
|
15868
|
+
//#region commands / commit
|
|
15869
|
+
/**
|
|
15870
|
+
* Commit and push this for single repo
|
|
15871
|
+
*/
|
|
15872
|
+
async commit(options = {}) {
|
|
15873
|
+
/* */
|
|
15874
|
+
/* */
|
|
15875
|
+
/* */
|
|
15876
|
+
/* */
|
|
15877
|
+
/* */
|
|
15878
|
+
/* */
|
|
15879
|
+
/* */
|
|
15880
|
+
/* */
|
|
15881
|
+
/* */
|
|
15882
|
+
/* */
|
|
15883
|
+
/* */
|
|
15884
|
+
/* */
|
|
15885
|
+
/* */
|
|
15886
|
+
/* */
|
|
15887
|
+
/* */
|
|
15888
|
+
/* */
|
|
15889
|
+
/* */
|
|
15890
|
+
/* */
|
|
15891
|
+
/* */
|
|
15892
|
+
/* */
|
|
15893
|
+
/* */
|
|
15894
|
+
return (void 0);
|
|
15895
|
+
}
|
|
15896
|
+
//#endregion
|
|
15897
|
+
//#region commands / push
|
|
15898
|
+
async _preventPushPullFromNotCorrectBranch() {
|
|
15899
|
+
/* */
|
|
15900
|
+
/* */
|
|
15901
|
+
/* */
|
|
15902
|
+
/* */
|
|
15903
|
+
/* */
|
|
15904
|
+
/* */
|
|
15905
|
+
/* */
|
|
15906
|
+
/* */
|
|
15907
|
+
/* */
|
|
15908
|
+
/* */
|
|
15909
|
+
/* */
|
|
15910
|
+
/* */
|
|
15911
|
+
/* */
|
|
15912
|
+
/* */
|
|
15913
|
+
/* */
|
|
15914
|
+
/* */
|
|
15915
|
+
/* */
|
|
15916
|
+
/* */
|
|
15917
|
+
/* */
|
|
15918
|
+
/* */
|
|
15919
|
+
/* */
|
|
15920
|
+
/* */
|
|
15921
|
+
/* */
|
|
15922
|
+
/* */
|
|
15923
|
+
/* */
|
|
15924
|
+
/* */
|
|
15925
|
+
/* */
|
|
15926
|
+
/* */
|
|
15927
|
+
/* */
|
|
15928
|
+
/* */
|
|
15929
|
+
/* */
|
|
15930
|
+
/* */
|
|
15931
|
+
/* */
|
|
15932
|
+
/* */
|
|
15933
|
+
/* */
|
|
15934
|
+
/* */
|
|
15935
|
+
/* */
|
|
15936
|
+
/* */
|
|
15937
|
+
/* */
|
|
15938
|
+
/* */
|
|
15939
|
+
/* */
|
|
15940
|
+
/* */
|
|
15941
|
+
/* */
|
|
15942
|
+
/* */
|
|
15943
|
+
/* */
|
|
15944
|
+
return (void 0);
|
|
15945
|
+
}
|
|
15946
|
+
async qPush() {
|
|
15947
|
+
/* */
|
|
15948
|
+
/* */
|
|
15949
|
+
return (void 0);
|
|
15950
|
+
}
|
|
15951
|
+
async quickPush() {
|
|
15952
|
+
/* */
|
|
15953
|
+
/* */
|
|
15954
|
+
return (void 0);
|
|
15955
|
+
}
|
|
15956
|
+
async repushauto() {
|
|
15957
|
+
/* */
|
|
15958
|
+
/* */
|
|
15959
|
+
return (void 0);
|
|
15960
|
+
}
|
|
15961
|
+
async rePush(skipQuesion = false) {
|
|
15962
|
+
/* */
|
|
15963
|
+
/* */
|
|
15964
|
+
/* */
|
|
15965
|
+
/* */
|
|
15966
|
+
/* */
|
|
15967
|
+
/* */
|
|
15968
|
+
/* */
|
|
15969
|
+
/* */
|
|
15970
|
+
/* */
|
|
15971
|
+
/* */
|
|
15972
|
+
/* */
|
|
15973
|
+
/* */
|
|
15974
|
+
/* */
|
|
15975
|
+
/* */
|
|
15976
|
+
/* */
|
|
15977
|
+
/* */
|
|
15978
|
+
/* */
|
|
15979
|
+
/* */
|
|
15980
|
+
/* */
|
|
15981
|
+
/* */
|
|
15982
|
+
/* */
|
|
15983
|
+
/* */
|
|
15984
|
+
return (void 0);
|
|
15985
|
+
}
|
|
15986
|
+
async push(options = {}) {
|
|
15987
|
+
/* */
|
|
15988
|
+
/* */
|
|
15989
|
+
/* */
|
|
15990
|
+
/* */
|
|
15991
|
+
/* */
|
|
15992
|
+
/* */
|
|
15993
|
+
/* */
|
|
15994
|
+
/* */
|
|
15995
|
+
/* */
|
|
15996
|
+
/* */
|
|
15997
|
+
/* */
|
|
15998
|
+
/* */
|
|
15999
|
+
/* */
|
|
16000
|
+
/* */
|
|
16001
|
+
/* */
|
|
16002
|
+
/* */
|
|
16003
|
+
/* */
|
|
16004
|
+
/* */
|
|
16005
|
+
/* */
|
|
16006
|
+
/* */
|
|
16007
|
+
/* */
|
|
16008
|
+
/* */
|
|
16009
|
+
/* */
|
|
16010
|
+
/* */
|
|
16011
|
+
/* */
|
|
16012
|
+
/* */
|
|
16013
|
+
/* */
|
|
16014
|
+
/* */
|
|
16015
|
+
/* */
|
|
16016
|
+
/* */
|
|
16017
|
+
/* */
|
|
16018
|
+
/* */
|
|
16019
|
+
/* */
|
|
16020
|
+
/* */
|
|
16021
|
+
/* */
|
|
16022
|
+
/* */
|
|
16023
|
+
/* */
|
|
16024
|
+
/* */
|
|
16025
|
+
/* */
|
|
16026
|
+
/* */
|
|
16027
|
+
/* */
|
|
16028
|
+
/* */
|
|
16029
|
+
/* */
|
|
16030
|
+
/* */
|
|
16031
|
+
/* */
|
|
16032
|
+
return (void 0);
|
|
16033
|
+
}
|
|
16034
|
+
//#endregion
|
|
16035
|
+
//#region commands / melt
|
|
16036
|
+
async melt() {
|
|
16037
|
+
/* */
|
|
16038
|
+
/* */
|
|
16039
|
+
/* */
|
|
16040
|
+
/* */
|
|
16041
|
+
/* */
|
|
16042
|
+
/* */
|
|
16043
|
+
return (void 0);
|
|
16044
|
+
}
|
|
16045
|
+
//#endregion
|
|
16046
|
+
//#region commands / melt
|
|
16047
|
+
async meltUp() {
|
|
16048
|
+
/* */
|
|
16049
|
+
/* */
|
|
16050
|
+
/* */
|
|
16051
|
+
/* */
|
|
16052
|
+
/* */
|
|
16053
|
+
/* */
|
|
16054
|
+
/* */
|
|
16055
|
+
/* */
|
|
16056
|
+
/* */
|
|
16057
|
+
/* */
|
|
16058
|
+
/* */
|
|
16059
|
+
/* */
|
|
16060
|
+
/* */
|
|
16061
|
+
/* */
|
|
16062
|
+
/* */
|
|
16063
|
+
/* */
|
|
16064
|
+
/* */
|
|
16065
|
+
/* */
|
|
16066
|
+
/* */
|
|
16067
|
+
/* */
|
|
16068
|
+
/* */
|
|
16069
|
+
/* */
|
|
16070
|
+
/* */
|
|
16071
|
+
/* */
|
|
16072
|
+
/* */
|
|
16073
|
+
/* */
|
|
16074
|
+
/* */
|
|
16075
|
+
return (void 0);
|
|
16076
|
+
}
|
|
16077
|
+
//#endregion
|
|
16078
|
+
//#region commands / melt
|
|
16079
|
+
async meltAll() {
|
|
16080
|
+
/* */
|
|
16081
|
+
/* */
|
|
16082
|
+
/* */
|
|
16083
|
+
/* */
|
|
16084
|
+
/* */
|
|
16085
|
+
/* */
|
|
16086
|
+
/* */
|
|
16087
|
+
/* */
|
|
16088
|
+
/* */
|
|
16089
|
+
return (void 0);
|
|
16090
|
+
}
|
|
16091
|
+
//#endregion
|
|
16092
|
+
//#region commands / melt updat ecommits
|
|
16093
|
+
async __meltCommitsFunc(project, options) {
|
|
16094
|
+
/* */
|
|
16095
|
+
/* */
|
|
16096
|
+
/* */
|
|
16097
|
+
/* */
|
|
16098
|
+
/* */
|
|
16099
|
+
/* */
|
|
16100
|
+
/* */
|
|
16101
|
+
/* */
|
|
16102
|
+
/* */
|
|
16103
|
+
/* */
|
|
16104
|
+
return (void 0);
|
|
16105
|
+
}
|
|
16106
|
+
async meltUpdateCommits(options) {
|
|
16107
|
+
/* */
|
|
16108
|
+
/* */
|
|
16109
|
+
return (void 0);
|
|
16110
|
+
}
|
|
16111
|
+
//#endregion
|
|
16112
|
+
//#region commands / push feature
|
|
16113
|
+
async pf() {
|
|
16114
|
+
/* */
|
|
16115
|
+
/* */
|
|
16116
|
+
return (void 0);
|
|
16117
|
+
}
|
|
16118
|
+
async pRel() {
|
|
16119
|
+
/* */
|
|
16120
|
+
/* */
|
|
16121
|
+
return (void 0);
|
|
16122
|
+
}
|
|
16123
|
+
async pRelease() {
|
|
16124
|
+
/* */
|
|
16125
|
+
/* */
|
|
16126
|
+
return (void 0);
|
|
16127
|
+
}
|
|
16128
|
+
async pushRelease() {
|
|
16129
|
+
/* */
|
|
16130
|
+
/* */
|
|
16131
|
+
/* */
|
|
16132
|
+
/* */
|
|
16133
|
+
/* */
|
|
16134
|
+
/* */
|
|
16135
|
+
/* */
|
|
16136
|
+
/* */
|
|
16137
|
+
/* */
|
|
16138
|
+
return (void 0);
|
|
16139
|
+
}
|
|
16140
|
+
async mPush() {
|
|
16141
|
+
/* */
|
|
16142
|
+
/* */
|
|
16143
|
+
return (void 0);
|
|
16144
|
+
}
|
|
16145
|
+
async fmPush() {
|
|
16146
|
+
/* */
|
|
16147
|
+
/* */
|
|
16148
|
+
return (void 0);
|
|
16149
|
+
}
|
|
16150
|
+
async mfPush() {
|
|
16151
|
+
/* */
|
|
16152
|
+
/* */
|
|
16153
|
+
return (void 0);
|
|
16154
|
+
}
|
|
16155
|
+
async mforcePush() {
|
|
16156
|
+
/* */
|
|
16157
|
+
/* */
|
|
16158
|
+
return (void 0);
|
|
16159
|
+
}
|
|
16160
|
+
async meltforcePush() {
|
|
16161
|
+
/* */
|
|
16162
|
+
/* */
|
|
16163
|
+
return (void 0);
|
|
16164
|
+
}
|
|
16165
|
+
async forceMeltPush() {
|
|
16166
|
+
/* */
|
|
16167
|
+
/* */
|
|
16168
|
+
return (void 0);
|
|
16169
|
+
}
|
|
16170
|
+
async meltPush(force = false) {
|
|
16171
|
+
/* */
|
|
16172
|
+
/* */
|
|
16173
|
+
/* */
|
|
16174
|
+
/* */
|
|
16175
|
+
/* */
|
|
16176
|
+
/* */
|
|
16177
|
+
return (void 0);
|
|
16178
|
+
}
|
|
16179
|
+
async pushFeature() {
|
|
16180
|
+
/* */
|
|
16181
|
+
/* */
|
|
16182
|
+
/* */
|
|
16183
|
+
return (void 0);
|
|
16184
|
+
}
|
|
16185
|
+
//#endregion
|
|
16186
|
+
//#region commands / push fix
|
|
16187
|
+
async pushFix() {
|
|
16188
|
+
/* */
|
|
16189
|
+
/* */
|
|
16190
|
+
/* */
|
|
16191
|
+
return (void 0);
|
|
16192
|
+
}
|
|
16193
|
+
pfix() {
|
|
16194
|
+
/* */
|
|
16195
|
+
/* */
|
|
16196
|
+
return (void 0);
|
|
16197
|
+
}
|
|
16198
|
+
//#endregion
|
|
16199
|
+
//#region commands / push chore
|
|
16200
|
+
async pushChore() {
|
|
16201
|
+
/* */
|
|
16202
|
+
/* */
|
|
16203
|
+
/* */
|
|
16204
|
+
return (void 0);
|
|
16205
|
+
}
|
|
16206
|
+
async pc() {
|
|
16207
|
+
/* */
|
|
16208
|
+
/* */
|
|
16209
|
+
return (void 0);
|
|
16210
|
+
}
|
|
16211
|
+
//#endregion
|
|
16212
|
+
//#region commands / push refactor
|
|
16213
|
+
async pushRefactor() {
|
|
16214
|
+
/* */
|
|
16215
|
+
/* */
|
|
16216
|
+
/* */
|
|
16217
|
+
return (void 0);
|
|
16218
|
+
}
|
|
16219
|
+
async pushref() {
|
|
16220
|
+
/* */
|
|
16221
|
+
/* */
|
|
16222
|
+
return (void 0);
|
|
16223
|
+
}
|
|
16224
|
+
async pref() {
|
|
16225
|
+
/* */
|
|
16226
|
+
/* */
|
|
16227
|
+
return (void 0);
|
|
16228
|
+
}
|
|
16229
|
+
//#endregion
|
|
16230
|
+
//#region commands / push style
|
|
16231
|
+
async pushStyle() {
|
|
16232
|
+
/* */
|
|
16233
|
+
/* */
|
|
16234
|
+
/* */
|
|
16235
|
+
return (void 0);
|
|
16236
|
+
}
|
|
16237
|
+
async pstyl() {
|
|
16238
|
+
/* */
|
|
16239
|
+
/* */
|
|
16240
|
+
return (void 0);
|
|
16241
|
+
}
|
|
16242
|
+
async pstyle() {
|
|
16243
|
+
/* */
|
|
16244
|
+
/* */
|
|
16245
|
+
return (void 0);
|
|
16246
|
+
}
|
|
16247
|
+
//#endregion
|
|
16248
|
+
//#region commands / push docs
|
|
16249
|
+
async pushDocs() {
|
|
16250
|
+
/* */
|
|
16251
|
+
/* */
|
|
16252
|
+
/* */
|
|
16253
|
+
return (void 0);
|
|
16254
|
+
}
|
|
16255
|
+
async pd() {
|
|
16256
|
+
/* */
|
|
16257
|
+
/* */
|
|
16258
|
+
return (void 0);
|
|
16259
|
+
}
|
|
16260
|
+
async pdocs() {
|
|
16261
|
+
/* */
|
|
16262
|
+
/* */
|
|
16263
|
+
return (void 0);
|
|
16264
|
+
}
|
|
16265
|
+
//#endregion
|
|
16266
|
+
//#region commands / push test
|
|
16267
|
+
async pushTest() {
|
|
16268
|
+
/* */
|
|
16269
|
+
/* */
|
|
16270
|
+
/* */
|
|
16271
|
+
return (void 0);
|
|
16272
|
+
}
|
|
16273
|
+
async pTest() {
|
|
16274
|
+
/* */
|
|
16275
|
+
/* */
|
|
16276
|
+
return (void 0);
|
|
16277
|
+
}
|
|
16278
|
+
async pTests() {
|
|
16279
|
+
/* */
|
|
16280
|
+
/* */
|
|
16281
|
+
return (void 0);
|
|
16282
|
+
}
|
|
16283
|
+
//#endregion
|
|
16284
|
+
//#region commands / push perf
|
|
16285
|
+
async pushPerf() {
|
|
16286
|
+
/* */
|
|
16287
|
+
/* */
|
|
16288
|
+
/* */
|
|
16289
|
+
/* */
|
|
16290
|
+
/* */
|
|
16291
|
+
/* */
|
|
16292
|
+
return (void 0);
|
|
16293
|
+
}
|
|
16294
|
+
//#endregion
|
|
16295
|
+
//#region commands / push ci
|
|
16296
|
+
async pushCi() {
|
|
16297
|
+
/* */
|
|
16298
|
+
/* */
|
|
16299
|
+
/* */
|
|
16300
|
+
return (void 0);
|
|
16301
|
+
}
|
|
16302
|
+
//#endregion
|
|
16303
|
+
//#region commands / select branch
|
|
16304
|
+
async branch() {
|
|
16305
|
+
/* */
|
|
16306
|
+
/* */
|
|
16307
|
+
/* */
|
|
16308
|
+
/* */
|
|
16309
|
+
/* */
|
|
16310
|
+
/* */
|
|
16311
|
+
/* */
|
|
16312
|
+
/* */
|
|
16313
|
+
/* */
|
|
16314
|
+
/* */
|
|
16315
|
+
/* */
|
|
16316
|
+
/* */
|
|
16317
|
+
/* */
|
|
16318
|
+
/* */
|
|
16319
|
+
/* */
|
|
16320
|
+
/* */
|
|
16321
|
+
/* */
|
|
16322
|
+
/* */
|
|
16323
|
+
/* */
|
|
16324
|
+
/* */
|
|
16325
|
+
/* */
|
|
16326
|
+
/* */
|
|
16327
|
+
return (void 0);
|
|
16328
|
+
}
|
|
16329
|
+
//#endregion
|
|
16330
|
+
//#region commands / push build
|
|
16331
|
+
async pushBuild() {
|
|
16332
|
+
/* */
|
|
16333
|
+
/* */
|
|
16334
|
+
/* */
|
|
16335
|
+
return (void 0);
|
|
16336
|
+
}
|
|
16337
|
+
//#endregion
|
|
16338
|
+
//#region commands / set origin
|
|
16339
|
+
async SET_ORIGIN() {
|
|
16340
|
+
/* */
|
|
16341
|
+
/* */
|
|
16342
|
+
/* */
|
|
16343
|
+
/* */
|
|
16344
|
+
/* */
|
|
16345
|
+
/* */
|
|
16346
|
+
/* */
|
|
16347
|
+
/* */
|
|
16348
|
+
/* */
|
|
16349
|
+
/* */
|
|
16350
|
+
/* */
|
|
16351
|
+
/* */
|
|
16352
|
+
/* */
|
|
16353
|
+
/* */
|
|
16354
|
+
/* */
|
|
16355
|
+
/* */
|
|
16356
|
+
/* */
|
|
16357
|
+
/* */
|
|
16358
|
+
/* */
|
|
16359
|
+
/* */
|
|
16360
|
+
/* */
|
|
16361
|
+
/* */
|
|
16362
|
+
/* */
|
|
16363
|
+
/* */
|
|
16364
|
+
return (void 0);
|
|
16365
|
+
}
|
|
16366
|
+
//#endregion
|
|
16367
|
+
//#region commands / rename origin
|
|
16368
|
+
async RENAME_ORIGIN() {
|
|
16369
|
+
/* */
|
|
16370
|
+
/* */
|
|
16371
|
+
/* */
|
|
16372
|
+
/* */
|
|
16373
|
+
/* */
|
|
16374
|
+
/* */
|
|
16375
|
+
/* */
|
|
16376
|
+
/* */
|
|
16377
|
+
/* */
|
|
16378
|
+
/* */
|
|
16379
|
+
/* */
|
|
16380
|
+
/* */
|
|
16381
|
+
return (void 0);
|
|
16382
|
+
}
|
|
16383
|
+
//#endregion
|
|
16384
|
+
//#region commands / last hash tag
|
|
16385
|
+
async LAST_TAG_HASH() {
|
|
16386
|
+
/* */
|
|
16387
|
+
/* */
|
|
16388
|
+
/* */
|
|
16389
|
+
/* */
|
|
16390
|
+
/* */
|
|
16391
|
+
/* */
|
|
16392
|
+
return (void 0);
|
|
16393
|
+
}
|
|
16394
|
+
//#endregion
|
|
16395
|
+
//#region commands / last tag
|
|
16396
|
+
async LAST_TAG() {
|
|
16397
|
+
/* */
|
|
16398
|
+
/* */
|
|
16399
|
+
/* */
|
|
16400
|
+
/* */
|
|
16401
|
+
/* */
|
|
16402
|
+
/* */
|
|
16403
|
+
/* */
|
|
16404
|
+
/* */
|
|
16405
|
+
/* */
|
|
16406
|
+
/* */
|
|
16407
|
+
/* */
|
|
16408
|
+
/* */
|
|
16409
|
+
return (void 0);
|
|
16410
|
+
}
|
|
16411
|
+
//#endregion
|
|
16412
|
+
//#region commands / check tag exists
|
|
16413
|
+
CHECK_TAG_EXISTS() {
|
|
16414
|
+
/* */
|
|
16415
|
+
/* */
|
|
16416
|
+
/* */
|
|
16417
|
+
/* */
|
|
16418
|
+
/* */
|
|
16419
|
+
return (void 0);
|
|
16420
|
+
}
|
|
16421
|
+
//#endregion
|
|
16422
|
+
//#region commands / lint
|
|
16423
|
+
/**
|
|
16424
|
+
* TODO move somewhere
|
|
16425
|
+
*/
|
|
16426
|
+
async lint() {
|
|
16427
|
+
/* */
|
|
16428
|
+
/* */
|
|
16429
|
+
/* */
|
|
16430
|
+
/* */
|
|
16431
|
+
/* */
|
|
16432
|
+
return (void 0);
|
|
16433
|
+
}
|
|
16434
|
+
//#endregion
|
|
16435
|
+
//#region commands / version
|
|
16436
|
+
/**
|
|
16437
|
+
* TODO move somewhere
|
|
16438
|
+
*/
|
|
16439
|
+
async version() {
|
|
16440
|
+
/* */
|
|
16441
|
+
/* */
|
|
16442
|
+
/* */
|
|
16443
|
+
/* */
|
|
16444
|
+
/* */
|
|
16445
|
+
/* */
|
|
16446
|
+
return (void 0);
|
|
16447
|
+
}
|
|
16448
|
+
//#endregion
|
|
16449
|
+
//#region commands / init
|
|
16450
|
+
/**
|
|
16451
|
+
* TODO move somewhere
|
|
16452
|
+
*/
|
|
16453
|
+
async init() {
|
|
16454
|
+
/* */
|
|
16455
|
+
/* */
|
|
16456
|
+
/* */
|
|
16457
|
+
/* */
|
|
16458
|
+
/* */
|
|
16459
|
+
/* */
|
|
16460
|
+
return (void 0);
|
|
16461
|
+
}
|
|
16462
|
+
/**
|
|
16463
|
+
* init parent and first level children
|
|
16464
|
+
*/
|
|
16465
|
+
async initAll() {
|
|
16466
|
+
/* */
|
|
16467
|
+
/* */
|
|
16468
|
+
/* */
|
|
16469
|
+
/* */
|
|
16470
|
+
/* */
|
|
16471
|
+
/* */
|
|
16472
|
+
/* */
|
|
16473
|
+
/* */
|
|
16474
|
+
/* */
|
|
16475
|
+
return (void 0);
|
|
16476
|
+
}
|
|
16477
|
+
//#endregion
|
|
16478
|
+
//#region commands / struct
|
|
16479
|
+
/**
|
|
16480
|
+
* TODO move somewhere
|
|
16481
|
+
*/
|
|
16482
|
+
async struct() {
|
|
16483
|
+
/* */
|
|
16484
|
+
/* */
|
|
16485
|
+
/* */
|
|
16486
|
+
/* */
|
|
16487
|
+
/* */
|
|
16488
|
+
/* */
|
|
16489
|
+
return (void 0);
|
|
16490
|
+
}
|
|
16491
|
+
//#endregion
|
|
16492
|
+
//#region commands / info
|
|
16493
|
+
/**
|
|
16494
|
+
* TODO move somewhere
|
|
16495
|
+
*/
|
|
16496
|
+
async info() {
|
|
16497
|
+
/* */
|
|
16498
|
+
/* */
|
|
16499
|
+
/* */
|
|
16500
|
+
/* */
|
|
16501
|
+
/* */
|
|
16502
|
+
/* */
|
|
16503
|
+
/* */
|
|
16504
|
+
/* */
|
|
16505
|
+
/* */
|
|
16506
|
+
/* */
|
|
16507
|
+
/* */
|
|
16508
|
+
/* */
|
|
16509
|
+
return (void 0);
|
|
16510
|
+
}
|
|
16511
|
+
//#endregion
|
|
16512
|
+
//#region commands / info
|
|
16513
|
+
async modified() {
|
|
16514
|
+
/* */
|
|
16515
|
+
/* */
|
|
16516
|
+
/* */
|
|
16517
|
+
/* */
|
|
16518
|
+
/* */
|
|
16519
|
+
/* */
|
|
16520
|
+
/* */
|
|
16521
|
+
/* */
|
|
16522
|
+
/* */
|
|
16523
|
+
/* */
|
|
16524
|
+
/* */
|
|
16525
|
+
/* */
|
|
16526
|
+
/* */
|
|
16527
|
+
/* */
|
|
16528
|
+
/* */
|
|
16529
|
+
/* */
|
|
16530
|
+
/* */
|
|
16531
|
+
/* */
|
|
16532
|
+
/* */
|
|
16533
|
+
/* */
|
|
16534
|
+
/* */
|
|
16535
|
+
/* */
|
|
16536
|
+
/* */
|
|
16537
|
+
return (void 0);
|
|
16538
|
+
}
|
|
16539
|
+
//#endregion
|
|
16540
|
+
//#region commands / update
|
|
16541
|
+
async refresh() {
|
|
16542
|
+
/* */
|
|
16543
|
+
/* */
|
|
16544
|
+
/* */
|
|
16545
|
+
/* */
|
|
16546
|
+
/* */
|
|
16547
|
+
return (void 0);
|
|
16548
|
+
}
|
|
16549
|
+
//#endregion
|
|
16550
|
+
//#region commands / changes
|
|
16551
|
+
async changes() {
|
|
16552
|
+
/* */
|
|
16553
|
+
/* */
|
|
16554
|
+
/* */
|
|
16555
|
+
/* */
|
|
16556
|
+
/* */
|
|
16557
|
+
/* */
|
|
16558
|
+
/* */
|
|
16559
|
+
return (void 0);
|
|
16560
|
+
}
|
|
16561
|
+
//#endregion
|
|
16562
|
+
//#region commands / all tags
|
|
16563
|
+
async allTags() {
|
|
16564
|
+
/* */
|
|
16565
|
+
/* */
|
|
16566
|
+
/* */
|
|
16567
|
+
/* */
|
|
16568
|
+
/* */
|
|
16569
|
+
/* */
|
|
16570
|
+
/* */
|
|
16571
|
+
return (void 0);
|
|
16572
|
+
}
|
|
16573
|
+
//#endregion
|
|
16574
|
+
//#region commands / remove tag
|
|
16575
|
+
async removeTag() {
|
|
16576
|
+
/* */
|
|
16577
|
+
/* */
|
|
16578
|
+
/* */
|
|
16579
|
+
/* */
|
|
16580
|
+
/* */
|
|
16581
|
+
/* */
|
|
16582
|
+
/* */
|
|
16583
|
+
/* */
|
|
16584
|
+
/* */
|
|
16585
|
+
/* */
|
|
16586
|
+
/* */
|
|
16587
|
+
/* */
|
|
16588
|
+
/* */
|
|
16589
|
+
/* */
|
|
16590
|
+
/* */
|
|
16591
|
+
return (void 0);
|
|
16592
|
+
}
|
|
16593
|
+
//#endregion
|
|
16594
|
+
//#region commands / branch name
|
|
16595
|
+
BRANCH_NAME() {
|
|
16596
|
+
/* */
|
|
16597
|
+
/* */
|
|
16598
|
+
/* */
|
|
16599
|
+
/* */
|
|
16600
|
+
/* */
|
|
16601
|
+
return (void 0);
|
|
16602
|
+
}
|
|
16603
|
+
//#endregion
|
|
16604
|
+
//#region commands / remotes
|
|
16605
|
+
REMOTES() {
|
|
16606
|
+
/* */
|
|
16607
|
+
/* */
|
|
16608
|
+
/* */
|
|
16609
|
+
return (void 0);
|
|
16610
|
+
}
|
|
16611
|
+
async SET_REMOTE_SSH() {
|
|
16612
|
+
/* */
|
|
16613
|
+
/* */
|
|
16614
|
+
/* */
|
|
16615
|
+
return (void 0);
|
|
16616
|
+
}
|
|
16617
|
+
async SET_REMOTE_http() {
|
|
16618
|
+
/* */
|
|
16619
|
+
/* */
|
|
16620
|
+
/* */
|
|
16621
|
+
return (void 0);
|
|
16622
|
+
}
|
|
16623
|
+
async SET_REMOTE_https() {
|
|
16624
|
+
/* */
|
|
16625
|
+
/* */
|
|
16626
|
+
return (void 0);
|
|
16627
|
+
}
|
|
16628
|
+
_resolveChildFromArg() {
|
|
16629
|
+
/* */
|
|
16630
|
+
/* */
|
|
16631
|
+
/* */
|
|
16632
|
+
/* */
|
|
16633
|
+
/* */
|
|
16634
|
+
/* */
|
|
16635
|
+
/* */
|
|
16636
|
+
/* */
|
|
16637
|
+
/* */
|
|
16638
|
+
/* */
|
|
16639
|
+
return (void 0);
|
|
16640
|
+
}
|
|
16641
|
+
origin() {
|
|
16642
|
+
/* */
|
|
16643
|
+
/* */
|
|
16644
|
+
/* */
|
|
16645
|
+
/* */
|
|
16646
|
+
return (void 0);
|
|
16647
|
+
}
|
|
16648
|
+
remote() {
|
|
16649
|
+
/* */
|
|
16650
|
+
/* */
|
|
16651
|
+
/* */
|
|
16652
|
+
return (void 0);
|
|
16653
|
+
}
|
|
16654
|
+
originHttp() {
|
|
16655
|
+
/* */
|
|
16656
|
+
/* */
|
|
16657
|
+
/* */
|
|
16658
|
+
/* */
|
|
16659
|
+
/* */
|
|
16660
|
+
return (void 0);
|
|
16661
|
+
}
|
|
16662
|
+
originHttps() {
|
|
16663
|
+
/* */
|
|
16664
|
+
/* */
|
|
16665
|
+
/* */
|
|
16666
|
+
/* */
|
|
16667
|
+
/* */
|
|
16668
|
+
return (void 0);
|
|
16669
|
+
}
|
|
16670
|
+
originssh() {
|
|
16671
|
+
/* */
|
|
16672
|
+
/* */
|
|
16673
|
+
/* */
|
|
16674
|
+
/* */
|
|
16675
|
+
/* */
|
|
16676
|
+
return (void 0);
|
|
16677
|
+
}
|
|
16678
|
+
origins() {
|
|
16679
|
+
/* */
|
|
16680
|
+
/* */
|
|
16681
|
+
return (void 0);
|
|
16682
|
+
}
|
|
16683
|
+
//#endregion
|
|
16684
|
+
//#region commands / git config
|
|
16685
|
+
gitConfig() {
|
|
16686
|
+
/* */
|
|
16687
|
+
/* */
|
|
16688
|
+
/* */
|
|
16689
|
+
/* */
|
|
16690
|
+
return (void 0);
|
|
16691
|
+
}
|
|
16692
|
+
//#endregion
|
|
16693
|
+
//#region commands / lastCommitHash
|
|
16694
|
+
LAST_COMMIT_HASH() {
|
|
16695
|
+
/* */
|
|
16696
|
+
/* */
|
|
16697
|
+
/* */
|
|
16698
|
+
return (void 0);
|
|
16699
|
+
}
|
|
16700
|
+
//#endregion
|
|
16701
|
+
//#region commands / commit message by hash
|
|
16702
|
+
async COMMIT_MESSAGE_BY_HASH() {
|
|
16703
|
+
/* */
|
|
16704
|
+
/* */
|
|
16705
|
+
/* */
|
|
16706
|
+
/* */
|
|
16707
|
+
return (void 0);
|
|
16708
|
+
}
|
|
16709
|
+
//#endregion
|
|
16710
|
+
//#region commands / last 5 commit hashes
|
|
16711
|
+
async LAST_5_COMMITS() {
|
|
16712
|
+
/* */
|
|
16713
|
+
/* */
|
|
16714
|
+
/* */
|
|
16715
|
+
/* */
|
|
16716
|
+
/* */
|
|
16717
|
+
/* */
|
|
16718
|
+
return (void 0);
|
|
16719
|
+
}
|
|
16720
|
+
//#endregion
|
|
16721
|
+
//#region commands / update deps from
|
|
16722
|
+
async updateDepsFrom() {
|
|
16723
|
+
/* */
|
|
16724
|
+
/* */
|
|
16725
|
+
/* */
|
|
16726
|
+
/* */
|
|
16727
|
+
/* */
|
|
16728
|
+
/* */
|
|
16729
|
+
/* */
|
|
16730
|
+
/* */
|
|
16731
|
+
/* */
|
|
16732
|
+
/* */
|
|
16733
|
+
/* */
|
|
16734
|
+
/* */
|
|
16735
|
+
/* */
|
|
16736
|
+
/* */
|
|
16737
|
+
/* */
|
|
16738
|
+
return (void 0);
|
|
16739
|
+
}
|
|
16740
|
+
//#endregion
|
|
16741
|
+
//#region is terminal supported
|
|
16742
|
+
isSupportedTaonTerminal() {
|
|
16743
|
+
/* */
|
|
16744
|
+
/* */
|
|
16745
|
+
/* */
|
|
16746
|
+
return (void 0);
|
|
16747
|
+
}
|
|
16748
|
+
//#endregion
|
|
16749
|
+
//#region is terminal running inside cmd
|
|
16750
|
+
isRunningInWindowsCmd() {
|
|
16751
|
+
/* */
|
|
16752
|
+
/* */
|
|
16753
|
+
/* */
|
|
16754
|
+
/* */
|
|
16755
|
+
/* */
|
|
16756
|
+
return (void 0);
|
|
16757
|
+
}
|
|
16758
|
+
//#endregion
|
|
16759
|
+
//#region is running inside powershell
|
|
16760
|
+
isRunningInWindowsPowerShell() {
|
|
16761
|
+
/* */
|
|
16762
|
+
/* */
|
|
16763
|
+
/* */
|
|
16764
|
+
/* */
|
|
16765
|
+
/* */
|
|
16766
|
+
return (void 0);
|
|
16767
|
+
}
|
|
16768
|
+
//#endregion
|
|
16769
|
+
//#region prox ext
|
|
16770
|
+
async INSTALL_PROJECT_EXTENSIONS() {
|
|
16771
|
+
/* */
|
|
16772
|
+
/* */
|
|
16773
|
+
return (void 0);
|
|
16774
|
+
}
|
|
16775
|
+
async INSTALL_PROJECT_EXT() {
|
|
16776
|
+
/* */
|
|
16777
|
+
/* */
|
|
16778
|
+
return (void 0);
|
|
16779
|
+
}
|
|
16780
|
+
async INS_PROJ_EXT() {
|
|
16781
|
+
/* */
|
|
16782
|
+
/* */
|
|
16783
|
+
return (void 0);
|
|
16784
|
+
}
|
|
16785
|
+
async INSTALL_PROJ_EXT() {
|
|
16786
|
+
/* */
|
|
16787
|
+
/* */
|
|
16788
|
+
/* */
|
|
16789
|
+
/* */
|
|
16790
|
+
/* */
|
|
16791
|
+
/* */
|
|
16792
|
+
/* */
|
|
16793
|
+
/* */
|
|
16794
|
+
/* */
|
|
16795
|
+
/* */
|
|
16796
|
+
/* */
|
|
16797
|
+
/* */
|
|
16798
|
+
/* */
|
|
16799
|
+
/* */
|
|
16800
|
+
/* */
|
|
16801
|
+
/* */
|
|
16802
|
+
/* */
|
|
16803
|
+
return (void 0);
|
|
16804
|
+
}
|
|
16805
|
+
//#endregion
|
|
16806
|
+
//#region proj db
|
|
16807
|
+
async projdb() {
|
|
16808
|
+
/* */
|
|
16809
|
+
/* */
|
|
16810
|
+
/* */
|
|
16811
|
+
/* */
|
|
16812
|
+
/* */
|
|
16813
|
+
/* */
|
|
16814
|
+
/* */
|
|
16815
|
+
/* */
|
|
16816
|
+
/* */
|
|
16817
|
+
/* */
|
|
16818
|
+
/* */
|
|
16819
|
+
/* */
|
|
16820
|
+
/* */
|
|
16821
|
+
/* */
|
|
16822
|
+
return (void 0);
|
|
16823
|
+
}
|
|
16824
|
+
//#endregion
|
|
16825
|
+
//#region filter all project branches by pattern
|
|
16826
|
+
__filterBranchesByPattern(branchPatternOrBranchName) {
|
|
16827
|
+
/* */
|
|
16828
|
+
/* */
|
|
16829
|
+
/* */
|
|
16830
|
+
/* */
|
|
16831
|
+
/* */
|
|
16832
|
+
/* */
|
|
16833
|
+
/* */
|
|
16834
|
+
return (void 0);
|
|
16835
|
+
}
|
|
16836
|
+
//#endregion
|
|
16837
|
+
//#region select branch from list of branches
|
|
16838
|
+
async __selectBrach(branches, task) {
|
|
16839
|
+
/* */
|
|
16840
|
+
/* */
|
|
16841
|
+
/* */
|
|
16842
|
+
/* */
|
|
16843
|
+
/* */
|
|
16844
|
+
/* */
|
|
16845
|
+
/* */
|
|
16846
|
+
/* */
|
|
16847
|
+
/* */
|
|
16848
|
+
/* */
|
|
16849
|
+
/* */
|
|
16850
|
+
/* */
|
|
16851
|
+
/* */
|
|
16852
|
+
/* */
|
|
16853
|
+
/* */
|
|
16854
|
+
return (void 0);
|
|
16855
|
+
}
|
|
16856
|
+
//#endregion
|
|
16857
|
+
//#region commands / clone
|
|
16858
|
+
async clone() {
|
|
16859
|
+
/* */
|
|
16860
|
+
/* */
|
|
16861
|
+
/* */
|
|
16862
|
+
/* */
|
|
16863
|
+
/* */
|
|
16864
|
+
/* */
|
|
16865
|
+
/* */
|
|
16866
|
+
/* */
|
|
16867
|
+
/* */
|
|
16868
|
+
/* */
|
|
16869
|
+
/* */
|
|
16870
|
+
/* */
|
|
16871
|
+
/* */
|
|
16872
|
+
/* */
|
|
16873
|
+
/* */
|
|
16874
|
+
/* */
|
|
16875
|
+
/* */
|
|
16876
|
+
return (void 0);
|
|
16877
|
+
}
|
|
16878
|
+
//#endregion
|
|
16879
|
+
//#region commands / gh temp
|
|
16880
|
+
async ghSave() {
|
|
16881
|
+
/* */
|
|
16882
|
+
/* */
|
|
16883
|
+
/* */
|
|
16884
|
+
return (void 0);
|
|
16885
|
+
}
|
|
16886
|
+
async ghRestore() {
|
|
16887
|
+
/* */
|
|
16888
|
+
/* */
|
|
16889
|
+
/* */
|
|
16890
|
+
return (void 0);
|
|
16891
|
+
}
|
|
16892
|
+
//#endregion
|
|
16893
|
+
//#region commands / start cli service ports worker
|
|
16894
|
+
async ports() {
|
|
16895
|
+
/* */
|
|
16896
|
+
/* */
|
|
16897
|
+
return (void 0);
|
|
16898
|
+
}
|
|
16899
|
+
/**
|
|
16900
|
+
* tnp startCliServicePortsWorker --restart
|
|
16901
|
+
*/
|
|
16902
|
+
async startCliServicePortsWorker() {
|
|
16903
|
+
/* */
|
|
16904
|
+
/* */
|
|
16905
|
+
/* */
|
|
16906
|
+
/* */
|
|
16907
|
+
/* */
|
|
16908
|
+
/* */
|
|
16909
|
+
/* */
|
|
16910
|
+
/* */
|
|
16911
|
+
/* */
|
|
16912
|
+
/* */
|
|
16913
|
+
return (void 0);
|
|
16914
|
+
}
|
|
16915
|
+
//#endregion
|
|
16916
|
+
//#region commands / wait for any key
|
|
16917
|
+
async waitForUserAnyKey() {
|
|
16918
|
+
/* */
|
|
16919
|
+
/* */
|
|
16920
|
+
/* */
|
|
16921
|
+
/* */
|
|
16922
|
+
/* */
|
|
16923
|
+
/* */
|
|
16924
|
+
return (void 0);
|
|
16925
|
+
}
|
|
16926
|
+
//#endregion
|
|
16927
|
+
//#region commands / pause terminal
|
|
16928
|
+
pauseTerminal() {
|
|
16929
|
+
/* */
|
|
16930
|
+
/* */
|
|
16931
|
+
/* */
|
|
16932
|
+
return (void 0);
|
|
16933
|
+
}
|
|
16934
|
+
//#endregion
|
|
16935
|
+
//#region commands / sleep terminal
|
|
16936
|
+
sleepTerminal() {
|
|
16937
|
+
/* */
|
|
16938
|
+
/* */
|
|
16939
|
+
/* */
|
|
16940
|
+
/* */
|
|
16941
|
+
return (void 0);
|
|
16942
|
+
}
|
|
16943
|
+
//#endregion
|
|
16944
|
+
//#region commands / gh pages init
|
|
16945
|
+
async ghPagesInit() {
|
|
16946
|
+
/* */
|
|
16947
|
+
/* */
|
|
16948
|
+
/* */
|
|
16949
|
+
/* */
|
|
16950
|
+
/* */
|
|
16951
|
+
/* */
|
|
16952
|
+
/* */
|
|
16953
|
+
/* */
|
|
16954
|
+
/* */
|
|
16955
|
+
/* */
|
|
16956
|
+
return (void 0);
|
|
16957
|
+
}
|
|
16958
|
+
//#endregion
|
|
16959
|
+
//#region commands / is port in use
|
|
16960
|
+
async isPortInUse() {
|
|
16961
|
+
/* */
|
|
16962
|
+
/* */
|
|
16963
|
+
/* */
|
|
16964
|
+
/* */
|
|
16965
|
+
return (void 0);
|
|
16966
|
+
}
|
|
16967
|
+
//#endregion
|
|
16968
|
+
//#region commands / proc menu
|
|
16969
|
+
/* */
|
|
16970
|
+
/* */
|
|
16971
|
+
/* */
|
|
16972
|
+
/* */
|
|
16973
|
+
/* */
|
|
16974
|
+
/* */
|
|
16975
|
+
/* */
|
|
16976
|
+
/* */
|
|
16977
|
+
/* */
|
|
16978
|
+
/* */
|
|
16979
|
+
/* */
|
|
16980
|
+
/* */
|
|
16981
|
+
/* */
|
|
16982
|
+
/* */
|
|
16983
|
+
/* */
|
|
16984
|
+
/* */
|
|
16985
|
+
/* */
|
|
16986
|
+
/* */
|
|
16987
|
+
/* */
|
|
16988
|
+
/* */
|
|
16989
|
+
/* */
|
|
16990
|
+
/* */
|
|
16991
|
+
/* */
|
|
16992
|
+
/* */
|
|
16993
|
+
/* */
|
|
16994
|
+
/* */
|
|
16995
|
+
/* */
|
|
16996
|
+
/* */
|
|
16997
|
+
/* */
|
|
16998
|
+
/* */
|
|
16999
|
+
/* */
|
|
17000
|
+
/* */
|
|
17001
|
+
/* */
|
|
17002
|
+
/* */
|
|
17003
|
+
/* */
|
|
17004
|
+
/* */
|
|
17005
|
+
/* */
|
|
17006
|
+
/* */
|
|
17007
|
+
/* */
|
|
17008
|
+
/* */
|
|
17009
|
+
/* */
|
|
17010
|
+
/* */
|
|
17011
|
+
/* */
|
|
17012
|
+
/* */
|
|
17013
|
+
/* */
|
|
17014
|
+
/* */
|
|
17015
|
+
/* */
|
|
17016
|
+
/* */
|
|
17017
|
+
/* */
|
|
17018
|
+
/* */
|
|
17019
|
+
/* */
|
|
17020
|
+
/* */
|
|
17021
|
+
/* */
|
|
17022
|
+
/* */
|
|
17023
|
+
/* */
|
|
17024
|
+
/* */
|
|
17025
|
+
/* */
|
|
17026
|
+
/* */
|
|
17027
|
+
//#endregion
|
|
17028
|
+
//#region commands / proc info
|
|
17029
|
+
procInfo() {
|
|
17030
|
+
/* */
|
|
17031
|
+
/* */
|
|
17032
|
+
return (void 0);
|
|
17033
|
+
}
|
|
17034
|
+
processInfo() {
|
|
17035
|
+
/* */
|
|
17036
|
+
/* */
|
|
17037
|
+
/* */
|
|
17038
|
+
/* */
|
|
17039
|
+
/* */
|
|
17040
|
+
/* */
|
|
17041
|
+
/* */
|
|
17042
|
+
/* */
|
|
17043
|
+
/* */
|
|
17044
|
+
/* */
|
|
17045
|
+
/* */
|
|
17046
|
+
/* */
|
|
17047
|
+
/* */
|
|
17048
|
+
/* */
|
|
17049
|
+
/* */
|
|
17050
|
+
/* */
|
|
17051
|
+
return (void 0);
|
|
17052
|
+
}
|
|
17053
|
+
//#endregion
|
|
17054
|
+
//#region commands / last git tag
|
|
17055
|
+
lastGitTag() {
|
|
17056
|
+
/* */
|
|
17057
|
+
/* */
|
|
17058
|
+
/* */
|
|
17059
|
+
/* */
|
|
17060
|
+
return (void 0);
|
|
17061
|
+
}
|
|
17062
|
+
//#endregion
|
|
17063
|
+
//#region commands / check ports
|
|
17064
|
+
async checkPort() {
|
|
17065
|
+
/* */
|
|
17066
|
+
/* */
|
|
17067
|
+
return (void 0);
|
|
17068
|
+
}
|
|
17069
|
+
async checkPorts() {
|
|
17070
|
+
/* */
|
|
17071
|
+
/* */
|
|
17072
|
+
/* */
|
|
17073
|
+
/* */
|
|
17074
|
+
/* */
|
|
17075
|
+
/* */
|
|
17076
|
+
/* */
|
|
17077
|
+
/* */
|
|
17078
|
+
/* */
|
|
17079
|
+
/* */
|
|
17080
|
+
/* */
|
|
17081
|
+
/* */
|
|
17082
|
+
/* */
|
|
17083
|
+
/* */
|
|
17084
|
+
/* */
|
|
17085
|
+
/* */
|
|
17086
|
+
/* */
|
|
17087
|
+
/* */
|
|
17088
|
+
/* */
|
|
17089
|
+
/* */
|
|
17090
|
+
/* */
|
|
17091
|
+
return (void 0);
|
|
17092
|
+
}
|
|
17093
|
+
//#endregion
|
|
17094
|
+
//#region commands / remove symlinks
|
|
17095
|
+
removeSymlinksDryRun() {
|
|
17096
|
+
/* */
|
|
17097
|
+
/* */
|
|
17098
|
+
/* */
|
|
17099
|
+
/* */
|
|
17100
|
+
return (void 0);
|
|
17101
|
+
}
|
|
17102
|
+
//#endregion
|
|
17103
|
+
//#region commands / select java
|
|
17104
|
+
async selectJava() {
|
|
17105
|
+
/* */
|
|
17106
|
+
/* */
|
|
17107
|
+
/* */
|
|
17108
|
+
return (void 0);
|
|
17109
|
+
}
|
|
17110
|
+
//#endregion
|
|
17111
|
+
//#region commands / select tomcat
|
|
17112
|
+
async selectTomcat() {
|
|
17113
|
+
/* */
|
|
17114
|
+
/* */
|
|
17115
|
+
/* */
|
|
17116
|
+
/* */
|
|
17117
|
+
return (void 0);
|
|
17118
|
+
}
|
|
17119
|
+
//#endregion
|
|
17120
|
+
//#region commands / ln
|
|
17121
|
+
LN() {
|
|
17122
|
+
/* */
|
|
17123
|
+
/* */
|
|
17124
|
+
/* */
|
|
17125
|
+
/* */
|
|
17126
|
+
return (void 0);
|
|
17127
|
+
}
|
|
17128
|
+
//#endregion
|
|
17129
|
+
//#region commands / copy
|
|
17130
|
+
copy() {
|
|
17131
|
+
/* */
|
|
17132
|
+
/* */
|
|
17133
|
+
/* */
|
|
17134
|
+
/* */
|
|
17135
|
+
/* */
|
|
17136
|
+
/* */
|
|
17137
|
+
/* */
|
|
17138
|
+
/* */
|
|
17139
|
+
/* */
|
|
17140
|
+
/* */
|
|
17141
|
+
/* */
|
|
17142
|
+
/* */
|
|
17143
|
+
/* */
|
|
17144
|
+
/* */
|
|
17145
|
+
/* */
|
|
17146
|
+
/* */
|
|
17147
|
+
/* */
|
|
17148
|
+
/* */
|
|
17149
|
+
/* */
|
|
17150
|
+
/* */
|
|
17151
|
+
/* */
|
|
17152
|
+
/* */
|
|
17153
|
+
/* */
|
|
17154
|
+
/* */
|
|
17155
|
+
/* */
|
|
17156
|
+
/* */
|
|
17157
|
+
/* */
|
|
17158
|
+
/* */
|
|
17159
|
+
return (void 0);
|
|
17160
|
+
}
|
|
17161
|
+
//#endregion
|
|
17162
|
+
//#region commands / simulate domain
|
|
17163
|
+
async simulateDomain() {
|
|
17164
|
+
/* */
|
|
17165
|
+
/* */
|
|
17166
|
+
/* */
|
|
17167
|
+
/* */
|
|
17168
|
+
return (void 0);
|
|
17169
|
+
}
|
|
17170
|
+
//#endregion
|
|
17171
|
+
//#region commands / preview
|
|
17172
|
+
async preview() {
|
|
17173
|
+
/* */
|
|
17174
|
+
/* */
|
|
17175
|
+
/* */
|
|
17176
|
+
/* */
|
|
17177
|
+
/* */
|
|
17178
|
+
/* */
|
|
17179
|
+
/* */
|
|
17180
|
+
/* */
|
|
17181
|
+
/* */
|
|
17182
|
+
/* */
|
|
17183
|
+
/* */
|
|
17184
|
+
/* */
|
|
17185
|
+
/* */
|
|
17186
|
+
/* */
|
|
17187
|
+
/* */
|
|
17188
|
+
/* */
|
|
17189
|
+
/* */
|
|
17190
|
+
/* */
|
|
17191
|
+
/* */
|
|
17192
|
+
/* */
|
|
17193
|
+
/* */
|
|
17194
|
+
/* */
|
|
17195
|
+
/* */
|
|
17196
|
+
/* */
|
|
17197
|
+
/* */
|
|
17198
|
+
/* */
|
|
17199
|
+
/* */
|
|
17200
|
+
/* */
|
|
17201
|
+
/* */
|
|
17202
|
+
/* */
|
|
17203
|
+
/* */
|
|
17204
|
+
/* */
|
|
17205
|
+
/* */
|
|
17206
|
+
/* */
|
|
17207
|
+
/* */
|
|
17208
|
+
/* */
|
|
17209
|
+
/* */
|
|
17210
|
+
/* */
|
|
17211
|
+
/* */
|
|
17212
|
+
/* */
|
|
17213
|
+
/* */
|
|
17214
|
+
/* */
|
|
17215
|
+
/* */
|
|
17216
|
+
/* */
|
|
17217
|
+
/* */
|
|
17218
|
+
/* */
|
|
17219
|
+
/* */
|
|
17220
|
+
/* */
|
|
17221
|
+
/* */
|
|
17222
|
+
/* */
|
|
17223
|
+
/* */
|
|
17224
|
+
/* */
|
|
17225
|
+
/* */
|
|
17226
|
+
/* */
|
|
17227
|
+
/* */
|
|
17228
|
+
/* */
|
|
17229
|
+
/* */
|
|
17230
|
+
/* */
|
|
17231
|
+
/* */
|
|
17232
|
+
/* */
|
|
17233
|
+
/* */
|
|
17234
|
+
/* */
|
|
17235
|
+
/* */
|
|
17236
|
+
/* */
|
|
17237
|
+
/* */
|
|
17238
|
+
/* */
|
|
17239
|
+
/* */
|
|
17240
|
+
/* */
|
|
17241
|
+
/* */
|
|
17242
|
+
/* */
|
|
17243
|
+
/* */
|
|
17244
|
+
/* */
|
|
17245
|
+
/* */
|
|
17246
|
+
/* */
|
|
17247
|
+
/* */
|
|
17248
|
+
/* */
|
|
17249
|
+
/* */
|
|
17250
|
+
/* */
|
|
17251
|
+
/* */
|
|
17252
|
+
/* */
|
|
17253
|
+
/* */
|
|
17254
|
+
/* */
|
|
17255
|
+
/* */
|
|
17256
|
+
/* */
|
|
17257
|
+
/* */
|
|
17258
|
+
/* */
|
|
17259
|
+
/* */
|
|
17260
|
+
/* */
|
|
17261
|
+
/* */
|
|
17262
|
+
/* */
|
|
17263
|
+
/* */
|
|
17264
|
+
/* */
|
|
17265
|
+
/* */
|
|
17266
|
+
/* */
|
|
17267
|
+
/* */
|
|
17268
|
+
/* */
|
|
17269
|
+
/* */
|
|
17270
|
+
/* */
|
|
17271
|
+
/* */
|
|
17272
|
+
/* */
|
|
17273
|
+
/* */
|
|
17274
|
+
/* */
|
|
17275
|
+
/* */
|
|
17276
|
+
/* */
|
|
17277
|
+
/* */
|
|
17278
|
+
/* */
|
|
17279
|
+
return (void 0);
|
|
17280
|
+
}
|
|
17281
|
+
//#endregion
|
|
17282
|
+
//#region commands / shorten
|
|
17283
|
+
/**
|
|
17284
|
+
* read huge file and display only lines with specyfic words
|
|
17285
|
+
*/
|
|
17286
|
+
async shorten() {
|
|
17287
|
+
/* */
|
|
17288
|
+
/* */
|
|
17289
|
+
/* */
|
|
17290
|
+
/* */
|
|
17291
|
+
/* */
|
|
17292
|
+
/* */
|
|
17293
|
+
/* */
|
|
17294
|
+
/* */
|
|
17295
|
+
/* */
|
|
17296
|
+
/* */
|
|
17297
|
+
/* */
|
|
17298
|
+
/* */
|
|
17299
|
+
/* */
|
|
17300
|
+
/* */
|
|
17301
|
+
/* */
|
|
17302
|
+
/* */
|
|
17303
|
+
/* */
|
|
17304
|
+
/* */
|
|
17305
|
+
/* */
|
|
17306
|
+
/* */
|
|
17307
|
+
return (void 0);
|
|
17308
|
+
}
|
|
17309
|
+
//#endregion
|
|
17310
|
+
//#region commands / dump packages versions
|
|
17311
|
+
dumpPackagesVersions() {
|
|
17312
|
+
/* */
|
|
17313
|
+
/* */
|
|
17314
|
+
/* */
|
|
17315
|
+
/* */
|
|
17316
|
+
/* */
|
|
17317
|
+
/* */
|
|
17318
|
+
/* */
|
|
17319
|
+
/* */
|
|
17320
|
+
/* */
|
|
17321
|
+
/* */
|
|
17322
|
+
/* */
|
|
17323
|
+
/* */
|
|
17324
|
+
/* */
|
|
17325
|
+
/* */
|
|
17326
|
+
/* */
|
|
17327
|
+
/* */
|
|
17328
|
+
/* */
|
|
17329
|
+
/* */
|
|
17330
|
+
/* */
|
|
17331
|
+
/* */
|
|
17332
|
+
/* */
|
|
17333
|
+
/* */
|
|
17334
|
+
/* */
|
|
17335
|
+
/* */
|
|
17336
|
+
/* */
|
|
17337
|
+
/* */
|
|
17338
|
+
/* */
|
|
17339
|
+
/* */
|
|
17340
|
+
/* */
|
|
17341
|
+
/* */
|
|
17342
|
+
/* */
|
|
17343
|
+
/* */
|
|
17344
|
+
/* */
|
|
17345
|
+
return (void 0);
|
|
17346
|
+
}
|
|
17347
|
+
//#endregion
|
|
17348
|
+
//#region commands / zip
|
|
17349
|
+
async zip() {
|
|
17350
|
+
/* */
|
|
17351
|
+
/* */
|
|
17352
|
+
/* */
|
|
17353
|
+
/* */
|
|
17354
|
+
/* */
|
|
17355
|
+
/* */
|
|
17356
|
+
/* */
|
|
17357
|
+
/* */
|
|
17358
|
+
/* */
|
|
17359
|
+
/* */
|
|
17360
|
+
/* */
|
|
17361
|
+
/* */
|
|
17362
|
+
/* */
|
|
17363
|
+
/* */
|
|
17364
|
+
/* */
|
|
17365
|
+
/* */
|
|
17366
|
+
/* */
|
|
17367
|
+
/* */
|
|
17368
|
+
/* */
|
|
17369
|
+
/* */
|
|
17370
|
+
/* */
|
|
17371
|
+
/* */
|
|
17372
|
+
/* */
|
|
17373
|
+
/* */
|
|
17374
|
+
return (void 0);
|
|
17375
|
+
}
|
|
17376
|
+
//#endregion
|
|
17377
|
+
//#region commands / unzip
|
|
17378
|
+
async unzip() {
|
|
17379
|
+
/* */
|
|
17380
|
+
/* */
|
|
17381
|
+
/* */
|
|
17382
|
+
/* */
|
|
17383
|
+
/* */
|
|
17384
|
+
/* */
|
|
17385
|
+
/* */
|
|
17386
|
+
/* */
|
|
17387
|
+
/* */
|
|
17388
|
+
/* */
|
|
17389
|
+
/* */
|
|
17390
|
+
/* */
|
|
17391
|
+
/* */
|
|
17392
|
+
/* */
|
|
17393
|
+
/* */
|
|
17394
|
+
return (void 0);
|
|
17395
|
+
}
|
|
17396
|
+
//#endregion
|
|
17397
|
+
//#region commands / start transmission
|
|
17398
|
+
async startTransmission() {
|
|
17399
|
+
/* */
|
|
17400
|
+
/* */
|
|
17401
|
+
/* */
|
|
17402
|
+
/* */
|
|
17403
|
+
/* */
|
|
17404
|
+
/* */
|
|
17405
|
+
/* */
|
|
17406
|
+
/* */
|
|
17407
|
+
/* */
|
|
17408
|
+
/* */
|
|
17409
|
+
/* */
|
|
17410
|
+
/* */
|
|
17411
|
+
/* */
|
|
17412
|
+
/* */
|
|
17413
|
+
/* */
|
|
17414
|
+
/* */
|
|
17415
|
+
/* */
|
|
17416
|
+
/* */
|
|
17417
|
+
/* */
|
|
17418
|
+
/* */
|
|
17419
|
+
/* */
|
|
17420
|
+
/* */
|
|
17421
|
+
/* */
|
|
17422
|
+
/* */
|
|
17423
|
+
/* */
|
|
17424
|
+
/* */
|
|
17425
|
+
/* */
|
|
17426
|
+
/* */
|
|
17427
|
+
/* */
|
|
17428
|
+
/* */
|
|
17429
|
+
/* */
|
|
17430
|
+
/* */
|
|
17431
|
+
/* */
|
|
17432
|
+
/* */
|
|
17433
|
+
/* */
|
|
17434
|
+
/* */
|
|
17435
|
+
/* */
|
|
17436
|
+
/* */
|
|
17437
|
+
/* */
|
|
17438
|
+
/* */
|
|
17439
|
+
/* */
|
|
17440
|
+
/* */
|
|
17441
|
+
/* */
|
|
17442
|
+
/* */
|
|
17443
|
+
/* */
|
|
17444
|
+
/* */
|
|
17445
|
+
/* */
|
|
17446
|
+
/* */
|
|
17447
|
+
/* */
|
|
17448
|
+
/* */
|
|
17449
|
+
/* */
|
|
17450
|
+
/* */
|
|
17451
|
+
/* */
|
|
17452
|
+
/* */
|
|
17453
|
+
/* */
|
|
17454
|
+
/* */
|
|
17455
|
+
/* */
|
|
17456
|
+
return (void 0);
|
|
17457
|
+
}
|
|
17458
|
+
async _removeTransmission() {
|
|
17459
|
+
/* */
|
|
17460
|
+
/* */
|
|
17461
|
+
/* */
|
|
17462
|
+
/* */
|
|
17463
|
+
/* */
|
|
17464
|
+
/* */
|
|
17465
|
+
/* */
|
|
17466
|
+
/* */
|
|
17467
|
+
/* */
|
|
17468
|
+
/* */
|
|
17469
|
+
/* */
|
|
17470
|
+
/* */
|
|
17471
|
+
/* */
|
|
17472
|
+
/* */
|
|
17473
|
+
/* */
|
|
17474
|
+
/* */
|
|
17475
|
+
/* */
|
|
17476
|
+
/* */
|
|
17477
|
+
/* */
|
|
17478
|
+
/* */
|
|
17479
|
+
return (void 0);
|
|
17480
|
+
}
|
|
17481
|
+
//#endregion
|
|
17482
|
+
//#region commands / backup branch
|
|
17483
|
+
async backupBranch() {
|
|
17484
|
+
/* */
|
|
17485
|
+
/* */
|
|
17486
|
+
/* */
|
|
17487
|
+
return (void 0);
|
|
17488
|
+
}
|
|
17489
|
+
async bb() {
|
|
17490
|
+
/* */
|
|
17491
|
+
/* */
|
|
17492
|
+
return (void 0);
|
|
17493
|
+
}
|
|
17494
|
+
//#endregion
|
|
17495
|
+
//#region commands / count code lines
|
|
17496
|
+
async countCodeLines() {
|
|
17497
|
+
/* */
|
|
17498
|
+
/* */
|
|
17499
|
+
return (void 0);
|
|
17500
|
+
}
|
|
17501
|
+
async countCode() {
|
|
17502
|
+
/* */
|
|
17503
|
+
/* */
|
|
17504
|
+
return (void 0);
|
|
17505
|
+
}
|
|
17506
|
+
async countLines() {
|
|
17507
|
+
/* */
|
|
17508
|
+
/* */
|
|
17509
|
+
/* */
|
|
17510
|
+
/* */
|
|
17511
|
+
/* */
|
|
17512
|
+
/* */
|
|
17513
|
+
/* */
|
|
17514
|
+
/* */
|
|
17515
|
+
/* */
|
|
17516
|
+
/* */
|
|
17517
|
+
/* */
|
|
17518
|
+
/* */
|
|
17519
|
+
/* */
|
|
17520
|
+
/* */
|
|
17521
|
+
/* */
|
|
17522
|
+
/* */
|
|
17523
|
+
/* */
|
|
17524
|
+
/* */
|
|
17525
|
+
/* */
|
|
17526
|
+
/* */
|
|
17527
|
+
/* */
|
|
17528
|
+
/* */
|
|
17529
|
+
/* */
|
|
17530
|
+
/* */
|
|
17531
|
+
/* */
|
|
17532
|
+
/* */
|
|
17533
|
+
/* */
|
|
17534
|
+
/* */
|
|
17535
|
+
/* */
|
|
17536
|
+
/* */
|
|
17537
|
+
/* */
|
|
17538
|
+
/* */
|
|
17539
|
+
/* */
|
|
17540
|
+
/* */
|
|
17541
|
+
/* */
|
|
17542
|
+
/* */
|
|
17543
|
+
/* */
|
|
17544
|
+
/* */
|
|
17545
|
+
/* */
|
|
17546
|
+
/* */
|
|
17547
|
+
/* */
|
|
17548
|
+
/* */
|
|
17549
|
+
/* */
|
|
17550
|
+
/* */
|
|
17551
|
+
/* */
|
|
17552
|
+
/* */
|
|
17553
|
+
/* */
|
|
17554
|
+
/* */
|
|
17555
|
+
/* */
|
|
17556
|
+
/* */
|
|
17557
|
+
/* */
|
|
17558
|
+
/* */
|
|
17559
|
+
/* */
|
|
17560
|
+
/* */
|
|
17561
|
+
/* */
|
|
17562
|
+
/* */
|
|
17563
|
+
/* */
|
|
17564
|
+
/* */
|
|
17565
|
+
return (void 0);
|
|
17566
|
+
}
|
|
17567
|
+
//#endregion
|
|
17568
|
+
//#region commands / is node version ok
|
|
17569
|
+
isNodeVersionOk() {
|
|
17570
|
+
/* */
|
|
17571
|
+
/* */
|
|
17572
|
+
/* */
|
|
17573
|
+
/* */
|
|
17574
|
+
/* */
|
|
17575
|
+
/* */
|
|
17576
|
+
/* */
|
|
17577
|
+
/* */
|
|
17578
|
+
/* */
|
|
17579
|
+
/* */
|
|
17580
|
+
/* */
|
|
17581
|
+
return (void 0);
|
|
17582
|
+
}
|
|
17583
|
+
//#endregion
|
|
17584
|
+
//#region commands / pwd
|
|
17585
|
+
pwd() {
|
|
17586
|
+
config.frameworkName = 'taon';
|
|
17587
|
+
console.log(crossPlatformPath(this.cwd));
|
|
17588
|
+
this._exit();
|
|
17589
|
+
}
|
|
17590
|
+
//#endregion
|
|
17591
|
+
//#region commands / less-more big text files preview
|
|
17592
|
+
async more() {
|
|
17593
|
+
/* */
|
|
17594
|
+
/* */
|
|
17595
|
+
/* */
|
|
17596
|
+
/* */
|
|
17597
|
+
/* */
|
|
17598
|
+
/* */
|
|
17599
|
+
/* */
|
|
17600
|
+
/* */
|
|
17601
|
+
/* */
|
|
17602
|
+
return (void 0);
|
|
17603
|
+
}
|
|
17604
|
+
async less() {
|
|
17605
|
+
/* */
|
|
17606
|
+
/* */
|
|
17607
|
+
return (void 0);
|
|
17608
|
+
}
|
|
17609
|
+
//#endregion
|
|
17610
|
+
//#region commands / mp3
|
|
17611
|
+
/**
|
|
17612
|
+
* npm install --global bin-version-check-cli
|
|
17613
|
+
* npm i -g yt-dlp
|
|
17614
|
+
* choco install ffmpeg
|
|
17615
|
+
*/
|
|
17616
|
+
MP3(args) {
|
|
17617
|
+
/* */
|
|
17618
|
+
/* */
|
|
17619
|
+
/* */
|
|
17620
|
+
/* */
|
|
17621
|
+
/* */
|
|
17622
|
+
/* */
|
|
17623
|
+
/* */
|
|
17624
|
+
/* */
|
|
17625
|
+
/* */
|
|
17626
|
+
/* */
|
|
17627
|
+
/* */
|
|
17628
|
+
/* */
|
|
17629
|
+
/* */
|
|
17630
|
+
/* */
|
|
17631
|
+
/* */
|
|
17632
|
+
/* */
|
|
17633
|
+
/* */
|
|
17634
|
+
/* */
|
|
17635
|
+
/* */
|
|
17636
|
+
return (void 0);
|
|
17637
|
+
}
|
|
17638
|
+
//#endregion
|
|
17639
|
+
//#region commands / mp4
|
|
17640
|
+
MP4(args) {
|
|
17641
|
+
/* */
|
|
17642
|
+
/* */
|
|
17643
|
+
/* */
|
|
17644
|
+
/* */
|
|
17645
|
+
/* */
|
|
17646
|
+
/* */
|
|
17647
|
+
/* */
|
|
17648
|
+
/* */
|
|
17649
|
+
/* */
|
|
17650
|
+
/* */
|
|
17651
|
+
/* */
|
|
17652
|
+
/* */
|
|
17653
|
+
/* */
|
|
17654
|
+
/* */
|
|
17655
|
+
/* */
|
|
17656
|
+
/* */
|
|
17657
|
+
return (void 0);
|
|
17658
|
+
}
|
|
17659
|
+
//#endregion
|
|
17660
|
+
//#region commands / gif from video
|
|
17661
|
+
gif() {
|
|
17662
|
+
/* */
|
|
17663
|
+
/* */
|
|
17664
|
+
/* */
|
|
17665
|
+
/* */
|
|
17666
|
+
/* */
|
|
17667
|
+
/* */
|
|
17668
|
+
/* */
|
|
17669
|
+
/* */
|
|
17670
|
+
/* */
|
|
17671
|
+
/* */
|
|
17672
|
+
/* */
|
|
17673
|
+
/* */
|
|
17674
|
+
/* */
|
|
17675
|
+
/* */
|
|
17676
|
+
/* */
|
|
17677
|
+
/* */
|
|
17678
|
+
/* */
|
|
17679
|
+
/* */
|
|
17680
|
+
/* */
|
|
17681
|
+
/* */
|
|
17682
|
+
/* */
|
|
17683
|
+
/* */
|
|
17684
|
+
/* */
|
|
17685
|
+
/* */
|
|
17686
|
+
/* */
|
|
17687
|
+
/* */
|
|
17688
|
+
/* */
|
|
17689
|
+
/* */
|
|
17690
|
+
/* */
|
|
17691
|
+
/* */
|
|
17692
|
+
/* */
|
|
17693
|
+
/* */
|
|
17694
|
+
/* */
|
|
17695
|
+
/* */
|
|
17696
|
+
/* */
|
|
17697
|
+
/* */
|
|
17698
|
+
/* */
|
|
17699
|
+
/* */
|
|
17700
|
+
/* */
|
|
17701
|
+
/* */
|
|
17702
|
+
/* */
|
|
17703
|
+
/* */
|
|
17704
|
+
/* */
|
|
17705
|
+
/* */
|
|
17706
|
+
/* */
|
|
17707
|
+
/* */
|
|
17708
|
+
/* */
|
|
17709
|
+
return (void 0);
|
|
17710
|
+
}
|
|
17711
|
+
//#endregion
|
|
17712
|
+
//#region commands / kill zscaller
|
|
17713
|
+
killZs() {
|
|
17714
|
+
/* */
|
|
17715
|
+
/* */
|
|
17716
|
+
return (void 0);
|
|
17717
|
+
}
|
|
17718
|
+
startZs() {
|
|
17719
|
+
/* */
|
|
17720
|
+
/* */
|
|
17721
|
+
return (void 0);
|
|
17722
|
+
}
|
|
17723
|
+
zsKill() {
|
|
17724
|
+
/* */
|
|
17725
|
+
/* */
|
|
17726
|
+
return (void 0);
|
|
17727
|
+
}
|
|
17728
|
+
zsStart() {
|
|
17729
|
+
/* */
|
|
17730
|
+
/* */
|
|
17731
|
+
return (void 0);
|
|
17732
|
+
}
|
|
17733
|
+
startZscaller() {
|
|
17734
|
+
/* */
|
|
17735
|
+
/* */
|
|
17736
|
+
/* */
|
|
17737
|
+
/* */
|
|
17738
|
+
/* */
|
|
17739
|
+
/* */
|
|
17740
|
+
/* */
|
|
17741
|
+
/* */
|
|
17742
|
+
/* */
|
|
17743
|
+
/* */
|
|
17744
|
+
/* */
|
|
17745
|
+
/* */
|
|
17746
|
+
/* */
|
|
17747
|
+
/* */
|
|
17748
|
+
/* */
|
|
17749
|
+
/* */
|
|
17750
|
+
return (void 0);
|
|
17751
|
+
}
|
|
17752
|
+
killZscaller() {
|
|
17753
|
+
/* */
|
|
17754
|
+
/* */
|
|
17755
|
+
/* */
|
|
17756
|
+
/* */
|
|
17757
|
+
/* */
|
|
17758
|
+
/* */
|
|
17759
|
+
/* */
|
|
17760
|
+
/* */
|
|
17761
|
+
/* */
|
|
17762
|
+
/* */
|
|
17763
|
+
/* */
|
|
17764
|
+
/* */
|
|
17765
|
+
/* */
|
|
17766
|
+
/* */
|
|
17767
|
+
/* */
|
|
17768
|
+
/* */
|
|
17769
|
+
return (void 0);
|
|
17770
|
+
}
|
|
17771
|
+
}
|
|
14981
17772
|
|
|
14982
17773
|
//#region imports
|
|
14983
17774
|
//#endregion
|
|
@@ -16748,5 +19539,5 @@ const Helpers = HelpersTaon.Instance;
|
|
|
16748
19539
|
* Generated bundle index. Do not edit.
|
|
16749
19540
|
*/
|
|
16750
19541
|
|
|
16751
|
-
export { BaseCliWorker, BaseCliWorkerConfig, BaseCliWorkerController, BaseCliWorkerTerminalUI, BaseCommandLineFeature, BaseCompilerForProject, BaseDebounceCompilerForProject, BaseFeatureForProject, BaseFileFoldersOperations, BaseGit, BaseIgnoreHideHelpers, BaseJsonFileReader, BaseLibraryBuild, BaseLinkedProjects, BaseLinter, BaseNodeModules, BaseNpmHelpers, BasePackageJson, BaseProcessManger, BaseProject, BaseProjectResolver, BaseProjectTypeArr, BaseQuickFixes, BaseReleaseProcess, BaseVscodeHelpers, CommandConfig, CommandProcess, CommandProcessState, CommitData, CoreAngularProject, CoreProject, CoreTypescriptProject,
|
|
19542
|
+
export { BaseCLiWorkerStartMode, BaseCLiWorkerStartParams, BaseCliMethodOptions, BaseCliWorker, BaseCliWorkerConfig, BaseCliWorkerController, BaseCliWorkerTerminalUI, BaseCommandLineFeature, BaseCompilerForProject, BaseDebounceCompilerForProject, BaseFeatureForProject, BaseFileFoldersOperations, BaseGit, BaseGlobalCommandLine, BaseIgnoreHideHelpers, BaseJsonFileReader, BaseLibraryBuild, BaseLinkedProjects, BaseLinter, BaseNodeModules, BaseNpmHelpers, BasePackageJson, BaseProcessManger, BaseProject, BaseProjectResolver, BaseProjectTypeArr, BaseQuickFixes, BaseReleaseProcess, BaseVscodeHelpers, CommandConfig, CommandProcess, CommandProcessState, CommitData, CoreAngularProject, CoreProject, CoreTypescriptProject, Helpers, HelpersAngular, LinkedPorjectsConfig, LinkedProject, PackageJsonDependencyObjArr, Port, PortStatusArr, PortsController, PortsWorker, ProgressData, UtilsDocker, UtilsHttp, UtilsJava, UtilsMd, UtilsNpm, UtilsPasswords, UtilsQuickFixes, UtilsTaonWorker, UtilsTypescript, UtilsVSCode, UtilsZip, UtilsZipBrowser, executeCommand, getBaseCliWorkerDatabaseConfig };
|
|
16752
19543
|
//# sourceMappingURL=tnp-helpers.mjs.map
|