record-replay-req-res-scenario 18.0.14 → 18.0.15

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/README.md CHANGED
@@ -1,3 +1,3 @@
1
- # record-replay-req-res-scenario
2
- ## library for recording/replaying requests/responses as scenarios
3
-
1
+ # record-replay-req-res-scenario
2
+ ## library for recording/replaying requests/responses as scenarios
3
+
@@ -1,6 +1,6 @@
1
1
  THIS FILE IS GENERATED. THIS FILE IS GENERATED. THIS FILE IS GENERATED.
2
2
 
3
- Assets from this folder are being shipped with this npm package (record-replay-req-res-scenario@18.0.14)
3
+ Assets from this folder are being shipped with this npm package (record-replay-req-res-scenario@18.0.15)
4
4
  created from this project.
5
5
 
6
6
  THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.
@@ -1,10 +1,10 @@
1
- #!/usr/bin/env node
2
- var { fse, crossPlatformPath, path } = require('tnp-core');
3
- var path = {
4
- dist: path.join(crossPlatformPath(__dirname), '../dist/lib/start.backend.js'),
5
- bundle: path.join(crossPlatformPath(__dirname), '../start.backend.js')
6
- }
7
- var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
8
- global.globalSystemToolMode = true;
9
- var run = require(p).run;
10
- run(process.argv.slice(2));
1
+ #!/usr/bin/env node
2
+ var { fse, crossPlatformPath, path } = require('tnp-core');
3
+ var path = {
4
+ dist: path.join(crossPlatformPath(__dirname), '../dist/lib/start.backend.js'),
5
+ bundle: path.join(crossPlatformPath(__dirname), '../start.backend.js')
6
+ }
7
+ var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
8
+ global.globalSystemToolMode = true;
9
+ var run = require(p).run;
10
+ run(process.argv.slice(2));
@@ -1,10 +1,10 @@
1
- #!/usr/bin/env node --inspect
2
- var { fse, crossPlatformPath, path } = require('tnp-core');
3
- var path = {
4
- dist: path.join(crossPlatformPath(__dirname), '../dist/lib/start.backend.js'),
5
- bundle: path.join(crossPlatformPath(__dirname), '../start.backend.js')
6
- }
7
- var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
8
- global.globalSystemToolMode = true;
9
- var run = require(p).run;
10
- run(process.argv.slice(2));
1
+ #!/usr/bin/env node --inspect
2
+ var { fse, crossPlatformPath, path } = require('tnp-core');
3
+ var path = {
4
+ dist: path.join(crossPlatformPath(__dirname), '../dist/lib/start.backend.js'),
5
+ bundle: path.join(crossPlatformPath(__dirname), '../start.backend.js')
6
+ }
7
+ var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
8
+ global.globalSystemToolMode = true;
9
+ var run = require(p).run;
10
+ run(process.argv.slice(2));
@@ -1,10 +1,10 @@
1
- #!/usr/bin/env node --inspect-brk
2
- var { fse, crossPlatformPath, path } = require('tnp-core');
3
- var path = {
4
- dist: path.join(crossPlatformPath(__dirname), '../dist/lib/start.backend.js'),
5
- bundle: path.join(crossPlatformPath(__dirname), '../start.backend.js')
6
- }
7
- var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
8
- global.globalSystemToolMode = true;
9
- var run = require(p).run;
10
- run(process.argv.slice(2));
1
+ #!/usr/bin/env node --inspect-brk
2
+ var { fse, crossPlatformPath, path } = require('tnp-core');
3
+ var path = {
4
+ dist: path.join(crossPlatformPath(__dirname), '../dist/lib/start.backend.js'),
5
+ bundle: path.join(crossPlatformPath(__dirname), '../start.backend.js')
6
+ }
7
+ var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
8
+ global.globalSystemToolMode = true;
9
+ var run = require(p).run;
10
+ run(process.argv.slice(2));
package/bin/start.js CHANGED
@@ -1 +1 @@
1
- dupasd
1
+ dupasd
package/browser/README.md CHANGED
@@ -1,24 +1,24 @@
1
- # MyLib
2
-
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
-
5
- ## Code scaffolding
6
-
7
- Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
- > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
-
10
- ## Build
11
-
12
- Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
-
14
- ## Publishing
15
-
16
- After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
-
18
- ## Running unit tests
19
-
20
- Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
-
22
- ## Further help
23
-
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
1
+ # MyLib
2
+
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
+
5
+ ## Code scaffolding
6
+
7
+ Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
+ > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
+
10
+ ## Build
11
+
12
+ Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
+
14
+ ## Publishing
15
+
16
+ After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
+
18
+ ## Running unit tests
19
+
20
+ Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
+
22
+ ## Further help
23
+
24
+ To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
package/client/README.md CHANGED
@@ -1,24 +1,24 @@
1
- # MyLib
2
-
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
-
5
- ## Code scaffolding
6
-
7
- Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
- > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
-
10
- ## Build
11
-
12
- Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
-
14
- ## Publishing
15
-
16
- After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
-
18
- ## Running unit tests
19
-
20
- Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
-
22
- ## Further help
23
-
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
1
+ # MyLib
2
+
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
+
5
+ ## Code scaffolding
6
+
7
+ Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
+ > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
+
10
+ ## Build
11
+
12
+ Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
+
14
+ ## Publishing
15
+
16
+ After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
+
18
+ ## Running unit tests
19
+
20
+ Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
+
22
+ ## Further help
23
+
24
+ To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
@@ -0,0 +1 @@
1
+ export * from './migrations_index._auto-generated_';
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var tslib_1 = require("tslib");
4
+ //@ts-nocheck
5
+ tslib_1.__exportStar(require("./migrations_index._auto-generated_"), exports);
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AAAA,aAAa;AACb,8EAAoD"}
@@ -0,0 +1,4 @@
1
+ // THIS FILE IS GENERATED - DO NOT MODIFY
2
+ // THIS FILE IS GENERATED - DO NOT MODIFY
3
+ // THIS FILE IS GENERATED - DO NOT MODIFY
4
+ //# sourceMappingURL=migrations_index._auto-generated_.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"migrations_index._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":"AAAA,yCAAyC;AAEzC,yCAAyC;AAEzC,yCAAyC"}
package/package.json CHANGED
@@ -40,11 +40,11 @@
40
40
  "workerPlugins": {}
41
41
  },
42
42
  "name": "record-replay-req-res-scenario",
43
- "version": "18.0.14",
43
+ "version": "18.0.15",
44
44
  "license": "UNLICENSED",
45
45
  "dependencies": {
46
- "ng-talkback": "~18.0.14",
47
- "tnp-helpers": "~18.0.15"
46
+ "ng-talkback": "~18.0.15",
47
+ "tnp-helpers": "~18.0.16"
48
48
  },
49
49
  "private": false,
50
50
  "bin": {
@@ -52,7 +52,7 @@
52
52
  "record-replay-req-res-scenario-debug": "bin/record-replay-req-res-scenario-debug",
53
53
  "record-replay-req-res-scenario-debug-brk": "bin/record-replay-req-res-scenario-debug-brk"
54
54
  },
55
- "lastBuildTagHash": "bce368c0efe6fe5afb3441787db6d5934c4e42ec",
55
+ "lastBuildTagHash": "d23e72a37b9fa4b3cfa8d2126c0cd0fe08cd1457",
56
56
  "devDependencies": {},
57
- "main": "dist/app.electron.js"
57
+ "main": "index.js"
58
58
  }
package/taon.jsonc CHANGED
@@ -1,39 +1,39 @@
1
- {
2
- "resources": ["README.md"],
3
-
4
- "overrided": {
5
- "ignoreDepsPattern": [],
6
- "includeAsDev": [],
7
- "includeOnly": ["ng-talkback", "tnp-helpers"],
8
- "dependencies": {},
9
- "linkedFolders": [],
10
- "npmFixes": []
11
- },
12
-
13
- "smartContainerBuildTarget": "",
14
- "linkedRepos": [],
15
-
16
- "libReleaseOptions": {
17
- "nodts": false,
18
- "obscure": false,
19
- "ugly": false,
20
- "includeNodeModules": false,
21
- "cliBuildNoDts": false,
22
- "cliBuildObscure": false,
23
- "cliBuildIncludeNodeModules": false,
24
- "cliBuildUglify": false
25
- },
26
-
27
- "smartContainerTarget": "",
28
- "type": "isomorphic-lib",
29
- "isCoreProject": false,
30
- "useFramework": false,
31
- "required": [],
32
- "version": "v18",
33
- "isGenerated": false,
34
- "requiredServers": [],
35
- "license": "UNLICENSED",
36
- "private": false,
37
- "main": "index.js",
38
- "workerPlugins": {}
1
+ {
2
+ "resources": ["README.md"],
3
+
4
+ "overrided": {
5
+ "ignoreDepsPattern": [],
6
+ "includeAsDev": [],
7
+ "includeOnly": ["ng-talkback", "tnp-helpers"],
8
+ "dependencies": {},
9
+ "linkedFolders": [],
10
+ "npmFixes": []
11
+ },
12
+
13
+ "smartContainerBuildTarget": "",
14
+ "linkedRepos": [],
15
+
16
+ "libReleaseOptions": {
17
+ "nodts": false,
18
+ "obscure": false,
19
+ "ugly": false,
20
+ "includeNodeModules": false,
21
+ "cliBuildNoDts": false,
22
+ "cliBuildObscure": false,
23
+ "cliBuildIncludeNodeModules": false,
24
+ "cliBuildUglify": false
25
+ },
26
+
27
+ "smartContainerTarget": "",
28
+ "type": "isomorphic-lib",
29
+ "isCoreProject": false,
30
+ "useFramework": false,
31
+ "required": [],
32
+ "version": "v18",
33
+ "isGenerated": false,
34
+ "requiredServers": [],
35
+ "license": "UNLICENSED",
36
+ "private": false,
37
+ "main": "index.js",
38
+ "workerPlugins": {}
39
39
  }
@@ -44,11 +44,11 @@
44
44
  "workerPlugins": {}
45
45
  },
46
46
  "name": "record-replay-req-res-scenario",
47
- "version": "18.0.14",
47
+ "version": "18.0.15",
48
48
  "license": "UNLICENSED",
49
49
  "dependencies": {
50
- "ng-talkback": "~18.0.14",
51
- "tnp-helpers": "~18.0.15"
50
+ "ng-talkback": "~18.0.15",
51
+ "tnp-helpers": "~18.0.16"
52
52
  },
53
53
  "private": false,
54
54
  "bin": {
@@ -56,7 +56,7 @@
56
56
  "record-replay-req-res-scenario-debug": "bin/record-replay-req-res-scenario-debug",
57
57
  "record-replay-req-res-scenario-debug-brk": "bin/record-replay-req-res-scenario-debug-brk"
58
58
  },
59
- "lastBuildTagHash": "bce368c0efe6fe5afb3441787db6d5934c4e42ec",
59
+ "lastBuildTagHash": "d23e72a37b9fa4b3cfa8d2126c0cd0fe08cd1457",
60
60
  "devDependencies": {
61
61
  "@angular-builders/custom-webpack": "~18.0.0",
62
62
  "@angular-devkit/build-angular": "~18.1.4",
@@ -170,6 +170,7 @@
170
170
  "command-exists": "1.2.2",
171
171
  "compression": "1.7.4",
172
172
  "concurrently": "8.2.2",
173
+ "console-png": "1.2.1",
173
174
  "content-type": "1.0.5",
174
175
  "conventional-changelog-cli": "5.0.0",
175
176
  "cookie-parser": "1.4.6",
@@ -220,13 +221,13 @@
220
221
  "image-focus": "1.2.1",
221
222
  "immer": "10.0.2",
222
223
  "immutable": "4.3.7",
223
- "incremental-compiler": "~18.0.15",
224
+ "incremental-compiler": "~18.0.16",
224
225
  "inquirer": "7.3.3",
225
226
  "inquirer-autocomplete-prompt": "1.4.0",
226
227
  "inquirer-autocomplete-standalone": "0.8.1",
227
228
  "inquirer-select-pro": "1.0.0-alpha.7",
228
229
  "is-elevated": "3.0.0",
229
- "isomorphic-region-loader": "~18.0.15",
230
+ "isomorphic-region-loader": "~18.0.16",
230
231
  "istanbul-instrumenter-loader": "3.0.1",
231
232
  "jest": "29.7.0",
232
233
  "jest-date-mock": "1.0.10",
@@ -237,8 +238,8 @@
237
238
  "joi": "17.13.3",
238
239
  "jscodeshift": "0.6.3",
239
240
  "json-stringify-safe": "5.0.1",
240
- "json10": "~18.0.15",
241
- "json10-writer": "~18.0.15",
241
+ "json10": "~18.0.16",
242
+ "json10-writer": "~18.0.16",
242
243
  "json5": "2.2.3",
243
244
  "json5-writer": "0.2.0",
244
245
  "jszip": "3.10.1",
@@ -247,9 +248,9 @@
247
248
  "localforage": "1.10.0",
248
249
  "lockfile": "1.0.4",
249
250
  "lodash": "4.17.21",
250
- "lodash-walk-object": "~18.0.15",
251
+ "lodash-walk-object": "~18.0.16",
251
252
  "lowdb": "7.0.1",
252
- "magic-renamer": "~18.0.15",
253
+ "magic-renamer": "~18.0.16",
253
254
  "material-design-icons": "3.0.1",
254
255
  "method-override": "2.3.10",
255
256
  "minimist": "1.2.8",
@@ -260,10 +261,10 @@
260
261
  "ng-in-viewport": "16.1.0",
261
262
  "ng-lock": "18.0.1",
262
263
  "ng-packagr": "18.1.0",
263
- "ng2-logger": "~18.0.17",
264
+ "ng2-logger": "~18.0.18",
264
265
  "ng2-pdfjs-viewer": "18.0.0",
265
- "ng2-rest": "~18.0.15",
266
- "ng2-rest-swagger-generator": "18.0.12",
266
+ "ng2-rest": "~18.0.16",
267
+ "ng2-rest-swagger-generator": "18.0.13",
267
268
  "ngx-ace-wrapper": "17.0.0",
268
269
  "ngx-editor": "17.5.4",
269
270
  "ngx-highlightjs": "12.0.0",
@@ -277,7 +278,7 @@
277
278
  "ngx-scrolltop": "18.0.0",
278
279
  "ngx-store": "3.1.1",
279
280
  "ngx-typed-js": "2.1.1",
280
- "node-cli-tester": "~18.0.14",
281
+ "node-cli-tester": "~18.0.15",
281
282
  "node-localstorage": "2.1.6",
282
283
  "node-notifier": "10.0.1",
283
284
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -308,7 +309,7 @@
308
309
  "q": "1.5.1",
309
310
  "rallax.js": "2.0.4",
310
311
  "randomcolor": "0.5.3",
311
- "record-replay-req-res-scenario": "~18.0.13",
312
+ "record-replay-req-res-scenario": "~18.0.14",
312
313
  "reflect-metadata": "0.2.2",
313
314
  "rimraf": "2.6.2",
314
315
  "rxjs": "~7.8.1",
@@ -319,23 +320,25 @@
319
320
  "socket.io": "4.7.5",
320
321
  "socket.io-client": "4.7.5",
321
322
  "sort-package-json": "1.11.0",
323
+ "sql-template-strings": "2.2.2",
324
+ "sql-template-tag": "5.2.1",
322
325
  "sql.js": "1.8.0",
323
- "static-columns": "~18.0.15",
326
+ "static-columns": "~18.0.16",
324
327
  "string-similarity": "4.0.4",
325
328
  "sudo-block": "3.0.0",
326
329
  "supertest": "7.0.0",
327
330
  "sweetalert2": "11.7.32",
328
331
  "systeminformation": "3.45.7",
329
332
  "taon": "^18",
330
- "taon-storage": "18.0.23",
331
- "taon-type-sql": "18.0.14",
332
- "taon-typeorm": "18.0.13",
333
+ "taon-storage": "18.0.24",
334
+ "taon-type-sql": "18.0.15",
335
+ "taon-typeorm": "18.0.14",
333
336
  "task.js": "0.1.5",
334
337
  "threads": "1.7.0",
335
- "tnp": "~18.0.14",
336
- "tnp-config": "~18.0.17",
337
- "tnp-core": "~18.0.40",
338
- "tnp-models": "~18.0.16",
338
+ "tnp": "~18.0.15",
339
+ "tnp-config": "~18.0.18",
340
+ "tnp-core": "~18.0.42",
341
+ "tnp-models": "~18.0.17",
339
342
  "ts-debug": "1.3.0",
340
343
  "ts-json-schema-generator": "2.3.0-next.5",
341
344
  "ts-loader": "2.3.1",
@@ -347,14 +350,14 @@
347
350
  "typedoc": "0.26.5",
348
351
  "typedoc-plugin-markdown": "4.2.3",
349
352
  "typescript": "~5.5.4",
350
- "typescript-class-helpers": "~18.0.16",
353
+ "typescript-class-helpers": "~18.0.17",
351
354
  "typescript-formatter": "~7.2.2",
352
355
  "typescript-string-enums": "~1.0.0",
353
356
  "underscore": "1.13.7",
354
357
  "uuid": "10.0.0",
355
358
  "validator": "13.5.2",
356
359
  "video.js": "8.3.0",
357
- "vpn-split": "~18.0.13",
360
+ "vpn-split": "~18.0.14",
358
361
  "vscode": "1.1.37",
359
362
  "wait-on": "8.0.1",
360
363
  "watch": "1.0.2",
@@ -367,14 +370,14 @@
367
370
  "main": "dist/app.electron.js"
368
371
  },
369
372
  "build": {
370
- "number": 244,
371
- "date": "2024-11-17T06:59:23.000Z",
372
- "hash": "d23e72a37b9fa4b3cfa8d2126c0cd0fe08cd1457"
373
+ "number": 245,
374
+ "date": "2024-11-25T02:25:04.000Z",
375
+ "hash": "e3c0114f88beca027d83c3adde50b33865c4a389"
373
376
  },
374
377
  "currentProjectName": "record-replay-req-res-scenario",
375
378
  "currentProjectGenericName": "record-replay-req-res-scenario",
376
379
  "currentProjectType": "isomorphic-lib",
377
- "currentFrameworkVersion": "18.0.14",
380
+ "currentFrameworkVersion": "18.0.17",
378
381
  "isStandaloneProject": true,
379
382
  "isSmartContainer": false,
380
383
  "pathesTsconfig": "\"paths\": {\"record-replay-req-res-scenario\":[\"./src/lib\"],\"record-replay-req-res-scenario/*\":[\"./src/lib/*\"]},",
package/websql/README.md CHANGED
@@ -1,24 +1,24 @@
1
- # MyLib
2
-
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
-
5
- ## Code scaffolding
6
-
7
- Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
- > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
-
10
- ## Build
11
-
12
- Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
-
14
- ## Publishing
15
-
16
- After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
-
18
- ## Running unit tests
19
-
20
- Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
-
22
- ## Further help
23
-
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
1
+ # MyLib
2
+
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
+
5
+ ## Code scaffolding
6
+
7
+ Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
+ > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
+
10
+ ## Build
11
+
12
+ Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
+
14
+ ## Publishing
15
+
16
+ After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
+
18
+ ## Running unit tests
19
+
20
+ Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
+
22
+ ## Further help
23
+
24
+ To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.