tnp-helpers 19.0.65 → 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 +3032 -256
- 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-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-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 +3032 -256
- 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-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,10 +1,10 @@
|
|
|
1
1
|
import { Subject } from 'rxjs';
|
|
2
|
-
import { CoreModels, Utils, crossPlatformPath,
|
|
3
|
-
import { CLASS } from 'typescript-class-helpers/browser';
|
|
2
|
+
import { CoreModels, Utils, crossPlatformPath, _, CoreHelpers, UtilsTerminal, path, Helpers as Helpers$1, fse, chalk } from 'tnp-core/browser';
|
|
4
3
|
import * as fuzzy from 'fuzzy';
|
|
5
4
|
import { Level } from 'ng2-logger/browser';
|
|
5
|
+
import { CLASS } from 'typescript-class-helpers/browser';
|
|
6
6
|
import { __decorate, __param, __metadata } from 'tslib';
|
|
7
|
-
import { Taon, BaseContext } from 'taon/browser';
|
|
7
|
+
import { Taon, BaseClass, BaseContext } from 'taon/browser';
|
|
8
8
|
import { config, folderName, fileName } from 'tnp-config/browser';
|
|
9
9
|
import { IncCompiler, ChangeOfFile } from 'incremental-compiler/browser';
|
|
10
10
|
|
|
@@ -98,6 +98,7 @@ var HelpersAngular;
|
|
|
98
98
|
|
|
99
99
|
//#region imports
|
|
100
100
|
/* */
|
|
101
|
+
/* */
|
|
101
102
|
//#endregion
|
|
102
103
|
//#region utils npm
|
|
103
104
|
var UtilsNpm;
|
|
@@ -1524,8 +1525,6 @@ var UtilsQuickFixes;
|
|
|
1524
1525
|
/* */
|
|
1525
1526
|
/* */
|
|
1526
1527
|
/* */
|
|
1527
|
-
/* */
|
|
1528
|
-
/* */
|
|
1529
1528
|
return (void 0);
|
|
1530
1529
|
};
|
|
1531
1530
|
//#endregion
|
|
@@ -2350,119 +2349,50 @@ var UtilsPasswords;
|
|
|
2350
2349
|
// })();
|
|
2351
2350
|
})(UtilsPasswords || (UtilsPasswords = {}));
|
|
2352
2351
|
//#endregion
|
|
2353
|
-
//#region utils
|
|
2354
|
-
var
|
|
2355
|
-
(function (
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
let cursor = 0;
|
|
2395
|
-
while (cursor <= metaPart.length) {
|
|
2396
|
-
const sepIdx = metaPart.indexOf(PAIR_SEPARATOR, cursor);
|
|
2397
|
-
const segment = sepIdx === -1
|
|
2398
|
-
? metaPart.substring(cursor)
|
|
2399
|
-
: metaPart.substring(cursor, sepIdx);
|
|
2400
|
-
if (segment) {
|
|
2401
|
-
const kvIdx = segment.indexOf(KV_SEPARATOR);
|
|
2402
|
-
if (kvIdx > -1) {
|
|
2403
|
-
const key = segment.substring(0, kvIdx);
|
|
2404
|
-
const value = segment.substring(kvIdx + KV_SEPARATOR.length);
|
|
2405
|
-
data[key] = value;
|
|
2406
|
-
}
|
|
2407
|
-
}
|
|
2408
|
-
if (sepIdx === -1)
|
|
2409
|
-
break;
|
|
2410
|
-
cursor = sepIdx + PAIR_SEPARATOR.length;
|
|
2411
|
-
}
|
|
2412
|
-
return data;
|
|
2413
|
-
}
|
|
2414
|
-
FilePathMetaData.extractData = extractData;
|
|
2415
|
-
//#endregion
|
|
2416
|
-
//#region get only metadata string
|
|
2417
|
-
FilePathMetaData.getOnlyMetadataString = (filename) => {
|
|
2418
|
-
const ext = path.extname(filename);
|
|
2419
|
-
const base = path.basename(filename, ext);
|
|
2420
|
-
const idx = base.lastIndexOf(TERMINATOR);
|
|
2421
|
-
if (idx === -1)
|
|
2422
|
-
return ''; // no terminator
|
|
2423
|
-
const metaPart = base.substring(0, idx);
|
|
2424
|
-
if (!metaPart.trim())
|
|
2425
|
-
return ''; // empty metadata
|
|
2426
|
-
return metaPart;
|
|
2352
|
+
//#region utils docker
|
|
2353
|
+
var UtilsDocker;
|
|
2354
|
+
(function (UtilsDocker) {
|
|
2355
|
+
UtilsDocker.DOCKER_LABEL_KEY = 'com.docker.compose.project'; // change to your app name
|
|
2356
|
+
//#region clean images by docker label
|
|
2357
|
+
UtilsDocker.cleanImagesByDockerLabel = async (labelKey, labelValue) => {
|
|
2358
|
+
/* */
|
|
2359
|
+
/* */
|
|
2360
|
+
/* */
|
|
2361
|
+
/* */
|
|
2362
|
+
/* */
|
|
2363
|
+
/* */
|
|
2364
|
+
/* */
|
|
2365
|
+
/* */
|
|
2366
|
+
/* */
|
|
2367
|
+
/* */
|
|
2368
|
+
/* */
|
|
2369
|
+
/* */
|
|
2370
|
+
/* */
|
|
2371
|
+
/* */
|
|
2372
|
+
/* */
|
|
2373
|
+
/* */
|
|
2374
|
+
/* */
|
|
2375
|
+
/* */
|
|
2376
|
+
/* */
|
|
2377
|
+
/* */
|
|
2378
|
+
/* */
|
|
2379
|
+
/* */
|
|
2380
|
+
/* */
|
|
2381
|
+
/* */
|
|
2382
|
+
/* */
|
|
2383
|
+
/* */
|
|
2384
|
+
/* */
|
|
2385
|
+
/* */
|
|
2386
|
+
/* */
|
|
2387
|
+
/* */
|
|
2388
|
+
/* */
|
|
2389
|
+
/* */
|
|
2390
|
+
/* */
|
|
2391
|
+
/* */
|
|
2392
|
+
return (void 0);
|
|
2427
2393
|
};
|
|
2428
2394
|
//#endregion
|
|
2429
|
-
})(
|
|
2430
|
-
//#endregion
|
|
2431
|
-
//#region utils cli
|
|
2432
|
-
/**
|
|
2433
|
-
* Easy way to connect CLI commands to cli class methods.
|
|
2434
|
-
*
|
|
2435
|
-
* Example:
|
|
2436
|
-
* in clic class
|
|
2437
|
-
* $FirstCli {
|
|
2438
|
-
*
|
|
2439
|
-
* @UtilsCliMethod.decorator('doSomething')
|
|
2440
|
-
* doSomething() {
|
|
2441
|
-
* console.log('doing something');
|
|
2442
|
-
* }
|
|
2443
|
-
* }
|
|
2444
|
-
*
|
|
2445
|
-
* UtilsCliMethod.getFrom($FirstCli.prototype.doSomething) // "firstcli:dosomething"
|
|
2446
|
-
*
|
|
2447
|
-
*/
|
|
2448
|
-
var UtilsCliMethod;
|
|
2449
|
-
(function (UtilsCliMethod) {
|
|
2450
|
-
const CLI_METHOD_KEY = Symbol('cliMethod');
|
|
2451
|
-
UtilsCliMethod.decorator = (methodName) => {
|
|
2452
|
-
return (target, propertyKey, descriptor) => {
|
|
2453
|
-
// If name not given, fallback to property key
|
|
2454
|
-
Reflect.defineMetadata(CLI_METHOD_KEY, `${_.camelCase(CLASS.getName(target?.constructor)).toLowerCase()}` +
|
|
2455
|
-
`:${_.camelCase(methodName ?? propertyKey).toLowerCase()}`, descriptor.value);
|
|
2456
|
-
};
|
|
2457
|
-
};
|
|
2458
|
-
UtilsCliMethod.getFrom = (ClassPrototypeMethodFnHere, globalMethod = false) => {
|
|
2459
|
-
const fullCliMethodName = Reflect.getMetadata(CLI_METHOD_KEY, ClassPrototypeMethodFnHere);
|
|
2460
|
-
if (globalMethod) {
|
|
2461
|
-
return fullCliMethodName.split(':')[1];
|
|
2462
|
-
}
|
|
2463
|
-
return fullCliMethodName;
|
|
2464
|
-
};
|
|
2465
|
-
})(UtilsCliMethod || (UtilsCliMethod = {}));
|
|
2395
|
+
})(UtilsDocker || (UtilsDocker = {}));
|
|
2466
2396
|
//#endregion
|
|
2467
2397
|
|
|
2468
2398
|
class HelpersArrayObj {
|
|
@@ -5246,6 +5176,9 @@ class BaseCliWorkerTerminalUI {
|
|
|
5246
5176
|
/* */
|
|
5247
5177
|
/* */
|
|
5248
5178
|
/* */
|
|
5179
|
+
/* */
|
|
5180
|
+
/* */
|
|
5181
|
+
/* */
|
|
5249
5182
|
return (void 0);
|
|
5250
5183
|
}
|
|
5251
5184
|
//#endregion
|
|
@@ -5324,6 +5257,7 @@ class BaseCliWorkerTerminalUI {
|
|
|
5324
5257
|
/* */
|
|
5325
5258
|
/* */
|
|
5326
5259
|
/* */
|
|
5260
|
+
/* */
|
|
5327
5261
|
return (void 0);
|
|
5328
5262
|
}
|
|
5329
5263
|
//#endregion
|
|
@@ -5355,50 +5289,39 @@ class BaseCliWorkerTerminalUI {
|
|
|
5355
5289
|
}
|
|
5356
5290
|
}
|
|
5357
5291
|
|
|
5292
|
+
class BaseCliWorkerConfigGetContextOptions {
|
|
5293
|
+
}
|
|
5294
|
+
/**
|
|
5295
|
+
* Default mode: DETACHED_CHILD_PROCESS
|
|
5296
|
+
*/
|
|
5297
|
+
var BaseCLiWorkerStartMode;
|
|
5298
|
+
(function (BaseCLiWorkerStartMode) {
|
|
5299
|
+
BaseCLiWorkerStartMode["CHILD_PROCESS"] = "child";
|
|
5300
|
+
BaseCLiWorkerStartMode["IN_CURRENT_PROCESS"] = "process";
|
|
5301
|
+
BaseCLiWorkerStartMode["DETACHED_WINDOW"] = "window";
|
|
5302
|
+
})(BaseCLiWorkerStartMode || (BaseCLiWorkerStartMode = {}));
|
|
5303
|
+
class BaseCLiWorkerStartParams {
|
|
5304
|
+
}
|
|
5305
|
+
class BaseCliMethodOptions extends BaseClass {
|
|
5306
|
+
static from(opt) {
|
|
5307
|
+
opt = opt ?? {};
|
|
5308
|
+
opt.cliParams = opt.cliParams ?? {};
|
|
5309
|
+
opt.connectionOptions = opt.connectionOptions ?? {};
|
|
5310
|
+
const res = new BaseCliMethodOptions().clone(opt);
|
|
5311
|
+
res.cliParams = _.merge(new BaseCLiWorkerStartParams(), opt.cliParams);
|
|
5312
|
+
res.cliParams.mode =
|
|
5313
|
+
res.cliParams.mode || BaseCLiWorkerStartMode.CHILD_PROCESS;
|
|
5314
|
+
res.connectionOptions = _.merge(new BaseCliWorkerConfigGetContextOptions(), opt.connectionOptions);
|
|
5315
|
+
return res;
|
|
5316
|
+
}
|
|
5317
|
+
}
|
|
5318
|
+
|
|
5358
5319
|
//#endregion
|
|
5359
5320
|
//#region constants
|
|
5360
5321
|
const WORKER_INIT_START_TIME_LIMIT = 25; // 15 seconds max to start worker
|
|
5361
5322
|
const START_PORT_FOR_SERVICES = 3600;
|
|
5362
5323
|
//#endregion
|
|
5363
5324
|
class BaseCliWorker {
|
|
5364
|
-
// private workerRemoteContextFor: {
|
|
5365
|
-
// [ipAddressOfTaonInstance: string]: ReturnType<typeof Taon.createContext>;
|
|
5366
|
-
// } = {};
|
|
5367
|
-
async getRemoteControllerFor(ipAddressOfTaonInstance, port) {
|
|
5368
|
-
// this.workerRemoteContextFor[ipAddressOfTaonInstance] = remoteCtx;
|
|
5369
|
-
const useHttps = ipAddressOfTaonInstance !== CoreModels.localhostIp127;
|
|
5370
|
-
const protocol = useHttps ? 'https' : 'http';
|
|
5371
|
-
const remoteCtx = this.workerContextTemplate().cloneAsRemote({
|
|
5372
|
-
overrideRemoteHost: `${protocol}://${ipAddressOfTaonInstance}${port ? `:${port}` : ''}`,
|
|
5373
|
-
});
|
|
5374
|
-
const contextForRemoteConnection = await remoteCtx.initialize();
|
|
5375
|
-
const taonProjectsController = contextForRemoteConnection.getInstanceBy(this.controllerClass);
|
|
5376
|
-
return taonProjectsController;
|
|
5377
|
-
}
|
|
5378
|
-
//#region fields & getters / path to process local info
|
|
5379
|
-
get pathToProcessLocalInfoJson() {
|
|
5380
|
-
/* */
|
|
5381
|
-
/* */
|
|
5382
|
-
/* */
|
|
5383
|
-
/* */
|
|
5384
|
-
/* */
|
|
5385
|
-
/* */
|
|
5386
|
-
/* */
|
|
5387
|
-
/* */
|
|
5388
|
-
return (void 0);
|
|
5389
|
-
}
|
|
5390
|
-
//#endregion
|
|
5391
|
-
//#region fields & getters / process local info json object
|
|
5392
|
-
get processLocalInfoObj() {
|
|
5393
|
-
/* */
|
|
5394
|
-
/* */
|
|
5395
|
-
/* */
|
|
5396
|
-
/* */
|
|
5397
|
-
/* */
|
|
5398
|
-
/* */
|
|
5399
|
-
return (void 0);
|
|
5400
|
-
}
|
|
5401
|
-
//#endregion
|
|
5402
5325
|
//#endregion
|
|
5403
5326
|
//#region constructor
|
|
5404
5327
|
constructor(
|
|
@@ -5419,18 +5342,42 @@ class BaseCliWorker {
|
|
|
5419
5342
|
this.serviceVersion = serviceVersion;
|
|
5420
5343
|
//#region fields & getters
|
|
5421
5344
|
this.SPECIAL_WORKER_READY_MESSAGE = CoreModels.SPECIAL_WORKER_READY_MESSAGE;
|
|
5345
|
+
/**
|
|
5346
|
+
* dependency workers that should be started before this worker
|
|
5347
|
+
*/
|
|
5348
|
+
this.dependencyWorkers = new Map();
|
|
5422
5349
|
// @ts-ignore TODO weird inheritance problem
|
|
5423
5350
|
this.terminalUI = new BaseCliWorkerTerminalUI(this);
|
|
5424
5351
|
}
|
|
5425
5352
|
//#endregion
|
|
5426
|
-
//#region
|
|
5353
|
+
//#region public
|
|
5354
|
+
//#region public fields & getters / process local info json object
|
|
5355
|
+
get processLocalInfoObj() {
|
|
5356
|
+
/* */
|
|
5357
|
+
/* */
|
|
5358
|
+
/* */
|
|
5359
|
+
/* */
|
|
5360
|
+
/* */
|
|
5361
|
+
/* */
|
|
5362
|
+
return (void 0);
|
|
5363
|
+
}
|
|
5364
|
+
//#endregion
|
|
5365
|
+
//#region public methods / get remote controller
|
|
5366
|
+
async getRemoteControllerFor(options) {
|
|
5367
|
+
options = options || {};
|
|
5368
|
+
options.methodOptions = BaseCliMethodOptions.from(options.methodOptions);
|
|
5369
|
+
const remoteEndpointContext = await this.getRemoteContextFor(options);
|
|
5370
|
+
const taonProjectsController = remoteEndpointContext.getInstanceBy(options.controllerClass
|
|
5371
|
+
? options.controllerClass
|
|
5372
|
+
: this.controllerClass);
|
|
5373
|
+
return taonProjectsController;
|
|
5374
|
+
}
|
|
5375
|
+
//#endregion
|
|
5376
|
+
//#region public methods / kill
|
|
5427
5377
|
/**
|
|
5428
|
-
*
|
|
5429
|
-
* for production use startDetachedIfNeedsToBeStarted()
|
|
5430
|
-
* start normally process
|
|
5431
|
-
* this will crash if process already started
|
|
5378
|
+
* stop if started
|
|
5432
5379
|
*/
|
|
5433
|
-
async
|
|
5380
|
+
async kill(options) {
|
|
5434
5381
|
/* */
|
|
5435
5382
|
/* */
|
|
5436
5383
|
/* */
|
|
@@ -5455,11 +5402,6 @@ class BaseCliWorker {
|
|
|
5455
5402
|
/* */
|
|
5456
5403
|
/* */
|
|
5457
5404
|
/* */
|
|
5458
|
-
return (void 0);
|
|
5459
|
-
}
|
|
5460
|
-
//#endregion
|
|
5461
|
-
//#region methods / get controller for remote connection
|
|
5462
|
-
async getControllerForRemoteConnection(options) {
|
|
5463
5405
|
/* */
|
|
5464
5406
|
/* */
|
|
5465
5407
|
/* */
|
|
@@ -5470,6 +5412,44 @@ class BaseCliWorker {
|
|
|
5470
5412
|
/* */
|
|
5471
5413
|
/* */
|
|
5472
5414
|
/* */
|
|
5415
|
+
/* */
|
|
5416
|
+
/* */
|
|
5417
|
+
return (void 0);
|
|
5418
|
+
}
|
|
5419
|
+
//#endregion
|
|
5420
|
+
//#region public methods / restart
|
|
5421
|
+
/**
|
|
5422
|
+
* kill detached process and start again
|
|
5423
|
+
* @param options.detached - default true
|
|
5424
|
+
*/
|
|
5425
|
+
async restart(options) {
|
|
5426
|
+
options = options || {};
|
|
5427
|
+
options.methodOptions = BaseCliMethodOptions.from(options.methodOptions);
|
|
5428
|
+
await this.kill({
|
|
5429
|
+
methodOptions: options.methodOptions,
|
|
5430
|
+
});
|
|
5431
|
+
//longer because os is disposing process previous process
|
|
5432
|
+
Helpers.info(`Restarting service "${this.serviceID}" ` +
|
|
5433
|
+
`in ${options.methodOptions.cliParams.mode} mode...`);
|
|
5434
|
+
if (options.methodOptions.cliParams.mode ===
|
|
5435
|
+
BaseCLiWorkerStartMode.IN_CURRENT_PROCESS) {
|
|
5436
|
+
await this.startNormallyInCurrentProcess({
|
|
5437
|
+
methodOptions: options.methodOptions,
|
|
5438
|
+
});
|
|
5439
|
+
}
|
|
5440
|
+
else {
|
|
5441
|
+
await this.startDetached({
|
|
5442
|
+
methodOptions: options.methodOptions,
|
|
5443
|
+
});
|
|
5444
|
+
}
|
|
5445
|
+
}
|
|
5446
|
+
//#endregion
|
|
5447
|
+
//#region public methods / cli start
|
|
5448
|
+
/**
|
|
5449
|
+
* only for cli start
|
|
5450
|
+
* @param cliParams on from cli
|
|
5451
|
+
*/
|
|
5452
|
+
async cliStartProcedure(options) {
|
|
5473
5453
|
/* */
|
|
5474
5454
|
/* */
|
|
5475
5455
|
/* */
|
|
@@ -5492,11 +5472,6 @@ class BaseCliWorker {
|
|
|
5492
5472
|
/* */
|
|
5493
5473
|
/* */
|
|
5494
5474
|
/* */
|
|
5495
|
-
return (void 0);
|
|
5496
|
-
}
|
|
5497
|
-
//#endregion
|
|
5498
|
-
//#region public methods / start if needs to be started
|
|
5499
|
-
async startDetachedIfNeedsToBeStarted(options) {
|
|
5500
5475
|
/* */
|
|
5501
5476
|
/* */
|
|
5502
5477
|
/* */
|
|
@@ -5516,11 +5491,75 @@ class BaseCliWorker {
|
|
|
5516
5491
|
return (void 0);
|
|
5517
5492
|
}
|
|
5518
5493
|
//#endregion
|
|
5519
|
-
//#
|
|
5520
|
-
|
|
5521
|
-
|
|
5522
|
-
|
|
5523
|
-
|
|
5494
|
+
//#endregion
|
|
5495
|
+
//#region protected
|
|
5496
|
+
//#region protected methods / get remote context
|
|
5497
|
+
async getRemoteContextFor(options) {
|
|
5498
|
+
options = options || {};
|
|
5499
|
+
options.methodOptions = BaseCliMethodOptions.from(options.methodOptions);
|
|
5500
|
+
const ipAddressOfTaonInstance = options.methodOptions.connectionOptions.ipAddressOfTaonInstance ||
|
|
5501
|
+
CoreModels.localhostDomain;
|
|
5502
|
+
// on localhost read data from processLocalInfoObj json
|
|
5503
|
+
let port = options.methodOptions.connectionOptions.port ||
|
|
5504
|
+
this.processLocalInfoObj.port;
|
|
5505
|
+
if (ipAddressOfTaonInstance === CoreModels.localhostDomain && !port) {
|
|
5506
|
+
if (this.workerIsStarting) {
|
|
5507
|
+
try {
|
|
5508
|
+
await this.waitForProcessPortSavedToDisk({
|
|
5509
|
+
methodOptions: options.methodOptions.clone(opt => {
|
|
5510
|
+
opt.calledFrom = `${opt.calledFrom}.getRemoteContextFor.localhost`;
|
|
5511
|
+
return opt;
|
|
5512
|
+
}),
|
|
5513
|
+
});
|
|
5514
|
+
}
|
|
5515
|
+
catch (error) {
|
|
5516
|
+
console.error(`[getRemoteContextFor] Error while waiting for process port saved to disk`);
|
|
5517
|
+
}
|
|
5518
|
+
}
|
|
5519
|
+
if (this.processLocalInfoPortNotInited) {
|
|
5520
|
+
throw new Error(`Can't connect to remote context on localhost - port is not defined.
|
|
5521
|
+
This can happen when the worker process is not started yet.
|
|
5522
|
+
`);
|
|
5523
|
+
}
|
|
5524
|
+
else {
|
|
5525
|
+
port = this.processLocalInfoObj.port;
|
|
5526
|
+
}
|
|
5527
|
+
}
|
|
5528
|
+
// this.workerRemoteContextFor[ipAddressOfTaonInstance] = remoteCtx;
|
|
5529
|
+
const useHttps = ipAddressOfTaonInstance !== CoreModels.localhostDomain &&
|
|
5530
|
+
ipAddressOfTaonInstance !== CoreModels.localhostIp127;
|
|
5531
|
+
const protocol = useHttps ? 'https' : 'http';
|
|
5532
|
+
const overrideRemoteHost = `${protocol}://${ipAddressOfTaonInstance}${port ? `:${port}` : ''}`;
|
|
5533
|
+
const remoteCtx = this.workerContextTemplate().cloneAsRemote({
|
|
5534
|
+
overrideRemoteHost,
|
|
5535
|
+
});
|
|
5536
|
+
// @LAST chache remote context per ipAddressOfTaonInstance
|
|
5537
|
+
const remoteEndpoitnContext = await remoteCtx.initialize();
|
|
5538
|
+
return remoteEndpoitnContext;
|
|
5539
|
+
}
|
|
5540
|
+
//#endregion
|
|
5541
|
+
//#region protected fields & getters / path to process local info
|
|
5542
|
+
get pathToProcessLocalInfoJson() {
|
|
5543
|
+
/* */
|
|
5544
|
+
/* */
|
|
5545
|
+
/* */
|
|
5546
|
+
return (void 0);
|
|
5547
|
+
}
|
|
5548
|
+
//#endregion
|
|
5549
|
+
//#region protected fields & getters / should wait for process port saved to disk
|
|
5550
|
+
get processLocalInfoPortNotInited() {
|
|
5551
|
+
return (!this.processLocalInfoObj.port ||
|
|
5552
|
+
isNaN(Number(this.processLocalInfoObj.port)));
|
|
5553
|
+
}
|
|
5554
|
+
//#endregion
|
|
5555
|
+
//#region protected fields & getters / worker is starting
|
|
5556
|
+
get workerIsStarting() {
|
|
5557
|
+
return !!this.processLocalInfoObj.startTimestamp;
|
|
5558
|
+
}
|
|
5559
|
+
//#endregion
|
|
5560
|
+
//#region protected methods / start if needs to be started
|
|
5561
|
+
async startDetachedIfNeedsToBeStarted(options) {
|
|
5562
|
+
/* */
|
|
5524
5563
|
/* */
|
|
5525
5564
|
/* */
|
|
5526
5565
|
/* */
|
|
@@ -5546,35 +5585,14 @@ class BaseCliWorker {
|
|
|
5546
5585
|
return (void 0);
|
|
5547
5586
|
}
|
|
5548
5587
|
//#endregion
|
|
5549
|
-
//#region
|
|
5550
|
-
/**
|
|
5551
|
-
* kill detached process and start again
|
|
5552
|
-
* @param options.detached - default true
|
|
5553
|
-
*/
|
|
5554
|
-
async restart(options) {
|
|
5555
|
-
options = options || {};
|
|
5556
|
-
options.detached = _.isUndefined(options.detached) ? true : false;
|
|
5557
|
-
await this.kill();
|
|
5558
|
-
//longer because os is disposing process previous process
|
|
5559
|
-
if (options.detached) {
|
|
5560
|
-
Helpers.info(`Restarting service "${this.serviceID}" in detached mode...`);
|
|
5561
|
-
await this.startDetached(options);
|
|
5562
|
-
}
|
|
5563
|
-
else {
|
|
5564
|
-
Helpers.info(`Restarting service "${this.serviceID}" in current process...`);
|
|
5565
|
-
await this.startNormallyInCurrentProcess();
|
|
5566
|
-
}
|
|
5567
|
-
}
|
|
5568
|
-
//#endregion
|
|
5569
|
-
//#region public methods / cli start
|
|
5588
|
+
//#region protected methods / start normally in current process
|
|
5570
5589
|
/**
|
|
5571
|
-
*
|
|
5572
|
-
*
|
|
5590
|
+
* <strong>IMPORTANT USE ONLY IN DEVELOPMENT !!!</strong>
|
|
5591
|
+
* for production use startDetachedIfNeedsToBeStarted()
|
|
5592
|
+
* start normally process
|
|
5593
|
+
* this will crash if process already started
|
|
5573
5594
|
*/
|
|
5574
|
-
async
|
|
5575
|
-
const detached = !!cliParams['detached'] || !!cliParams['detach'];
|
|
5576
|
-
/* */
|
|
5577
|
-
/* */
|
|
5595
|
+
async startNormallyInCurrentProcess(options) {
|
|
5578
5596
|
/* */
|
|
5579
5597
|
/* */
|
|
5580
5598
|
/* */
|
|
@@ -5593,11 +5611,6 @@ class BaseCliWorker {
|
|
|
5593
5611
|
/* */
|
|
5594
5612
|
/* */
|
|
5595
5613
|
/* */
|
|
5596
|
-
return (void 0);
|
|
5597
|
-
}
|
|
5598
|
-
//#endregion
|
|
5599
|
-
//#region prevent external config change
|
|
5600
|
-
preventExternalConfigChange() {
|
|
5601
5614
|
/* */
|
|
5602
5615
|
/* */
|
|
5603
5616
|
/* */
|
|
@@ -5612,11 +5625,6 @@ class BaseCliWorker {
|
|
|
5612
5625
|
/* */
|
|
5613
5626
|
/* */
|
|
5614
5627
|
/* */
|
|
5615
|
-
return (void 0);
|
|
5616
|
-
}
|
|
5617
|
-
//#endregion
|
|
5618
|
-
//#region prevent prevent start if already started
|
|
5619
|
-
async preventStartIfAlreadyStarted() {
|
|
5620
5628
|
/* */
|
|
5621
5629
|
/* */
|
|
5622
5630
|
/* */
|
|
@@ -5633,9 +5641,8 @@ class BaseCliWorker {
|
|
|
5633
5641
|
return (void 0);
|
|
5634
5642
|
}
|
|
5635
5643
|
//#endregion
|
|
5636
|
-
//#region
|
|
5637
|
-
|
|
5638
|
-
/* */
|
|
5644
|
+
//#region protected methods / prevent external config change
|
|
5645
|
+
preventExternalConfigChange() {
|
|
5639
5646
|
/* */
|
|
5640
5647
|
/* */
|
|
5641
5648
|
/* */
|
|
@@ -5650,6 +5657,11 @@ class BaseCliWorker {
|
|
|
5650
5657
|
/* */
|
|
5651
5658
|
/* */
|
|
5652
5659
|
/* */
|
|
5660
|
+
return (void 0);
|
|
5661
|
+
}
|
|
5662
|
+
//#endregion
|
|
5663
|
+
//#region protected methods / prevent prevent start if already started
|
|
5664
|
+
async preventStartIfAlreadyStarted(options) {
|
|
5653
5665
|
/* */
|
|
5654
5666
|
/* */
|
|
5655
5667
|
/* */
|
|
@@ -5672,13 +5684,8 @@ class BaseCliWorker {
|
|
|
5672
5684
|
return (void 0);
|
|
5673
5685
|
}
|
|
5674
5686
|
//#endregion
|
|
5675
|
-
//#region
|
|
5676
|
-
|
|
5677
|
-
* This has 2 purposes:
|
|
5678
|
-
* - infinite check when when detached process finished starting
|
|
5679
|
-
* - quick check if service is healthy / already started
|
|
5680
|
-
*/
|
|
5681
|
-
async isServiceHealthy(options) {
|
|
5687
|
+
//#region protected methods / prevent kill worker with lower version
|
|
5688
|
+
async killWorkerWithLowerVersion(options) {
|
|
5682
5689
|
/* */
|
|
5683
5690
|
/* */
|
|
5684
5691
|
/* */
|
|
@@ -5716,6 +5723,25 @@ class BaseCliWorker {
|
|
|
5716
5723
|
/* */
|
|
5717
5724
|
/* */
|
|
5718
5725
|
/* */
|
|
5726
|
+
/* */
|
|
5727
|
+
/* */
|
|
5728
|
+
/* */
|
|
5729
|
+
/* */
|
|
5730
|
+
/* */
|
|
5731
|
+
/* */
|
|
5732
|
+
/* */
|
|
5733
|
+
/* */
|
|
5734
|
+
/* */
|
|
5735
|
+
return (void 0);
|
|
5736
|
+
}
|
|
5737
|
+
//#endregion
|
|
5738
|
+
//#region protected methods / is service healthy
|
|
5739
|
+
/**
|
|
5740
|
+
* This has 2 purposes:
|
|
5741
|
+
* - infinite check when when detached process finished starting
|
|
5742
|
+
* - quick check if service is healthy / already started
|
|
5743
|
+
*/
|
|
5744
|
+
async isServiceHealthy(options) {
|
|
5719
5745
|
/* */
|
|
5720
5746
|
/* */
|
|
5721
5747
|
/* */
|
|
@@ -5777,14 +5803,6 @@ class BaseCliWorker {
|
|
|
5777
5803
|
/* */
|
|
5778
5804
|
/* */
|
|
5779
5805
|
/* */
|
|
5780
|
-
return (void 0);
|
|
5781
|
-
}
|
|
5782
|
-
//#endregion
|
|
5783
|
-
//#region start detached
|
|
5784
|
-
/**
|
|
5785
|
-
* start if not started detached process
|
|
5786
|
-
*/
|
|
5787
|
-
async startDetached(options) {
|
|
5788
5806
|
/* */
|
|
5789
5807
|
/* */
|
|
5790
5808
|
/* */
|
|
@@ -5817,11 +5835,6 @@ class BaseCliWorker {
|
|
|
5817
5835
|
/* */
|
|
5818
5836
|
/* */
|
|
5819
5837
|
/* */
|
|
5820
|
-
return (void 0);
|
|
5821
|
-
}
|
|
5822
|
-
//#endregion
|
|
5823
|
-
//#region save process info
|
|
5824
|
-
saveProcessInfo(processConfig) {
|
|
5825
5838
|
/* */
|
|
5826
5839
|
/* */
|
|
5827
5840
|
/* */
|
|
@@ -5840,8 +5853,19 @@ class BaseCliWorker {
|
|
|
5840
5853
|
return (void 0);
|
|
5841
5854
|
}
|
|
5842
5855
|
//#endregion
|
|
5843
|
-
//#region
|
|
5844
|
-
|
|
5856
|
+
//#region protected methods / start detached
|
|
5857
|
+
/**
|
|
5858
|
+
* start if not started detached process
|
|
5859
|
+
*/
|
|
5860
|
+
async startDetached(options) {
|
|
5861
|
+
/* */
|
|
5862
|
+
/* */
|
|
5863
|
+
/* */
|
|
5864
|
+
/* */
|
|
5865
|
+
/* */
|
|
5866
|
+
/* */
|
|
5867
|
+
/* */
|
|
5868
|
+
/* */
|
|
5845
5869
|
/* */
|
|
5846
5870
|
/* */
|
|
5847
5871
|
/* */
|
|
@@ -5878,8 +5902,32 @@ class BaseCliWorker {
|
|
|
5878
5902
|
return (void 0);
|
|
5879
5903
|
}
|
|
5880
5904
|
//#endregion
|
|
5881
|
-
//#region
|
|
5882
|
-
|
|
5905
|
+
//#region protected methods / save process info
|
|
5906
|
+
saveProcessInfo(processConfig) {
|
|
5907
|
+
/* */
|
|
5908
|
+
/* */
|
|
5909
|
+
/* */
|
|
5910
|
+
/* */
|
|
5911
|
+
/* */
|
|
5912
|
+
/* */
|
|
5913
|
+
/* */
|
|
5914
|
+
/* */
|
|
5915
|
+
/* */
|
|
5916
|
+
/* */
|
|
5917
|
+
/* */
|
|
5918
|
+
/* */
|
|
5919
|
+
/* */
|
|
5920
|
+
/* */
|
|
5921
|
+
/* */
|
|
5922
|
+
return (void 0);
|
|
5923
|
+
}
|
|
5924
|
+
//#endregion
|
|
5925
|
+
//#region protected methods / initialize worker
|
|
5926
|
+
async initializeWorkerMetadata(options) {
|
|
5927
|
+
/* */
|
|
5928
|
+
/* */
|
|
5929
|
+
/* */
|
|
5930
|
+
/* */
|
|
5883
5931
|
/* */
|
|
5884
5932
|
/* */
|
|
5885
5933
|
/* */
|
|
@@ -5916,8 +5964,22 @@ class BaseCliWorker {
|
|
|
5916
5964
|
return (void 0);
|
|
5917
5965
|
}
|
|
5918
5966
|
//#endregion
|
|
5919
|
-
//#region
|
|
5920
|
-
async
|
|
5967
|
+
//#region protected methods / wait for process port saved to disk
|
|
5968
|
+
async waitForProcessPortSavedToDisk(options) {
|
|
5969
|
+
/* */
|
|
5970
|
+
/* */
|
|
5971
|
+
/* */
|
|
5972
|
+
/* */
|
|
5973
|
+
/* */
|
|
5974
|
+
/* */
|
|
5975
|
+
/* */
|
|
5976
|
+
/* */
|
|
5977
|
+
/* */
|
|
5978
|
+
/* */
|
|
5979
|
+
/* */
|
|
5980
|
+
/* */
|
|
5981
|
+
/* */
|
|
5982
|
+
/* */
|
|
5921
5983
|
/* */
|
|
5922
5984
|
/* */
|
|
5923
5985
|
/* */
|
|
@@ -5925,6 +5987,24 @@ class BaseCliWorker {
|
|
|
5925
5987
|
/* */
|
|
5926
5988
|
/* */
|
|
5927
5989
|
/* */
|
|
5990
|
+
/* */
|
|
5991
|
+
/* */
|
|
5992
|
+
/* */
|
|
5993
|
+
/* */
|
|
5994
|
+
/* */
|
|
5995
|
+
/* */
|
|
5996
|
+
/* */
|
|
5997
|
+
/* */
|
|
5998
|
+
/* */
|
|
5999
|
+
/* */
|
|
6000
|
+
/* */
|
|
6001
|
+
/* */
|
|
6002
|
+
/* */
|
|
6003
|
+
return (void 0);
|
|
6004
|
+
}
|
|
6005
|
+
//#endregion
|
|
6006
|
+
//#region protected methods / get free port
|
|
6007
|
+
async getServicePort() {
|
|
5928
6008
|
/* */
|
|
5929
6009
|
/* */
|
|
5930
6010
|
/* */
|
|
@@ -5999,8 +6079,7 @@ class BaseCliWorkerConfig {
|
|
|
5999
6079
|
}
|
|
6000
6080
|
//#endregion
|
|
6001
6081
|
|
|
6002
|
-
let BaseCliWorkerController = class BaseCliWorkerController extends Taon.Base
|
|
6003
|
-
.Controller {
|
|
6082
|
+
let BaseCliWorkerController = class BaseCliWorkerController extends Taon.Base.Controller {
|
|
6004
6083
|
constructor() {
|
|
6005
6084
|
super(...arguments);
|
|
6006
6085
|
/**
|
|
@@ -6021,7 +6100,20 @@ let BaseCliWorkerController = class BaseCliWorkerController extends Taon.Base
|
|
|
6021
6100
|
}
|
|
6022
6101
|
//#endregion
|
|
6023
6102
|
//#region api methods / kill
|
|
6024
|
-
baseCLiWorkerCommand_kill() {
|
|
6103
|
+
baseCLiWorkerCommand_kill(dontRemoveConfigFile) {
|
|
6104
|
+
/* */
|
|
6105
|
+
/* */
|
|
6106
|
+
/* */
|
|
6107
|
+
/* */
|
|
6108
|
+
/* */
|
|
6109
|
+
/* */
|
|
6110
|
+
/* */
|
|
6111
|
+
/* */
|
|
6112
|
+
/* */
|
|
6113
|
+
/* */
|
|
6114
|
+
/* */
|
|
6115
|
+
/* */
|
|
6116
|
+
/* */
|
|
6025
6117
|
/* */
|
|
6026
6118
|
/* */
|
|
6027
6119
|
/* */
|
|
@@ -6045,6 +6137,10 @@ let BaseCliWorkerController = class BaseCliWorkerController extends Taon.Base
|
|
|
6045
6137
|
/* */
|
|
6046
6138
|
/* */
|
|
6047
6139
|
/* */
|
|
6140
|
+
/* */
|
|
6141
|
+
/* */
|
|
6142
|
+
/* */
|
|
6143
|
+
/* */
|
|
6048
6144
|
return (void 0);
|
|
6049
6145
|
}
|
|
6050
6146
|
//#endregion
|
|
@@ -6096,15 +6192,15 @@ __decorate([
|
|
|
6096
6192
|
], BaseCliWorkerController.prototype, "baseCLiWorkerCommand_initializeMetadata", null);
|
|
6097
6193
|
__decorate([
|
|
6098
6194
|
Taon.Http.GET(),
|
|
6195
|
+
__param(0, Taon.Http.Param.Query('dontRemoveConfigFile')),
|
|
6099
6196
|
__metadata("design:type", Function),
|
|
6100
|
-
__metadata("design:paramtypes", []),
|
|
6197
|
+
__metadata("design:paramtypes", [Boolean]),
|
|
6101
6198
|
__metadata("design:returntype", Object)
|
|
6102
6199
|
], BaseCliWorkerController.prototype, "baseCLiWorkerCommand_kill", null);
|
|
6103
6200
|
__decorate([
|
|
6104
|
-
Taon.Http.
|
|
6201
|
+
Taon.Http.HTML({
|
|
6105
6202
|
pathIsGlobal: true,
|
|
6106
|
-
|
|
6107
|
-
// overridResponseType: 'text',
|
|
6203
|
+
path: '/info',
|
|
6108
6204
|
}),
|
|
6109
6205
|
__metadata("design:type", Function),
|
|
6110
6206
|
__metadata("design:paramtypes", []),
|
|
@@ -6658,6 +6754,9 @@ class TcpUdpPortsTerminalUI extends BaseCliWorkerTerminalUI {
|
|
|
6658
6754
|
/* */
|
|
6659
6755
|
/* */
|
|
6660
6756
|
/* */
|
|
6757
|
+
/* */
|
|
6758
|
+
/* */
|
|
6759
|
+
/* */
|
|
6661
6760
|
return (void 0);
|
|
6662
6761
|
}
|
|
6663
6762
|
//#endregion
|
|
@@ -6711,6 +6810,8 @@ class TcpUdpPortsTerminalUI extends BaseCliWorkerTerminalUI {
|
|
|
6711
6810
|
/* */
|
|
6712
6811
|
/* */
|
|
6713
6812
|
/* */
|
|
6813
|
+
/* */
|
|
6814
|
+
/* */
|
|
6714
6815
|
return (void 0);
|
|
6715
6816
|
}
|
|
6716
6817
|
//#endregion
|
|
@@ -6756,6 +6857,10 @@ class TcpUdpPortsTerminalUI extends BaseCliWorkerTerminalUI {
|
|
|
6756
6857
|
/* */
|
|
6757
6858
|
/* */
|
|
6758
6859
|
/* */
|
|
6860
|
+
/* */
|
|
6861
|
+
/* */
|
|
6862
|
+
/* */
|
|
6863
|
+
/* */
|
|
6759
6864
|
return (void 0);
|
|
6760
6865
|
}
|
|
6761
6866
|
//#endregion
|
|
@@ -6828,6 +6933,8 @@ class TcpUdpPortsTerminalUI extends BaseCliWorkerTerminalUI {
|
|
|
6828
6933
|
/* */
|
|
6829
6934
|
/* */
|
|
6830
6935
|
/* */
|
|
6936
|
+
/* */
|
|
6937
|
+
/* */
|
|
6831
6938
|
return (void 0);
|
|
6832
6939
|
}
|
|
6833
6940
|
//#endregion
|
|
@@ -6870,6 +6977,8 @@ class TcpUdpPortsTerminalUI extends BaseCliWorkerTerminalUI {
|
|
|
6870
6977
|
/* */
|
|
6871
6978
|
/* */
|
|
6872
6979
|
/* */
|
|
6980
|
+
/* */
|
|
6981
|
+
/* */
|
|
6873
6982
|
return (void 0);
|
|
6874
6983
|
}
|
|
6875
6984
|
}
|
|
@@ -6904,7 +7013,7 @@ const PROJECT_NPM_NAME = 'tnp-helpers';
|
|
|
6904
7013
|
/**
|
|
6905
7014
|
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
6906
7015
|
*/
|
|
6907
|
-
const CURRENT_PACKAGE_VERSION = '19.0.
|
|
7016
|
+
const CURRENT_PACKAGE_VERSION = '19.0.66';
|
|
6908
7017
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
6909
7018
|
|
|
6910
7019
|
//#endregion
|
|
@@ -6930,7 +7039,8 @@ class BaseProjectResolver {
|
|
|
6930
7039
|
// if (!this.cliToolName) {
|
|
6931
7040
|
// Helpers.throw(`cliToolName is not provided`);
|
|
6932
7041
|
// }
|
|
6933
|
-
this.portsWorker = new PortsWorker('ports-worker',
|
|
7042
|
+
this.portsWorker = new PortsWorker('ports-worker', // BaseGlobalCommandLine.prototype.startCliServicePortsWorker
|
|
7043
|
+
`${this.cliToolName} startCliServicePortsWorker --skipCoreCheck`, CURRENT_PACKAGE_VERSION);
|
|
6934
7044
|
}
|
|
6935
7045
|
//#endregion
|
|
6936
7046
|
//#region fields & getters / allowed types
|
|
@@ -7936,7 +8046,9 @@ class BaseProject {
|
|
|
7936
8046
|
}
|
|
7937
8047
|
//#endregion
|
|
7938
8048
|
//#region methods & getters / register and assign port
|
|
7939
|
-
async registerAndAssignPort(taskName, options) {
|
|
8049
|
+
async registerAndAssignPort(taskName, options = {}) {
|
|
8050
|
+
/* */
|
|
8051
|
+
/* */
|
|
7940
8052
|
/* */
|
|
7941
8053
|
/* */
|
|
7942
8054
|
/* */
|
|
@@ -11726,6 +11838,11 @@ class BaseGit extends BaseFeatureForProject {
|
|
|
11726
11838
|
await this.project.linkedProjects.cloneNonexistedLinkedProjects(setOrigin);
|
|
11727
11839
|
}
|
|
11728
11840
|
}
|
|
11841
|
+
async backupBranch(branchName) {
|
|
11842
|
+
/* */
|
|
11843
|
+
/* */
|
|
11844
|
+
return (void 0);
|
|
11845
|
+
}
|
|
11729
11846
|
//#region methods & getters / push process
|
|
11730
11847
|
async pushProcess(options = {}) {
|
|
11731
11848
|
/* */
|
|
@@ -12113,6 +12230,8 @@ class BaseGit extends BaseFeatureForProject {
|
|
|
12113
12230
|
/* */
|
|
12114
12231
|
/* */
|
|
12115
12232
|
/* */
|
|
12233
|
+
/* */
|
|
12234
|
+
/* */
|
|
12116
12235
|
return (void 0);
|
|
12117
12236
|
}
|
|
12118
12237
|
//#endregion
|
|
@@ -13713,7 +13832,8 @@ class BaseReleaseProcess extends BaseFeatureForProject {
|
|
|
13713
13832
|
}
|
|
13714
13833
|
//#endregion
|
|
13715
13834
|
//#region methods & getters / select release type
|
|
13716
|
-
async selectReleaseType(versionToUseResolveFn) {
|
|
13835
|
+
async selectReleaseType(versionToUseResolveFn, options) {
|
|
13836
|
+
/* */
|
|
13717
13837
|
/* */
|
|
13718
13838
|
/* */
|
|
13719
13839
|
/* */
|
|
@@ -14995,10 +15115,2666 @@ class BaseFileFoldersOperations extends BaseFeatureForProject {
|
|
|
14995
15115
|
}
|
|
14996
15116
|
}
|
|
14997
15117
|
|
|
15118
|
+
//#region imports
|
|
14998
15119
|
/* */
|
|
14999
|
-
|
|
15000
|
-
|
|
15001
|
-
|
|
15120
|
+
//#endregion
|
|
15121
|
+
class BaseGlobalCommandLine extends BaseCommandLineFeature {
|
|
15122
|
+
_() {
|
|
15123
|
+
Helpers.error('Please select git command');
|
|
15124
|
+
}
|
|
15125
|
+
//#region commands / prevent cwd is not project
|
|
15126
|
+
/**
|
|
15127
|
+
* TODO return argument not need for now
|
|
15128
|
+
*/
|
|
15129
|
+
async cwdIsProject(options) {
|
|
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
|
+
/* */
|
|
15167
|
+
/* */
|
|
15168
|
+
/* */
|
|
15169
|
+
/* */
|
|
15170
|
+
/* */
|
|
15171
|
+
/* */
|
|
15172
|
+
return (void 0);
|
|
15173
|
+
}
|
|
15174
|
+
//#endregion
|
|
15175
|
+
//#region commands / hosts
|
|
15176
|
+
hosts() {
|
|
15177
|
+
/* */
|
|
15178
|
+
/* */
|
|
15179
|
+
/* */
|
|
15180
|
+
/* */
|
|
15181
|
+
/* */
|
|
15182
|
+
return (void 0);
|
|
15183
|
+
}
|
|
15184
|
+
//#endregion
|
|
15185
|
+
//#region commands / count commits
|
|
15186
|
+
countCommits() {
|
|
15187
|
+
/* */
|
|
15188
|
+
/* */
|
|
15189
|
+
/* */
|
|
15190
|
+
return (void 0);
|
|
15191
|
+
}
|
|
15192
|
+
//#endregion
|
|
15193
|
+
//#region commands / remove submodules
|
|
15194
|
+
removeSubmodules() {
|
|
15195
|
+
/* */
|
|
15196
|
+
/* */
|
|
15197
|
+
/* */
|
|
15198
|
+
/* */
|
|
15199
|
+
/* */
|
|
15200
|
+
/* */
|
|
15201
|
+
/* */
|
|
15202
|
+
/* */
|
|
15203
|
+
/* */
|
|
15204
|
+
/* */
|
|
15205
|
+
/* */
|
|
15206
|
+
/* */
|
|
15207
|
+
/* */
|
|
15208
|
+
return (void 0);
|
|
15209
|
+
}
|
|
15210
|
+
removeSubmodule() {
|
|
15211
|
+
/* */
|
|
15212
|
+
/* */
|
|
15213
|
+
/* */
|
|
15214
|
+
/* */
|
|
15215
|
+
/* */
|
|
15216
|
+
/* */
|
|
15217
|
+
/* */
|
|
15218
|
+
/* */
|
|
15219
|
+
/* */
|
|
15220
|
+
/* */
|
|
15221
|
+
/* */
|
|
15222
|
+
return (void 0);
|
|
15223
|
+
}
|
|
15224
|
+
//#endregion
|
|
15225
|
+
//#region commands / set editor
|
|
15226
|
+
async setEditor() {
|
|
15227
|
+
/* */
|
|
15228
|
+
/* */
|
|
15229
|
+
/* */
|
|
15230
|
+
return (void 0);
|
|
15231
|
+
}
|
|
15232
|
+
//#endregion
|
|
15233
|
+
//#region commands / api update
|
|
15234
|
+
async upapi() {
|
|
15235
|
+
/* */
|
|
15236
|
+
/* */
|
|
15237
|
+
return (void 0);
|
|
15238
|
+
}
|
|
15239
|
+
async apiup() {
|
|
15240
|
+
/* */
|
|
15241
|
+
/* */
|
|
15242
|
+
return (void 0);
|
|
15243
|
+
}
|
|
15244
|
+
async apiUpdate() {
|
|
15245
|
+
/* */
|
|
15246
|
+
/* */
|
|
15247
|
+
/* */
|
|
15248
|
+
/* */
|
|
15249
|
+
/* */
|
|
15250
|
+
/* */
|
|
15251
|
+
/* */
|
|
15252
|
+
/* */
|
|
15253
|
+
/* */
|
|
15254
|
+
/* */
|
|
15255
|
+
/* */
|
|
15256
|
+
/* */
|
|
15257
|
+
/* */
|
|
15258
|
+
/* */
|
|
15259
|
+
/* */
|
|
15260
|
+
/* */
|
|
15261
|
+
return (void 0);
|
|
15262
|
+
}
|
|
15263
|
+
//#endregion
|
|
15264
|
+
//#region commands / chore update
|
|
15265
|
+
async cu() {
|
|
15266
|
+
/* */
|
|
15267
|
+
/* */
|
|
15268
|
+
return (void 0);
|
|
15269
|
+
}
|
|
15270
|
+
async choreUpdate() {
|
|
15271
|
+
/* */
|
|
15272
|
+
/* */
|
|
15273
|
+
return (void 0);
|
|
15274
|
+
}
|
|
15275
|
+
//#endregion
|
|
15276
|
+
//#region commands / color vscode
|
|
15277
|
+
colorvscode() {
|
|
15278
|
+
/* */
|
|
15279
|
+
/* */
|
|
15280
|
+
return (void 0);
|
|
15281
|
+
}
|
|
15282
|
+
//#endregion
|
|
15283
|
+
//#region commands / settings vscode
|
|
15284
|
+
/**
|
|
15285
|
+
* Generate or update .vscode/settings.json file color settings
|
|
15286
|
+
*/
|
|
15287
|
+
settingsVscode() {
|
|
15288
|
+
/* */
|
|
15289
|
+
/* */
|
|
15290
|
+
return (void 0);
|
|
15291
|
+
}
|
|
15292
|
+
refreshVscodeColors() {
|
|
15293
|
+
/* */
|
|
15294
|
+
/* */
|
|
15295
|
+
/* */
|
|
15296
|
+
return (void 0);
|
|
15297
|
+
}
|
|
15298
|
+
_regenerateVscodeSettingsColors(overideBottomColor) {
|
|
15299
|
+
/* */
|
|
15300
|
+
/* */
|
|
15301
|
+
return (void 0);
|
|
15302
|
+
}
|
|
15303
|
+
//#endregion
|
|
15304
|
+
//#region commands / quick git update
|
|
15305
|
+
/**
|
|
15306
|
+
* quick git update push
|
|
15307
|
+
*/
|
|
15308
|
+
async update() {
|
|
15309
|
+
/* */
|
|
15310
|
+
/* */
|
|
15311
|
+
/* */
|
|
15312
|
+
/* */
|
|
15313
|
+
/* */
|
|
15314
|
+
/* */
|
|
15315
|
+
/* */
|
|
15316
|
+
/* */
|
|
15317
|
+
/* */
|
|
15318
|
+
/* */
|
|
15319
|
+
/* */
|
|
15320
|
+
/* */
|
|
15321
|
+
/* */
|
|
15322
|
+
/* */
|
|
15323
|
+
/* */
|
|
15324
|
+
/* */
|
|
15325
|
+
return (void 0);
|
|
15326
|
+
}
|
|
15327
|
+
async updateProject(project, force = false) {
|
|
15328
|
+
/* */
|
|
15329
|
+
/* */
|
|
15330
|
+
/* */
|
|
15331
|
+
/* */
|
|
15332
|
+
/* */
|
|
15333
|
+
/* */
|
|
15334
|
+
/* */
|
|
15335
|
+
/* */
|
|
15336
|
+
/* */
|
|
15337
|
+
/* */
|
|
15338
|
+
/* */
|
|
15339
|
+
/* */
|
|
15340
|
+
/* */
|
|
15341
|
+
/* */
|
|
15342
|
+
/* */
|
|
15343
|
+
/* */
|
|
15344
|
+
/* */
|
|
15345
|
+
/* */
|
|
15346
|
+
/* */
|
|
15347
|
+
/* */
|
|
15348
|
+
/* */
|
|
15349
|
+
/* */
|
|
15350
|
+
return (void 0);
|
|
15351
|
+
}
|
|
15352
|
+
async deepUp(noExit = false) {
|
|
15353
|
+
/* */
|
|
15354
|
+
/* */
|
|
15355
|
+
return (void 0);
|
|
15356
|
+
}
|
|
15357
|
+
async deepUpForce(noExit = false) {
|
|
15358
|
+
/* */
|
|
15359
|
+
/* */
|
|
15360
|
+
return (void 0);
|
|
15361
|
+
}
|
|
15362
|
+
async deepUpdateForce(noExit = false) {
|
|
15363
|
+
/* */
|
|
15364
|
+
/* */
|
|
15365
|
+
/* */
|
|
15366
|
+
/* */
|
|
15367
|
+
/* */
|
|
15368
|
+
/* */
|
|
15369
|
+
/* */
|
|
15370
|
+
/* */
|
|
15371
|
+
/* */
|
|
15372
|
+
/* */
|
|
15373
|
+
/* */
|
|
15374
|
+
/* */
|
|
15375
|
+
return (void 0);
|
|
15376
|
+
}
|
|
15377
|
+
async deepUpdate(noExit = false) {
|
|
15378
|
+
/* */
|
|
15379
|
+
/* */
|
|
15380
|
+
/* */
|
|
15381
|
+
/* */
|
|
15382
|
+
/* */
|
|
15383
|
+
/* */
|
|
15384
|
+
/* */
|
|
15385
|
+
/* */
|
|
15386
|
+
/* */
|
|
15387
|
+
/* */
|
|
15388
|
+
return (void 0);
|
|
15389
|
+
}
|
|
15390
|
+
/**
|
|
15391
|
+
* Push update
|
|
15392
|
+
*/
|
|
15393
|
+
async up() {
|
|
15394
|
+
/* */
|
|
15395
|
+
/* */
|
|
15396
|
+
return (void 0);
|
|
15397
|
+
}
|
|
15398
|
+
/**
|
|
15399
|
+
* Push update
|
|
15400
|
+
*/
|
|
15401
|
+
async pu() {
|
|
15402
|
+
/* */
|
|
15403
|
+
/* */
|
|
15404
|
+
return (void 0);
|
|
15405
|
+
}
|
|
15406
|
+
//#endregion
|
|
15407
|
+
//#region commands / develop
|
|
15408
|
+
async develop() {
|
|
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
|
+
/* */
|
|
15482
|
+
/* */
|
|
15483
|
+
/* */
|
|
15484
|
+
/* */
|
|
15485
|
+
/* */
|
|
15486
|
+
/* */
|
|
15487
|
+
return (void 0);
|
|
15488
|
+
}
|
|
15489
|
+
async dev() {
|
|
15490
|
+
/* */
|
|
15491
|
+
/* */
|
|
15492
|
+
return (void 0);
|
|
15493
|
+
}
|
|
15494
|
+
//#endregion
|
|
15495
|
+
//#region commands / repulll
|
|
15496
|
+
async repul() {
|
|
15497
|
+
/* */
|
|
15498
|
+
/* */
|
|
15499
|
+
return (void 0);
|
|
15500
|
+
}
|
|
15501
|
+
async repull() {
|
|
15502
|
+
/* */
|
|
15503
|
+
/* */
|
|
15504
|
+
/* */
|
|
15505
|
+
/* */
|
|
15506
|
+
/* */
|
|
15507
|
+
/* */
|
|
15508
|
+
return (void 0);
|
|
15509
|
+
}
|
|
15510
|
+
//#endregion
|
|
15511
|
+
//#region commands / pull
|
|
15512
|
+
async pul() {
|
|
15513
|
+
/* */
|
|
15514
|
+
/* */
|
|
15515
|
+
return (void 0);
|
|
15516
|
+
}
|
|
15517
|
+
async pull() {
|
|
15518
|
+
/* */
|
|
15519
|
+
/* */
|
|
15520
|
+
/* */
|
|
15521
|
+
/* */
|
|
15522
|
+
/* */
|
|
15523
|
+
/* */
|
|
15524
|
+
/* */
|
|
15525
|
+
/* */
|
|
15526
|
+
return (void 0);
|
|
15527
|
+
}
|
|
15528
|
+
//#endregion
|
|
15529
|
+
//#region commands / pull all
|
|
15530
|
+
async pullAll() {
|
|
15531
|
+
/* */
|
|
15532
|
+
/* */
|
|
15533
|
+
/* */
|
|
15534
|
+
/* */
|
|
15535
|
+
/* */
|
|
15536
|
+
/* */
|
|
15537
|
+
/* */
|
|
15538
|
+
/* */
|
|
15539
|
+
return (void 0);
|
|
15540
|
+
}
|
|
15541
|
+
//#endregion
|
|
15542
|
+
//#region commands / push and pull
|
|
15543
|
+
async pp() {
|
|
15544
|
+
/* */
|
|
15545
|
+
/* */
|
|
15546
|
+
/* */
|
|
15547
|
+
/* */
|
|
15548
|
+
/* */
|
|
15549
|
+
/* */
|
|
15550
|
+
/* */
|
|
15551
|
+
/* */
|
|
15552
|
+
/* */
|
|
15553
|
+
return (void 0);
|
|
15554
|
+
}
|
|
15555
|
+
//#endregion
|
|
15556
|
+
//#region commands / reset
|
|
15557
|
+
__resetInfo(branchToReset, withChildren) {
|
|
15558
|
+
/* */
|
|
15559
|
+
/* */
|
|
15560
|
+
/* */
|
|
15561
|
+
/* */
|
|
15562
|
+
/* */
|
|
15563
|
+
/* */
|
|
15564
|
+
/* */
|
|
15565
|
+
/* */
|
|
15566
|
+
/* */
|
|
15567
|
+
/* */
|
|
15568
|
+
/* */
|
|
15569
|
+
/* */
|
|
15570
|
+
/* */
|
|
15571
|
+
/* */
|
|
15572
|
+
/* */
|
|
15573
|
+
/* */
|
|
15574
|
+
/* */
|
|
15575
|
+
/* */
|
|
15576
|
+
/* */
|
|
15577
|
+
return (void 0);
|
|
15578
|
+
}
|
|
15579
|
+
async fetch() {
|
|
15580
|
+
/* */
|
|
15581
|
+
/* */
|
|
15582
|
+
/* */
|
|
15583
|
+
/* */
|
|
15584
|
+
/* */
|
|
15585
|
+
return (void 0);
|
|
15586
|
+
}
|
|
15587
|
+
async reset() {
|
|
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
|
+
/* */
|
|
15673
|
+
/* */
|
|
15674
|
+
/* */
|
|
15675
|
+
/* */
|
|
15676
|
+
/* */
|
|
15677
|
+
/* */
|
|
15678
|
+
return (void 0);
|
|
15679
|
+
}
|
|
15680
|
+
//#endregion
|
|
15681
|
+
//#region commands / soft
|
|
15682
|
+
async soft() {
|
|
15683
|
+
/* */
|
|
15684
|
+
/* */
|
|
15685
|
+
/* */
|
|
15686
|
+
/* */
|
|
15687
|
+
/* */
|
|
15688
|
+
/* */
|
|
15689
|
+
/* */
|
|
15690
|
+
/* */
|
|
15691
|
+
/* */
|
|
15692
|
+
/* */
|
|
15693
|
+
/* */
|
|
15694
|
+
/* */
|
|
15695
|
+
/* */
|
|
15696
|
+
/* */
|
|
15697
|
+
/* */
|
|
15698
|
+
return (void 0);
|
|
15699
|
+
}
|
|
15700
|
+
//#endregion
|
|
15701
|
+
//#region commands / rebase
|
|
15702
|
+
async rebase() {
|
|
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
|
+
/* */
|
|
15770
|
+
/* */
|
|
15771
|
+
/* */
|
|
15772
|
+
/* */
|
|
15773
|
+
/* */
|
|
15774
|
+
/* */
|
|
15775
|
+
return (void 0);
|
|
15776
|
+
}
|
|
15777
|
+
//#endregion
|
|
15778
|
+
//#region commands / stash
|
|
15779
|
+
/**
|
|
15780
|
+
* stash only staged files
|
|
15781
|
+
*/
|
|
15782
|
+
async stash() {
|
|
15783
|
+
/* */
|
|
15784
|
+
/* */
|
|
15785
|
+
/* */
|
|
15786
|
+
/* */
|
|
15787
|
+
/* */
|
|
15788
|
+
/* */
|
|
15789
|
+
/* */
|
|
15790
|
+
return (void 0);
|
|
15791
|
+
}
|
|
15792
|
+
//#endregion
|
|
15793
|
+
//#region commands / stash all
|
|
15794
|
+
/**
|
|
15795
|
+
* stash all files
|
|
15796
|
+
*/
|
|
15797
|
+
async stashAll() {
|
|
15798
|
+
/* */
|
|
15799
|
+
/* */
|
|
15800
|
+
/* */
|
|
15801
|
+
/* */
|
|
15802
|
+
/* */
|
|
15803
|
+
/* */
|
|
15804
|
+
/* */
|
|
15805
|
+
return (void 0);
|
|
15806
|
+
}
|
|
15807
|
+
//#endregion
|
|
15808
|
+
//#region commands / push all origins
|
|
15809
|
+
/**
|
|
15810
|
+
* push force to all orgins
|
|
15811
|
+
*/
|
|
15812
|
+
async pushAllForce() {
|
|
15813
|
+
/* */
|
|
15814
|
+
/* */
|
|
15815
|
+
/* */
|
|
15816
|
+
/* */
|
|
15817
|
+
/* */
|
|
15818
|
+
return (void 0);
|
|
15819
|
+
}
|
|
15820
|
+
async pAllForce() {
|
|
15821
|
+
/* */
|
|
15822
|
+
/* */
|
|
15823
|
+
return (void 0);
|
|
15824
|
+
}
|
|
15825
|
+
async pAllf() {
|
|
15826
|
+
/* */
|
|
15827
|
+
/* */
|
|
15828
|
+
return (void 0);
|
|
15829
|
+
}
|
|
15830
|
+
async pAll() {
|
|
15831
|
+
/* */
|
|
15832
|
+
/* */
|
|
15833
|
+
return (void 0);
|
|
15834
|
+
}
|
|
15835
|
+
/**
|
|
15836
|
+
* push to all origins
|
|
15837
|
+
*/
|
|
15838
|
+
async pushAll(force = false) {
|
|
15839
|
+
/* */
|
|
15840
|
+
/* */
|
|
15841
|
+
/* */
|
|
15842
|
+
/* */
|
|
15843
|
+
/* */
|
|
15844
|
+
/* */
|
|
15845
|
+
/* */
|
|
15846
|
+
/* */
|
|
15847
|
+
/* */
|
|
15848
|
+
/* */
|
|
15849
|
+
/* */
|
|
15850
|
+
/* */
|
|
15851
|
+
/* */
|
|
15852
|
+
/* */
|
|
15853
|
+
/* */
|
|
15854
|
+
/* */
|
|
15855
|
+
/* */
|
|
15856
|
+
/* */
|
|
15857
|
+
/* */
|
|
15858
|
+
/* */
|
|
15859
|
+
return (void 0);
|
|
15860
|
+
}
|
|
15861
|
+
//#endregion
|
|
15862
|
+
//#region commands / push force
|
|
15863
|
+
async forcePush() {
|
|
15864
|
+
/* */
|
|
15865
|
+
/* */
|
|
15866
|
+
return (void 0);
|
|
15867
|
+
}
|
|
15868
|
+
async pushForce() {
|
|
15869
|
+
/* */
|
|
15870
|
+
/* */
|
|
15871
|
+
return (void 0);
|
|
15872
|
+
}
|
|
15873
|
+
//#endregion
|
|
15874
|
+
//#region commands / commit
|
|
15875
|
+
/**
|
|
15876
|
+
* Commit and push this for single repo
|
|
15877
|
+
*/
|
|
15878
|
+
async commit(options = {}) {
|
|
15879
|
+
/* */
|
|
15880
|
+
/* */
|
|
15881
|
+
/* */
|
|
15882
|
+
/* */
|
|
15883
|
+
/* */
|
|
15884
|
+
/* */
|
|
15885
|
+
/* */
|
|
15886
|
+
/* */
|
|
15887
|
+
/* */
|
|
15888
|
+
/* */
|
|
15889
|
+
/* */
|
|
15890
|
+
/* */
|
|
15891
|
+
/* */
|
|
15892
|
+
/* */
|
|
15893
|
+
/* */
|
|
15894
|
+
/* */
|
|
15895
|
+
/* */
|
|
15896
|
+
/* */
|
|
15897
|
+
/* */
|
|
15898
|
+
/* */
|
|
15899
|
+
/* */
|
|
15900
|
+
return (void 0);
|
|
15901
|
+
}
|
|
15902
|
+
//#endregion
|
|
15903
|
+
//#region commands / push
|
|
15904
|
+
async _preventPushPullFromNotCorrectBranch() {
|
|
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
|
+
/* */
|
|
15945
|
+
/* */
|
|
15946
|
+
/* */
|
|
15947
|
+
/* */
|
|
15948
|
+
/* */
|
|
15949
|
+
/* */
|
|
15950
|
+
return (void 0);
|
|
15951
|
+
}
|
|
15952
|
+
async qPush() {
|
|
15953
|
+
/* */
|
|
15954
|
+
/* */
|
|
15955
|
+
return (void 0);
|
|
15956
|
+
}
|
|
15957
|
+
async quickPush() {
|
|
15958
|
+
/* */
|
|
15959
|
+
/* */
|
|
15960
|
+
return (void 0);
|
|
15961
|
+
}
|
|
15962
|
+
async repushauto() {
|
|
15963
|
+
/* */
|
|
15964
|
+
/* */
|
|
15965
|
+
return (void 0);
|
|
15966
|
+
}
|
|
15967
|
+
async rePush(skipQuesion = false) {
|
|
15968
|
+
/* */
|
|
15969
|
+
/* */
|
|
15970
|
+
/* */
|
|
15971
|
+
/* */
|
|
15972
|
+
/* */
|
|
15973
|
+
/* */
|
|
15974
|
+
/* */
|
|
15975
|
+
/* */
|
|
15976
|
+
/* */
|
|
15977
|
+
/* */
|
|
15978
|
+
/* */
|
|
15979
|
+
/* */
|
|
15980
|
+
/* */
|
|
15981
|
+
/* */
|
|
15982
|
+
/* */
|
|
15983
|
+
/* */
|
|
15984
|
+
/* */
|
|
15985
|
+
/* */
|
|
15986
|
+
/* */
|
|
15987
|
+
/* */
|
|
15988
|
+
/* */
|
|
15989
|
+
/* */
|
|
15990
|
+
return (void 0);
|
|
15991
|
+
}
|
|
15992
|
+
async push(options = {}) {
|
|
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
|
+
/* */
|
|
16033
|
+
/* */
|
|
16034
|
+
/* */
|
|
16035
|
+
/* */
|
|
16036
|
+
/* */
|
|
16037
|
+
/* */
|
|
16038
|
+
return (void 0);
|
|
16039
|
+
}
|
|
16040
|
+
//#endregion
|
|
16041
|
+
//#region commands / melt
|
|
16042
|
+
async melt() {
|
|
16043
|
+
/* */
|
|
16044
|
+
/* */
|
|
16045
|
+
/* */
|
|
16046
|
+
/* */
|
|
16047
|
+
/* */
|
|
16048
|
+
/* */
|
|
16049
|
+
return (void 0);
|
|
16050
|
+
}
|
|
16051
|
+
//#endregion
|
|
16052
|
+
//#region commands / melt
|
|
16053
|
+
async meltUp() {
|
|
16054
|
+
/* */
|
|
16055
|
+
/* */
|
|
16056
|
+
/* */
|
|
16057
|
+
/* */
|
|
16058
|
+
/* */
|
|
16059
|
+
/* */
|
|
16060
|
+
/* */
|
|
16061
|
+
/* */
|
|
16062
|
+
/* */
|
|
16063
|
+
/* */
|
|
16064
|
+
/* */
|
|
16065
|
+
/* */
|
|
16066
|
+
/* */
|
|
16067
|
+
/* */
|
|
16068
|
+
/* */
|
|
16069
|
+
/* */
|
|
16070
|
+
/* */
|
|
16071
|
+
/* */
|
|
16072
|
+
/* */
|
|
16073
|
+
/* */
|
|
16074
|
+
/* */
|
|
16075
|
+
/* */
|
|
16076
|
+
/* */
|
|
16077
|
+
/* */
|
|
16078
|
+
/* */
|
|
16079
|
+
/* */
|
|
16080
|
+
/* */
|
|
16081
|
+
return (void 0);
|
|
16082
|
+
}
|
|
16083
|
+
//#endregion
|
|
16084
|
+
//#region commands / melt
|
|
16085
|
+
async meltAll() {
|
|
16086
|
+
/* */
|
|
16087
|
+
/* */
|
|
16088
|
+
/* */
|
|
16089
|
+
/* */
|
|
16090
|
+
/* */
|
|
16091
|
+
/* */
|
|
16092
|
+
/* */
|
|
16093
|
+
/* */
|
|
16094
|
+
/* */
|
|
16095
|
+
return (void 0);
|
|
16096
|
+
}
|
|
16097
|
+
//#endregion
|
|
16098
|
+
//#region commands / melt updat ecommits
|
|
16099
|
+
async __meltCommitsFunc(project, options) {
|
|
16100
|
+
/* */
|
|
16101
|
+
/* */
|
|
16102
|
+
/* */
|
|
16103
|
+
/* */
|
|
16104
|
+
/* */
|
|
16105
|
+
/* */
|
|
16106
|
+
/* */
|
|
16107
|
+
/* */
|
|
16108
|
+
/* */
|
|
16109
|
+
/* */
|
|
16110
|
+
return (void 0);
|
|
16111
|
+
}
|
|
16112
|
+
async meltUpdateCommits(options) {
|
|
16113
|
+
/* */
|
|
16114
|
+
/* */
|
|
16115
|
+
return (void 0);
|
|
16116
|
+
}
|
|
16117
|
+
//#endregion
|
|
16118
|
+
//#region commands / push feature
|
|
16119
|
+
async pf() {
|
|
16120
|
+
/* */
|
|
16121
|
+
/* */
|
|
16122
|
+
return (void 0);
|
|
16123
|
+
}
|
|
16124
|
+
async pRel() {
|
|
16125
|
+
/* */
|
|
16126
|
+
/* */
|
|
16127
|
+
return (void 0);
|
|
16128
|
+
}
|
|
16129
|
+
async pRelease() {
|
|
16130
|
+
/* */
|
|
16131
|
+
/* */
|
|
16132
|
+
return (void 0);
|
|
16133
|
+
}
|
|
16134
|
+
async pushRelease() {
|
|
16135
|
+
/* */
|
|
16136
|
+
/* */
|
|
16137
|
+
/* */
|
|
16138
|
+
/* */
|
|
16139
|
+
/* */
|
|
16140
|
+
/* */
|
|
16141
|
+
/* */
|
|
16142
|
+
/* */
|
|
16143
|
+
/* */
|
|
16144
|
+
return (void 0);
|
|
16145
|
+
}
|
|
16146
|
+
async mPush() {
|
|
16147
|
+
/* */
|
|
16148
|
+
/* */
|
|
16149
|
+
return (void 0);
|
|
16150
|
+
}
|
|
16151
|
+
async fmPush() {
|
|
16152
|
+
/* */
|
|
16153
|
+
/* */
|
|
16154
|
+
return (void 0);
|
|
16155
|
+
}
|
|
16156
|
+
async mfPush() {
|
|
16157
|
+
/* */
|
|
16158
|
+
/* */
|
|
16159
|
+
return (void 0);
|
|
16160
|
+
}
|
|
16161
|
+
async mforcePush() {
|
|
16162
|
+
/* */
|
|
16163
|
+
/* */
|
|
16164
|
+
return (void 0);
|
|
16165
|
+
}
|
|
16166
|
+
async meltforcePush() {
|
|
16167
|
+
/* */
|
|
16168
|
+
/* */
|
|
16169
|
+
return (void 0);
|
|
16170
|
+
}
|
|
16171
|
+
async forceMeltPush() {
|
|
16172
|
+
/* */
|
|
16173
|
+
/* */
|
|
16174
|
+
return (void 0);
|
|
16175
|
+
}
|
|
16176
|
+
async meltPush(force = false) {
|
|
16177
|
+
/* */
|
|
16178
|
+
/* */
|
|
16179
|
+
/* */
|
|
16180
|
+
/* */
|
|
16181
|
+
/* */
|
|
16182
|
+
/* */
|
|
16183
|
+
return (void 0);
|
|
16184
|
+
}
|
|
16185
|
+
async pushFeature() {
|
|
16186
|
+
/* */
|
|
16187
|
+
/* */
|
|
16188
|
+
/* */
|
|
16189
|
+
return (void 0);
|
|
16190
|
+
}
|
|
16191
|
+
//#endregion
|
|
16192
|
+
//#region commands / push fix
|
|
16193
|
+
async pushFix() {
|
|
16194
|
+
/* */
|
|
16195
|
+
/* */
|
|
16196
|
+
/* */
|
|
16197
|
+
return (void 0);
|
|
16198
|
+
}
|
|
16199
|
+
pfix() {
|
|
16200
|
+
/* */
|
|
16201
|
+
/* */
|
|
16202
|
+
return (void 0);
|
|
16203
|
+
}
|
|
16204
|
+
//#endregion
|
|
16205
|
+
//#region commands / push chore
|
|
16206
|
+
async pushChore() {
|
|
16207
|
+
/* */
|
|
16208
|
+
/* */
|
|
16209
|
+
/* */
|
|
16210
|
+
return (void 0);
|
|
16211
|
+
}
|
|
16212
|
+
async pc() {
|
|
16213
|
+
/* */
|
|
16214
|
+
/* */
|
|
16215
|
+
return (void 0);
|
|
16216
|
+
}
|
|
16217
|
+
//#endregion
|
|
16218
|
+
//#region commands / push refactor
|
|
16219
|
+
async pushRefactor() {
|
|
16220
|
+
/* */
|
|
16221
|
+
/* */
|
|
16222
|
+
/* */
|
|
16223
|
+
return (void 0);
|
|
16224
|
+
}
|
|
16225
|
+
async pushref() {
|
|
16226
|
+
/* */
|
|
16227
|
+
/* */
|
|
16228
|
+
return (void 0);
|
|
16229
|
+
}
|
|
16230
|
+
async pref() {
|
|
16231
|
+
/* */
|
|
16232
|
+
/* */
|
|
16233
|
+
return (void 0);
|
|
16234
|
+
}
|
|
16235
|
+
//#endregion
|
|
16236
|
+
//#region commands / push style
|
|
16237
|
+
async pushStyle() {
|
|
16238
|
+
/* */
|
|
16239
|
+
/* */
|
|
16240
|
+
/* */
|
|
16241
|
+
return (void 0);
|
|
16242
|
+
}
|
|
16243
|
+
async pstyl() {
|
|
16244
|
+
/* */
|
|
16245
|
+
/* */
|
|
16246
|
+
return (void 0);
|
|
16247
|
+
}
|
|
16248
|
+
async pstyle() {
|
|
16249
|
+
/* */
|
|
16250
|
+
/* */
|
|
16251
|
+
return (void 0);
|
|
16252
|
+
}
|
|
16253
|
+
//#endregion
|
|
16254
|
+
//#region commands / push docs
|
|
16255
|
+
async pushDocs() {
|
|
16256
|
+
/* */
|
|
16257
|
+
/* */
|
|
16258
|
+
/* */
|
|
16259
|
+
return (void 0);
|
|
16260
|
+
}
|
|
16261
|
+
async pd() {
|
|
16262
|
+
/* */
|
|
16263
|
+
/* */
|
|
16264
|
+
return (void 0);
|
|
16265
|
+
}
|
|
16266
|
+
async pdocs() {
|
|
16267
|
+
/* */
|
|
16268
|
+
/* */
|
|
16269
|
+
return (void 0);
|
|
16270
|
+
}
|
|
16271
|
+
//#endregion
|
|
16272
|
+
//#region commands / push test
|
|
16273
|
+
async pushTest() {
|
|
16274
|
+
/* */
|
|
16275
|
+
/* */
|
|
16276
|
+
/* */
|
|
16277
|
+
return (void 0);
|
|
16278
|
+
}
|
|
16279
|
+
async pTest() {
|
|
16280
|
+
/* */
|
|
16281
|
+
/* */
|
|
16282
|
+
return (void 0);
|
|
16283
|
+
}
|
|
16284
|
+
async pTests() {
|
|
16285
|
+
/* */
|
|
16286
|
+
/* */
|
|
16287
|
+
return (void 0);
|
|
16288
|
+
}
|
|
16289
|
+
//#endregion
|
|
16290
|
+
//#region commands / push perf
|
|
16291
|
+
async pushPerf() {
|
|
16292
|
+
/* */
|
|
16293
|
+
/* */
|
|
16294
|
+
/* */
|
|
16295
|
+
/* */
|
|
16296
|
+
/* */
|
|
16297
|
+
/* */
|
|
16298
|
+
return (void 0);
|
|
16299
|
+
}
|
|
16300
|
+
//#endregion
|
|
16301
|
+
//#region commands / push ci
|
|
16302
|
+
async pushCi() {
|
|
16303
|
+
/* */
|
|
16304
|
+
/* */
|
|
16305
|
+
/* */
|
|
16306
|
+
return (void 0);
|
|
16307
|
+
}
|
|
16308
|
+
//#endregion
|
|
16309
|
+
//#region commands / select branch
|
|
16310
|
+
async branch() {
|
|
16311
|
+
/* */
|
|
16312
|
+
/* */
|
|
16313
|
+
/* */
|
|
16314
|
+
/* */
|
|
16315
|
+
/* */
|
|
16316
|
+
/* */
|
|
16317
|
+
/* */
|
|
16318
|
+
/* */
|
|
16319
|
+
/* */
|
|
16320
|
+
/* */
|
|
16321
|
+
/* */
|
|
16322
|
+
/* */
|
|
16323
|
+
/* */
|
|
16324
|
+
/* */
|
|
16325
|
+
/* */
|
|
16326
|
+
/* */
|
|
16327
|
+
/* */
|
|
16328
|
+
/* */
|
|
16329
|
+
/* */
|
|
16330
|
+
/* */
|
|
16331
|
+
/* */
|
|
16332
|
+
/* */
|
|
16333
|
+
return (void 0);
|
|
16334
|
+
}
|
|
16335
|
+
//#endregion
|
|
16336
|
+
//#region commands / push build
|
|
16337
|
+
async pushBuild() {
|
|
16338
|
+
/* */
|
|
16339
|
+
/* */
|
|
16340
|
+
/* */
|
|
16341
|
+
return (void 0);
|
|
16342
|
+
}
|
|
16343
|
+
//#endregion
|
|
16344
|
+
//#region commands / set origin
|
|
16345
|
+
async SET_ORIGIN() {
|
|
16346
|
+
/* */
|
|
16347
|
+
/* */
|
|
16348
|
+
/* */
|
|
16349
|
+
/* */
|
|
16350
|
+
/* */
|
|
16351
|
+
/* */
|
|
16352
|
+
/* */
|
|
16353
|
+
/* */
|
|
16354
|
+
/* */
|
|
16355
|
+
/* */
|
|
16356
|
+
/* */
|
|
16357
|
+
/* */
|
|
16358
|
+
/* */
|
|
16359
|
+
/* */
|
|
16360
|
+
/* */
|
|
16361
|
+
/* */
|
|
16362
|
+
/* */
|
|
16363
|
+
/* */
|
|
16364
|
+
/* */
|
|
16365
|
+
/* */
|
|
16366
|
+
/* */
|
|
16367
|
+
/* */
|
|
16368
|
+
/* */
|
|
16369
|
+
/* */
|
|
16370
|
+
return (void 0);
|
|
16371
|
+
}
|
|
16372
|
+
//#endregion
|
|
16373
|
+
//#region commands / rename origin
|
|
16374
|
+
async RENAME_ORIGIN() {
|
|
16375
|
+
/* */
|
|
16376
|
+
/* */
|
|
16377
|
+
/* */
|
|
16378
|
+
/* */
|
|
16379
|
+
/* */
|
|
16380
|
+
/* */
|
|
16381
|
+
/* */
|
|
16382
|
+
/* */
|
|
16383
|
+
/* */
|
|
16384
|
+
/* */
|
|
16385
|
+
/* */
|
|
16386
|
+
/* */
|
|
16387
|
+
return (void 0);
|
|
16388
|
+
}
|
|
16389
|
+
//#endregion
|
|
16390
|
+
//#region commands / last hash tag
|
|
16391
|
+
async LAST_TAG_HASH() {
|
|
16392
|
+
/* */
|
|
16393
|
+
/* */
|
|
16394
|
+
/* */
|
|
16395
|
+
/* */
|
|
16396
|
+
/* */
|
|
16397
|
+
/* */
|
|
16398
|
+
return (void 0);
|
|
16399
|
+
}
|
|
16400
|
+
//#endregion
|
|
16401
|
+
//#region commands / last tag
|
|
16402
|
+
async LAST_TAG() {
|
|
16403
|
+
/* */
|
|
16404
|
+
/* */
|
|
16405
|
+
/* */
|
|
16406
|
+
/* */
|
|
16407
|
+
/* */
|
|
16408
|
+
/* */
|
|
16409
|
+
/* */
|
|
16410
|
+
/* */
|
|
16411
|
+
/* */
|
|
16412
|
+
/* */
|
|
16413
|
+
/* */
|
|
16414
|
+
/* */
|
|
16415
|
+
return (void 0);
|
|
16416
|
+
}
|
|
16417
|
+
//#endregion
|
|
16418
|
+
//#region commands / check tag exists
|
|
16419
|
+
CHECK_TAG_EXISTS() {
|
|
16420
|
+
/* */
|
|
16421
|
+
/* */
|
|
16422
|
+
/* */
|
|
16423
|
+
/* */
|
|
16424
|
+
/* */
|
|
16425
|
+
return (void 0);
|
|
16426
|
+
}
|
|
16427
|
+
//#endregion
|
|
16428
|
+
//#region commands / lint
|
|
16429
|
+
/**
|
|
16430
|
+
* TODO move somewhere
|
|
16431
|
+
*/
|
|
16432
|
+
async lint() {
|
|
16433
|
+
/* */
|
|
16434
|
+
/* */
|
|
16435
|
+
/* */
|
|
16436
|
+
/* */
|
|
16437
|
+
/* */
|
|
16438
|
+
return (void 0);
|
|
16439
|
+
}
|
|
16440
|
+
//#endregion
|
|
16441
|
+
//#region commands / version
|
|
16442
|
+
/**
|
|
16443
|
+
* TODO move somewhere
|
|
16444
|
+
*/
|
|
16445
|
+
async version() {
|
|
16446
|
+
/* */
|
|
16447
|
+
/* */
|
|
16448
|
+
/* */
|
|
16449
|
+
/* */
|
|
16450
|
+
/* */
|
|
16451
|
+
/* */
|
|
16452
|
+
return (void 0);
|
|
16453
|
+
}
|
|
16454
|
+
//#endregion
|
|
16455
|
+
//#region commands / init
|
|
16456
|
+
/**
|
|
16457
|
+
* TODO move somewhere
|
|
16458
|
+
*/
|
|
16459
|
+
async init() {
|
|
16460
|
+
/* */
|
|
16461
|
+
/* */
|
|
16462
|
+
/* */
|
|
16463
|
+
/* */
|
|
16464
|
+
/* */
|
|
16465
|
+
/* */
|
|
16466
|
+
return (void 0);
|
|
16467
|
+
}
|
|
16468
|
+
/**
|
|
16469
|
+
* init parent and first level children
|
|
16470
|
+
*/
|
|
16471
|
+
async initAll() {
|
|
16472
|
+
/* */
|
|
16473
|
+
/* */
|
|
16474
|
+
/* */
|
|
16475
|
+
/* */
|
|
16476
|
+
/* */
|
|
16477
|
+
/* */
|
|
16478
|
+
/* */
|
|
16479
|
+
/* */
|
|
16480
|
+
/* */
|
|
16481
|
+
return (void 0);
|
|
16482
|
+
}
|
|
16483
|
+
//#endregion
|
|
16484
|
+
//#region commands / struct
|
|
16485
|
+
/**
|
|
16486
|
+
* TODO move somewhere
|
|
16487
|
+
*/
|
|
16488
|
+
async struct() {
|
|
16489
|
+
/* */
|
|
16490
|
+
/* */
|
|
16491
|
+
/* */
|
|
16492
|
+
/* */
|
|
16493
|
+
/* */
|
|
16494
|
+
/* */
|
|
16495
|
+
return (void 0);
|
|
16496
|
+
}
|
|
16497
|
+
//#endregion
|
|
16498
|
+
//#region commands / info
|
|
16499
|
+
/**
|
|
16500
|
+
* TODO move somewhere
|
|
16501
|
+
*/
|
|
16502
|
+
async info() {
|
|
16503
|
+
/* */
|
|
16504
|
+
/* */
|
|
16505
|
+
/* */
|
|
16506
|
+
/* */
|
|
16507
|
+
/* */
|
|
16508
|
+
/* */
|
|
16509
|
+
/* */
|
|
16510
|
+
/* */
|
|
16511
|
+
/* */
|
|
16512
|
+
/* */
|
|
16513
|
+
/* */
|
|
16514
|
+
/* */
|
|
16515
|
+
return (void 0);
|
|
16516
|
+
}
|
|
16517
|
+
//#endregion
|
|
16518
|
+
//#region commands / info
|
|
16519
|
+
async modified() {
|
|
16520
|
+
/* */
|
|
16521
|
+
/* */
|
|
16522
|
+
/* */
|
|
16523
|
+
/* */
|
|
16524
|
+
/* */
|
|
16525
|
+
/* */
|
|
16526
|
+
/* */
|
|
16527
|
+
/* */
|
|
16528
|
+
/* */
|
|
16529
|
+
/* */
|
|
16530
|
+
/* */
|
|
16531
|
+
/* */
|
|
16532
|
+
/* */
|
|
16533
|
+
/* */
|
|
16534
|
+
/* */
|
|
16535
|
+
/* */
|
|
16536
|
+
/* */
|
|
16537
|
+
/* */
|
|
16538
|
+
/* */
|
|
16539
|
+
/* */
|
|
16540
|
+
/* */
|
|
16541
|
+
/* */
|
|
16542
|
+
/* */
|
|
16543
|
+
return (void 0);
|
|
16544
|
+
}
|
|
16545
|
+
//#endregion
|
|
16546
|
+
//#region commands / update
|
|
16547
|
+
async refresh() {
|
|
16548
|
+
/* */
|
|
16549
|
+
/* */
|
|
16550
|
+
/* */
|
|
16551
|
+
/* */
|
|
16552
|
+
/* */
|
|
16553
|
+
return (void 0);
|
|
16554
|
+
}
|
|
16555
|
+
//#endregion
|
|
16556
|
+
//#region commands / changes
|
|
16557
|
+
async changes() {
|
|
16558
|
+
/* */
|
|
16559
|
+
/* */
|
|
16560
|
+
/* */
|
|
16561
|
+
/* */
|
|
16562
|
+
/* */
|
|
16563
|
+
/* */
|
|
16564
|
+
/* */
|
|
16565
|
+
return (void 0);
|
|
16566
|
+
}
|
|
16567
|
+
//#endregion
|
|
16568
|
+
//#region commands / all tags
|
|
16569
|
+
async allTags() {
|
|
16570
|
+
/* */
|
|
16571
|
+
/* */
|
|
16572
|
+
/* */
|
|
16573
|
+
/* */
|
|
16574
|
+
/* */
|
|
16575
|
+
/* */
|
|
16576
|
+
/* */
|
|
16577
|
+
return (void 0);
|
|
16578
|
+
}
|
|
16579
|
+
//#endregion
|
|
16580
|
+
//#region commands / remove tag
|
|
16581
|
+
async removeTag() {
|
|
16582
|
+
/* */
|
|
16583
|
+
/* */
|
|
16584
|
+
/* */
|
|
16585
|
+
/* */
|
|
16586
|
+
/* */
|
|
16587
|
+
/* */
|
|
16588
|
+
/* */
|
|
16589
|
+
/* */
|
|
16590
|
+
/* */
|
|
16591
|
+
/* */
|
|
16592
|
+
/* */
|
|
16593
|
+
/* */
|
|
16594
|
+
/* */
|
|
16595
|
+
/* */
|
|
16596
|
+
/* */
|
|
16597
|
+
return (void 0);
|
|
16598
|
+
}
|
|
16599
|
+
//#endregion
|
|
16600
|
+
//#region commands / branch name
|
|
16601
|
+
BRANCH_NAME() {
|
|
16602
|
+
/* */
|
|
16603
|
+
/* */
|
|
16604
|
+
/* */
|
|
16605
|
+
/* */
|
|
16606
|
+
/* */
|
|
16607
|
+
return (void 0);
|
|
16608
|
+
}
|
|
16609
|
+
//#endregion
|
|
16610
|
+
//#region commands / remotes
|
|
16611
|
+
REMOTES() {
|
|
16612
|
+
/* */
|
|
16613
|
+
/* */
|
|
16614
|
+
/* */
|
|
16615
|
+
return (void 0);
|
|
16616
|
+
}
|
|
16617
|
+
async SET_REMOTE_SSH() {
|
|
16618
|
+
/* */
|
|
16619
|
+
/* */
|
|
16620
|
+
/* */
|
|
16621
|
+
return (void 0);
|
|
16622
|
+
}
|
|
16623
|
+
async SET_REMOTE_http() {
|
|
16624
|
+
/* */
|
|
16625
|
+
/* */
|
|
16626
|
+
/* */
|
|
16627
|
+
return (void 0);
|
|
16628
|
+
}
|
|
16629
|
+
async SET_REMOTE_https() {
|
|
16630
|
+
/* */
|
|
16631
|
+
/* */
|
|
16632
|
+
return (void 0);
|
|
16633
|
+
}
|
|
16634
|
+
_resolveChildFromArg() {
|
|
16635
|
+
/* */
|
|
16636
|
+
/* */
|
|
16637
|
+
/* */
|
|
16638
|
+
/* */
|
|
16639
|
+
/* */
|
|
16640
|
+
/* */
|
|
16641
|
+
/* */
|
|
16642
|
+
/* */
|
|
16643
|
+
/* */
|
|
16644
|
+
/* */
|
|
16645
|
+
return (void 0);
|
|
16646
|
+
}
|
|
16647
|
+
origin() {
|
|
16648
|
+
/* */
|
|
16649
|
+
/* */
|
|
16650
|
+
/* */
|
|
16651
|
+
/* */
|
|
16652
|
+
return (void 0);
|
|
16653
|
+
}
|
|
16654
|
+
remote() {
|
|
16655
|
+
/* */
|
|
16656
|
+
/* */
|
|
16657
|
+
/* */
|
|
16658
|
+
return (void 0);
|
|
16659
|
+
}
|
|
16660
|
+
originHttp() {
|
|
16661
|
+
/* */
|
|
16662
|
+
/* */
|
|
16663
|
+
/* */
|
|
16664
|
+
/* */
|
|
16665
|
+
/* */
|
|
16666
|
+
return (void 0);
|
|
16667
|
+
}
|
|
16668
|
+
originHttps() {
|
|
16669
|
+
/* */
|
|
16670
|
+
/* */
|
|
16671
|
+
/* */
|
|
16672
|
+
/* */
|
|
16673
|
+
/* */
|
|
16674
|
+
return (void 0);
|
|
16675
|
+
}
|
|
16676
|
+
originssh() {
|
|
16677
|
+
/* */
|
|
16678
|
+
/* */
|
|
16679
|
+
/* */
|
|
16680
|
+
/* */
|
|
16681
|
+
/* */
|
|
16682
|
+
return (void 0);
|
|
16683
|
+
}
|
|
16684
|
+
origins() {
|
|
16685
|
+
/* */
|
|
16686
|
+
/* */
|
|
16687
|
+
return (void 0);
|
|
16688
|
+
}
|
|
16689
|
+
//#endregion
|
|
16690
|
+
//#region commands / git config
|
|
16691
|
+
gitConfig() {
|
|
16692
|
+
/* */
|
|
16693
|
+
/* */
|
|
16694
|
+
/* */
|
|
16695
|
+
/* */
|
|
16696
|
+
return (void 0);
|
|
16697
|
+
}
|
|
16698
|
+
//#endregion
|
|
16699
|
+
//#region commands / lastCommitHash
|
|
16700
|
+
LAST_COMMIT_HASH() {
|
|
16701
|
+
/* */
|
|
16702
|
+
/* */
|
|
16703
|
+
/* */
|
|
16704
|
+
return (void 0);
|
|
16705
|
+
}
|
|
16706
|
+
//#endregion
|
|
16707
|
+
//#region commands / commit message by hash
|
|
16708
|
+
async COMMIT_MESSAGE_BY_HASH() {
|
|
16709
|
+
/* */
|
|
16710
|
+
/* */
|
|
16711
|
+
/* */
|
|
16712
|
+
/* */
|
|
16713
|
+
return (void 0);
|
|
16714
|
+
}
|
|
16715
|
+
//#endregion
|
|
16716
|
+
//#region commands / last 5 commit hashes
|
|
16717
|
+
async LAST_5_COMMITS() {
|
|
16718
|
+
/* */
|
|
16719
|
+
/* */
|
|
16720
|
+
/* */
|
|
16721
|
+
/* */
|
|
16722
|
+
/* */
|
|
16723
|
+
/* */
|
|
16724
|
+
return (void 0);
|
|
16725
|
+
}
|
|
16726
|
+
//#endregion
|
|
16727
|
+
//#region commands / update deps from
|
|
16728
|
+
async updateDepsFrom() {
|
|
16729
|
+
/* */
|
|
16730
|
+
/* */
|
|
16731
|
+
/* */
|
|
16732
|
+
/* */
|
|
16733
|
+
/* */
|
|
16734
|
+
/* */
|
|
16735
|
+
/* */
|
|
16736
|
+
/* */
|
|
16737
|
+
/* */
|
|
16738
|
+
/* */
|
|
16739
|
+
/* */
|
|
16740
|
+
/* */
|
|
16741
|
+
/* */
|
|
16742
|
+
/* */
|
|
16743
|
+
/* */
|
|
16744
|
+
return (void 0);
|
|
16745
|
+
}
|
|
16746
|
+
//#endregion
|
|
16747
|
+
//#region is terminal supported
|
|
16748
|
+
isSupportedTaonTerminal() {
|
|
16749
|
+
/* */
|
|
16750
|
+
/* */
|
|
16751
|
+
/* */
|
|
16752
|
+
return (void 0);
|
|
16753
|
+
}
|
|
16754
|
+
//#endregion
|
|
16755
|
+
//#region is terminal running inside cmd
|
|
16756
|
+
isRunningInWindowsCmd() {
|
|
16757
|
+
/* */
|
|
16758
|
+
/* */
|
|
16759
|
+
/* */
|
|
16760
|
+
/* */
|
|
16761
|
+
/* */
|
|
16762
|
+
return (void 0);
|
|
16763
|
+
}
|
|
16764
|
+
//#endregion
|
|
16765
|
+
//#region is running inside powershell
|
|
16766
|
+
isRunningInWindowsPowerShell() {
|
|
16767
|
+
/* */
|
|
16768
|
+
/* */
|
|
16769
|
+
/* */
|
|
16770
|
+
/* */
|
|
16771
|
+
/* */
|
|
16772
|
+
return (void 0);
|
|
16773
|
+
}
|
|
16774
|
+
//#endregion
|
|
16775
|
+
//#region prox ext
|
|
16776
|
+
async INSTALL_PROJECT_EXTENSIONS() {
|
|
16777
|
+
/* */
|
|
16778
|
+
/* */
|
|
16779
|
+
return (void 0);
|
|
16780
|
+
}
|
|
16781
|
+
async INSTALL_PROJECT_EXT() {
|
|
16782
|
+
/* */
|
|
16783
|
+
/* */
|
|
16784
|
+
return (void 0);
|
|
16785
|
+
}
|
|
16786
|
+
async INS_PROJ_EXT() {
|
|
16787
|
+
/* */
|
|
16788
|
+
/* */
|
|
16789
|
+
return (void 0);
|
|
16790
|
+
}
|
|
16791
|
+
async INSTALL_PROJ_EXT() {
|
|
16792
|
+
/* */
|
|
16793
|
+
/* */
|
|
16794
|
+
/* */
|
|
16795
|
+
/* */
|
|
16796
|
+
/* */
|
|
16797
|
+
/* */
|
|
16798
|
+
/* */
|
|
16799
|
+
/* */
|
|
16800
|
+
/* */
|
|
16801
|
+
/* */
|
|
16802
|
+
/* */
|
|
16803
|
+
/* */
|
|
16804
|
+
/* */
|
|
16805
|
+
/* */
|
|
16806
|
+
/* */
|
|
16807
|
+
/* */
|
|
16808
|
+
/* */
|
|
16809
|
+
return (void 0);
|
|
16810
|
+
}
|
|
16811
|
+
//#endregion
|
|
16812
|
+
//#region proj db
|
|
16813
|
+
async projdb() {
|
|
16814
|
+
/* */
|
|
16815
|
+
/* */
|
|
16816
|
+
/* */
|
|
16817
|
+
/* */
|
|
16818
|
+
/* */
|
|
16819
|
+
/* */
|
|
16820
|
+
/* */
|
|
16821
|
+
/* */
|
|
16822
|
+
/* */
|
|
16823
|
+
/* */
|
|
16824
|
+
/* */
|
|
16825
|
+
/* */
|
|
16826
|
+
/* */
|
|
16827
|
+
/* */
|
|
16828
|
+
return (void 0);
|
|
16829
|
+
}
|
|
16830
|
+
//#endregion
|
|
16831
|
+
//#region filter all project branches by pattern
|
|
16832
|
+
__filterBranchesByPattern(branchPatternOrBranchName) {
|
|
16833
|
+
/* */
|
|
16834
|
+
/* */
|
|
16835
|
+
/* */
|
|
16836
|
+
/* */
|
|
16837
|
+
/* */
|
|
16838
|
+
/* */
|
|
16839
|
+
/* */
|
|
16840
|
+
return (void 0);
|
|
16841
|
+
}
|
|
16842
|
+
//#endregion
|
|
16843
|
+
//#region select branch from list of branches
|
|
16844
|
+
async __selectBrach(branches, task) {
|
|
16845
|
+
/* */
|
|
16846
|
+
/* */
|
|
16847
|
+
/* */
|
|
16848
|
+
/* */
|
|
16849
|
+
/* */
|
|
16850
|
+
/* */
|
|
16851
|
+
/* */
|
|
16852
|
+
/* */
|
|
16853
|
+
/* */
|
|
16854
|
+
/* */
|
|
16855
|
+
/* */
|
|
16856
|
+
/* */
|
|
16857
|
+
/* */
|
|
16858
|
+
/* */
|
|
16859
|
+
/* */
|
|
16860
|
+
return (void 0);
|
|
16861
|
+
}
|
|
16862
|
+
//#endregion
|
|
16863
|
+
//#region commands / clone
|
|
16864
|
+
async clone() {
|
|
16865
|
+
/* */
|
|
16866
|
+
/* */
|
|
16867
|
+
/* */
|
|
16868
|
+
/* */
|
|
16869
|
+
/* */
|
|
16870
|
+
/* */
|
|
16871
|
+
/* */
|
|
16872
|
+
/* */
|
|
16873
|
+
/* */
|
|
16874
|
+
/* */
|
|
16875
|
+
/* */
|
|
16876
|
+
/* */
|
|
16877
|
+
/* */
|
|
16878
|
+
/* */
|
|
16879
|
+
/* */
|
|
16880
|
+
/* */
|
|
16881
|
+
/* */
|
|
16882
|
+
return (void 0);
|
|
16883
|
+
}
|
|
16884
|
+
//#endregion
|
|
16885
|
+
//#region commands / gh temp
|
|
16886
|
+
async ghSave() {
|
|
16887
|
+
/* */
|
|
16888
|
+
/* */
|
|
16889
|
+
/* */
|
|
16890
|
+
return (void 0);
|
|
16891
|
+
}
|
|
16892
|
+
async ghRestore() {
|
|
16893
|
+
/* */
|
|
16894
|
+
/* */
|
|
16895
|
+
/* */
|
|
16896
|
+
return (void 0);
|
|
16897
|
+
}
|
|
16898
|
+
//#endregion
|
|
16899
|
+
//#region commands / start cli service ports worker
|
|
16900
|
+
async ports() {
|
|
16901
|
+
/* */
|
|
16902
|
+
/* */
|
|
16903
|
+
return (void 0);
|
|
16904
|
+
}
|
|
16905
|
+
/**
|
|
16906
|
+
* tnp startCliServicePortsWorker --restart
|
|
16907
|
+
*/
|
|
16908
|
+
async startCliServicePortsWorker() {
|
|
16909
|
+
/* */
|
|
16910
|
+
/* */
|
|
16911
|
+
/* */
|
|
16912
|
+
/* */
|
|
16913
|
+
/* */
|
|
16914
|
+
/* */
|
|
16915
|
+
/* */
|
|
16916
|
+
/* */
|
|
16917
|
+
/* */
|
|
16918
|
+
/* */
|
|
16919
|
+
return (void 0);
|
|
16920
|
+
}
|
|
16921
|
+
//#endregion
|
|
16922
|
+
//#region commands / wait for any key
|
|
16923
|
+
async waitForUserAnyKey() {
|
|
16924
|
+
/* */
|
|
16925
|
+
/* */
|
|
16926
|
+
/* */
|
|
16927
|
+
/* */
|
|
16928
|
+
/* */
|
|
16929
|
+
/* */
|
|
16930
|
+
return (void 0);
|
|
16931
|
+
}
|
|
16932
|
+
//#endregion
|
|
16933
|
+
//#region commands / pause terminal
|
|
16934
|
+
pauseTerminal() {
|
|
16935
|
+
/* */
|
|
16936
|
+
/* */
|
|
16937
|
+
/* */
|
|
16938
|
+
return (void 0);
|
|
16939
|
+
}
|
|
16940
|
+
//#endregion
|
|
16941
|
+
//#region commands / sleep terminal
|
|
16942
|
+
sleepTerminal() {
|
|
16943
|
+
/* */
|
|
16944
|
+
/* */
|
|
16945
|
+
/* */
|
|
16946
|
+
/* */
|
|
16947
|
+
return (void 0);
|
|
16948
|
+
}
|
|
16949
|
+
//#endregion
|
|
16950
|
+
//#region commands / gh pages init
|
|
16951
|
+
async ghPagesInit() {
|
|
16952
|
+
/* */
|
|
16953
|
+
/* */
|
|
16954
|
+
/* */
|
|
16955
|
+
/* */
|
|
16956
|
+
/* */
|
|
16957
|
+
/* */
|
|
16958
|
+
/* */
|
|
16959
|
+
/* */
|
|
16960
|
+
/* */
|
|
16961
|
+
/* */
|
|
16962
|
+
return (void 0);
|
|
16963
|
+
}
|
|
16964
|
+
//#endregion
|
|
16965
|
+
//#region commands / is port in use
|
|
16966
|
+
async isPortInUse() {
|
|
16967
|
+
/* */
|
|
16968
|
+
/* */
|
|
16969
|
+
/* */
|
|
16970
|
+
/* */
|
|
16971
|
+
return (void 0);
|
|
16972
|
+
}
|
|
16973
|
+
//#endregion
|
|
16974
|
+
//#region commands / proc menu
|
|
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
|
+
/* */
|
|
17028
|
+
/* */
|
|
17029
|
+
/* */
|
|
17030
|
+
/* */
|
|
17031
|
+
/* */
|
|
17032
|
+
/* */
|
|
17033
|
+
//#endregion
|
|
17034
|
+
//#region commands / proc info
|
|
17035
|
+
procInfo() {
|
|
17036
|
+
/* */
|
|
17037
|
+
/* */
|
|
17038
|
+
return (void 0);
|
|
17039
|
+
}
|
|
17040
|
+
processInfo() {
|
|
17041
|
+
/* */
|
|
17042
|
+
/* */
|
|
17043
|
+
/* */
|
|
17044
|
+
/* */
|
|
17045
|
+
/* */
|
|
17046
|
+
/* */
|
|
17047
|
+
/* */
|
|
17048
|
+
/* */
|
|
17049
|
+
/* */
|
|
17050
|
+
/* */
|
|
17051
|
+
/* */
|
|
17052
|
+
/* */
|
|
17053
|
+
/* */
|
|
17054
|
+
/* */
|
|
17055
|
+
/* */
|
|
17056
|
+
/* */
|
|
17057
|
+
return (void 0);
|
|
17058
|
+
}
|
|
17059
|
+
//#endregion
|
|
17060
|
+
//#region commands / last git tag
|
|
17061
|
+
lastGitTag() {
|
|
17062
|
+
/* */
|
|
17063
|
+
/* */
|
|
17064
|
+
/* */
|
|
17065
|
+
/* */
|
|
17066
|
+
return (void 0);
|
|
17067
|
+
}
|
|
17068
|
+
//#endregion
|
|
17069
|
+
//#region commands / check ports
|
|
17070
|
+
async checkPort() {
|
|
17071
|
+
/* */
|
|
17072
|
+
/* */
|
|
17073
|
+
return (void 0);
|
|
17074
|
+
}
|
|
17075
|
+
async checkPorts() {
|
|
17076
|
+
/* */
|
|
17077
|
+
/* */
|
|
17078
|
+
/* */
|
|
17079
|
+
/* */
|
|
17080
|
+
/* */
|
|
17081
|
+
/* */
|
|
17082
|
+
/* */
|
|
17083
|
+
/* */
|
|
17084
|
+
/* */
|
|
17085
|
+
/* */
|
|
17086
|
+
/* */
|
|
17087
|
+
/* */
|
|
17088
|
+
/* */
|
|
17089
|
+
/* */
|
|
17090
|
+
/* */
|
|
17091
|
+
/* */
|
|
17092
|
+
/* */
|
|
17093
|
+
/* */
|
|
17094
|
+
/* */
|
|
17095
|
+
/* */
|
|
17096
|
+
/* */
|
|
17097
|
+
return (void 0);
|
|
17098
|
+
}
|
|
17099
|
+
//#endregion
|
|
17100
|
+
//#region commands / remove symlinks
|
|
17101
|
+
removeSymlinksDryRun() {
|
|
17102
|
+
/* */
|
|
17103
|
+
/* */
|
|
17104
|
+
/* */
|
|
17105
|
+
/* */
|
|
17106
|
+
return (void 0);
|
|
17107
|
+
}
|
|
17108
|
+
//#endregion
|
|
17109
|
+
//#region commands / select java
|
|
17110
|
+
async selectJava() {
|
|
17111
|
+
/* */
|
|
17112
|
+
/* */
|
|
17113
|
+
/* */
|
|
17114
|
+
return (void 0);
|
|
17115
|
+
}
|
|
17116
|
+
//#endregion
|
|
17117
|
+
//#region commands / select tomcat
|
|
17118
|
+
async selectTomcat() {
|
|
17119
|
+
/* */
|
|
17120
|
+
/* */
|
|
17121
|
+
/* */
|
|
17122
|
+
/* */
|
|
17123
|
+
return (void 0);
|
|
17124
|
+
}
|
|
17125
|
+
//#endregion
|
|
17126
|
+
//#region commands / ln
|
|
17127
|
+
LN() {
|
|
17128
|
+
/* */
|
|
17129
|
+
/* */
|
|
17130
|
+
/* */
|
|
17131
|
+
/* */
|
|
17132
|
+
return (void 0);
|
|
17133
|
+
}
|
|
17134
|
+
//#endregion
|
|
17135
|
+
//#region commands / copy
|
|
17136
|
+
copy() {
|
|
17137
|
+
/* */
|
|
17138
|
+
/* */
|
|
17139
|
+
/* */
|
|
17140
|
+
/* */
|
|
17141
|
+
/* */
|
|
17142
|
+
/* */
|
|
17143
|
+
/* */
|
|
17144
|
+
/* */
|
|
17145
|
+
/* */
|
|
17146
|
+
/* */
|
|
17147
|
+
/* */
|
|
17148
|
+
/* */
|
|
17149
|
+
/* */
|
|
17150
|
+
/* */
|
|
17151
|
+
/* */
|
|
17152
|
+
/* */
|
|
17153
|
+
/* */
|
|
17154
|
+
/* */
|
|
17155
|
+
/* */
|
|
17156
|
+
/* */
|
|
17157
|
+
/* */
|
|
17158
|
+
/* */
|
|
17159
|
+
/* */
|
|
17160
|
+
/* */
|
|
17161
|
+
/* */
|
|
17162
|
+
/* */
|
|
17163
|
+
/* */
|
|
17164
|
+
/* */
|
|
17165
|
+
return (void 0);
|
|
17166
|
+
}
|
|
17167
|
+
//#endregion
|
|
17168
|
+
//#region commands / simulate domain
|
|
17169
|
+
async simulateDomain() {
|
|
17170
|
+
/* */
|
|
17171
|
+
/* */
|
|
17172
|
+
/* */
|
|
17173
|
+
/* */
|
|
17174
|
+
return (void 0);
|
|
17175
|
+
}
|
|
17176
|
+
//#endregion
|
|
17177
|
+
//#region commands / preview
|
|
17178
|
+
async preview() {
|
|
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
|
+
/* */
|
|
17280
|
+
/* */
|
|
17281
|
+
/* */
|
|
17282
|
+
/* */
|
|
17283
|
+
/* */
|
|
17284
|
+
/* */
|
|
17285
|
+
return (void 0);
|
|
17286
|
+
}
|
|
17287
|
+
//#endregion
|
|
17288
|
+
//#region commands / shorten
|
|
17289
|
+
/**
|
|
17290
|
+
* read huge file and display only lines with specyfic words
|
|
17291
|
+
*/
|
|
17292
|
+
async shorten() {
|
|
17293
|
+
/* */
|
|
17294
|
+
/* */
|
|
17295
|
+
/* */
|
|
17296
|
+
/* */
|
|
17297
|
+
/* */
|
|
17298
|
+
/* */
|
|
17299
|
+
/* */
|
|
17300
|
+
/* */
|
|
17301
|
+
/* */
|
|
17302
|
+
/* */
|
|
17303
|
+
/* */
|
|
17304
|
+
/* */
|
|
17305
|
+
/* */
|
|
17306
|
+
/* */
|
|
17307
|
+
/* */
|
|
17308
|
+
/* */
|
|
17309
|
+
/* */
|
|
17310
|
+
/* */
|
|
17311
|
+
/* */
|
|
17312
|
+
/* */
|
|
17313
|
+
return (void 0);
|
|
17314
|
+
}
|
|
17315
|
+
//#endregion
|
|
17316
|
+
//#region commands / dump packages versions
|
|
17317
|
+
dumpPackagesVersions() {
|
|
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
|
+
/* */
|
|
17346
|
+
/* */
|
|
17347
|
+
/* */
|
|
17348
|
+
/* */
|
|
17349
|
+
/* */
|
|
17350
|
+
/* */
|
|
17351
|
+
return (void 0);
|
|
17352
|
+
}
|
|
17353
|
+
//#endregion
|
|
17354
|
+
//#region commands / zip
|
|
17355
|
+
async zip() {
|
|
17356
|
+
/* */
|
|
17357
|
+
/* */
|
|
17358
|
+
/* */
|
|
17359
|
+
/* */
|
|
17360
|
+
/* */
|
|
17361
|
+
/* */
|
|
17362
|
+
/* */
|
|
17363
|
+
/* */
|
|
17364
|
+
/* */
|
|
17365
|
+
/* */
|
|
17366
|
+
/* */
|
|
17367
|
+
/* */
|
|
17368
|
+
/* */
|
|
17369
|
+
/* */
|
|
17370
|
+
/* */
|
|
17371
|
+
/* */
|
|
17372
|
+
/* */
|
|
17373
|
+
/* */
|
|
17374
|
+
/* */
|
|
17375
|
+
/* */
|
|
17376
|
+
/* */
|
|
17377
|
+
/* */
|
|
17378
|
+
/* */
|
|
17379
|
+
/* */
|
|
17380
|
+
return (void 0);
|
|
17381
|
+
}
|
|
17382
|
+
//#endregion
|
|
17383
|
+
//#region commands / unzip
|
|
17384
|
+
async unzip() {
|
|
17385
|
+
/* */
|
|
17386
|
+
/* */
|
|
17387
|
+
/* */
|
|
17388
|
+
/* */
|
|
17389
|
+
/* */
|
|
17390
|
+
/* */
|
|
17391
|
+
/* */
|
|
17392
|
+
/* */
|
|
17393
|
+
/* */
|
|
17394
|
+
/* */
|
|
17395
|
+
/* */
|
|
17396
|
+
/* */
|
|
17397
|
+
/* */
|
|
17398
|
+
/* */
|
|
17399
|
+
/* */
|
|
17400
|
+
return (void 0);
|
|
17401
|
+
}
|
|
17402
|
+
//#endregion
|
|
17403
|
+
//#region commands / start transmission
|
|
17404
|
+
async startTransmission() {
|
|
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
|
+
/* */
|
|
17457
|
+
/* */
|
|
17458
|
+
/* */
|
|
17459
|
+
/* */
|
|
17460
|
+
/* */
|
|
17461
|
+
/* */
|
|
17462
|
+
return (void 0);
|
|
17463
|
+
}
|
|
17464
|
+
async _removeTransmission() {
|
|
17465
|
+
/* */
|
|
17466
|
+
/* */
|
|
17467
|
+
/* */
|
|
17468
|
+
/* */
|
|
17469
|
+
/* */
|
|
17470
|
+
/* */
|
|
17471
|
+
/* */
|
|
17472
|
+
/* */
|
|
17473
|
+
/* */
|
|
17474
|
+
/* */
|
|
17475
|
+
/* */
|
|
17476
|
+
/* */
|
|
17477
|
+
/* */
|
|
17478
|
+
/* */
|
|
17479
|
+
/* */
|
|
17480
|
+
/* */
|
|
17481
|
+
/* */
|
|
17482
|
+
/* */
|
|
17483
|
+
/* */
|
|
17484
|
+
/* */
|
|
17485
|
+
return (void 0);
|
|
17486
|
+
}
|
|
17487
|
+
//#endregion
|
|
17488
|
+
//#region commands / backup branch
|
|
17489
|
+
async backupBranch() {
|
|
17490
|
+
/* */
|
|
17491
|
+
/* */
|
|
17492
|
+
/* */
|
|
17493
|
+
return (void 0);
|
|
17494
|
+
}
|
|
17495
|
+
async bb() {
|
|
17496
|
+
/* */
|
|
17497
|
+
/* */
|
|
17498
|
+
return (void 0);
|
|
17499
|
+
}
|
|
17500
|
+
//#endregion
|
|
17501
|
+
//#region commands / count code lines
|
|
17502
|
+
async countCodeLines() {
|
|
17503
|
+
/* */
|
|
17504
|
+
/* */
|
|
17505
|
+
return (void 0);
|
|
17506
|
+
}
|
|
17507
|
+
async countCode() {
|
|
17508
|
+
/* */
|
|
17509
|
+
/* */
|
|
17510
|
+
return (void 0);
|
|
17511
|
+
}
|
|
17512
|
+
async countLines() {
|
|
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
|
+
/* */
|
|
17566
|
+
/* */
|
|
17567
|
+
/* */
|
|
17568
|
+
/* */
|
|
17569
|
+
/* */
|
|
17570
|
+
/* */
|
|
17571
|
+
return (void 0);
|
|
17572
|
+
}
|
|
17573
|
+
//#endregion
|
|
17574
|
+
//#region commands / is node version ok
|
|
17575
|
+
isNodeVersionOk() {
|
|
17576
|
+
/* */
|
|
17577
|
+
/* */
|
|
17578
|
+
/* */
|
|
17579
|
+
/* */
|
|
17580
|
+
/* */
|
|
17581
|
+
/* */
|
|
17582
|
+
/* */
|
|
17583
|
+
/* */
|
|
17584
|
+
/* */
|
|
17585
|
+
/* */
|
|
17586
|
+
/* */
|
|
17587
|
+
return (void 0);
|
|
17588
|
+
}
|
|
17589
|
+
//#endregion
|
|
17590
|
+
//#region commands / pwd
|
|
17591
|
+
pwd() {
|
|
17592
|
+
config.frameworkName = 'taon';
|
|
17593
|
+
console.log(crossPlatformPath(this.cwd));
|
|
17594
|
+
this._exit();
|
|
17595
|
+
}
|
|
17596
|
+
//#endregion
|
|
17597
|
+
//#region commands / less-more big text files preview
|
|
17598
|
+
async more() {
|
|
17599
|
+
/* */
|
|
17600
|
+
/* */
|
|
17601
|
+
/* */
|
|
17602
|
+
/* */
|
|
17603
|
+
/* */
|
|
17604
|
+
/* */
|
|
17605
|
+
/* */
|
|
17606
|
+
/* */
|
|
17607
|
+
/* */
|
|
17608
|
+
return (void 0);
|
|
17609
|
+
}
|
|
17610
|
+
async less() {
|
|
17611
|
+
/* */
|
|
17612
|
+
/* */
|
|
17613
|
+
return (void 0);
|
|
17614
|
+
}
|
|
17615
|
+
//#endregion
|
|
17616
|
+
//#region commands / mp3
|
|
17617
|
+
/**
|
|
17618
|
+
* npm install --global bin-version-check-cli
|
|
17619
|
+
* npm i -g yt-dlp
|
|
17620
|
+
* choco install ffmpeg
|
|
17621
|
+
*/
|
|
17622
|
+
MP3(args) {
|
|
17623
|
+
/* */
|
|
17624
|
+
/* */
|
|
17625
|
+
/* */
|
|
17626
|
+
/* */
|
|
17627
|
+
/* */
|
|
17628
|
+
/* */
|
|
17629
|
+
/* */
|
|
17630
|
+
/* */
|
|
17631
|
+
/* */
|
|
17632
|
+
/* */
|
|
17633
|
+
/* */
|
|
17634
|
+
/* */
|
|
17635
|
+
/* */
|
|
17636
|
+
/* */
|
|
17637
|
+
/* */
|
|
17638
|
+
/* */
|
|
17639
|
+
/* */
|
|
17640
|
+
/* */
|
|
17641
|
+
/* */
|
|
17642
|
+
return (void 0);
|
|
17643
|
+
}
|
|
17644
|
+
//#endregion
|
|
17645
|
+
//#region commands / mp4
|
|
17646
|
+
MP4(args) {
|
|
17647
|
+
/* */
|
|
17648
|
+
/* */
|
|
17649
|
+
/* */
|
|
17650
|
+
/* */
|
|
17651
|
+
/* */
|
|
17652
|
+
/* */
|
|
17653
|
+
/* */
|
|
17654
|
+
/* */
|
|
17655
|
+
/* */
|
|
17656
|
+
/* */
|
|
17657
|
+
/* */
|
|
17658
|
+
/* */
|
|
17659
|
+
/* */
|
|
17660
|
+
/* */
|
|
17661
|
+
/* */
|
|
17662
|
+
/* */
|
|
17663
|
+
return (void 0);
|
|
17664
|
+
}
|
|
17665
|
+
//#endregion
|
|
17666
|
+
//#region commands / gif from video
|
|
17667
|
+
gif() {
|
|
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
|
+
/* */
|
|
17710
|
+
/* */
|
|
17711
|
+
/* */
|
|
17712
|
+
/* */
|
|
17713
|
+
/* */
|
|
17714
|
+
/* */
|
|
17715
|
+
return (void 0);
|
|
17716
|
+
}
|
|
17717
|
+
//#endregion
|
|
17718
|
+
//#region commands / kill zscaller
|
|
17719
|
+
killZs() {
|
|
17720
|
+
/* */
|
|
17721
|
+
/* */
|
|
17722
|
+
return (void 0);
|
|
17723
|
+
}
|
|
17724
|
+
startZs() {
|
|
17725
|
+
/* */
|
|
17726
|
+
/* */
|
|
17727
|
+
return (void 0);
|
|
17728
|
+
}
|
|
17729
|
+
zsKill() {
|
|
17730
|
+
/* */
|
|
17731
|
+
/* */
|
|
17732
|
+
return (void 0);
|
|
17733
|
+
}
|
|
17734
|
+
zsStart() {
|
|
17735
|
+
/* */
|
|
17736
|
+
/* */
|
|
17737
|
+
return (void 0);
|
|
17738
|
+
}
|
|
17739
|
+
startZscaller() {
|
|
17740
|
+
/* */
|
|
17741
|
+
/* */
|
|
17742
|
+
/* */
|
|
17743
|
+
/* */
|
|
17744
|
+
/* */
|
|
17745
|
+
/* */
|
|
17746
|
+
/* */
|
|
17747
|
+
/* */
|
|
17748
|
+
/* */
|
|
17749
|
+
/* */
|
|
17750
|
+
/* */
|
|
17751
|
+
/* */
|
|
17752
|
+
/* */
|
|
17753
|
+
/* */
|
|
17754
|
+
/* */
|
|
17755
|
+
/* */
|
|
17756
|
+
return (void 0);
|
|
17757
|
+
}
|
|
17758
|
+
killZscaller() {
|
|
17759
|
+
/* */
|
|
17760
|
+
/* */
|
|
17761
|
+
/* */
|
|
17762
|
+
/* */
|
|
17763
|
+
/* */
|
|
17764
|
+
/* */
|
|
17765
|
+
/* */
|
|
17766
|
+
/* */
|
|
17767
|
+
/* */
|
|
17768
|
+
/* */
|
|
17769
|
+
/* */
|
|
17770
|
+
/* */
|
|
17771
|
+
/* */
|
|
17772
|
+
/* */
|
|
17773
|
+
/* */
|
|
17774
|
+
/* */
|
|
17775
|
+
return (void 0);
|
|
17776
|
+
}
|
|
17777
|
+
}
|
|
15002
17778
|
|
|
15003
17779
|
//#region imports
|
|
15004
17780
|
//#endregion
|
|
@@ -16769,5 +19545,5 @@ const Helpers = HelpersTaon.Instance;
|
|
|
16769
19545
|
* Generated bundle index. Do not edit.
|
|
16770
19546
|
*/
|
|
16771
19547
|
|
|
16772
|
-
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,
|
|
19548
|
+
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 };
|
|
16773
19549
|
//# sourceMappingURL=tnp-helpers.mjs.map
|