@saltcorn/cli 0.6.2-beta.4 → 0.6.2-beta.5
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 +28 -28
- package/npm-shrinkwrap.json +438 -69
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ $ npm install -g @saltcorn/cli
|
|
|
20
20
|
$ saltcorn COMMAND
|
|
21
21
|
running command...
|
|
22
22
|
$ saltcorn (-v|--version|version)
|
|
23
|
-
@saltcorn/cli/0.6.2-beta.
|
|
23
|
+
@saltcorn/cli/0.6.2-beta.5 darwin-x64 node-v14.16.1
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -68,7 +68,7 @@ USAGE
|
|
|
68
68
|
$ saltcorn add-schema
|
|
69
69
|
```
|
|
70
70
|
|
|
71
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
71
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/add-schema.js)_
|
|
72
72
|
|
|
73
73
|
## `saltcorn backup`
|
|
74
74
|
|
|
@@ -84,7 +84,7 @@ OPTIONS
|
|
|
84
84
|
-z, --zip zip format
|
|
85
85
|
```
|
|
86
86
|
|
|
87
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
87
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/backup.js)_
|
|
88
88
|
|
|
89
89
|
## `saltcorn create-tenant TENANT`
|
|
90
90
|
|
|
@@ -102,7 +102,7 @@ OPTIONS
|
|
|
102
102
|
-e, --email=email Email of owner of tenant
|
|
103
103
|
```
|
|
104
104
|
|
|
105
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
105
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/create-tenant.js)_
|
|
106
106
|
|
|
107
107
|
## `saltcorn create-user`
|
|
108
108
|
|
|
@@ -120,7 +120,7 @@ OPTIONS
|
|
|
120
120
|
-t, --tenant=tenant tenant
|
|
121
121
|
```
|
|
122
122
|
|
|
123
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
123
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/create-user.js)_
|
|
124
124
|
|
|
125
125
|
## `saltcorn fixtures`
|
|
126
126
|
|
|
@@ -138,7 +138,7 @@ DESCRIPTION
|
|
|
138
138
|
This manual step it is never required for users and rarely required for developers
|
|
139
139
|
```
|
|
140
140
|
|
|
141
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
141
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/fixtures.js)_
|
|
142
142
|
|
|
143
143
|
## `saltcorn help [COMMAND]`
|
|
144
144
|
|
|
@@ -155,7 +155,7 @@ OPTIONS
|
|
|
155
155
|
--all see all commands in CLI
|
|
156
156
|
```
|
|
157
157
|
|
|
158
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.
|
|
158
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.17/src/commands/help.ts)_
|
|
159
159
|
|
|
160
160
|
## `saltcorn info`
|
|
161
161
|
|
|
@@ -176,7 +176,7 @@ ALIASES
|
|
|
176
176
|
$ saltcorn paths
|
|
177
177
|
```
|
|
178
178
|
|
|
179
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
179
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/info.js)_
|
|
180
180
|
|
|
181
181
|
## `saltcorn install-pack`
|
|
182
182
|
|
|
@@ -192,7 +192,7 @@ OPTIONS
|
|
|
192
192
|
-t, --tenant=tenant tenant
|
|
193
193
|
```
|
|
194
194
|
|
|
195
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
195
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/install-pack.js)_
|
|
196
196
|
|
|
197
197
|
## `saltcorn install-plugin`
|
|
198
198
|
|
|
@@ -208,7 +208,7 @@ OPTIONS
|
|
|
208
208
|
-t, --tenant=tenant tenant
|
|
209
209
|
```
|
|
210
210
|
|
|
211
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
211
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/install-plugin.js)_
|
|
212
212
|
|
|
213
213
|
## `saltcorn list-tenants`
|
|
214
214
|
|
|
@@ -219,7 +219,7 @@ USAGE
|
|
|
219
219
|
$ saltcorn list-tenants
|
|
220
220
|
```
|
|
221
221
|
|
|
222
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
222
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/list-tenants.js)_
|
|
223
223
|
|
|
224
224
|
## `saltcorn localize-plugin PLUGIN PATH`
|
|
225
225
|
|
|
@@ -237,7 +237,7 @@ OPTIONS
|
|
|
237
237
|
-t, --tenant=tenant tenant
|
|
238
238
|
```
|
|
239
239
|
|
|
240
|
-
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
240
|
+
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/localize-plugin.js)_
|
|
241
241
|
|
|
242
242
|
## `saltcorn make-migration`
|
|
243
243
|
|
|
@@ -253,7 +253,7 @@ DESCRIPTION
|
|
|
253
253
|
unless you are a developer.
|
|
254
254
|
```
|
|
255
255
|
|
|
256
|
-
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
256
|
+
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/make-migration.js)_
|
|
257
257
|
|
|
258
258
|
## `saltcorn saltcorn migrate`
|
|
259
259
|
|
|
@@ -275,7 +275,7 @@ DESCRIPTION
|
|
|
275
275
|
servers and need to control when the migrations are run.
|
|
276
276
|
```
|
|
277
277
|
|
|
278
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
278
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/migrate.js)_
|
|
279
279
|
|
|
280
280
|
## `saltcorn plugins`
|
|
281
281
|
|
|
@@ -302,7 +302,7 @@ EXAMPLES
|
|
|
302
302
|
plugins -u -f - force plugin update
|
|
303
303
|
```
|
|
304
304
|
|
|
305
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
305
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/plugins.js)_
|
|
306
306
|
|
|
307
307
|
## `saltcorn release VERSION`
|
|
308
308
|
|
|
@@ -316,7 +316,7 @@ ARGUMENTS
|
|
|
316
316
|
VERSION New version number
|
|
317
317
|
```
|
|
318
318
|
|
|
319
|
-
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
319
|
+
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/release.js)_
|
|
320
320
|
|
|
321
321
|
## `saltcorn reset-schema`
|
|
322
322
|
|
|
@@ -335,7 +335,7 @@ DESCRIPTION
|
|
|
335
335
|
This will delete all existing information
|
|
336
336
|
```
|
|
337
337
|
|
|
338
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
338
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/reset-schema.js)_
|
|
339
339
|
|
|
340
340
|
## `saltcorn restore FILE`
|
|
341
341
|
|
|
@@ -352,7 +352,7 @@ OPTIONS
|
|
|
352
352
|
-t, --tenant=tenant tenant
|
|
353
353
|
```
|
|
354
354
|
|
|
355
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
355
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/restore.js)_
|
|
356
356
|
|
|
357
357
|
## `saltcorn rm-tenant TENANT`
|
|
358
358
|
|
|
@@ -366,7 +366,7 @@ ARGUMENTS
|
|
|
366
366
|
TENANT Tenant to remove
|
|
367
367
|
```
|
|
368
368
|
|
|
369
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
369
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/rm-tenant.js)_
|
|
370
370
|
|
|
371
371
|
## `saltcorn run-benchmark [BASEURL]`
|
|
372
372
|
|
|
@@ -385,7 +385,7 @@ OPTIONS
|
|
|
385
385
|
-t, --token=token API Token for reporting results
|
|
386
386
|
```
|
|
387
387
|
|
|
388
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
388
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/run-benchmark.js)_
|
|
389
389
|
|
|
390
390
|
## `saltcorn run-tests [PACKAGE]`
|
|
391
391
|
|
|
@@ -405,7 +405,7 @@ OPTIONS
|
|
|
405
405
|
--watchAll Watch files for changes and rerun all tests.
|
|
406
406
|
```
|
|
407
407
|
|
|
408
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
408
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/run-tests.js)_
|
|
409
409
|
|
|
410
410
|
## `saltcorn scheduler`
|
|
411
411
|
|
|
@@ -419,7 +419,7 @@ OPTIONS
|
|
|
419
419
|
-v, --verbose Verbose
|
|
420
420
|
```
|
|
421
421
|
|
|
422
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
422
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/scheduler.js)_
|
|
423
423
|
|
|
424
424
|
## `saltcorn serve`
|
|
425
425
|
|
|
@@ -439,7 +439,7 @@ OPTIONS
|
|
|
439
439
|
-v, --verbose Verbose
|
|
440
440
|
```
|
|
441
441
|
|
|
442
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
442
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/serve.js)_
|
|
443
443
|
|
|
444
444
|
## `saltcorn set-cfg KEY VALUE`
|
|
445
445
|
|
|
@@ -458,7 +458,7 @@ OPTIONS
|
|
|
458
458
|
-t, --tenant=tenant tenant
|
|
459
459
|
```
|
|
460
460
|
|
|
461
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
461
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/set-cfg.js)_
|
|
462
462
|
|
|
463
463
|
## `saltcorn setup`
|
|
464
464
|
|
|
@@ -477,7 +477,7 @@ DESCRIPTION
|
|
|
477
477
|
configuration file
|
|
478
478
|
```
|
|
479
479
|
|
|
480
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
480
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/setup.js)_
|
|
481
481
|
|
|
482
482
|
## `saltcorn setup-benchmark`
|
|
483
483
|
|
|
@@ -491,7 +491,7 @@ OPTIONS
|
|
|
491
491
|
-t, --tenant=tenant tenant
|
|
492
492
|
```
|
|
493
493
|
|
|
494
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
494
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/setup-benchmark.js)_
|
|
495
495
|
|
|
496
496
|
## `saltcorn test-plugin PATH`
|
|
497
497
|
|
|
@@ -509,7 +509,7 @@ DESCRIPTION
|
|
|
509
509
|
Extra documentation goes here
|
|
510
510
|
```
|
|
511
511
|
|
|
512
|
-
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
512
|
+
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/test-plugin.js)_
|
|
513
513
|
|
|
514
514
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
515
515
|
|
|
@@ -526,5 +526,5 @@ ARGUMENTS
|
|
|
526
526
|
TENANT tenant name
|
|
527
527
|
```
|
|
528
528
|
|
|
529
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
529
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/transform-field.js)_
|
|
530
530
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saltcorn/cli",
|
|
3
|
-
"version": "0.6.2-beta.
|
|
3
|
+
"version": "0.6.2-beta.5",
|
|
4
4
|
"lockfileVersion": 1,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"dependencies": {
|
|
@@ -189,16 +189,181 @@
|
|
|
189
189
|
}
|
|
190
190
|
},
|
|
191
191
|
"@oclif/command": {
|
|
192
|
-
"version": "1.8.
|
|
193
|
-
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.
|
|
194
|
-
"integrity": "sha512-
|
|
192
|
+
"version": "1.8.12",
|
|
193
|
+
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.12.tgz",
|
|
194
|
+
"integrity": "sha512-Qv+5kUdydIUM00HN0m/xuEB+SxI+5lI4bap1P5I4d8ZLqtwVi7Q6wUZpDM5QqVvRkay7p4TiYXRXw1rfXYwEjw==",
|
|
195
195
|
"requires": {
|
|
196
196
|
"@oclif/config": "^1.18.2",
|
|
197
197
|
"@oclif/errors": "^1.3.5",
|
|
198
198
|
"@oclif/parser": "^3.8.6",
|
|
199
|
-
"@oclif/plugin-help": "
|
|
199
|
+
"@oclif/plugin-help": "3.2.16",
|
|
200
200
|
"debug": "^4.1.1",
|
|
201
201
|
"semver": "^7.3.2"
|
|
202
|
+
},
|
|
203
|
+
"dependencies": {
|
|
204
|
+
"@oclif/command": {
|
|
205
|
+
"version": "1.8.11",
|
|
206
|
+
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.11.tgz",
|
|
207
|
+
"integrity": "sha512-2fGLMvi6J5+oNxTaZfdWPMWY8oW15rYj0V8yLzmZBAEjfzjLqLIzJE9IlNccN1zwRqRHc1bcISSRDdxJ56IS/Q==",
|
|
208
|
+
"dev": true,
|
|
209
|
+
"requires": {
|
|
210
|
+
"@oclif/config": "^1.18.2",
|
|
211
|
+
"@oclif/errors": "^1.3.5",
|
|
212
|
+
"@oclif/parser": "^3.8.6",
|
|
213
|
+
"@oclif/plugin-help": "3.2.14",
|
|
214
|
+
"debug": "^4.1.1",
|
|
215
|
+
"semver": "^7.3.2"
|
|
216
|
+
},
|
|
217
|
+
"dependencies": {
|
|
218
|
+
"@oclif/plugin-help": {
|
|
219
|
+
"version": "3.2.14",
|
|
220
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.14.tgz",
|
|
221
|
+
"integrity": "sha512-NP5qmE2YfcW3MmXjcrxiqKe9Hf3G0uK/qNc0zAMYKU4crFyIsWj7dBfQVFZSb28YXGioOOpjMzG1I7VMxKF38Q==",
|
|
222
|
+
"dev": true,
|
|
223
|
+
"requires": {
|
|
224
|
+
"@oclif/command": "^1.8.9",
|
|
225
|
+
"@oclif/config": "^1.18.2",
|
|
226
|
+
"@oclif/errors": "^1.3.5",
|
|
227
|
+
"chalk": "^4.1.2",
|
|
228
|
+
"indent-string": "^4.0.0",
|
|
229
|
+
"lodash": "^4.17.21",
|
|
230
|
+
"string-width": "^4.2.0",
|
|
231
|
+
"strip-ansi": "^6.0.0",
|
|
232
|
+
"widest-line": "^3.1.0",
|
|
233
|
+
"wrap-ansi": "^6.2.0"
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
"@oclif/plugin-help": {
|
|
239
|
+
"version": "3.2.16",
|
|
240
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.16.tgz",
|
|
241
|
+
"integrity": "sha512-O78iV+NhBQtviIhVEVuI21vZ9nRr9B5pR+P60oB5XFvvPKkSkV5Culih42mYU30VuWiaiWlg7+OdA4pmSPEpwg==",
|
|
242
|
+
"requires": {
|
|
243
|
+
"@oclif/command": "1.8.11",
|
|
244
|
+
"@oclif/config": "1.18.2",
|
|
245
|
+
"@oclif/errors": "1.3.5",
|
|
246
|
+
"chalk": "^4.1.2",
|
|
247
|
+
"indent-string": "^4.0.0",
|
|
248
|
+
"lodash": "^4.17.21",
|
|
249
|
+
"string-width": "^4.2.0",
|
|
250
|
+
"strip-ansi": "^6.0.0",
|
|
251
|
+
"widest-line": "^3.1.0",
|
|
252
|
+
"wrap-ansi": "^6.2.0"
|
|
253
|
+
},
|
|
254
|
+
"dependencies": {
|
|
255
|
+
"@oclif/command": {
|
|
256
|
+
"version": "1.8.11",
|
|
257
|
+
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.11.tgz",
|
|
258
|
+
"integrity": "sha512-2fGLMvi6J5+oNxTaZfdWPMWY8oW15rYj0V8yLzmZBAEjfzjLqLIzJE9IlNccN1zwRqRHc1bcISSRDdxJ56IS/Q==",
|
|
259
|
+
"requires": {
|
|
260
|
+
"@oclif/config": "^1.18.2",
|
|
261
|
+
"@oclif/errors": "^1.3.5",
|
|
262
|
+
"@oclif/parser": "^3.8.6",
|
|
263
|
+
"debug": "^4.1.1",
|
|
264
|
+
"semver": "^7.3.2"
|
|
265
|
+
}
|
|
266
|
+
},
|
|
267
|
+
"@oclif/plugin-help": {
|
|
268
|
+
"version": "3.2.14",
|
|
269
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.14.tgz",
|
|
270
|
+
"integrity": "sha512-NP5qmE2YfcW3MmXjcrxiqKe9Hf3G0uK/qNc0zAMYKU4crFyIsWj7dBfQVFZSb28YXGioOOpjMzG1I7VMxKF38Q==",
|
|
271
|
+
"requires": {
|
|
272
|
+
"@oclif/command": "^1.8.9",
|
|
273
|
+
"@oclif/config": "^1.18.2",
|
|
274
|
+
"@oclif/errors": "^1.3.5",
|
|
275
|
+
"chalk": "^4.1.2",
|
|
276
|
+
"indent-string": "^4.0.0",
|
|
277
|
+
"lodash": "^4.17.21",
|
|
278
|
+
"string-width": "^4.2.0",
|
|
279
|
+
"strip-ansi": "^6.0.0",
|
|
280
|
+
"widest-line": "^3.1.0",
|
|
281
|
+
"wrap-ansi": "^6.2.0"
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
"ansi-regex": {
|
|
287
|
+
"version": "5.0.1",
|
|
288
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
289
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
|
|
290
|
+
},
|
|
291
|
+
"ansi-styles": {
|
|
292
|
+
"version": "4.3.0",
|
|
293
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
294
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
295
|
+
"requires": {
|
|
296
|
+
"color-convert": "^2.0.1"
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"chalk": {
|
|
300
|
+
"version": "4.1.2",
|
|
301
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
302
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
303
|
+
"requires": {
|
|
304
|
+
"ansi-styles": "^4.1.0",
|
|
305
|
+
"supports-color": "^7.1.0"
|
|
306
|
+
}
|
|
307
|
+
},
|
|
308
|
+
"color-convert": {
|
|
309
|
+
"version": "2.0.1",
|
|
310
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
311
|
+
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
312
|
+
"requires": {
|
|
313
|
+
"color-name": "~1.1.4"
|
|
314
|
+
}
|
|
315
|
+
},
|
|
316
|
+
"color-name": {
|
|
317
|
+
"version": "1.1.4",
|
|
318
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
319
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
|
320
|
+
},
|
|
321
|
+
"has-flag": {
|
|
322
|
+
"version": "4.0.0",
|
|
323
|
+
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
324
|
+
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
|
|
325
|
+
},
|
|
326
|
+
"is-fullwidth-code-point": {
|
|
327
|
+
"version": "3.0.0",
|
|
328
|
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
329
|
+
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="
|
|
330
|
+
},
|
|
331
|
+
"string-width": {
|
|
332
|
+
"version": "4.2.3",
|
|
333
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
334
|
+
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
335
|
+
"requires": {
|
|
336
|
+
"emoji-regex": "^8.0.0",
|
|
337
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
338
|
+
"strip-ansi": "^6.0.1"
|
|
339
|
+
}
|
|
340
|
+
},
|
|
341
|
+
"strip-ansi": {
|
|
342
|
+
"version": "6.0.1",
|
|
343
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
344
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
345
|
+
"requires": {
|
|
346
|
+
"ansi-regex": "^5.0.1"
|
|
347
|
+
}
|
|
348
|
+
},
|
|
349
|
+
"supports-color": {
|
|
350
|
+
"version": "7.2.0",
|
|
351
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
352
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
353
|
+
"requires": {
|
|
354
|
+
"has-flag": "^4.0.0"
|
|
355
|
+
}
|
|
356
|
+
},
|
|
357
|
+
"wrap-ansi": {
|
|
358
|
+
"version": "6.2.0",
|
|
359
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
360
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
361
|
+
"requires": {
|
|
362
|
+
"ansi-styles": "^4.0.0",
|
|
363
|
+
"string-width": "^4.1.0",
|
|
364
|
+
"strip-ansi": "^6.0.0"
|
|
365
|
+
}
|
|
366
|
+
}
|
|
202
367
|
}
|
|
203
368
|
},
|
|
204
369
|
"@oclif/config": {
|
|
@@ -235,16 +400,16 @@
|
|
|
235
400
|
}
|
|
236
401
|
},
|
|
237
402
|
"@oclif/dev-cli": {
|
|
238
|
-
"version": "1.26.
|
|
239
|
-
"resolved": "https://registry.npmjs.org/@oclif/dev-cli/-/dev-cli-1.26.
|
|
240
|
-
"integrity": "sha512
|
|
403
|
+
"version": "1.26.9",
|
|
404
|
+
"resolved": "https://registry.npmjs.org/@oclif/dev-cli/-/dev-cli-1.26.9.tgz",
|
|
405
|
+
"integrity": "sha512-/kHU558nkU9qXx08l9hTTE6oi5/Mtik9D7hmdc5+jeqGYTdCRv7Xx0iabsqC/fJVZLWbnjKSEbGqisBS280lCA==",
|
|
241
406
|
"dev": true,
|
|
242
407
|
"requires": {
|
|
243
|
-
"@oclif/command": "
|
|
408
|
+
"@oclif/command": "1.8.10",
|
|
244
409
|
"@oclif/config": "^1.18.2",
|
|
245
410
|
"@oclif/errors": "^1.3.5",
|
|
246
|
-
"@oclif/plugin-help": "
|
|
247
|
-
"cli-ux": "
|
|
411
|
+
"@oclif/plugin-help": "3.2.14",
|
|
412
|
+
"cli-ux": "5.6.6",
|
|
248
413
|
"debug": "^4.1.1",
|
|
249
414
|
"find-yarn-workspace-root": "^2.0.0",
|
|
250
415
|
"fs-extra": "^8.1",
|
|
@@ -255,11 +420,135 @@
|
|
|
255
420
|
"tslib": "^2.0.3"
|
|
256
421
|
},
|
|
257
422
|
"dependencies": {
|
|
423
|
+
"@oclif/command": {
|
|
424
|
+
"version": "1.8.10",
|
|
425
|
+
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.10.tgz",
|
|
426
|
+
"integrity": "sha512-GHL3Cdmabg2VAt5DL2GmRwmlROsN+Ma0JfxWlAhsKjxsa5vdWZ7BG82+A1NJQFgElm808z22Pldb7A4OJCq1pw==",
|
|
427
|
+
"dev": true,
|
|
428
|
+
"requires": {
|
|
429
|
+
"@oclif/config": "^1.18.2",
|
|
430
|
+
"@oclif/errors": "^1.3.5",
|
|
431
|
+
"@oclif/parser": "^3.8.6",
|
|
432
|
+
"@oclif/plugin-help": "3.2.14",
|
|
433
|
+
"debug": "^4.1.1",
|
|
434
|
+
"semver": "^7.3.2"
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
"@oclif/plugin-help": {
|
|
438
|
+
"version": "3.2.14",
|
|
439
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.14.tgz",
|
|
440
|
+
"integrity": "sha512-NP5qmE2YfcW3MmXjcrxiqKe9Hf3G0uK/qNc0zAMYKU4crFyIsWj7dBfQVFZSb28YXGioOOpjMzG1I7VMxKF38Q==",
|
|
441
|
+
"dev": true,
|
|
442
|
+
"requires": {
|
|
443
|
+
"@oclif/command": "^1.8.9",
|
|
444
|
+
"@oclif/config": "^1.18.2",
|
|
445
|
+
"@oclif/errors": "^1.3.5",
|
|
446
|
+
"chalk": "^4.1.2",
|
|
447
|
+
"indent-string": "^4.0.0",
|
|
448
|
+
"lodash": "^4.17.21",
|
|
449
|
+
"string-width": "^4.2.0",
|
|
450
|
+
"strip-ansi": "^6.0.0",
|
|
451
|
+
"widest-line": "^3.1.0",
|
|
452
|
+
"wrap-ansi": "^6.2.0"
|
|
453
|
+
}
|
|
454
|
+
},
|
|
455
|
+
"ansi-regex": {
|
|
456
|
+
"version": "5.0.1",
|
|
457
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
458
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
459
|
+
"dev": true
|
|
460
|
+
},
|
|
461
|
+
"ansi-styles": {
|
|
462
|
+
"version": "4.3.0",
|
|
463
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
464
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
465
|
+
"dev": true,
|
|
466
|
+
"requires": {
|
|
467
|
+
"color-convert": "^2.0.1"
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
"chalk": {
|
|
471
|
+
"version": "4.1.2",
|
|
472
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
473
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
474
|
+
"dev": true,
|
|
475
|
+
"requires": {
|
|
476
|
+
"ansi-styles": "^4.1.0",
|
|
477
|
+
"supports-color": "^7.1.0"
|
|
478
|
+
}
|
|
479
|
+
},
|
|
480
|
+
"color-convert": {
|
|
481
|
+
"version": "2.0.1",
|
|
482
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
483
|
+
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
484
|
+
"dev": true,
|
|
485
|
+
"requires": {
|
|
486
|
+
"color-name": "~1.1.4"
|
|
487
|
+
}
|
|
488
|
+
},
|
|
489
|
+
"color-name": {
|
|
490
|
+
"version": "1.1.4",
|
|
491
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
492
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
493
|
+
"dev": true
|
|
494
|
+
},
|
|
495
|
+
"has-flag": {
|
|
496
|
+
"version": "4.0.0",
|
|
497
|
+
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
498
|
+
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
499
|
+
"dev": true
|
|
500
|
+
},
|
|
501
|
+
"is-fullwidth-code-point": {
|
|
502
|
+
"version": "3.0.0",
|
|
503
|
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
504
|
+
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
505
|
+
"dev": true
|
|
506
|
+
},
|
|
507
|
+
"string-width": {
|
|
508
|
+
"version": "4.2.3",
|
|
509
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
510
|
+
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
511
|
+
"dev": true,
|
|
512
|
+
"requires": {
|
|
513
|
+
"emoji-regex": "^8.0.0",
|
|
514
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
515
|
+
"strip-ansi": "^6.0.1"
|
|
516
|
+
}
|
|
517
|
+
},
|
|
518
|
+
"strip-ansi": {
|
|
519
|
+
"version": "6.0.1",
|
|
520
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
521
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
522
|
+
"dev": true,
|
|
523
|
+
"requires": {
|
|
524
|
+
"ansi-regex": "^5.0.1"
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
"supports-color": {
|
|
528
|
+
"version": "7.2.0",
|
|
529
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
530
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
531
|
+
"dev": true,
|
|
532
|
+
"requires": {
|
|
533
|
+
"has-flag": "^4.0.0"
|
|
534
|
+
}
|
|
535
|
+
},
|
|
258
536
|
"tslib": {
|
|
259
537
|
"version": "2.3.1",
|
|
260
538
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
|
|
261
539
|
"integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==",
|
|
262
540
|
"dev": true
|
|
541
|
+
},
|
|
542
|
+
"wrap-ansi": {
|
|
543
|
+
"version": "6.2.0",
|
|
544
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
545
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
546
|
+
"dev": true,
|
|
547
|
+
"requires": {
|
|
548
|
+
"ansi-styles": "^4.0.0",
|
|
549
|
+
"string-width": "^4.1.0",
|
|
550
|
+
"strip-ansi": "^6.0.0"
|
|
551
|
+
}
|
|
263
552
|
}
|
|
264
553
|
}
|
|
265
554
|
},
|
|
@@ -357,13 +646,13 @@
|
|
|
357
646
|
}
|
|
358
647
|
},
|
|
359
648
|
"@oclif/plugin-help": {
|
|
360
|
-
"version": "3.2.
|
|
361
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.
|
|
362
|
-
"integrity": "sha512-
|
|
649
|
+
"version": "3.2.17",
|
|
650
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.17.tgz",
|
|
651
|
+
"integrity": "sha512-dutwtACVnQ0tDqu9Fq3nhYzBAW5jwhslC6tYlyMQv4WBbQXowJ1ML5CnPmaSRhm5rHtIAcR8wrK3xCV3CUcQCQ==",
|
|
363
652
|
"requires": {
|
|
364
|
-
"@oclif/
|
|
365
|
-
"@oclif/config": "
|
|
366
|
-
"@oclif/errors": "
|
|
653
|
+
"@oclif/cmd": "npm:@oclif/command@1.8.12",
|
|
654
|
+
"@oclif/config": "1.18.2",
|
|
655
|
+
"@oclif/errors": "1.3.5",
|
|
367
656
|
"chalk": "^4.1.2",
|
|
368
657
|
"indent-string": "^4.0.0",
|
|
369
658
|
"lodash": "^4.17.21",
|
|
@@ -373,6 +662,87 @@
|
|
|
373
662
|
"wrap-ansi": "^6.2.0"
|
|
374
663
|
},
|
|
375
664
|
"dependencies": {
|
|
665
|
+
"@oclif/cmd": {
|
|
666
|
+
"version": "npm:@oclif/command@1.8.12",
|
|
667
|
+
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.12.tgz",
|
|
668
|
+
"integrity": "sha512-Qv+5kUdydIUM00HN0m/xuEB+SxI+5lI4bap1P5I4d8ZLqtwVi7Q6wUZpDM5QqVvRkay7p4TiYXRXw1rfXYwEjw==",
|
|
669
|
+
"requires": {
|
|
670
|
+
"@oclif/config": "^1.18.2",
|
|
671
|
+
"@oclif/errors": "^1.3.5",
|
|
672
|
+
"@oclif/parser": "^3.8.6",
|
|
673
|
+
"@oclif/plugin-help": "3.2.16",
|
|
674
|
+
"debug": "^4.1.1",
|
|
675
|
+
"semver": "^7.3.2"
|
|
676
|
+
},
|
|
677
|
+
"dependencies": {
|
|
678
|
+
"@oclif/plugin-help": {
|
|
679
|
+
"version": "3.2.16",
|
|
680
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.16.tgz",
|
|
681
|
+
"integrity": "sha512-O78iV+NhBQtviIhVEVuI21vZ9nRr9B5pR+P60oB5XFvvPKkSkV5Culih42mYU30VuWiaiWlg7+OdA4pmSPEpwg==",
|
|
682
|
+
"requires": {
|
|
683
|
+
"@oclif/command": "1.8.11",
|
|
684
|
+
"@oclif/config": "1.18.2",
|
|
685
|
+
"@oclif/errors": "1.3.5",
|
|
686
|
+
"chalk": "^4.1.2",
|
|
687
|
+
"indent-string": "^4.0.0",
|
|
688
|
+
"lodash": "^4.17.21",
|
|
689
|
+
"string-width": "^4.2.0",
|
|
690
|
+
"strip-ansi": "^6.0.0",
|
|
691
|
+
"widest-line": "^3.1.0",
|
|
692
|
+
"wrap-ansi": "^6.2.0"
|
|
693
|
+
}
|
|
694
|
+
}
|
|
695
|
+
}
|
|
696
|
+
},
|
|
697
|
+
"@oclif/command": {
|
|
698
|
+
"version": "1.8.11",
|
|
699
|
+
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.11.tgz",
|
|
700
|
+
"integrity": "sha512-2fGLMvi6J5+oNxTaZfdWPMWY8oW15rYj0V8yLzmZBAEjfzjLqLIzJE9IlNccN1zwRqRHc1bcISSRDdxJ56IS/Q==",
|
|
701
|
+
"requires": {
|
|
702
|
+
"@oclif/config": "^1.18.2",
|
|
703
|
+
"@oclif/errors": "^1.3.5",
|
|
704
|
+
"@oclif/parser": "^3.8.6",
|
|
705
|
+
"@oclif/plugin-help": "3.2.14",
|
|
706
|
+
"debug": "^4.1.1",
|
|
707
|
+
"semver": "^7.3.2"
|
|
708
|
+
},
|
|
709
|
+
"dependencies": {
|
|
710
|
+
"@oclif/plugin-help": {
|
|
711
|
+
"version": "3.2.14",
|
|
712
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.14.tgz",
|
|
713
|
+
"integrity": "sha512-NP5qmE2YfcW3MmXjcrxiqKe9Hf3G0uK/qNc0zAMYKU4crFyIsWj7dBfQVFZSb28YXGioOOpjMzG1I7VMxKF38Q==",
|
|
714
|
+
"requires": {
|
|
715
|
+
"@oclif/command": "^1.8.9",
|
|
716
|
+
"@oclif/config": "^1.18.2",
|
|
717
|
+
"@oclif/errors": "^1.3.5",
|
|
718
|
+
"chalk": "^4.1.2",
|
|
719
|
+
"indent-string": "^4.0.0",
|
|
720
|
+
"lodash": "^4.17.21",
|
|
721
|
+
"string-width": "^4.2.0",
|
|
722
|
+
"strip-ansi": "^6.0.0",
|
|
723
|
+
"widest-line": "^3.1.0",
|
|
724
|
+
"wrap-ansi": "^6.2.0"
|
|
725
|
+
}
|
|
726
|
+
}
|
|
727
|
+
}
|
|
728
|
+
},
|
|
729
|
+
"@oclif/plugin-help": {
|
|
730
|
+
"version": "3.2.16",
|
|
731
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.16.tgz",
|
|
732
|
+
"integrity": "sha512-O78iV+NhBQtviIhVEVuI21vZ9nRr9B5pR+P60oB5XFvvPKkSkV5Culih42mYU30VuWiaiWlg7+OdA4pmSPEpwg==",
|
|
733
|
+
"requires": {
|
|
734
|
+
"@oclif/command": "1.8.11",
|
|
735
|
+
"@oclif/config": "1.18.2",
|
|
736
|
+
"@oclif/errors": "1.3.5",
|
|
737
|
+
"chalk": "^4.1.2",
|
|
738
|
+
"indent-string": "^4.0.0",
|
|
739
|
+
"lodash": "^4.17.21",
|
|
740
|
+
"string-width": "^4.2.0",
|
|
741
|
+
"strip-ansi": "^6.0.0",
|
|
742
|
+
"widest-line": "^3.1.0",
|
|
743
|
+
"wrap-ansi": "^6.2.0"
|
|
744
|
+
}
|
|
745
|
+
},
|
|
376
746
|
"ansi-regex": {
|
|
377
747
|
"version": "5.0.1",
|
|
378
748
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
@@ -582,30 +952,30 @@
|
|
|
582
952
|
}
|
|
583
953
|
},
|
|
584
954
|
"@saltcorn/base-plugin": {
|
|
585
|
-
"version": "0.6.2-beta.
|
|
586
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.6.2-beta.
|
|
587
|
-
"integrity": "sha512-
|
|
955
|
+
"version": "0.6.2-beta.5",
|
|
956
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.6.2-beta.5.tgz",
|
|
957
|
+
"integrity": "sha512-UqANEgTXgpF11fxzDFLDQmwvsB3N+9Xd9xwu43MoX6yJs3VCCSeqcb/rT8laD2XmdmjzfU0HeHST1YnN6Gl4FQ==",
|
|
588
958
|
"requires": {
|
|
589
|
-
"@saltcorn/data": "0.6.2-beta.
|
|
959
|
+
"@saltcorn/data": "0.6.2-beta.5"
|
|
590
960
|
}
|
|
591
961
|
},
|
|
592
962
|
"@saltcorn/builder": {
|
|
593
|
-
"version": "0.6.2-beta.
|
|
594
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.6.2-beta.
|
|
595
|
-
"integrity": "sha512-
|
|
963
|
+
"version": "0.6.2-beta.5",
|
|
964
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.6.2-beta.5.tgz",
|
|
965
|
+
"integrity": "sha512-U207RcKTONo9OISBDh6YXiO/MecjPWalljzZc4ERyN5n9Or0ujIodel42HFWXdwWnYXuNUN9Vknch4aSNMcSJg==",
|
|
596
966
|
"requires": {
|
|
597
967
|
"styled-components": "^4.4.1"
|
|
598
968
|
}
|
|
599
969
|
},
|
|
600
970
|
"@saltcorn/data": {
|
|
601
|
-
"version": "0.6.2-beta.
|
|
602
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.6.2-beta.
|
|
603
|
-
"integrity": "sha512-
|
|
604
|
-
"requires": {
|
|
605
|
-
"@saltcorn/db-common": "0.6.2-beta.
|
|
606
|
-
"@saltcorn/markup": "0.6.2-beta.
|
|
607
|
-
"@saltcorn/postgres": "0.6.2-beta.
|
|
608
|
-
"@saltcorn/sqlite": "0.6.2-beta.
|
|
971
|
+
"version": "0.6.2-beta.5",
|
|
972
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.6.2-beta.5.tgz",
|
|
973
|
+
"integrity": "sha512-LYKEbmiQwarRtNXc0s2SSRfgEGwHJD8XZmdZnaYwFsKyErEnpLVtzFTH2p/Sunj38lRWwXs/aZjCWYLGiu6CbQ==",
|
|
974
|
+
"requires": {
|
|
975
|
+
"@saltcorn/db-common": "0.6.2-beta.5",
|
|
976
|
+
"@saltcorn/markup": "0.6.2-beta.5",
|
|
977
|
+
"@saltcorn/postgres": "0.6.2-beta.5",
|
|
978
|
+
"@saltcorn/sqlite": "0.6.2-beta.5",
|
|
609
979
|
"acorn": "^8.0.3",
|
|
610
980
|
"adm-zip": "0.5.5",
|
|
611
981
|
"astring": "^1.4.3",
|
|
@@ -633,56 +1003,55 @@
|
|
|
633
1003
|
}
|
|
634
1004
|
},
|
|
635
1005
|
"@saltcorn/db-common": {
|
|
636
|
-
"version": "0.6.2-beta.
|
|
637
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.6.2-beta.
|
|
638
|
-
"integrity": "sha512-
|
|
1006
|
+
"version": "0.6.2-beta.5",
|
|
1007
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.6.2-beta.5.tgz",
|
|
1008
|
+
"integrity": "sha512-XU4iya34bOWFYOqMyQUB+SAzJV7NJFRCTGSwnYiFzhoGf0QhpcrdDI3xHHzufWQMrrlW4TXxYUWGvpI2QyXQkg==",
|
|
639
1009
|
"requires": {
|
|
640
|
-
"@saltcorn/markup": "0.6.2-beta.
|
|
1010
|
+
"@saltcorn/markup": "0.6.2-beta.5",
|
|
641
1011
|
"contractis": "^0.1.0"
|
|
642
1012
|
}
|
|
643
1013
|
},
|
|
644
1014
|
"@saltcorn/markup": {
|
|
645
|
-
"version": "0.6.2-beta.
|
|
646
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.6.2-beta.
|
|
647
|
-
"integrity": "sha512-
|
|
1015
|
+
"version": "0.6.2-beta.5",
|
|
1016
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.6.2-beta.5.tgz",
|
|
1017
|
+
"integrity": "sha512-GvHmOxtxhP4ejRmdd5sg4VUT4JDbjVYBP5J6zucD13PsbTSL/cP25IvsNfSfLy80Zo4vC6ROjIIkpn8qbnkpWA==",
|
|
648
1018
|
"requires": {
|
|
649
|
-
"contractis": "^0.1.0",
|
|
650
1019
|
"escape-html": "^1.0.3",
|
|
651
1020
|
"html-tags": "3.1.0",
|
|
652
|
-
"xss": "^1.0.
|
|
1021
|
+
"xss": "^1.0.10"
|
|
653
1022
|
}
|
|
654
1023
|
},
|
|
655
1024
|
"@saltcorn/postgres": {
|
|
656
|
-
"version": "0.6.2-beta.
|
|
657
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.6.2-beta.
|
|
658
|
-
"integrity": "sha512-
|
|
1025
|
+
"version": "0.6.2-beta.5",
|
|
1026
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.6.2-beta.5.tgz",
|
|
1027
|
+
"integrity": "sha512-o/HAnhqk1QS0S58tJBqPxjKgxBuoFwVKCRlEU4N69N2Ci8Wz9sX4EWGYaD4iVanCzdgg5UWtcyYJVbPf/H1gNA==",
|
|
659
1028
|
"optional": true,
|
|
660
1029
|
"requires": {
|
|
661
|
-
"@saltcorn/db-common": "0.6.2-beta.
|
|
1030
|
+
"@saltcorn/db-common": "0.6.2-beta.5",
|
|
662
1031
|
"pg": "^8.2.1",
|
|
663
1032
|
"pg-copy-streams": "^5.1.1"
|
|
664
1033
|
}
|
|
665
1034
|
},
|
|
666
1035
|
"@saltcorn/sbadmin2": {
|
|
667
|
-
"version": "0.6.2-beta.
|
|
668
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.6.2-beta.
|
|
669
|
-
"integrity": "sha512-
|
|
1036
|
+
"version": "0.6.2-beta.5",
|
|
1037
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.6.2-beta.5.tgz",
|
|
1038
|
+
"integrity": "sha512-eLH4zsPx4jAQRRykAJiacDMjMHuXVxsYoUFS/Mg/d5AT/Z3IiQDezkDJCOzhnyWLQfh3AWAa9rDgwJhfgLTNzA==",
|
|
670
1039
|
"requires": {
|
|
671
|
-
"@saltcorn/data": "0.6.2-beta.
|
|
672
|
-
"@saltcorn/markup": "0.6.2-beta.
|
|
1040
|
+
"@saltcorn/data": "0.6.2-beta.5",
|
|
1041
|
+
"@saltcorn/markup": "0.6.2-beta.5",
|
|
673
1042
|
"startbootstrap-sb-admin-2": "^4.1.4"
|
|
674
1043
|
}
|
|
675
1044
|
},
|
|
676
1045
|
"@saltcorn/server": {
|
|
677
|
-
"version": "0.6.2-beta.
|
|
678
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.6.2-beta.
|
|
679
|
-
"integrity": "sha512-
|
|
680
|
-
"requires": {
|
|
681
|
-
"@saltcorn/base-plugin": "0.6.2-beta.
|
|
682
|
-
"@saltcorn/builder": "0.6.2-beta.
|
|
683
|
-
"@saltcorn/data": "0.6.2-beta.
|
|
684
|
-
"@saltcorn/markup": "0.6.2-beta.
|
|
685
|
-
"@saltcorn/sbadmin2": "0.6.2-beta.
|
|
1046
|
+
"version": "0.6.2-beta.5",
|
|
1047
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.6.2-beta.5.tgz",
|
|
1048
|
+
"integrity": "sha512-eJ3IG1nZnqFwJ2zv0u2whRPj+TtRHaGv4R59MxSQryS6TLgWO38tSiG9bqcJgCs0hVqrg4ZCjucnN6JdNDWCYA==",
|
|
1049
|
+
"requires": {
|
|
1050
|
+
"@saltcorn/base-plugin": "0.6.2-beta.5",
|
|
1051
|
+
"@saltcorn/builder": "0.6.2-beta.5",
|
|
1052
|
+
"@saltcorn/data": "0.6.2-beta.5",
|
|
1053
|
+
"@saltcorn/markup": "0.6.2-beta.5",
|
|
1054
|
+
"@saltcorn/sbadmin2": "0.6.2-beta.5",
|
|
686
1055
|
"@socket.io/cluster-adapter": "^0.1.0",
|
|
687
1056
|
"@socket.io/sticky": "^1.0.1",
|
|
688
1057
|
"aws-sdk": "^2.1037.0",
|
|
@@ -722,12 +1091,12 @@
|
|
|
722
1091
|
}
|
|
723
1092
|
},
|
|
724
1093
|
"@saltcorn/sqlite": {
|
|
725
|
-
"version": "0.6.2-beta.
|
|
726
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.6.2-beta.
|
|
727
|
-
"integrity": "sha512
|
|
1094
|
+
"version": "0.6.2-beta.5",
|
|
1095
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.6.2-beta.5.tgz",
|
|
1096
|
+
"integrity": "sha512-C+7Pq5jrobSNZG3oC0X5vndl2X05yX2vmzwRT7fXtwkyiODHQsIO2z39gVFes6pDdu9KxRFcwqFUOJm9myIJNQ==",
|
|
728
1097
|
"optional": true,
|
|
729
1098
|
"requires": {
|
|
730
|
-
"@saltcorn/db-common": "0.6.2-beta.
|
|
1099
|
+
"@saltcorn/db-common": "0.6.2-beta.5",
|
|
731
1100
|
"sqlite3": "^5.0.2"
|
|
732
1101
|
}
|
|
733
1102
|
},
|
|
@@ -1109,9 +1478,9 @@
|
|
|
1109
1478
|
"integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
|
|
1110
1479
|
},
|
|
1111
1480
|
"aws-sdk": {
|
|
1112
|
-
"version": "2.
|
|
1113
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
1114
|
-
"integrity": "sha512-
|
|
1481
|
+
"version": "2.1046.0",
|
|
1482
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1046.0.tgz",
|
|
1483
|
+
"integrity": "sha512-ocwHclMXdIA+NWocUyvp9Ild3/zy2vr5mHp3mTyodf0WU5lzBE8PocCVLSWhMAXLxyia83xv2y5f5AzAcetbqA==",
|
|
1115
1484
|
"requires": {
|
|
1116
1485
|
"buffer": "4.9.2",
|
|
1117
1486
|
"events": "1.1.1",
|
|
@@ -3955,9 +4324,9 @@
|
|
|
3955
4324
|
}
|
|
3956
4325
|
},
|
|
3957
4326
|
"minipass": {
|
|
3958
|
-
"version": "3.1.
|
|
3959
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.
|
|
3960
|
-
"integrity": "sha512
|
|
4327
|
+
"version": "3.1.6",
|
|
4328
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.6.tgz",
|
|
4329
|
+
"integrity": "sha512-rty5kpw9/z8SX9dmxblFA6edItUmwJgMeYDZRrwlIVN27i8gysGbznJwUggw2V/FVqFSDdWy040ZPS811DYAqQ==",
|
|
3961
4330
|
"requires": {
|
|
3962
4331
|
"yallist": "^4.0.0"
|
|
3963
4332
|
}
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.6.2-beta.4","commands":{"add-schema":{"id":"add-schema","description":"Add Saltcorn schema to existing database","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"backup":{"id":"backup","description":"Backup the PostgreSQL database to a file with pg_dump or zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"output":{"name":"output","type":"option","char":"o","description":"output filename"},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"zip":{"name":"zip","type":"boolean","char":"z","description":"zip format","allowNo":false}},"args":[]},"create-tenant":{"id":"create-tenant","description":"Create a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"email":{"name":"email","type":"option","char":"e","description":"Email of owner of tenant"},"description":{"name":"description","type":"option","char":"d","description":"Description of tenant"}},"args":[{"name":"tenant","description":"Tenant subdomain to create","required":true}]},"create-user":{"id":"create-user","description":"Create a new user","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"Admin user","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"email"},"role":{"name":"role","type":"option","char":"r","description":"role"},"password":{"name":"password","type":"option","char":"p","description":"password"}},"args":[]},"fixtures":{"id":"fixtures","description":"Load fixtures for testing\n...\nThis manual step it is never required for users and rarely required for developers\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"reset":{"name":"reset","type":"boolean","char":"r","description":"Also reset schema","allowNo":false}},"args":[]},"info":{"id":"info","description":"Show paths\n...\nShow configuration and file store paths\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":["paths"],"flags":{"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"install-pack":{"id":"install-pack","description":"Install a pack","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Pack name in store"},"file":{"name":"file","type":"option","char":"f","description":"File with pack JSON"}},"args":[]},"install-plugin":{"id":"install-plugin","description":"Install a plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Plugin name in store"},"directory":{"name":"directory","type":"option","char":"d","description":"Directory with local plugin"}},"args":[]},"list-tenants":{"id":"list-tenants","description":"List tenants in CSV format","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"localize-plugin":{"id":"localize-plugin","description":"Convert plugin to local plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"plugin","description":"Current plugin name","required":true},{"name":"path","description":"path to local plugin","required":true}]},"make-migration":{"id":"make-migration","description":"Create a new blank Database structure migration file.\nThese migrations update database structure.\nYou should not normally need to run this\nunless you are a developer.\n","usage":"make-migration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"migrate":{"id":"migrate","description":"Run Database structure migrations\n...\nNOTE!\n- Please stop Saltcorn before run DB migrations.\n- Please make db backup before migration.\n- There are no way to rollback migration if you doesn't make backup.\n\nThis is not normally required as migrations will be run when the server starts.\nHowever, this command may be useful if you are running multiple application\nservers and need to control when the migrations are run.\n","usage":"saltcorn migrate","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"plugins":{"id":"plugins","description":"List and upgrade plugins for tenants\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"examples":["plugins -v - verbose output of commands","plugins -u -d - dry-run for plugin update","plugins -u -f - force plugin update"],"flags":{"upgrade":{"name":"upgrade","type":"boolean","char":"u","description":"Upgrade","allowNo":false},"dryRun":{"name":"dryRun","type":"boolean","char":"d","description":"Upgrade dry-run","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false},"force":{"name":"force","type":"boolean","char":"f","description":"Force update","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"Plugin name"}},"args":[]},"release":{"id":"release","description":"Release a new saltcorn version","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"version","description":"New version number","required":true}]},"reset-schema":{"id":"reset-schema","description":"Reset the database\n...\nThis will delete all existing information\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"restore":{"id":"restore","description":"Restore a previously backed up database (zip or sqlc format)","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"file","description":"backup file to restore","required":true}]},"rm-tenant":{"id":"rm-tenant","description":"Remove a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"tenant","description":"Tenant to remove","required":true}]},"run-benchmark":{"id":"run-benchmark","description":"Run benchmark","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"token":{"name":"token","type":"option","char":"t","description":"API Token for reporting results"},"benchmark":{"name":"benchmark","type":"option","char":"b","description":"Which benchmark to run"},"delay":{"name":"delay","type":"option","char":"d","description":"delay between runs (s)","default":30}},"args":[{"name":"baseurl","description":"Base URL","required":false}]},"run-tests":{"id":"run-tests","description":"Run test suites","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false},"testFilter":{"name":"testFilter","type":"option","char":"t","description":"Filter tests by suite or test name"},"watch":{"name":"watch","type":"boolean","description":"Watch files for changes and rerun tests related to changed files.","allowNo":false},"watchAll":{"name":"watchAll","type":"boolean","description":"Watch files for changes and rerun all tests.","allowNo":false}},"args":[{"name":"package","description":"which package to run tests for"}]},"scheduler":{"id":"scheduler","description":"Run the Saltcorn scheduler","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false}},"args":[]},"serve":{"id":"serve","description":"Start the Saltcorn server","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"port":{"name":"port","type":"option","char":"p","description":"port","default":3000},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"watchReaper":{"name":"watchReaper","type":"boolean","char":"r","description":"Watch reaper","allowNo":false},"dev":{"name":"dev","type":"boolean","char":"d","description":"Run in dev mode and re-start on file changes","allowNo":false},"addschema":{"name":"addschema","type":"boolean","char":"a","description":"Add schema if missing","allowNo":false},"nomigrate":{"name":"nomigrate","type":"boolean","char":"n","description":"No migrations","allowNo":false},"noscheduler":{"name":"noscheduler","type":"boolean","char":"s","description":"No scheduler","allowNo":false}},"args":[]},"set-cfg":{"id":"set-cfg","description":"Set a configuration value","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"plugin":{"name":"plugin","type":"option","char":"p","description":"plugin"}},"args":[{"name":"key","description":"Configuration key","required":true},{"name":"value","description":"Configuration value (JSON or string)","required":true}]},"setup-benchmark":{"id":"setup-benchmark","description":"Setup an instance for benchmarking","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"setup":{"id":"setup","description":"Set up a new system\n...\nThis will attempt to install or connect a database, and set up a \nconfiguration file\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false}},"args":[]},"test-plugin":{"id":"test-plugin","description":"Test a plugin\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"path","description":"path to plugin package","required":true}]},"transform-field":{"id":"transform-field","description":"transform an existing field by applying a calculated expression","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"expression","description":"expression to calculate field","required":true},{"name":"field","description":"field name","required":true},{"name":"table","description":"table name","required":true},{"name":"tenant","description":"tenant name","required":false}]}}}
|
|
1
|
+
{"version":"0.6.2-beta.5","commands":{"add-schema":{"id":"add-schema","description":"Add Saltcorn schema to existing database","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"backup":{"id":"backup","description":"Backup the PostgreSQL database to a file with pg_dump or zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"output":{"name":"output","type":"option","char":"o","description":"output filename"},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"zip":{"name":"zip","type":"boolean","char":"z","description":"zip format","allowNo":false}},"args":[]},"create-tenant":{"id":"create-tenant","description":"Create a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"email":{"name":"email","type":"option","char":"e","description":"Email of owner of tenant"},"description":{"name":"description","type":"option","char":"d","description":"Description of tenant"}},"args":[{"name":"tenant","description":"Tenant subdomain to create","required":true}]},"create-user":{"id":"create-user","description":"Create a new user","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"Admin user","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"email"},"role":{"name":"role","type":"option","char":"r","description":"role"},"password":{"name":"password","type":"option","char":"p","description":"password"}},"args":[]},"fixtures":{"id":"fixtures","description":"Load fixtures for testing\n...\nThis manual step it is never required for users and rarely required for developers\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"reset":{"name":"reset","type":"boolean","char":"r","description":"Also reset schema","allowNo":false}},"args":[]},"info":{"id":"info","description":"Show paths\n...\nShow configuration and file store paths\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":["paths"],"flags":{"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"install-pack":{"id":"install-pack","description":"Install a pack","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Pack name in store"},"file":{"name":"file","type":"option","char":"f","description":"File with pack JSON"}},"args":[]},"install-plugin":{"id":"install-plugin","description":"Install a plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Plugin name in store"},"directory":{"name":"directory","type":"option","char":"d","description":"Directory with local plugin"}},"args":[]},"list-tenants":{"id":"list-tenants","description":"List tenants in CSV format","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"localize-plugin":{"id":"localize-plugin","description":"Convert plugin to local plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"plugin","description":"Current plugin name","required":true},{"name":"path","description":"path to local plugin","required":true}]},"make-migration":{"id":"make-migration","description":"Create a new blank Database structure migration file.\nThese migrations update database structure.\nYou should not normally need to run this\nunless you are a developer.\n","usage":"make-migration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"migrate":{"id":"migrate","description":"Run Database structure migrations\n...\nNOTE!\n- Please stop Saltcorn before run DB migrations.\n- Please make db backup before migration.\n- There are no way to rollback migration if you doesn't make backup.\n\nThis is not normally required as migrations will be run when the server starts.\nHowever, this command may be useful if you are running multiple application\nservers and need to control when the migrations are run.\n","usage":"saltcorn migrate","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"plugins":{"id":"plugins","description":"List and upgrade plugins for tenants\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"examples":["plugins -v - verbose output of commands","plugins -u -d - dry-run for plugin update","plugins -u -f - force plugin update"],"flags":{"upgrade":{"name":"upgrade","type":"boolean","char":"u","description":"Upgrade","allowNo":false},"dryRun":{"name":"dryRun","type":"boolean","char":"d","description":"Upgrade dry-run","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false},"force":{"name":"force","type":"boolean","char":"f","description":"Force update","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"Plugin name"}},"args":[]},"release":{"id":"release","description":"Release a new saltcorn version","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"version","description":"New version number","required":true}]},"reset-schema":{"id":"reset-schema","description":"Reset the database\n...\nThis will delete all existing information\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"restore":{"id":"restore","description":"Restore a previously backed up database (zip or sqlc format)","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"file","description":"backup file to restore","required":true}]},"rm-tenant":{"id":"rm-tenant","description":"Remove a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"tenant","description":"Tenant to remove","required":true}]},"run-benchmark":{"id":"run-benchmark","description":"Run benchmark","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"token":{"name":"token","type":"option","char":"t","description":"API Token for reporting results"},"benchmark":{"name":"benchmark","type":"option","char":"b","description":"Which benchmark to run"},"delay":{"name":"delay","type":"option","char":"d","description":"delay between runs (s)","default":30}},"args":[{"name":"baseurl","description":"Base URL","required":false}]},"run-tests":{"id":"run-tests","description":"Run test suites","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false},"testFilter":{"name":"testFilter","type":"option","char":"t","description":"Filter tests by suite or test name"},"watch":{"name":"watch","type":"boolean","description":"Watch files for changes and rerun tests related to changed files.","allowNo":false},"watchAll":{"name":"watchAll","type":"boolean","description":"Watch files for changes and rerun all tests.","allowNo":false}},"args":[{"name":"package","description":"which package to run tests for"}]},"scheduler":{"id":"scheduler","description":"Run the Saltcorn scheduler","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false}},"args":[]},"serve":{"id":"serve","description":"Start the Saltcorn server","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"port":{"name":"port","type":"option","char":"p","description":"port","default":3000},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"watchReaper":{"name":"watchReaper","type":"boolean","char":"r","description":"Watch reaper","allowNo":false},"dev":{"name":"dev","type":"boolean","char":"d","description":"Run in dev mode and re-start on file changes","allowNo":false},"addschema":{"name":"addschema","type":"boolean","char":"a","description":"Add schema if missing","allowNo":false},"nomigrate":{"name":"nomigrate","type":"boolean","char":"n","description":"No migrations","allowNo":false},"noscheduler":{"name":"noscheduler","type":"boolean","char":"s","description":"No scheduler","allowNo":false}},"args":[]},"set-cfg":{"id":"set-cfg","description":"Set a configuration value","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"plugin":{"name":"plugin","type":"option","char":"p","description":"plugin"}},"args":[{"name":"key","description":"Configuration key","required":true},{"name":"value","description":"Configuration value (JSON or string)","required":true}]},"setup-benchmark":{"id":"setup-benchmark","description":"Setup an instance for benchmarking","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"setup":{"id":"setup","description":"Set up a new system\n...\nThis will attempt to install or connect a database, and set up a \nconfiguration file\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false}},"args":[]},"test-plugin":{"id":"test-plugin","description":"Test a plugin\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"path","description":"path to plugin package","required":true}]},"transform-field":{"id":"transform-field","description":"transform an existing field by applying a calculated expression","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"expression","description":"expression to calculate field","required":true},{"name":"field","description":"field name","required":true},{"name":"table","description":"table name","required":true},{"name":"tenant","description":"tenant name","required":false}]}}}
|
package/package.json
CHANGED
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
"name": "@saltcorn/cli",
|
|
3
3
|
"description": "Command-line interface for Saltcorn, open-source no-code platform",
|
|
4
4
|
"homepage": "https://saltcorn.com",
|
|
5
|
-
"version": "0.6.2-beta.
|
|
5
|
+
"version": "0.6.2-beta.5",
|
|
6
6
|
"author": "Tom Nielsen @glutamate",
|
|
7
7
|
"bin": {
|
|
8
8
|
"saltcorn": "./bin/saltcorn"
|
|
9
9
|
},
|
|
10
10
|
"bugs": "https://github.com/saltcorn/saltcorn/issues",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@oclif/command": "^1.8.
|
|
12
|
+
"@oclif/command": "^1.8.12",
|
|
13
13
|
"@oclif/config": "^1.18.2",
|
|
14
|
-
"@oclif/plugin-help": "^3.2.
|
|
15
|
-
"@saltcorn/data": "0.6.2-beta.
|
|
16
|
-
"@saltcorn/server": "0.6.2-beta.
|
|
14
|
+
"@oclif/plugin-help": "^3.2.17",
|
|
15
|
+
"@saltcorn/data": "0.6.2-beta.5",
|
|
16
|
+
"@saltcorn/server": "0.6.2-beta.5",
|
|
17
17
|
"cli-ux": "^5.6.6",
|
|
18
18
|
"contractis": "^0.1.0",
|
|
19
19
|
"dateformat": "^3.0.3",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"wrk": "^1.2.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@oclif/dev-cli": "^1.26.
|
|
30
|
+
"@oclif/dev-cli": "^1.26.9",
|
|
31
31
|
"globby": "^10.0.2"
|
|
32
32
|
},
|
|
33
33
|
"engines": {
|