@saltcorn/cli 0.8.3-alpha.0 → 0.8.3-alpha.1
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 +36 -36
- package/npm-shrinkwrap.json +182 -182
- 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.8.3-alpha.
|
|
23
|
+
@saltcorn/cli/0.8.3-alpha.1 darwin-arm64 node-v16.18.1
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -80,7 +80,7 @@ OPTIONS
|
|
|
80
80
|
-f, --force force command execution
|
|
81
81
|
```
|
|
82
82
|
|
|
83
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
83
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/add-schema.js)_
|
|
84
84
|
|
|
85
85
|
## `saltcorn backup`
|
|
86
86
|
|
|
@@ -96,7 +96,7 @@ OPTIONS
|
|
|
96
96
|
-z, --zip zip format
|
|
97
97
|
```
|
|
98
98
|
|
|
99
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
99
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/backup.js)_
|
|
100
100
|
|
|
101
101
|
## `saltcorn build-app`
|
|
102
102
|
|
|
@@ -125,7 +125,7 @@ OPTIONS
|
|
|
125
125
|
tenant
|
|
126
126
|
```
|
|
127
127
|
|
|
128
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
128
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/build-app.js)_
|
|
129
129
|
|
|
130
130
|
## `saltcorn build-cordova-builder`
|
|
131
131
|
|
|
@@ -136,7 +136,7 @@ USAGE
|
|
|
136
136
|
$ saltcorn build-cordova-builder
|
|
137
137
|
```
|
|
138
138
|
|
|
139
|
-
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
139
|
+
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/build-cordova-builder.js)_
|
|
140
140
|
|
|
141
141
|
## `saltcorn configuration-check`
|
|
142
142
|
|
|
@@ -150,7 +150,7 @@ OPTIONS
|
|
|
150
150
|
-t, --tenant=tenant tenant
|
|
151
151
|
```
|
|
152
152
|
|
|
153
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
153
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/configuration-check.js)_
|
|
154
154
|
|
|
155
155
|
## `saltcorn configuration-check-backups FILES`
|
|
156
156
|
|
|
@@ -167,7 +167,7 @@ OPTIONS
|
|
|
167
167
|
-d, --destructive destructive
|
|
168
168
|
```
|
|
169
169
|
|
|
170
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
170
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/configuration-check-backups.js)_
|
|
171
171
|
|
|
172
172
|
## `saltcorn create-tenant TENANT`
|
|
173
173
|
|
|
@@ -186,7 +186,7 @@ OPTIONS
|
|
|
186
186
|
--url=url Url of tenant
|
|
187
187
|
```
|
|
188
188
|
|
|
189
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
189
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/create-tenant.js)_
|
|
190
190
|
|
|
191
191
|
## `saltcorn create-user`
|
|
192
192
|
|
|
@@ -204,7 +204,7 @@ OPTIONS
|
|
|
204
204
|
-t, --tenant=tenant tenant
|
|
205
205
|
```
|
|
206
206
|
|
|
207
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
207
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/create-user.js)_
|
|
208
208
|
|
|
209
209
|
## `saltcorn delete-tenants`
|
|
210
210
|
|
|
@@ -215,7 +215,7 @@ USAGE
|
|
|
215
215
|
$ saltcorn delete-tenants
|
|
216
216
|
```
|
|
217
217
|
|
|
218
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
218
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/delete-tenants.js)_
|
|
219
219
|
|
|
220
220
|
## `saltcorn delete-user USER_EMAIL`
|
|
221
221
|
|
|
@@ -236,7 +236,7 @@ DESCRIPTION
|
|
|
236
236
|
Command deletes the user specified by USER_EMAIL.
|
|
237
237
|
```
|
|
238
238
|
|
|
239
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
239
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/delete-user.js)_
|
|
240
240
|
|
|
241
241
|
## `saltcorn fixtures`
|
|
242
242
|
|
|
@@ -255,7 +255,7 @@ DESCRIPTION
|
|
|
255
255
|
This manual step it is never required for users and rarely required for developers
|
|
256
256
|
```
|
|
257
257
|
|
|
258
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
258
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/fixtures.js)_
|
|
259
259
|
|
|
260
260
|
## `saltcorn get-cfg KEY`
|
|
261
261
|
|
|
@@ -273,7 +273,7 @@ OPTIONS
|
|
|
273
273
|
-t, --tenant=tenant tenant
|
|
274
274
|
```
|
|
275
275
|
|
|
276
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
276
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/get-cfg.js)_
|
|
277
277
|
|
|
278
278
|
## `saltcorn help [COMMAND]`
|
|
279
279
|
|
|
@@ -311,7 +311,7 @@ ALIASES
|
|
|
311
311
|
$ saltcorn paths
|
|
312
312
|
```
|
|
313
313
|
|
|
314
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
314
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/info.js)_
|
|
315
315
|
|
|
316
316
|
## `saltcorn inspect TYPE [NAME]`
|
|
317
317
|
|
|
@@ -329,7 +329,7 @@ OPTIONS
|
|
|
329
329
|
-t, --tenant=tenant tenant
|
|
330
330
|
```
|
|
331
331
|
|
|
332
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
332
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/inspect.js)_
|
|
333
333
|
|
|
334
334
|
## `saltcorn install-pack`
|
|
335
335
|
|
|
@@ -345,7 +345,7 @@ OPTIONS
|
|
|
345
345
|
-t, --tenant=tenant tenant
|
|
346
346
|
```
|
|
347
347
|
|
|
348
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
348
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/install-pack.js)_
|
|
349
349
|
|
|
350
350
|
## `saltcorn install-plugin`
|
|
351
351
|
|
|
@@ -361,7 +361,7 @@ OPTIONS
|
|
|
361
361
|
-t, --tenant=tenant tenant
|
|
362
362
|
```
|
|
363
363
|
|
|
364
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
364
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/install-plugin.js)_
|
|
365
365
|
|
|
366
366
|
## `saltcorn list-tenants`
|
|
367
367
|
|
|
@@ -372,7 +372,7 @@ USAGE
|
|
|
372
372
|
$ saltcorn list-tenants
|
|
373
373
|
```
|
|
374
374
|
|
|
375
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
375
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/list-tenants.js)_
|
|
376
376
|
|
|
377
377
|
## `saltcorn localize-plugin PLUGIN [PATH]`
|
|
378
378
|
|
|
@@ -391,7 +391,7 @@ OPTIONS
|
|
|
391
391
|
-u, --unlocalize Unlocalize plugin (local to npm)
|
|
392
392
|
```
|
|
393
393
|
|
|
394
|
-
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
394
|
+
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/localize-plugin.js)_
|
|
395
395
|
|
|
396
396
|
## `saltcorn make-migration`
|
|
397
397
|
|
|
@@ -407,7 +407,7 @@ DESCRIPTION
|
|
|
407
407
|
unless you are a developer.
|
|
408
408
|
```
|
|
409
409
|
|
|
410
|
-
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
410
|
+
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/make-migration.js)_
|
|
411
411
|
|
|
412
412
|
## `saltcorn saltcorn migrate`
|
|
413
413
|
|
|
@@ -429,7 +429,7 @@ DESCRIPTION
|
|
|
429
429
|
servers and need to control when the migrations are run.
|
|
430
430
|
```
|
|
431
431
|
|
|
432
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
432
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/migrate.js)_
|
|
433
433
|
|
|
434
434
|
## `saltcorn modify-user USER_EMAIL`
|
|
435
435
|
|
|
@@ -458,7 +458,7 @@ DESCRIPTION
|
|
|
458
458
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
459
459
|
```
|
|
460
460
|
|
|
461
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
461
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/modify-user.js)_
|
|
462
462
|
|
|
463
463
|
## `saltcorn plugins`
|
|
464
464
|
|
|
@@ -485,7 +485,7 @@ EXAMPLES
|
|
|
485
485
|
plugins -u -f - force plugin update
|
|
486
486
|
```
|
|
487
487
|
|
|
488
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
488
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/plugins.js)_
|
|
489
489
|
|
|
490
490
|
## `saltcorn release VERSION`
|
|
491
491
|
|
|
@@ -499,7 +499,7 @@ ARGUMENTS
|
|
|
499
499
|
VERSION New version number
|
|
500
500
|
```
|
|
501
501
|
|
|
502
|
-
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
502
|
+
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/release.js)_
|
|
503
503
|
|
|
504
504
|
## `saltcorn reset-schema`
|
|
505
505
|
|
|
@@ -518,7 +518,7 @@ DESCRIPTION
|
|
|
518
518
|
This will delete all existing information
|
|
519
519
|
```
|
|
520
520
|
|
|
521
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
521
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/reset-schema.js)_
|
|
522
522
|
|
|
523
523
|
## `saltcorn restore FILE`
|
|
524
524
|
|
|
@@ -535,7 +535,7 @@ OPTIONS
|
|
|
535
535
|
-t, --tenant=tenant tenant
|
|
536
536
|
```
|
|
537
537
|
|
|
538
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
538
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/restore.js)_
|
|
539
539
|
|
|
540
540
|
## `saltcorn rm-tenant`
|
|
541
541
|
|
|
@@ -554,7 +554,7 @@ DESCRIPTION
|
|
|
554
554
|
It recommended to make backup of tenant before perform this command.
|
|
555
555
|
```
|
|
556
556
|
|
|
557
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
557
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/rm-tenant.js)_
|
|
558
558
|
|
|
559
559
|
## `saltcorn run-benchmark [BASEURL]`
|
|
560
560
|
|
|
@@ -573,7 +573,7 @@ OPTIONS
|
|
|
573
573
|
-t, --token=token API Token for reporting results
|
|
574
574
|
```
|
|
575
575
|
|
|
576
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
576
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/run-benchmark.js)_
|
|
577
577
|
|
|
578
578
|
## `saltcorn run-tests [PACKAGE]`
|
|
579
579
|
|
|
@@ -596,7 +596,7 @@ OPTIONS
|
|
|
596
596
|
--watchAll Watch files for changes and rerun all tests.
|
|
597
597
|
```
|
|
598
598
|
|
|
599
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
599
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/run-tests.js)_
|
|
600
600
|
|
|
601
601
|
## `saltcorn scheduler`
|
|
602
602
|
|
|
@@ -610,7 +610,7 @@ OPTIONS
|
|
|
610
610
|
-v, --verbose Verbose
|
|
611
611
|
```
|
|
612
612
|
|
|
613
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
613
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/scheduler.js)_
|
|
614
614
|
|
|
615
615
|
## `saltcorn serve`
|
|
616
616
|
|
|
@@ -631,7 +631,7 @@ OPTIONS
|
|
|
631
631
|
--subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
|
|
632
632
|
```
|
|
633
633
|
|
|
634
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
634
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/serve.js)_
|
|
635
635
|
|
|
636
636
|
## `saltcorn set-cfg KEY [VALUE]`
|
|
637
637
|
|
|
@@ -652,7 +652,7 @@ OPTIONS
|
|
|
652
652
|
-t, --tenant=tenant tenant
|
|
653
653
|
```
|
|
654
654
|
|
|
655
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
655
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/set-cfg.js)_
|
|
656
656
|
|
|
657
657
|
## `saltcorn setup`
|
|
658
658
|
|
|
@@ -671,7 +671,7 @@ DESCRIPTION
|
|
|
671
671
|
configuration file
|
|
672
672
|
```
|
|
673
673
|
|
|
674
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
674
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/setup.js)_
|
|
675
675
|
|
|
676
676
|
## `saltcorn setup-benchmark`
|
|
677
677
|
|
|
@@ -685,7 +685,7 @@ OPTIONS
|
|
|
685
685
|
-t, --tenant=tenant tenant
|
|
686
686
|
```
|
|
687
687
|
|
|
688
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
688
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/setup-benchmark.js)_
|
|
689
689
|
|
|
690
690
|
## `saltcorn test-plugin PATH`
|
|
691
691
|
|
|
@@ -703,7 +703,7 @@ DESCRIPTION
|
|
|
703
703
|
Extra documentation goes here
|
|
704
704
|
```
|
|
705
705
|
|
|
706
|
-
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
706
|
+
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/test-plugin.js)_
|
|
707
707
|
|
|
708
708
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
709
709
|
|
|
@@ -720,5 +720,5 @@ ARGUMENTS
|
|
|
720
720
|
TENANT tenant name
|
|
721
721
|
```
|
|
722
722
|
|
|
723
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.
|
|
723
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/transform-field.js)_
|
|
724
724
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saltcorn/cli",
|
|
3
|
-
"version": "0.8.3-alpha.
|
|
3
|
+
"version": "0.8.3-alpha.1",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@saltcorn/cli",
|
|
9
|
-
"version": "0.8.3-alpha.
|
|
9
|
+
"version": "0.8.3-alpha.1",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/command": "^1.8.16",
|
|
13
13
|
"@oclif/config": "^1.18.3",
|
|
14
14
|
"@oclif/plugin-help": "^3.3.1",
|
|
15
15
|
"@oclif/plugin-plugins": "^2.1.0",
|
|
16
|
-
"@saltcorn/admin-models": "0.8.3-alpha.
|
|
17
|
-
"@saltcorn/data": "0.8.3-alpha.
|
|
18
|
-
"@saltcorn/mobile-app": "0.8.3-alpha.
|
|
19
|
-
"@saltcorn/mobile-builder": "0.8.3-alpha.
|
|
20
|
-
"@saltcorn/server": "0.8.3-alpha.
|
|
16
|
+
"@saltcorn/admin-models": "0.8.3-alpha.1",
|
|
17
|
+
"@saltcorn/data": "0.8.3-alpha.1",
|
|
18
|
+
"@saltcorn/mobile-app": "0.8.3-alpha.1",
|
|
19
|
+
"@saltcorn/mobile-builder": "0.8.3-alpha.1",
|
|
20
|
+
"@saltcorn/server": "0.8.3-alpha.1",
|
|
21
21
|
"cli-ux": "^5.6.7",
|
|
22
22
|
"contractis": "^0.1.0",
|
|
23
23
|
"dateformat": "^3.0.3",
|
|
@@ -2542,14 +2542,14 @@
|
|
|
2542
2542
|
}
|
|
2543
2543
|
},
|
|
2544
2544
|
"node_modules/@saltcorn/admin-models": {
|
|
2545
|
-
"version": "0.8.3-alpha.
|
|
2546
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.3-alpha.
|
|
2547
|
-
"integrity": "sha512-
|
|
2548
|
-
"dependencies": {
|
|
2549
|
-
"@saltcorn/data": "0.8.3-alpha.
|
|
2550
|
-
"@saltcorn/db-common": "0.8.3-alpha.
|
|
2551
|
-
"@saltcorn/markup": "0.8.3-alpha.
|
|
2552
|
-
"@saltcorn/types": "0.8.3-alpha.
|
|
2545
|
+
"version": "0.8.3-alpha.1",
|
|
2546
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.3-alpha.1.tgz",
|
|
2547
|
+
"integrity": "sha512-fslXgxElaEwDPVGDu4E0xHxr8MxwzhRmRp2KDifCuxfiUWIosbsrnThapIBSYwM/vETNayI0o60u7UrH2WQ96A==",
|
|
2548
|
+
"dependencies": {
|
|
2549
|
+
"@saltcorn/data": "0.8.3-alpha.1",
|
|
2550
|
+
"@saltcorn/db-common": "0.8.3-alpha.1",
|
|
2551
|
+
"@saltcorn/markup": "0.8.3-alpha.1",
|
|
2552
|
+
"@saltcorn/types": "0.8.3-alpha.1",
|
|
2553
2553
|
"@types/lodash": "^4.14.182",
|
|
2554
2554
|
"adm-zip": "0.5.5",
|
|
2555
2555
|
"chaos-guinea-pig": "^0.1.1",
|
|
@@ -2562,30 +2562,30 @@
|
|
|
2562
2562
|
}
|
|
2563
2563
|
},
|
|
2564
2564
|
"node_modules/@saltcorn/base-plugin": {
|
|
2565
|
-
"version": "0.8.3-alpha.
|
|
2566
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.3-alpha.
|
|
2567
|
-
"integrity": "sha512-
|
|
2565
|
+
"version": "0.8.3-alpha.1",
|
|
2566
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.3-alpha.1.tgz",
|
|
2567
|
+
"integrity": "sha512-sIB27dN2mqWe9+A/6RcjpfJqO1GAVhkNmi49mXLeHhFwp0URxYwkfIsLhh8AGMvYuedDPkKrXTjUNsWRFP3H+w==",
|
|
2568
2568
|
"dependencies": {
|
|
2569
|
-
"@saltcorn/data": "0.8.3-alpha.
|
|
2569
|
+
"@saltcorn/data": "0.8.3-alpha.1"
|
|
2570
2570
|
}
|
|
2571
2571
|
},
|
|
2572
2572
|
"node_modules/@saltcorn/builder": {
|
|
2573
|
-
"version": "0.8.3-alpha.
|
|
2574
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.3-alpha.
|
|
2575
|
-
"integrity": "sha512-
|
|
2573
|
+
"version": "0.8.3-alpha.1",
|
|
2574
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.3-alpha.1.tgz",
|
|
2575
|
+
"integrity": "sha512-tweyzaAJHNJMPxbVczS+sVkkWVNORs0rlTVPxhn+C4ovKtZY9hOolrNUvgrTqqCyaE11XMa7+DNXrPctGKe1Zg==",
|
|
2576
2576
|
"dependencies": {
|
|
2577
2577
|
"styled-components": "4.4.1"
|
|
2578
2578
|
}
|
|
2579
2579
|
},
|
|
2580
2580
|
"node_modules/@saltcorn/data": {
|
|
2581
|
-
"version": "0.8.3-alpha.
|
|
2582
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.3-alpha.
|
|
2583
|
-
"integrity": "sha512-
|
|
2584
|
-
"dependencies": {
|
|
2585
|
-
"@saltcorn/db-common": "0.8.3-alpha.
|
|
2586
|
-
"@saltcorn/markup": "0.8.3-alpha.
|
|
2587
|
-
"@saltcorn/sqlite-mobile": "0.8.3-alpha.
|
|
2588
|
-
"@saltcorn/types": "0.8.3-alpha.
|
|
2581
|
+
"version": "0.8.3-alpha.1",
|
|
2582
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.3-alpha.1.tgz",
|
|
2583
|
+
"integrity": "sha512-IJsrMgBqSLrp57mwyPVPUbFZ2LcEiJlc6+2DFEeuBZPN+0Qcv+q7jw0GSsKj+gaRunWvVHDX3w3wD6jBtFMS0w==",
|
|
2584
|
+
"dependencies": {
|
|
2585
|
+
"@saltcorn/db-common": "0.8.3-alpha.1",
|
|
2586
|
+
"@saltcorn/markup": "0.8.3-alpha.1",
|
|
2587
|
+
"@saltcorn/sqlite-mobile": "0.8.3-alpha.1",
|
|
2588
|
+
"@saltcorn/types": "0.8.3-alpha.1",
|
|
2589
2589
|
"acorn": "^8.0.3",
|
|
2590
2590
|
"assert": "^2.0.0",
|
|
2591
2591
|
"astring": "^1.4.3",
|
|
@@ -2628,27 +2628,27 @@
|
|
|
2628
2628
|
"vm-browserify": "^1.1.2"
|
|
2629
2629
|
},
|
|
2630
2630
|
"optionalDependencies": {
|
|
2631
|
-
"@saltcorn/postgres": "0.8.3-alpha.
|
|
2632
|
-
"@saltcorn/sqlite": "0.8.3-alpha.
|
|
2631
|
+
"@saltcorn/postgres": "0.8.3-alpha.1",
|
|
2632
|
+
"@saltcorn/sqlite": "0.8.3-alpha.1"
|
|
2633
2633
|
}
|
|
2634
2634
|
},
|
|
2635
2635
|
"node_modules/@saltcorn/db-common": {
|
|
2636
|
-
"version": "0.8.3-alpha.
|
|
2637
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.3-alpha.
|
|
2638
|
-
"integrity": "sha512-
|
|
2636
|
+
"version": "0.8.3-alpha.1",
|
|
2637
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.3-alpha.1.tgz",
|
|
2638
|
+
"integrity": "sha512-hJJo5iE6V5DT/raHZNZWW4PK28wsFMN9E9M6i8Xks/5tt5GtuY+UL69+K7XcH6LPB3B9n637zxh35/a0CkoTzA=="
|
|
2639
2639
|
},
|
|
2640
2640
|
"node_modules/@saltcorn/filemanager": {
|
|
2641
|
-
"version": "0.8.3-alpha.
|
|
2642
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.3-alpha.
|
|
2643
|
-
"integrity": "sha512-
|
|
2641
|
+
"version": "0.8.3-alpha.1",
|
|
2642
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.3-alpha.1.tgz",
|
|
2643
|
+
"integrity": "sha512-hUvvT7oCUOm5ldm7LFKK/zVYDvZCJ4XB/MQI54Gsn7ToFKFGQB+gUVUGniuwIbjrVyrHOLTZ9/SB7iG9wNWJUA==",
|
|
2644
2644
|
"dependencies": {
|
|
2645
2645
|
"sirv-cli": "^2.0.0"
|
|
2646
2646
|
}
|
|
2647
2647
|
},
|
|
2648
2648
|
"node_modules/@saltcorn/markup": {
|
|
2649
|
-
"version": "0.8.3-alpha.
|
|
2650
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.3-alpha.
|
|
2651
|
-
"integrity": "sha512-
|
|
2649
|
+
"version": "0.8.3-alpha.1",
|
|
2650
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.3-alpha.1.tgz",
|
|
2651
|
+
"integrity": "sha512-IbFlrTqNCT+nl9G/4atdbhDSGRcvnVPqDIEPQcXdHq0Vj/6MoEOXWVhIrAy2tezosg+LwFg/LRxNF2TNnnOUjw==",
|
|
2652
2652
|
"dependencies": {
|
|
2653
2653
|
"escape-html": "^1.0.3",
|
|
2654
2654
|
"html-tags": "3.1.0",
|
|
@@ -2656,27 +2656,27 @@
|
|
|
2656
2656
|
}
|
|
2657
2657
|
},
|
|
2658
2658
|
"node_modules/@saltcorn/mobile-app": {
|
|
2659
|
-
"version": "0.8.3-alpha.
|
|
2660
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.3-alpha.
|
|
2661
|
-
"integrity": "sha512-
|
|
2659
|
+
"version": "0.8.3-alpha.1",
|
|
2660
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.3-alpha.1.tgz",
|
|
2661
|
+
"integrity": "sha512-04WvavSGgAadrqRxi1kzRchsGoMk9g6RLOHqybSIB9GtkeY+tfGpsQHoeYvldPf6MF0w9mE4XLp3lLhxCuj9gQ==",
|
|
2662
2662
|
"dependencies": {
|
|
2663
2663
|
"cordova": "^11.0.0",
|
|
2664
2664
|
"cordova-sqlite-ext": "^6.0.0"
|
|
2665
2665
|
}
|
|
2666
2666
|
},
|
|
2667
2667
|
"node_modules/@saltcorn/mobile-builder": {
|
|
2668
|
-
"version": "0.8.3-alpha.
|
|
2669
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.3-alpha.
|
|
2670
|
-
"integrity": "sha512-
|
|
2668
|
+
"version": "0.8.3-alpha.1",
|
|
2669
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.3-alpha.1.tgz",
|
|
2670
|
+
"integrity": "sha512-pPuF0Qk4aMHn36vvubgQwD3GPrVWeONLY++PVj5N0dlepZK3vaqOBQxw3RlXqb7SSR/BLZcovY8B++sNzbrSqg==",
|
|
2671
2671
|
"hasInstallScript": true,
|
|
2672
2672
|
"dependencies": {
|
|
2673
|
-
"@saltcorn/base-plugin": "0.8.3-alpha.
|
|
2674
|
-
"@saltcorn/data": "0.8.3-alpha.
|
|
2675
|
-
"@saltcorn/db-common": "0.8.3-alpha.
|
|
2676
|
-
"@saltcorn/markup": "0.8.3-alpha.
|
|
2677
|
-
"@saltcorn/mobile-app": "0.8.3-alpha.
|
|
2678
|
-
"@saltcorn/sbadmin2": "0.8.3-alpha.
|
|
2679
|
-
"@saltcorn/server": "0.8.3-alpha.
|
|
2673
|
+
"@saltcorn/base-plugin": "0.8.3-alpha.1",
|
|
2674
|
+
"@saltcorn/data": "0.8.3-alpha.1",
|
|
2675
|
+
"@saltcorn/db-common": "0.8.3-alpha.1",
|
|
2676
|
+
"@saltcorn/markup": "0.8.3-alpha.1",
|
|
2677
|
+
"@saltcorn/mobile-app": "0.8.3-alpha.1",
|
|
2678
|
+
"@saltcorn/sbadmin2": "0.8.3-alpha.1",
|
|
2679
|
+
"@saltcorn/server": "0.8.3-alpha.1",
|
|
2680
2680
|
"fs-extra": "^10.0.1",
|
|
2681
2681
|
"live-plugin-manager": "^0.16.0",
|
|
2682
2682
|
"webpack": "5.68.0",
|
|
@@ -2717,38 +2717,38 @@
|
|
|
2717
2717
|
}
|
|
2718
2718
|
},
|
|
2719
2719
|
"node_modules/@saltcorn/postgres": {
|
|
2720
|
-
"version": "0.8.3-alpha.
|
|
2721
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.3-alpha.
|
|
2722
|
-
"integrity": "sha512-
|
|
2720
|
+
"version": "0.8.3-alpha.1",
|
|
2721
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.3-alpha.1.tgz",
|
|
2722
|
+
"integrity": "sha512-FNp/MOqpcjZX+ED9/JeCP43b3ctBRJyqDbzwkHWEMkGZvjflED6H3+pMvjTkG/K2aQEeYKjk5ZFSbsqRzO0rcQ==",
|
|
2723
2723
|
"optional": true,
|
|
2724
2724
|
"dependencies": {
|
|
2725
|
-
"@saltcorn/db-common": "0.8.3-alpha.
|
|
2725
|
+
"@saltcorn/db-common": "0.8.3-alpha.1",
|
|
2726
2726
|
"pg": "^8.2.1",
|
|
2727
2727
|
"pg-copy-streams": "^5.1.1"
|
|
2728
2728
|
}
|
|
2729
2729
|
},
|
|
2730
2730
|
"node_modules/@saltcorn/sbadmin2": {
|
|
2731
|
-
"version": "0.8.3-alpha.
|
|
2732
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.3-alpha.
|
|
2733
|
-
"integrity": "sha512-
|
|
2731
|
+
"version": "0.8.3-alpha.1",
|
|
2732
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.3-alpha.1.tgz",
|
|
2733
|
+
"integrity": "sha512-ISIbmoRODXbE2T4Mk12aXdDvp9IPL9xwxExwwYP6dT1WBeB7burQgFtDwvWeXAk/KIJw7jKEGTJjLcLSS4FvyQ==",
|
|
2734
2734
|
"dependencies": {
|
|
2735
|
-
"@saltcorn/data": "0.8.3-alpha.
|
|
2736
|
-
"@saltcorn/markup": "0.8.3-alpha.
|
|
2735
|
+
"@saltcorn/data": "0.8.3-alpha.1",
|
|
2736
|
+
"@saltcorn/markup": "0.8.3-alpha.1",
|
|
2737
2737
|
"startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
|
|
2738
2738
|
}
|
|
2739
2739
|
},
|
|
2740
2740
|
"node_modules/@saltcorn/server": {
|
|
2741
|
-
"version": "0.8.3-alpha.
|
|
2742
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.3-alpha.
|
|
2743
|
-
"integrity": "sha512-
|
|
2744
|
-
"dependencies": {
|
|
2745
|
-
"@saltcorn/admin-models": "0.8.3-alpha.
|
|
2746
|
-
"@saltcorn/base-plugin": "0.8.3-alpha.
|
|
2747
|
-
"@saltcorn/builder": "0.8.3-alpha.
|
|
2748
|
-
"@saltcorn/data": "0.8.3-alpha.
|
|
2749
|
-
"@saltcorn/filemanager": "0.8.3-alpha.
|
|
2750
|
-
"@saltcorn/markup": "0.8.3-alpha.
|
|
2751
|
-
"@saltcorn/sbadmin2": "0.8.3-alpha.
|
|
2741
|
+
"version": "0.8.3-alpha.1",
|
|
2742
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.3-alpha.1.tgz",
|
|
2743
|
+
"integrity": "sha512-Cb/GEaSXKE9Dlk5czvjPncsIw7RPU+8qPDx/sJWFc3o49T7+HJmckVlf+abGbkZVNnMT8xXsSHFPA1xU+MnuQg==",
|
|
2744
|
+
"dependencies": {
|
|
2745
|
+
"@saltcorn/admin-models": "0.8.3-alpha.1",
|
|
2746
|
+
"@saltcorn/base-plugin": "0.8.3-alpha.1",
|
|
2747
|
+
"@saltcorn/builder": "0.8.3-alpha.1",
|
|
2748
|
+
"@saltcorn/data": "0.8.3-alpha.1",
|
|
2749
|
+
"@saltcorn/filemanager": "0.8.3-alpha.1",
|
|
2750
|
+
"@saltcorn/markup": "0.8.3-alpha.1",
|
|
2751
|
+
"@saltcorn/sbadmin2": "0.8.3-alpha.1",
|
|
2752
2752
|
"@socket.io/cluster-adapter": "^0.1.0",
|
|
2753
2753
|
"@socket.io/sticky": "^1.0.1",
|
|
2754
2754
|
"aws-sdk": "^2.1037.0",
|
|
@@ -2798,29 +2798,29 @@
|
|
|
2798
2798
|
}
|
|
2799
2799
|
},
|
|
2800
2800
|
"node_modules/@saltcorn/sqlite": {
|
|
2801
|
-
"version": "0.8.3-alpha.
|
|
2802
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.3-alpha.
|
|
2803
|
-
"integrity": "sha512-
|
|
2801
|
+
"version": "0.8.3-alpha.1",
|
|
2802
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.3-alpha.1.tgz",
|
|
2803
|
+
"integrity": "sha512-enjnWivxBnmk+ts8FWTmXdMQdUuAQOLMcXjYRhroTq9k3RSbZZQ6kC6rPxcvMBq7HWzo0vXd+CwkRfV6VRoncw==",
|
|
2804
2804
|
"optional": true,
|
|
2805
2805
|
"dependencies": {
|
|
2806
|
-
"@saltcorn/db-common": "0.8.3-alpha.
|
|
2806
|
+
"@saltcorn/db-common": "0.8.3-alpha.1"
|
|
2807
2807
|
},
|
|
2808
2808
|
"optionalDependencies": {
|
|
2809
2809
|
"sqlite3": "^5.0.8"
|
|
2810
2810
|
}
|
|
2811
2811
|
},
|
|
2812
2812
|
"node_modules/@saltcorn/sqlite-mobile": {
|
|
2813
|
-
"version": "0.8.3-alpha.
|
|
2814
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.3-alpha.
|
|
2815
|
-
"integrity": "sha512-
|
|
2813
|
+
"version": "0.8.3-alpha.1",
|
|
2814
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.3-alpha.1.tgz",
|
|
2815
|
+
"integrity": "sha512-C9ERhuDoxorvfjDdCHssYsvjftOsL038TeM0ioakgp0WlPwXAlEdVMVqVoyWNuPCobj/ZjT3FS/4F4LpZObHpQ==",
|
|
2816
2816
|
"dependencies": {
|
|
2817
|
-
"@saltcorn/db-common": "0.8.3-alpha.
|
|
2817
|
+
"@saltcorn/db-common": "0.8.3-alpha.1"
|
|
2818
2818
|
}
|
|
2819
2819
|
},
|
|
2820
2820
|
"node_modules/@saltcorn/types": {
|
|
2821
|
-
"version": "0.8.3-alpha.
|
|
2822
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.3-alpha.
|
|
2823
|
-
"integrity": "sha512-
|
|
2821
|
+
"version": "0.8.3-alpha.1",
|
|
2822
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.3-alpha.1.tgz",
|
|
2823
|
+
"integrity": "sha512-hDr/kl/o+3M07K/EqNZrVn5HP5X5SPWiMvZfpjZllyMMEOmzCGl00d/LbWLBbVoJTOy9qej1/ZmF0sm5uEzCNA=="
|
|
2824
2824
|
},
|
|
2825
2825
|
"node_modules/@sindresorhus/is": {
|
|
2826
2826
|
"version": "0.14.0",
|
|
@@ -3057,9 +3057,9 @@
|
|
|
3057
3057
|
"integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA=="
|
|
3058
3058
|
},
|
|
3059
3059
|
"node_modules/@types/node": {
|
|
3060
|
-
"version": "18.11.
|
|
3061
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.
|
|
3062
|
-
"integrity": "sha512-
|
|
3060
|
+
"version": "18.11.19",
|
|
3061
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.19.tgz",
|
|
3062
|
+
"integrity": "sha512-YUgMWAQBWLObABqrvx8qKO1enAvBUdjZOAWQ5grBAkp5LQv45jBvYKZ3oFS9iKRCQyFjqw6iuEa1vmFqtxYLZw=="
|
|
3063
3063
|
},
|
|
3064
3064
|
"node_modules/@types/node-fetch": {
|
|
3065
3065
|
"version": "2.6.2",
|
|
@@ -11719,9 +11719,9 @@
|
|
|
11719
11719
|
}
|
|
11720
11720
|
},
|
|
11721
11721
|
"node_modules/minipass": {
|
|
11722
|
-
"version": "4.0.
|
|
11723
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-4.0.
|
|
11724
|
-
"integrity": "sha512-
|
|
11722
|
+
"version": "4.0.2",
|
|
11723
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-4.0.2.tgz",
|
|
11724
|
+
"integrity": "sha512-4Hbzei7ZyBp+1aw0874YWpKOubZd/jc53/XU+gkYry1QV+VvrbO8icLM5CUtm4F0hyXn85DXYKEMIS26gitD3A==",
|
|
11725
11725
|
"engines": {
|
|
11726
11726
|
"node": ">=8"
|
|
11727
11727
|
}
|
|
@@ -12921,9 +12921,9 @@
|
|
|
12921
12921
|
}
|
|
12922
12922
|
},
|
|
12923
12923
|
"node_modules/node-releases": {
|
|
12924
|
-
"version": "2.0.
|
|
12925
|
-
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.
|
|
12926
|
-
"integrity": "sha512-
|
|
12924
|
+
"version": "2.0.10",
|
|
12925
|
+
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.10.tgz",
|
|
12926
|
+
"integrity": "sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w=="
|
|
12927
12927
|
},
|
|
12928
12928
|
"node_modules/node-watch": {
|
|
12929
12929
|
"version": "0.7.3",
|
|
@@ -21049,14 +21049,14 @@
|
|
|
21049
21049
|
}
|
|
21050
21050
|
},
|
|
21051
21051
|
"@saltcorn/admin-models": {
|
|
21052
|
-
"version": "0.8.3-alpha.
|
|
21053
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.3-alpha.
|
|
21054
|
-
"integrity": "sha512-
|
|
21055
|
-
"requires": {
|
|
21056
|
-
"@saltcorn/data": "0.8.3-alpha.
|
|
21057
|
-
"@saltcorn/db-common": "0.8.3-alpha.
|
|
21058
|
-
"@saltcorn/markup": "0.8.3-alpha.
|
|
21059
|
-
"@saltcorn/types": "0.8.3-alpha.
|
|
21052
|
+
"version": "0.8.3-alpha.1",
|
|
21053
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.3-alpha.1.tgz",
|
|
21054
|
+
"integrity": "sha512-fslXgxElaEwDPVGDu4E0xHxr8MxwzhRmRp2KDifCuxfiUWIosbsrnThapIBSYwM/vETNayI0o60u7UrH2WQ96A==",
|
|
21055
|
+
"requires": {
|
|
21056
|
+
"@saltcorn/data": "0.8.3-alpha.1",
|
|
21057
|
+
"@saltcorn/db-common": "0.8.3-alpha.1",
|
|
21058
|
+
"@saltcorn/markup": "0.8.3-alpha.1",
|
|
21059
|
+
"@saltcorn/types": "0.8.3-alpha.1",
|
|
21060
21060
|
"@types/lodash": "^4.14.182",
|
|
21061
21061
|
"adm-zip": "0.5.5",
|
|
21062
21062
|
"chaos-guinea-pig": "^0.1.1",
|
|
@@ -21069,32 +21069,32 @@
|
|
|
21069
21069
|
}
|
|
21070
21070
|
},
|
|
21071
21071
|
"@saltcorn/base-plugin": {
|
|
21072
|
-
"version": "0.8.3-alpha.
|
|
21073
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.3-alpha.
|
|
21074
|
-
"integrity": "sha512-
|
|
21072
|
+
"version": "0.8.3-alpha.1",
|
|
21073
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.3-alpha.1.tgz",
|
|
21074
|
+
"integrity": "sha512-sIB27dN2mqWe9+A/6RcjpfJqO1GAVhkNmi49mXLeHhFwp0URxYwkfIsLhh8AGMvYuedDPkKrXTjUNsWRFP3H+w==",
|
|
21075
21075
|
"requires": {
|
|
21076
|
-
"@saltcorn/data": "0.8.3-alpha.
|
|
21076
|
+
"@saltcorn/data": "0.8.3-alpha.1"
|
|
21077
21077
|
}
|
|
21078
21078
|
},
|
|
21079
21079
|
"@saltcorn/builder": {
|
|
21080
|
-
"version": "0.8.3-alpha.
|
|
21081
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.3-alpha.
|
|
21082
|
-
"integrity": "sha512-
|
|
21080
|
+
"version": "0.8.3-alpha.1",
|
|
21081
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.3-alpha.1.tgz",
|
|
21082
|
+
"integrity": "sha512-tweyzaAJHNJMPxbVczS+sVkkWVNORs0rlTVPxhn+C4ovKtZY9hOolrNUvgrTqqCyaE11XMa7+DNXrPctGKe1Zg==",
|
|
21083
21083
|
"requires": {
|
|
21084
21084
|
"styled-components": "4.4.1"
|
|
21085
21085
|
}
|
|
21086
21086
|
},
|
|
21087
21087
|
"@saltcorn/data": {
|
|
21088
|
-
"version": "0.8.3-alpha.
|
|
21089
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.3-alpha.
|
|
21090
|
-
"integrity": "sha512-
|
|
21091
|
-
"requires": {
|
|
21092
|
-
"@saltcorn/db-common": "0.8.3-alpha.
|
|
21093
|
-
"@saltcorn/markup": "0.8.3-alpha.
|
|
21094
|
-
"@saltcorn/postgres": "0.8.3-alpha.
|
|
21095
|
-
"@saltcorn/sqlite": "0.8.3-alpha.
|
|
21096
|
-
"@saltcorn/sqlite-mobile": "0.8.3-alpha.
|
|
21097
|
-
"@saltcorn/types": "0.8.3-alpha.
|
|
21088
|
+
"version": "0.8.3-alpha.1",
|
|
21089
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.3-alpha.1.tgz",
|
|
21090
|
+
"integrity": "sha512-IJsrMgBqSLrp57mwyPVPUbFZ2LcEiJlc6+2DFEeuBZPN+0Qcv+q7jw0GSsKj+gaRunWvVHDX3w3wD6jBtFMS0w==",
|
|
21091
|
+
"requires": {
|
|
21092
|
+
"@saltcorn/db-common": "0.8.3-alpha.1",
|
|
21093
|
+
"@saltcorn/markup": "0.8.3-alpha.1",
|
|
21094
|
+
"@saltcorn/postgres": "0.8.3-alpha.1",
|
|
21095
|
+
"@saltcorn/sqlite": "0.8.3-alpha.1",
|
|
21096
|
+
"@saltcorn/sqlite-mobile": "0.8.3-alpha.1",
|
|
21097
|
+
"@saltcorn/types": "0.8.3-alpha.1",
|
|
21098
21098
|
"acorn": "^8.0.3",
|
|
21099
21099
|
"assert": "^2.0.0",
|
|
21100
21100
|
"astring": "^1.4.3",
|
|
@@ -21138,22 +21138,22 @@
|
|
|
21138
21138
|
}
|
|
21139
21139
|
},
|
|
21140
21140
|
"@saltcorn/db-common": {
|
|
21141
|
-
"version": "0.8.3-alpha.
|
|
21142
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.3-alpha.
|
|
21143
|
-
"integrity": "sha512-
|
|
21141
|
+
"version": "0.8.3-alpha.1",
|
|
21142
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.3-alpha.1.tgz",
|
|
21143
|
+
"integrity": "sha512-hJJo5iE6V5DT/raHZNZWW4PK28wsFMN9E9M6i8Xks/5tt5GtuY+UL69+K7XcH6LPB3B9n637zxh35/a0CkoTzA=="
|
|
21144
21144
|
},
|
|
21145
21145
|
"@saltcorn/filemanager": {
|
|
21146
|
-
"version": "0.8.3-alpha.
|
|
21147
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.3-alpha.
|
|
21148
|
-
"integrity": "sha512-
|
|
21146
|
+
"version": "0.8.3-alpha.1",
|
|
21147
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.3-alpha.1.tgz",
|
|
21148
|
+
"integrity": "sha512-hUvvT7oCUOm5ldm7LFKK/zVYDvZCJ4XB/MQI54Gsn7ToFKFGQB+gUVUGniuwIbjrVyrHOLTZ9/SB7iG9wNWJUA==",
|
|
21149
21149
|
"requires": {
|
|
21150
21150
|
"sirv-cli": "^2.0.0"
|
|
21151
21151
|
}
|
|
21152
21152
|
},
|
|
21153
21153
|
"@saltcorn/markup": {
|
|
21154
|
-
"version": "0.8.3-alpha.
|
|
21155
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.3-alpha.
|
|
21156
|
-
"integrity": "sha512-
|
|
21154
|
+
"version": "0.8.3-alpha.1",
|
|
21155
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.3-alpha.1.tgz",
|
|
21156
|
+
"integrity": "sha512-IbFlrTqNCT+nl9G/4atdbhDSGRcvnVPqDIEPQcXdHq0Vj/6MoEOXWVhIrAy2tezosg+LwFg/LRxNF2TNnnOUjw==",
|
|
21157
21157
|
"requires": {
|
|
21158
21158
|
"escape-html": "^1.0.3",
|
|
21159
21159
|
"html-tags": "3.1.0",
|
|
@@ -21161,26 +21161,26 @@
|
|
|
21161
21161
|
}
|
|
21162
21162
|
},
|
|
21163
21163
|
"@saltcorn/mobile-app": {
|
|
21164
|
-
"version": "0.8.3-alpha.
|
|
21165
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.3-alpha.
|
|
21166
|
-
"integrity": "sha512-
|
|
21164
|
+
"version": "0.8.3-alpha.1",
|
|
21165
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.3-alpha.1.tgz",
|
|
21166
|
+
"integrity": "sha512-04WvavSGgAadrqRxi1kzRchsGoMk9g6RLOHqybSIB9GtkeY+tfGpsQHoeYvldPf6MF0w9mE4XLp3lLhxCuj9gQ==",
|
|
21167
21167
|
"requires": {
|
|
21168
21168
|
"cordova": "^11.0.0",
|
|
21169
21169
|
"cordova-sqlite-ext": "^6.0.0"
|
|
21170
21170
|
}
|
|
21171
21171
|
},
|
|
21172
21172
|
"@saltcorn/mobile-builder": {
|
|
21173
|
-
"version": "0.8.3-alpha.
|
|
21174
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.3-alpha.
|
|
21175
|
-
"integrity": "sha512-
|
|
21176
|
-
"requires": {
|
|
21177
|
-
"@saltcorn/base-plugin": "0.8.3-alpha.
|
|
21178
|
-
"@saltcorn/data": "0.8.3-alpha.
|
|
21179
|
-
"@saltcorn/db-common": "0.8.3-alpha.
|
|
21180
|
-
"@saltcorn/markup": "0.8.3-alpha.
|
|
21181
|
-
"@saltcorn/mobile-app": "0.8.3-alpha.
|
|
21182
|
-
"@saltcorn/sbadmin2": "0.8.3-alpha.
|
|
21183
|
-
"@saltcorn/server": "0.8.3-alpha.
|
|
21173
|
+
"version": "0.8.3-alpha.1",
|
|
21174
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.3-alpha.1.tgz",
|
|
21175
|
+
"integrity": "sha512-pPuF0Qk4aMHn36vvubgQwD3GPrVWeONLY++PVj5N0dlepZK3vaqOBQxw3RlXqb7SSR/BLZcovY8B++sNzbrSqg==",
|
|
21176
|
+
"requires": {
|
|
21177
|
+
"@saltcorn/base-plugin": "0.8.3-alpha.1",
|
|
21178
|
+
"@saltcorn/data": "0.8.3-alpha.1",
|
|
21179
|
+
"@saltcorn/db-common": "0.8.3-alpha.1",
|
|
21180
|
+
"@saltcorn/markup": "0.8.3-alpha.1",
|
|
21181
|
+
"@saltcorn/mobile-app": "0.8.3-alpha.1",
|
|
21182
|
+
"@saltcorn/sbadmin2": "0.8.3-alpha.1",
|
|
21183
|
+
"@saltcorn/server": "0.8.3-alpha.1",
|
|
21184
21184
|
"fs-extra": "^10.0.1",
|
|
21185
21185
|
"live-plugin-manager": "^0.16.0",
|
|
21186
21186
|
"webpack": "5.68.0",
|
|
@@ -21215,38 +21215,38 @@
|
|
|
21215
21215
|
}
|
|
21216
21216
|
},
|
|
21217
21217
|
"@saltcorn/postgres": {
|
|
21218
|
-
"version": "0.8.3-alpha.
|
|
21219
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.3-alpha.
|
|
21220
|
-
"integrity": "sha512-
|
|
21218
|
+
"version": "0.8.3-alpha.1",
|
|
21219
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.3-alpha.1.tgz",
|
|
21220
|
+
"integrity": "sha512-FNp/MOqpcjZX+ED9/JeCP43b3ctBRJyqDbzwkHWEMkGZvjflED6H3+pMvjTkG/K2aQEeYKjk5ZFSbsqRzO0rcQ==",
|
|
21221
21221
|
"optional": true,
|
|
21222
21222
|
"requires": {
|
|
21223
|
-
"@saltcorn/db-common": "0.8.3-alpha.
|
|
21223
|
+
"@saltcorn/db-common": "0.8.3-alpha.1",
|
|
21224
21224
|
"pg": "^8.2.1",
|
|
21225
21225
|
"pg-copy-streams": "^5.1.1"
|
|
21226
21226
|
}
|
|
21227
21227
|
},
|
|
21228
21228
|
"@saltcorn/sbadmin2": {
|
|
21229
|
-
"version": "0.8.3-alpha.
|
|
21230
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.3-alpha.
|
|
21231
|
-
"integrity": "sha512-
|
|
21229
|
+
"version": "0.8.3-alpha.1",
|
|
21230
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.3-alpha.1.tgz",
|
|
21231
|
+
"integrity": "sha512-ISIbmoRODXbE2T4Mk12aXdDvp9IPL9xwxExwwYP6dT1WBeB7burQgFtDwvWeXAk/KIJw7jKEGTJjLcLSS4FvyQ==",
|
|
21232
21232
|
"requires": {
|
|
21233
|
-
"@saltcorn/data": "0.8.3-alpha.
|
|
21234
|
-
"@saltcorn/markup": "0.8.3-alpha.
|
|
21233
|
+
"@saltcorn/data": "0.8.3-alpha.1",
|
|
21234
|
+
"@saltcorn/markup": "0.8.3-alpha.1",
|
|
21235
21235
|
"startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
|
|
21236
21236
|
}
|
|
21237
21237
|
},
|
|
21238
21238
|
"@saltcorn/server": {
|
|
21239
|
-
"version": "0.8.3-alpha.
|
|
21240
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.3-alpha.
|
|
21241
|
-
"integrity": "sha512-
|
|
21242
|
-
"requires": {
|
|
21243
|
-
"@saltcorn/admin-models": "0.8.3-alpha.
|
|
21244
|
-
"@saltcorn/base-plugin": "0.8.3-alpha.
|
|
21245
|
-
"@saltcorn/builder": "0.8.3-alpha.
|
|
21246
|
-
"@saltcorn/data": "0.8.3-alpha.
|
|
21247
|
-
"@saltcorn/filemanager": "0.8.3-alpha.
|
|
21248
|
-
"@saltcorn/markup": "0.8.3-alpha.
|
|
21249
|
-
"@saltcorn/sbadmin2": "0.8.3-alpha.
|
|
21239
|
+
"version": "0.8.3-alpha.1",
|
|
21240
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.3-alpha.1.tgz",
|
|
21241
|
+
"integrity": "sha512-Cb/GEaSXKE9Dlk5czvjPncsIw7RPU+8qPDx/sJWFc3o49T7+HJmckVlf+abGbkZVNnMT8xXsSHFPA1xU+MnuQg==",
|
|
21242
|
+
"requires": {
|
|
21243
|
+
"@saltcorn/admin-models": "0.8.3-alpha.1",
|
|
21244
|
+
"@saltcorn/base-plugin": "0.8.3-alpha.1",
|
|
21245
|
+
"@saltcorn/builder": "0.8.3-alpha.1",
|
|
21246
|
+
"@saltcorn/data": "0.8.3-alpha.1",
|
|
21247
|
+
"@saltcorn/filemanager": "0.8.3-alpha.1",
|
|
21248
|
+
"@saltcorn/markup": "0.8.3-alpha.1",
|
|
21249
|
+
"@saltcorn/sbadmin2": "0.8.3-alpha.1",
|
|
21250
21250
|
"@socket.io/cluster-adapter": "^0.1.0",
|
|
21251
21251
|
"@socket.io/sticky": "^1.0.1",
|
|
21252
21252
|
"aws-sdk": "^2.1037.0",
|
|
@@ -21294,27 +21294,27 @@
|
|
|
21294
21294
|
}
|
|
21295
21295
|
},
|
|
21296
21296
|
"@saltcorn/sqlite": {
|
|
21297
|
-
"version": "0.8.3-alpha.
|
|
21298
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.3-alpha.
|
|
21299
|
-
"integrity": "sha512-
|
|
21297
|
+
"version": "0.8.3-alpha.1",
|
|
21298
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.3-alpha.1.tgz",
|
|
21299
|
+
"integrity": "sha512-enjnWivxBnmk+ts8FWTmXdMQdUuAQOLMcXjYRhroTq9k3RSbZZQ6kC6rPxcvMBq7HWzo0vXd+CwkRfV6VRoncw==",
|
|
21300
21300
|
"optional": true,
|
|
21301
21301
|
"requires": {
|
|
21302
|
-
"@saltcorn/db-common": "0.8.3-alpha.
|
|
21302
|
+
"@saltcorn/db-common": "0.8.3-alpha.1",
|
|
21303
21303
|
"sqlite3": "^5.0.8"
|
|
21304
21304
|
}
|
|
21305
21305
|
},
|
|
21306
21306
|
"@saltcorn/sqlite-mobile": {
|
|
21307
|
-
"version": "0.8.3-alpha.
|
|
21308
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.3-alpha.
|
|
21309
|
-
"integrity": "sha512-
|
|
21307
|
+
"version": "0.8.3-alpha.1",
|
|
21308
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.3-alpha.1.tgz",
|
|
21309
|
+
"integrity": "sha512-C9ERhuDoxorvfjDdCHssYsvjftOsL038TeM0ioakgp0WlPwXAlEdVMVqVoyWNuPCobj/ZjT3FS/4F4LpZObHpQ==",
|
|
21310
21310
|
"requires": {
|
|
21311
|
-
"@saltcorn/db-common": "0.8.3-alpha.
|
|
21311
|
+
"@saltcorn/db-common": "0.8.3-alpha.1"
|
|
21312
21312
|
}
|
|
21313
21313
|
},
|
|
21314
21314
|
"@saltcorn/types": {
|
|
21315
|
-
"version": "0.8.3-alpha.
|
|
21316
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.3-alpha.
|
|
21317
|
-
"integrity": "sha512-
|
|
21315
|
+
"version": "0.8.3-alpha.1",
|
|
21316
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.3-alpha.1.tgz",
|
|
21317
|
+
"integrity": "sha512-hDr/kl/o+3M07K/EqNZrVn5HP5X5SPWiMvZfpjZllyMMEOmzCGl00d/LbWLBbVoJTOy9qej1/ZmF0sm5uEzCNA=="
|
|
21318
21318
|
},
|
|
21319
21319
|
"@sindresorhus/is": {
|
|
21320
21320
|
"version": "0.14.0",
|
|
@@ -21538,9 +21538,9 @@
|
|
|
21538
21538
|
"integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA=="
|
|
21539
21539
|
},
|
|
21540
21540
|
"@types/node": {
|
|
21541
|
-
"version": "18.11.
|
|
21542
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.
|
|
21543
|
-
"integrity": "sha512-
|
|
21541
|
+
"version": "18.11.19",
|
|
21542
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.19.tgz",
|
|
21543
|
+
"integrity": "sha512-YUgMWAQBWLObABqrvx8qKO1enAvBUdjZOAWQ5grBAkp5LQv45jBvYKZ3oFS9iKRCQyFjqw6iuEa1vmFqtxYLZw=="
|
|
21544
21544
|
},
|
|
21545
21545
|
"@types/node-fetch": {
|
|
21546
21546
|
"version": "2.6.2",
|
|
@@ -28402,9 +28402,9 @@
|
|
|
28402
28402
|
"integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g=="
|
|
28403
28403
|
},
|
|
28404
28404
|
"minipass": {
|
|
28405
|
-
"version": "4.0.
|
|
28406
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-4.0.
|
|
28407
|
-
"integrity": "sha512-
|
|
28405
|
+
"version": "4.0.2",
|
|
28406
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-4.0.2.tgz",
|
|
28407
|
+
"integrity": "sha512-4Hbzei7ZyBp+1aw0874YWpKOubZd/jc53/XU+gkYry1QV+VvrbO8icLM5CUtm4F0hyXn85DXYKEMIS26gitD3A=="
|
|
28408
28408
|
},
|
|
28409
28409
|
"minipass-collect": {
|
|
28410
28410
|
"version": "1.0.2",
|
|
@@ -29439,9 +29439,9 @@
|
|
|
29439
29439
|
}
|
|
29440
29440
|
},
|
|
29441
29441
|
"node-releases": {
|
|
29442
|
-
"version": "2.0.
|
|
29443
|
-
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.
|
|
29444
|
-
"integrity": "sha512-
|
|
29442
|
+
"version": "2.0.10",
|
|
29443
|
+
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.10.tgz",
|
|
29444
|
+
"integrity": "sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w=="
|
|
29445
29445
|
},
|
|
29446
29446
|
"node-watch": {
|
|
29447
29447
|
"version": "0.7.3",
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.8.3-alpha.0","commands":{"add-schema":{"id":"add-schema","description":"Add Saltcorn schema to existing database","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false}},"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":[]},"build-app":{"id":"build-app","description":"Build mobile app","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenantAppName":{"name":"tenantAppName","type":"option","description":"Optional name of a tenant application, if set, the app will be build for this tenant"},"platforms":{"name":"platforms","type":"option","char":"p","description":"Platforms to build for, space separated list"},"entryPoint":{"name":"entryPoint","type":"option","char":"e","description":"This is the first view or page (see -t) after the login."},"entryPointType":{"name":"entryPointType","type":"option","char":"t","description":"Type of the entry point ('view' or 'page'). The default is 'view'."},"localUserTables":{"name":"localUserTables","type":"option","char":"l","description":"user defined tables that should be replicated into the app"},"useDocker":{"name":"useDocker","type":"boolean","char":"d","description":"Use a docker container to build the app.","allowNo":false},"buildDirectory":{"name":"buildDirectory","type":"option","char":"b","description":"A directory where the app should be build"},"copyAppDirectory":{"name":"copyAppDirectory","type":"option","char":"c","description":"If set, the app file will be copied here, please set 'user email', too"},"userEmail":{"name":"userEmail","type":"option","char":"u","description":"Email of the user building the app"},"appFileName":{"name":"appFileName","type":"option","char":"a","description":"If set, the copied app will get this name"},"serverURL":{"name":"serverURL","type":"option","char":"s","description":"URL to a saltcorn server"},"buildForEmulator":{"name":"buildForEmulator","type":"boolean","description":"build without '--device', generates no .ipa file so that iOS apps can be build without developer accounts","allowNo":false}},"args":[]},"build-cordova-builder":{"id":"build-cordova-builder","description":"Build the 'saltcorn/cordova-builder' docker image","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"configuration-check-backups":{"id":"configuration-check-backups","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"destructive":{"name":"destructive","type":"boolean","char":"d","description":"destructive","allowNo":false}},"args":[{"name":"files","description":"backup file to check. can be repeated, e.g. with *","required":true}]},"configuration-check":{"id":"configuration-check","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"create-tenant":{"id":"create-tenant","description":"Create a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"url":{"name":"url","type":"option","description":"Url of tenant"},"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":[]},"delete-tenants":{"id":"delete-tenants","description":"Delete inactive tenants","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"delete-user":{"id":"delete-user","description":"Delete user.\n\nCommand deletes the user specified by USER_EMAIL.\n\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"user_email","description":"User to delete","required":true}]},"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},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"get-cfg":{"id":"get-cfg","description":"Get a configuration value. The value is printed to stdout as a JSON 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}]},"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":[]},"inspect":{"id":"inspect","description":"Inspect an entity's JSON representation, or list entities","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"type","description":"Entity type","required":true,"options":["view","page","trigger","table"]},{"name":"name","description":"Entity name. If not supplied, list all names"}]},"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":{"unlocalize":{"name":"unlocalize","type":"boolean","char":"u","description":"Unlocalize plugin (local to npm)","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"plugin","description":"Current plugin name","required":true},{"name":"path","description":"Absolute path to local plugin"}]},"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":[]},"modify-user":{"id":"modify-user","description":"Modify (update) user.\n\nCommand changes the user specified by USER_EMAIL.\n\nYou can change the user group, password and email.\n\nNOTE that -a and -r role (--role=role) can give conflict.\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"make user be Admin","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"new email"},"role":{"name":"role","type":"option","char":"r","description":"new role (can conflict with -a option)"},"password":{"name":"password","type":"option","char":"p","description":"new password"},"imode":{"name":"imode","type":"boolean","char":"i","description":"interactive mode","allowNo":false}},"args":[{"name":"user_email","description":"User to modify","required":true}]},"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 command execution","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.\nAttention! All tenant data will be lost!\nIt recommended to make backup of tenant before perform this command.\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":true}},"args":[]},"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},"listTests":{"name":"listTests","type":"boolean","char":"l","description":"List tests","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"detectOpenHandles":{"name":"detectOpenHandles","type":"boolean","char":"d","description":"Detect Open Handles","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},"subdomain_offset":{"name":"subdomain_offset","type":"option","description":"Number of parts to remove to access subdomain in 'multi_tenant' mode"}},"args":[]},"set-cfg":{"id":"set-cfg","description":"Set a configuration value. The supplied value (argument, or file stdin) will be parsed as JSON. If this fails, it is stored as a string.","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"},"file":{"name":"file","type":"option","char":"f","description":"file"},"stdin":{"name":"stdin","type":"boolean","char":"i","description":"read value from stdin","allowNo":false}},"args":[{"name":"key","description":"Configuration key","required":true},{"name":"value","description":"Configuration value (JSON or string)"}]},"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.8.3-alpha.1","commands":{"add-schema":{"id":"add-schema","description":"Add Saltcorn schema to existing database","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false}},"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":[]},"build-app":{"id":"build-app","description":"Build mobile app","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenantAppName":{"name":"tenantAppName","type":"option","description":"Optional name of a tenant application, if set, the app will be build for this tenant"},"platforms":{"name":"platforms","type":"option","char":"p","description":"Platforms to build for, space separated list"},"entryPoint":{"name":"entryPoint","type":"option","char":"e","description":"This is the first view or page (see -t) after the login."},"entryPointType":{"name":"entryPointType","type":"option","char":"t","description":"Type of the entry point ('view' or 'page'). The default is 'view'."},"localUserTables":{"name":"localUserTables","type":"option","char":"l","description":"user defined tables that should be replicated into the app"},"useDocker":{"name":"useDocker","type":"boolean","char":"d","description":"Use a docker container to build the app.","allowNo":false},"buildDirectory":{"name":"buildDirectory","type":"option","char":"b","description":"A directory where the app should be build"},"copyAppDirectory":{"name":"copyAppDirectory","type":"option","char":"c","description":"If set, the app file will be copied here, please set 'user email', too"},"userEmail":{"name":"userEmail","type":"option","char":"u","description":"Email of the user building the app"},"appFileName":{"name":"appFileName","type":"option","char":"a","description":"If set, the copied app will get this name"},"serverURL":{"name":"serverURL","type":"option","char":"s","description":"URL to a saltcorn server"},"buildForEmulator":{"name":"buildForEmulator","type":"boolean","description":"build without '--device', generates no .ipa file so that iOS apps can be build without developer accounts","allowNo":false}},"args":[]},"build-cordova-builder":{"id":"build-cordova-builder","description":"Build the 'saltcorn/cordova-builder' docker image","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"configuration-check-backups":{"id":"configuration-check-backups","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"destructive":{"name":"destructive","type":"boolean","char":"d","description":"destructive","allowNo":false}},"args":[{"name":"files","description":"backup file to check. can be repeated, e.g. with *","required":true}]},"configuration-check":{"id":"configuration-check","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"create-tenant":{"id":"create-tenant","description":"Create a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"url":{"name":"url","type":"option","description":"Url of tenant"},"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":[]},"delete-tenants":{"id":"delete-tenants","description":"Delete inactive tenants","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"delete-user":{"id":"delete-user","description":"Delete user.\n\nCommand deletes the user specified by USER_EMAIL.\n\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"user_email","description":"User to delete","required":true}]},"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},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"get-cfg":{"id":"get-cfg","description":"Get a configuration value. The value is printed to stdout as a JSON 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}]},"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":[]},"inspect":{"id":"inspect","description":"Inspect an entity's JSON representation, or list entities","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"type","description":"Entity type","required":true,"options":["view","page","trigger","table"]},{"name":"name","description":"Entity name. If not supplied, list all names"}]},"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":{"unlocalize":{"name":"unlocalize","type":"boolean","char":"u","description":"Unlocalize plugin (local to npm)","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"plugin","description":"Current plugin name","required":true},{"name":"path","description":"Absolute path to local plugin"}]},"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":[]},"modify-user":{"id":"modify-user","description":"Modify (update) user.\n\nCommand changes the user specified by USER_EMAIL.\n\nYou can change the user group, password and email.\n\nNOTE that -a and -r role (--role=role) can give conflict.\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"make user be Admin","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"new email"},"role":{"name":"role","type":"option","char":"r","description":"new role (can conflict with -a option)"},"password":{"name":"password","type":"option","char":"p","description":"new password"},"imode":{"name":"imode","type":"boolean","char":"i","description":"interactive mode","allowNo":false}},"args":[{"name":"user_email","description":"User to modify","required":true}]},"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 command execution","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.\nAttention! All tenant data will be lost!\nIt recommended to make backup of tenant before perform this command.\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":true}},"args":[]},"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},"listTests":{"name":"listTests","type":"boolean","char":"l","description":"List tests","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"detectOpenHandles":{"name":"detectOpenHandles","type":"boolean","char":"d","description":"Detect Open Handles","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},"subdomain_offset":{"name":"subdomain_offset","type":"option","description":"Number of parts to remove to access subdomain in 'multi_tenant' mode"}},"args":[]},"set-cfg":{"id":"set-cfg","description":"Set a configuration value. The supplied value (argument, or file stdin) will be parsed as JSON. If this fails, it is stored as a string.","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"},"file":{"name":"file","type":"option","char":"f","description":"file"},"stdin":{"name":"stdin","type":"boolean","char":"i","description":"read value from stdin","allowNo":false}},"args":[{"name":"key","description":"Configuration key","required":true},{"name":"value","description":"Configuration value (JSON or string)"}]},"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,7 +2,7 @@
|
|
|
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.8.3-alpha.
|
|
5
|
+
"version": "0.8.3-alpha.1",
|
|
6
6
|
"author": "Tom Nielsen @glutamate",
|
|
7
7
|
"bin": {
|
|
8
8
|
"saltcorn": "./bin/saltcorn"
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
"@oclif/config": "^1.18.3",
|
|
14
14
|
"@oclif/plugin-plugins": "^2.1.0",
|
|
15
15
|
"@oclif/plugin-help": "^3.3.1",
|
|
16
|
-
"@saltcorn/admin-models": "0.8.3-alpha.
|
|
17
|
-
"@saltcorn/data": "0.8.3-alpha.
|
|
18
|
-
"@saltcorn/mobile-app": "0.8.3-alpha.
|
|
19
|
-
"@saltcorn/mobile-builder": "0.8.3-alpha.
|
|
20
|
-
"@saltcorn/server": "0.8.3-alpha.
|
|
16
|
+
"@saltcorn/admin-models": "0.8.3-alpha.1",
|
|
17
|
+
"@saltcorn/data": "0.8.3-alpha.1",
|
|
18
|
+
"@saltcorn/mobile-app": "0.8.3-alpha.1",
|
|
19
|
+
"@saltcorn/mobile-builder": "0.8.3-alpha.1",
|
|
20
|
+
"@saltcorn/server": "0.8.3-alpha.1",
|
|
21
21
|
"cli-ux": "^5.6.7",
|
|
22
22
|
"contractis": "^0.1.0",
|
|
23
23
|
"dateformat": "^3.0.3",
|