@saltcorn/cli 0.8.6-beta.5 → 0.8.6-beta.7
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 +38 -38
- package/npm-shrinkwrap.json +164 -164
- 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.6-beta.
|
|
23
|
+
@saltcorn/cli/0.8.6-beta.7 linux-x64 node-v18.7.0
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -82,7 +82,7 @@ OPTIONS
|
|
|
82
82
|
-f, --force force command execution
|
|
83
83
|
```
|
|
84
84
|
|
|
85
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
85
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/add-schema.js)_
|
|
86
86
|
|
|
87
87
|
## `saltcorn backup`
|
|
88
88
|
|
|
@@ -98,7 +98,7 @@ OPTIONS
|
|
|
98
98
|
-z, --zip zip format
|
|
99
99
|
```
|
|
100
100
|
|
|
101
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
101
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/backup.js)_
|
|
102
102
|
|
|
103
103
|
## `saltcorn build-app`
|
|
104
104
|
|
|
@@ -130,7 +130,7 @@ OPTIONS
|
|
|
130
130
|
tenant
|
|
131
131
|
```
|
|
132
132
|
|
|
133
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
133
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/build-app.js)_
|
|
134
134
|
|
|
135
135
|
## `saltcorn build-cordova-builder`
|
|
136
136
|
|
|
@@ -141,7 +141,7 @@ USAGE
|
|
|
141
141
|
$ saltcorn build-cordova-builder
|
|
142
142
|
```
|
|
143
143
|
|
|
144
|
-
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
144
|
+
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/build-cordova-builder.js)_
|
|
145
145
|
|
|
146
146
|
## `saltcorn configuration-check`
|
|
147
147
|
|
|
@@ -155,7 +155,7 @@ OPTIONS
|
|
|
155
155
|
-t, --tenant=tenant tenant
|
|
156
156
|
```
|
|
157
157
|
|
|
158
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
158
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/configuration-check.js)_
|
|
159
159
|
|
|
160
160
|
## `saltcorn configuration-check-backups FILES`
|
|
161
161
|
|
|
@@ -172,7 +172,7 @@ OPTIONS
|
|
|
172
172
|
-d, --destructive destructive
|
|
173
173
|
```
|
|
174
174
|
|
|
175
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
175
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/configuration-check-backups.js)_
|
|
176
176
|
|
|
177
177
|
## `saltcorn create-tenant TENANT`
|
|
178
178
|
|
|
@@ -191,7 +191,7 @@ OPTIONS
|
|
|
191
191
|
--url=url Url of tenant
|
|
192
192
|
```
|
|
193
193
|
|
|
194
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
194
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/create-tenant.js)_
|
|
195
195
|
|
|
196
196
|
## `saltcorn create-user`
|
|
197
197
|
|
|
@@ -209,7 +209,7 @@ OPTIONS
|
|
|
209
209
|
-t, --tenant=tenant tenant
|
|
210
210
|
```
|
|
211
211
|
|
|
212
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
212
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/create-user.js)_
|
|
213
213
|
|
|
214
214
|
## `saltcorn delete-tenants`
|
|
215
215
|
|
|
@@ -220,7 +220,7 @@ USAGE
|
|
|
220
220
|
$ saltcorn delete-tenants
|
|
221
221
|
```
|
|
222
222
|
|
|
223
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
223
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/delete-tenants.js)_
|
|
224
224
|
|
|
225
225
|
## `saltcorn delete-user USER_EMAIL`
|
|
226
226
|
|
|
@@ -241,7 +241,7 @@ DESCRIPTION
|
|
|
241
241
|
Command deletes the user specified by USER_EMAIL.
|
|
242
242
|
```
|
|
243
243
|
|
|
244
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
244
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/delete-user.js)_
|
|
245
245
|
|
|
246
246
|
## `saltcorn fixtures`
|
|
247
247
|
|
|
@@ -260,7 +260,7 @@ DESCRIPTION
|
|
|
260
260
|
This manual step it is never required for users and rarely required for developers
|
|
261
261
|
```
|
|
262
262
|
|
|
263
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
263
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/fixtures.js)_
|
|
264
264
|
|
|
265
265
|
## `saltcorn get-cfg [KEY]`
|
|
266
266
|
|
|
@@ -278,7 +278,7 @@ OPTIONS
|
|
|
278
278
|
-t, --tenant=tenant tenant
|
|
279
279
|
```
|
|
280
280
|
|
|
281
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
281
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/get-cfg.js)_
|
|
282
282
|
|
|
283
283
|
## `saltcorn help [COMMAND]`
|
|
284
284
|
|
|
@@ -316,7 +316,7 @@ ALIASES
|
|
|
316
316
|
$ saltcorn paths
|
|
317
317
|
```
|
|
318
318
|
|
|
319
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
319
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/info.js)_
|
|
320
320
|
|
|
321
321
|
## `saltcorn inspect TYPE [NAME]`
|
|
322
322
|
|
|
@@ -334,7 +334,7 @@ OPTIONS
|
|
|
334
334
|
-t, --tenant=tenant tenant
|
|
335
335
|
```
|
|
336
336
|
|
|
337
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
337
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/inspect.js)_
|
|
338
338
|
|
|
339
339
|
## `saltcorn install-pack`
|
|
340
340
|
|
|
@@ -350,7 +350,7 @@ OPTIONS
|
|
|
350
350
|
-t, --tenant=tenant tenant
|
|
351
351
|
```
|
|
352
352
|
|
|
353
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
353
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/install-pack.js)_
|
|
354
354
|
|
|
355
355
|
## `saltcorn install-plugin`
|
|
356
356
|
|
|
@@ -366,7 +366,7 @@ OPTIONS
|
|
|
366
366
|
-t, --tenant=tenant tenant
|
|
367
367
|
```
|
|
368
368
|
|
|
369
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
369
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/install-plugin.js)_
|
|
370
370
|
|
|
371
371
|
## `saltcorn list-tenants`
|
|
372
372
|
|
|
@@ -377,7 +377,7 @@ USAGE
|
|
|
377
377
|
$ saltcorn list-tenants
|
|
378
378
|
```
|
|
379
379
|
|
|
380
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
380
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/list-tenants.js)_
|
|
381
381
|
|
|
382
382
|
## `saltcorn localize-plugin PLUGIN [PATH]`
|
|
383
383
|
|
|
@@ -396,7 +396,7 @@ OPTIONS
|
|
|
396
396
|
-u, --unlocalize Unlocalize plugin (local to npm)
|
|
397
397
|
```
|
|
398
398
|
|
|
399
|
-
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
399
|
+
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/localize-plugin.js)_
|
|
400
400
|
|
|
401
401
|
## `saltcorn make-migration`
|
|
402
402
|
|
|
@@ -412,7 +412,7 @@ DESCRIPTION
|
|
|
412
412
|
unless you are a developer.
|
|
413
413
|
```
|
|
414
414
|
|
|
415
|
-
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
415
|
+
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/make-migration.js)_
|
|
416
416
|
|
|
417
417
|
## `saltcorn saltcorn migrate`
|
|
418
418
|
|
|
@@ -434,7 +434,7 @@ DESCRIPTION
|
|
|
434
434
|
servers and need to control when the migrations are run.
|
|
435
435
|
```
|
|
436
436
|
|
|
437
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
437
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/migrate.js)_
|
|
438
438
|
|
|
439
439
|
## `saltcorn modify-user USER_EMAIL`
|
|
440
440
|
|
|
@@ -463,7 +463,7 @@ DESCRIPTION
|
|
|
463
463
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
464
464
|
```
|
|
465
465
|
|
|
466
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
466
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/modify-user.js)_
|
|
467
467
|
|
|
468
468
|
## `saltcorn plugins`
|
|
469
469
|
|
|
@@ -490,7 +490,7 @@ EXAMPLES
|
|
|
490
490
|
plugins -u -f - force plugin update
|
|
491
491
|
```
|
|
492
492
|
|
|
493
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
493
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/plugins.js)_
|
|
494
494
|
|
|
495
495
|
## `saltcorn release VERSION`
|
|
496
496
|
|
|
@@ -504,7 +504,7 @@ ARGUMENTS
|
|
|
504
504
|
VERSION New version number
|
|
505
505
|
```
|
|
506
506
|
|
|
507
|
-
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
507
|
+
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/release.js)_
|
|
508
508
|
|
|
509
509
|
## `saltcorn reset-schema`
|
|
510
510
|
|
|
@@ -523,7 +523,7 @@ DESCRIPTION
|
|
|
523
523
|
This will delete all existing information
|
|
524
524
|
```
|
|
525
525
|
|
|
526
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
526
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/reset-schema.js)_
|
|
527
527
|
|
|
528
528
|
## `saltcorn restore FILE`
|
|
529
529
|
|
|
@@ -540,7 +540,7 @@ OPTIONS
|
|
|
540
540
|
-t, --tenant=tenant tenant
|
|
541
541
|
```
|
|
542
542
|
|
|
543
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
543
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/restore.js)_
|
|
544
544
|
|
|
545
545
|
## `saltcorn rm-tenant`
|
|
546
546
|
|
|
@@ -559,7 +559,7 @@ DESCRIPTION
|
|
|
559
559
|
It recommended to make backup of tenant before perform this command.
|
|
560
560
|
```
|
|
561
561
|
|
|
562
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
562
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/rm-tenant.js)_
|
|
563
563
|
|
|
564
564
|
## `saltcorn run-benchmark [BASEURL]`
|
|
565
565
|
|
|
@@ -578,7 +578,7 @@ OPTIONS
|
|
|
578
578
|
-t, --token=token API Token for reporting results
|
|
579
579
|
```
|
|
580
580
|
|
|
581
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
581
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/run-benchmark.js)_
|
|
582
582
|
|
|
583
583
|
## `saltcorn run-tests [PACKAGE]`
|
|
584
584
|
|
|
@@ -602,7 +602,7 @@ OPTIONS
|
|
|
602
602
|
--watchAll Watch files for changes and rerun all tests.
|
|
603
603
|
```
|
|
604
604
|
|
|
605
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
605
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/run-tests.js)_
|
|
606
606
|
|
|
607
607
|
## `saltcorn run-trigger TRIGGER`
|
|
608
608
|
|
|
@@ -619,7 +619,7 @@ OPTIONS
|
|
|
619
619
|
-t, --tenant=tenant tenant
|
|
620
620
|
```
|
|
621
621
|
|
|
622
|
-
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
622
|
+
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/run-trigger.js)_
|
|
623
623
|
|
|
624
624
|
## `saltcorn scheduler`
|
|
625
625
|
|
|
@@ -633,7 +633,7 @@ OPTIONS
|
|
|
633
633
|
-v, --verbose Verbose
|
|
634
634
|
```
|
|
635
635
|
|
|
636
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
636
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/scheduler.js)_
|
|
637
637
|
|
|
638
638
|
## `saltcorn serve`
|
|
639
639
|
|
|
@@ -654,7 +654,7 @@ OPTIONS
|
|
|
654
654
|
--subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
|
|
655
655
|
```
|
|
656
656
|
|
|
657
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
657
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/serve.js)_
|
|
658
658
|
|
|
659
659
|
## `saltcorn set-cfg [KEY] [VALUE]`
|
|
660
660
|
|
|
@@ -675,7 +675,7 @@ OPTIONS
|
|
|
675
675
|
-t, --tenant=tenant tenant
|
|
676
676
|
```
|
|
677
677
|
|
|
678
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
678
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/set-cfg.js)_
|
|
679
679
|
|
|
680
680
|
## `saltcorn setup`
|
|
681
681
|
|
|
@@ -694,7 +694,7 @@ DESCRIPTION
|
|
|
694
694
|
configuration file
|
|
695
695
|
```
|
|
696
696
|
|
|
697
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
697
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/setup.js)_
|
|
698
698
|
|
|
699
699
|
## `saltcorn setup-benchmark`
|
|
700
700
|
|
|
@@ -708,7 +708,7 @@ OPTIONS
|
|
|
708
708
|
-t, --tenant=tenant tenant
|
|
709
709
|
```
|
|
710
710
|
|
|
711
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
711
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/setup-benchmark.js)_
|
|
712
712
|
|
|
713
713
|
## `saltcorn take-snapshot`
|
|
714
714
|
|
|
@@ -723,7 +723,7 @@ OPTIONS
|
|
|
723
723
|
-t, --tenant=tenant tenant
|
|
724
724
|
```
|
|
725
725
|
|
|
726
|
-
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
726
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/take-snapshot.js)_
|
|
727
727
|
|
|
728
728
|
## `saltcorn test-plugin PATH`
|
|
729
729
|
|
|
@@ -741,7 +741,7 @@ DESCRIPTION
|
|
|
741
741
|
Extra documentation goes here
|
|
742
742
|
```
|
|
743
743
|
|
|
744
|
-
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
744
|
+
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/test-plugin.js)_
|
|
745
745
|
|
|
746
746
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
747
747
|
|
|
@@ -758,5 +758,5 @@ ARGUMENTS
|
|
|
758
758
|
TENANT tenant name
|
|
759
759
|
```
|
|
760
760
|
|
|
761
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
761
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.7/src/commands/transform-field.js)_
|
|
762
762
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saltcorn/cli",
|
|
3
|
-
"version": "0.8.6-beta.
|
|
3
|
+
"version": "0.8.6-beta.7",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@saltcorn/cli",
|
|
9
|
-
"version": "0.8.6-beta.
|
|
9
|
+
"version": "0.8.6-beta.7",
|
|
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.6-beta.
|
|
17
|
-
"@saltcorn/data": "0.8.6-beta.
|
|
18
|
-
"@saltcorn/mobile-app": "0.8.6-beta.
|
|
19
|
-
"@saltcorn/mobile-builder": "0.8.6-beta.
|
|
20
|
-
"@saltcorn/server": "0.8.6-beta.
|
|
16
|
+
"@saltcorn/admin-models": "0.8.6-beta.7",
|
|
17
|
+
"@saltcorn/data": "0.8.6-beta.7",
|
|
18
|
+
"@saltcorn/mobile-app": "0.8.6-beta.7",
|
|
19
|
+
"@saltcorn/mobile-builder": "0.8.6-beta.7",
|
|
20
|
+
"@saltcorn/server": "0.8.6-beta.7",
|
|
21
21
|
"cli-ux": "^5.6.7",
|
|
22
22
|
"contractis": "^0.1.0",
|
|
23
23
|
"dateformat": "^3.0.3",
|
|
@@ -2449,14 +2449,14 @@
|
|
|
2449
2449
|
}
|
|
2450
2450
|
},
|
|
2451
2451
|
"node_modules/@saltcorn/admin-models": {
|
|
2452
|
-
"version": "0.8.6-beta.
|
|
2453
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.6-beta.
|
|
2454
|
-
"integrity": "sha512
|
|
2455
|
-
"dependencies": {
|
|
2456
|
-
"@saltcorn/data": "0.8.6-beta.
|
|
2457
|
-
"@saltcorn/db-common": "0.8.6-beta.
|
|
2458
|
-
"@saltcorn/markup": "0.8.6-beta.
|
|
2459
|
-
"@saltcorn/types": "0.8.6-beta.
|
|
2452
|
+
"version": "0.8.6-beta.7",
|
|
2453
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.6-beta.7.tgz",
|
|
2454
|
+
"integrity": "sha512-+ek7Q4HB3NdG65wj4Zn31e5fpMmlbpxTsuiEhj1XcxTsqgjAHuaIepT9n5IxJ987zxdOR2xcCVy9YbJYWCerKg==",
|
|
2455
|
+
"dependencies": {
|
|
2456
|
+
"@saltcorn/data": "0.8.6-beta.7",
|
|
2457
|
+
"@saltcorn/db-common": "0.8.6-beta.7",
|
|
2458
|
+
"@saltcorn/markup": "0.8.6-beta.7",
|
|
2459
|
+
"@saltcorn/types": "0.8.6-beta.7",
|
|
2460
2460
|
"@types/lodash": "^4.14.182",
|
|
2461
2461
|
"adm-zip": "0.5.5",
|
|
2462
2462
|
"chaos-guinea-pig": "^0.1.4",
|
|
@@ -2469,30 +2469,30 @@
|
|
|
2469
2469
|
}
|
|
2470
2470
|
},
|
|
2471
2471
|
"node_modules/@saltcorn/base-plugin": {
|
|
2472
|
-
"version": "0.8.6-beta.
|
|
2473
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.6-beta.
|
|
2474
|
-
"integrity": "sha512-
|
|
2472
|
+
"version": "0.8.6-beta.7",
|
|
2473
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.6-beta.7.tgz",
|
|
2474
|
+
"integrity": "sha512-aYfmSBQ+QZGo8MAApAxc0HvRHhCZwcv+YoUbC0d4vhh8iJQ33dTbDNfMKFdby8DK3pvWl+wwmPg+7Eqv4TeLAQ==",
|
|
2475
2475
|
"dependencies": {
|
|
2476
|
-
"@saltcorn/data": "0.8.6-beta.
|
|
2476
|
+
"@saltcorn/data": "0.8.6-beta.7"
|
|
2477
2477
|
}
|
|
2478
2478
|
},
|
|
2479
2479
|
"node_modules/@saltcorn/builder": {
|
|
2480
|
-
"version": "0.8.6-beta.
|
|
2481
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.6-beta.
|
|
2482
|
-
"integrity": "sha512-
|
|
2480
|
+
"version": "0.8.6-beta.7",
|
|
2481
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.6-beta.7.tgz",
|
|
2482
|
+
"integrity": "sha512-XZXQXVmYU1XMA8T/J/WnFoQ5jwyy2/Fn+2XRt6DpwvtsM4jmjOWB7qeelPkpDquF29ZXU7fWUONnYCv6kXAV+A==",
|
|
2483
2483
|
"dependencies": {
|
|
2484
2484
|
"styled-components": "4.4.1"
|
|
2485
2485
|
}
|
|
2486
2486
|
},
|
|
2487
2487
|
"node_modules/@saltcorn/data": {
|
|
2488
|
-
"version": "0.8.6-beta.
|
|
2489
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.6-beta.
|
|
2490
|
-
"integrity": "sha512-
|
|
2491
|
-
"dependencies": {
|
|
2492
|
-
"@saltcorn/db-common": "0.8.6-beta.
|
|
2493
|
-
"@saltcorn/markup": "0.8.6-beta.
|
|
2494
|
-
"@saltcorn/sqlite-mobile": "0.8.6-beta.
|
|
2495
|
-
"@saltcorn/types": "0.8.6-beta.
|
|
2488
|
+
"version": "0.8.6-beta.7",
|
|
2489
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.6-beta.7.tgz",
|
|
2490
|
+
"integrity": "sha512-3q9l07jSQRXDG7QIbnAgiKV8A1H3AtiQ97YxcPDgFc7mIihDnQ1xi8ZPG8HFVxhlM9pgGmmnP7rxs3LFAkemVQ==",
|
|
2491
|
+
"dependencies": {
|
|
2492
|
+
"@saltcorn/db-common": "0.8.6-beta.7",
|
|
2493
|
+
"@saltcorn/markup": "0.8.6-beta.7",
|
|
2494
|
+
"@saltcorn/sqlite-mobile": "0.8.6-beta.7",
|
|
2495
|
+
"@saltcorn/types": "0.8.6-beta.7",
|
|
2496
2496
|
"acorn": "^8.0.3",
|
|
2497
2497
|
"assert": "^2.0.0",
|
|
2498
2498
|
"astring": "^1.4.3",
|
|
@@ -2536,27 +2536,27 @@
|
|
|
2536
2536
|
"vm-browserify": "^1.1.2"
|
|
2537
2537
|
},
|
|
2538
2538
|
"optionalDependencies": {
|
|
2539
|
-
"@saltcorn/postgres": "0.8.6-beta.
|
|
2540
|
-
"@saltcorn/sqlite": "0.8.6-beta.
|
|
2539
|
+
"@saltcorn/postgres": "0.8.6-beta.7",
|
|
2540
|
+
"@saltcorn/sqlite": "0.8.6-beta.7"
|
|
2541
2541
|
}
|
|
2542
2542
|
},
|
|
2543
2543
|
"node_modules/@saltcorn/db-common": {
|
|
2544
|
-
"version": "0.8.6-beta.
|
|
2545
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.6-beta.
|
|
2546
|
-
"integrity": "sha512-
|
|
2544
|
+
"version": "0.8.6-beta.7",
|
|
2545
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.6-beta.7.tgz",
|
|
2546
|
+
"integrity": "sha512-W+NLq5eZOobOOksHxwb/qAfJHpp4SPXR2/uTa5Z5PeXHJvK5y9JWoDlv/a9xfoiELPTmfcbn3J01LYI8jGLHYg=="
|
|
2547
2547
|
},
|
|
2548
2548
|
"node_modules/@saltcorn/filemanager": {
|
|
2549
|
-
"version": "0.8.6-beta.
|
|
2550
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.6-beta.
|
|
2551
|
-
"integrity": "sha512-
|
|
2549
|
+
"version": "0.8.6-beta.7",
|
|
2550
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.6-beta.7.tgz",
|
|
2551
|
+
"integrity": "sha512-SEmXhd3cRV64R3zF3A4UH0abMNSAuEWVFj6K3xZHFNbJI8r+IiGqjRZ/99cF/Wqg1ia0QbD77KW7ZShBOiX8Mg==",
|
|
2552
2552
|
"dependencies": {
|
|
2553
2553
|
"sirv-cli": "^2.0.0"
|
|
2554
2554
|
}
|
|
2555
2555
|
},
|
|
2556
2556
|
"node_modules/@saltcorn/markup": {
|
|
2557
|
-
"version": "0.8.6-beta.
|
|
2558
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.6-beta.
|
|
2559
|
-
"integrity": "sha512
|
|
2557
|
+
"version": "0.8.6-beta.7",
|
|
2558
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.6-beta.7.tgz",
|
|
2559
|
+
"integrity": "sha512-zMzNrZYhdIxO9Up6fx7dFhFu+uYV4Euk5+eDcaJQRz3t+PJbtxq84D5r7RR65YQbtGguxF2dlx78DgSjJlYzjA==",
|
|
2560
2560
|
"dependencies": {
|
|
2561
2561
|
"escape-html": "^1.0.3",
|
|
2562
2562
|
"html-tags": "3.1.0",
|
|
@@ -2564,27 +2564,27 @@
|
|
|
2564
2564
|
}
|
|
2565
2565
|
},
|
|
2566
2566
|
"node_modules/@saltcorn/mobile-app": {
|
|
2567
|
-
"version": "0.8.6-beta.
|
|
2568
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.6-beta.
|
|
2569
|
-
"integrity": "sha512-
|
|
2567
|
+
"version": "0.8.6-beta.7",
|
|
2568
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.6-beta.7.tgz",
|
|
2569
|
+
"integrity": "sha512-84dtyA4jBY7Uc/VubMdIzg5/C88E5HYg1TE7F6AERXkUa8cVjuIecUKqDPpdIPnm0/CyAcfYbrSeR4VCDa94RA==",
|
|
2570
2570
|
"dependencies": {
|
|
2571
2571
|
"cordova": "^11.0.0",
|
|
2572
2572
|
"cordova-sqlite-ext": "^6.0.0"
|
|
2573
2573
|
}
|
|
2574
2574
|
},
|
|
2575
2575
|
"node_modules/@saltcorn/mobile-builder": {
|
|
2576
|
-
"version": "0.8.6-beta.
|
|
2577
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.6-beta.
|
|
2578
|
-
"integrity": "sha512-
|
|
2576
|
+
"version": "0.8.6-beta.7",
|
|
2577
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.6-beta.7.tgz",
|
|
2578
|
+
"integrity": "sha512-fuCVokCIg679MiXuM1dXC7ilUT9GMMavi2egFEfmcWX7KDXPSYYv68UGeakvBaQp1r62dCB1cTkbxWmh7ITZ2A==",
|
|
2579
2579
|
"hasInstallScript": true,
|
|
2580
2580
|
"dependencies": {
|
|
2581
|
-
"@saltcorn/base-plugin": "0.8.6-beta.
|
|
2582
|
-
"@saltcorn/data": "0.8.6-beta.
|
|
2583
|
-
"@saltcorn/db-common": "0.8.6-beta.
|
|
2584
|
-
"@saltcorn/markup": "0.8.6-beta.
|
|
2585
|
-
"@saltcorn/mobile-app": "0.8.6-beta.
|
|
2586
|
-
"@saltcorn/sbadmin2": "0.8.6-beta.
|
|
2587
|
-
"@saltcorn/server": "0.8.6-beta.
|
|
2581
|
+
"@saltcorn/base-plugin": "0.8.6-beta.7",
|
|
2582
|
+
"@saltcorn/data": "0.8.6-beta.7",
|
|
2583
|
+
"@saltcorn/db-common": "0.8.6-beta.7",
|
|
2584
|
+
"@saltcorn/markup": "0.8.6-beta.7",
|
|
2585
|
+
"@saltcorn/mobile-app": "0.8.6-beta.7",
|
|
2586
|
+
"@saltcorn/sbadmin2": "0.8.6-beta.7",
|
|
2587
|
+
"@saltcorn/server": "0.8.6-beta.7",
|
|
2588
2588
|
"fs-extra": "^10.0.1",
|
|
2589
2589
|
"live-plugin-manager": "^0.17.1",
|
|
2590
2590
|
"webpack": "5.68.0",
|
|
@@ -2625,38 +2625,38 @@
|
|
|
2625
2625
|
}
|
|
2626
2626
|
},
|
|
2627
2627
|
"node_modules/@saltcorn/postgres": {
|
|
2628
|
-
"version": "0.8.6-beta.
|
|
2629
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.6-beta.
|
|
2630
|
-
"integrity": "sha512-
|
|
2628
|
+
"version": "0.8.6-beta.7",
|
|
2629
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.6-beta.7.tgz",
|
|
2630
|
+
"integrity": "sha512-nWywM+Ky8JkBmzdqArp44LqoKFa3aQUyq6cXOIudaJV/qz5FxjPaEFTE1I2GhKPDFxzYvtcfSTaNqfxjLM4sng==",
|
|
2631
2631
|
"optional": true,
|
|
2632
2632
|
"dependencies": {
|
|
2633
|
-
"@saltcorn/db-common": "0.8.6-beta.
|
|
2633
|
+
"@saltcorn/db-common": "0.8.6-beta.7",
|
|
2634
2634
|
"pg": "^8.2.1",
|
|
2635
2635
|
"pg-copy-streams": "^5.1.1"
|
|
2636
2636
|
}
|
|
2637
2637
|
},
|
|
2638
2638
|
"node_modules/@saltcorn/sbadmin2": {
|
|
2639
|
-
"version": "0.8.6-beta.
|
|
2640
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.6-beta.
|
|
2641
|
-
"integrity": "sha512
|
|
2639
|
+
"version": "0.8.6-beta.7",
|
|
2640
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.6-beta.7.tgz",
|
|
2641
|
+
"integrity": "sha512-+7Cflyz5vvcRkUzdOkH6EADCGyuNMBiGlsUcNFpgw9hdWFnKfqcYoJ5QpSqf82bekBOwdFFn5sD4V9o7lVE44Q==",
|
|
2642
2642
|
"dependencies": {
|
|
2643
|
-
"@saltcorn/data": "0.8.6-beta.
|
|
2644
|
-
"@saltcorn/markup": "0.8.6-beta.
|
|
2643
|
+
"@saltcorn/data": "0.8.6-beta.7",
|
|
2644
|
+
"@saltcorn/markup": "0.8.6-beta.7",
|
|
2645
2645
|
"startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
|
|
2646
2646
|
}
|
|
2647
2647
|
},
|
|
2648
2648
|
"node_modules/@saltcorn/server": {
|
|
2649
|
-
"version": "0.8.6-beta.
|
|
2650
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.6-beta.
|
|
2651
|
-
"integrity": "sha512-
|
|
2652
|
-
"dependencies": {
|
|
2653
|
-
"@saltcorn/admin-models": "0.8.6-beta.
|
|
2654
|
-
"@saltcorn/base-plugin": "0.8.6-beta.
|
|
2655
|
-
"@saltcorn/builder": "0.8.6-beta.
|
|
2656
|
-
"@saltcorn/data": "0.8.6-beta.
|
|
2657
|
-
"@saltcorn/filemanager": "0.8.6-beta.
|
|
2658
|
-
"@saltcorn/markup": "0.8.6-beta.
|
|
2659
|
-
"@saltcorn/sbadmin2": "0.8.6-beta.
|
|
2649
|
+
"version": "0.8.6-beta.7",
|
|
2650
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.6-beta.7.tgz",
|
|
2651
|
+
"integrity": "sha512-Qa+GJrhSJw1j4khKVx4eVmgBLeo95KpYtSWv4AoEq90C5RbSxaCcFRYmFMQaujHxcq+1rLRnrObs4vQTVyuYLA==",
|
|
2652
|
+
"dependencies": {
|
|
2653
|
+
"@saltcorn/admin-models": "0.8.6-beta.7",
|
|
2654
|
+
"@saltcorn/base-plugin": "0.8.6-beta.7",
|
|
2655
|
+
"@saltcorn/builder": "0.8.6-beta.7",
|
|
2656
|
+
"@saltcorn/data": "0.8.6-beta.7",
|
|
2657
|
+
"@saltcorn/filemanager": "0.8.6-beta.7",
|
|
2658
|
+
"@saltcorn/markup": "0.8.6-beta.7",
|
|
2659
|
+
"@saltcorn/sbadmin2": "0.8.6-beta.7",
|
|
2660
2660
|
"@socket.io/cluster-adapter": "^0.2.1",
|
|
2661
2661
|
"@socket.io/sticky": "^1.0.1",
|
|
2662
2662
|
"adm-zip": "0.5.10",
|
|
@@ -2717,29 +2717,29 @@
|
|
|
2717
2717
|
}
|
|
2718
2718
|
},
|
|
2719
2719
|
"node_modules/@saltcorn/sqlite": {
|
|
2720
|
-
"version": "0.8.6-beta.
|
|
2721
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.6-beta.
|
|
2722
|
-
"integrity": "sha512-
|
|
2720
|
+
"version": "0.8.6-beta.7",
|
|
2721
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.6-beta.7.tgz",
|
|
2722
|
+
"integrity": "sha512-ufFbH7wIfYwkbgSG0txtdTbLkRyyHLzor4TZYYSBo6tcEGghqdzSmiyoOZ1Ac55lU2e4tdkAav9zqlI3lvGVlg==",
|
|
2723
2723
|
"optional": true,
|
|
2724
2724
|
"dependencies": {
|
|
2725
|
-
"@saltcorn/db-common": "0.8.6-beta.
|
|
2725
|
+
"@saltcorn/db-common": "0.8.6-beta.7"
|
|
2726
2726
|
},
|
|
2727
2727
|
"optionalDependencies": {
|
|
2728
2728
|
"sqlite3": "^5.0.8"
|
|
2729
2729
|
}
|
|
2730
2730
|
},
|
|
2731
2731
|
"node_modules/@saltcorn/sqlite-mobile": {
|
|
2732
|
-
"version": "0.8.6-beta.
|
|
2733
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.6-beta.
|
|
2734
|
-
"integrity": "sha512-
|
|
2732
|
+
"version": "0.8.6-beta.7",
|
|
2733
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.6-beta.7.tgz",
|
|
2734
|
+
"integrity": "sha512-Gvfa2X7ADEj4gtd7SmEabRP5u/FHoatdFxUNqceDTOMbxprw2/Rw/ARH7AYt2Z1j7guEO/KZonaUBda5njLFqw==",
|
|
2735
2735
|
"dependencies": {
|
|
2736
|
-
"@saltcorn/db-common": "0.8.6-beta.
|
|
2736
|
+
"@saltcorn/db-common": "0.8.6-beta.7"
|
|
2737
2737
|
}
|
|
2738
2738
|
},
|
|
2739
2739
|
"node_modules/@saltcorn/types": {
|
|
2740
|
-
"version": "0.8.6-beta.
|
|
2741
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.6-beta.
|
|
2742
|
-
"integrity": "sha512-
|
|
2740
|
+
"version": "0.8.6-beta.7",
|
|
2741
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.6-beta.7.tgz",
|
|
2742
|
+
"integrity": "sha512-D/rVjkpO6h6g4k6yHfB7HSdO4NNJxx/CG/yjICkhC6HaTVm9/+lbNI/aopV1tssygfTAsqHu/rQPnK4gjNK3xQ=="
|
|
2743
2743
|
},
|
|
2744
2744
|
"node_modules/@sindresorhus/is": {
|
|
2745
2745
|
"version": "0.14.0",
|
|
@@ -19199,14 +19199,14 @@
|
|
|
19199
19199
|
}
|
|
19200
19200
|
},
|
|
19201
19201
|
"@saltcorn/admin-models": {
|
|
19202
|
-
"version": "0.8.6-beta.
|
|
19203
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.6-beta.
|
|
19204
|
-
"integrity": "sha512
|
|
19205
|
-
"requires": {
|
|
19206
|
-
"@saltcorn/data": "0.8.6-beta.
|
|
19207
|
-
"@saltcorn/db-common": "0.8.6-beta.
|
|
19208
|
-
"@saltcorn/markup": "0.8.6-beta.
|
|
19209
|
-
"@saltcorn/types": "0.8.6-beta.
|
|
19202
|
+
"version": "0.8.6-beta.7",
|
|
19203
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.6-beta.7.tgz",
|
|
19204
|
+
"integrity": "sha512-+ek7Q4HB3NdG65wj4Zn31e5fpMmlbpxTsuiEhj1XcxTsqgjAHuaIepT9n5IxJ987zxdOR2xcCVy9YbJYWCerKg==",
|
|
19205
|
+
"requires": {
|
|
19206
|
+
"@saltcorn/data": "0.8.6-beta.7",
|
|
19207
|
+
"@saltcorn/db-common": "0.8.6-beta.7",
|
|
19208
|
+
"@saltcorn/markup": "0.8.6-beta.7",
|
|
19209
|
+
"@saltcorn/types": "0.8.6-beta.7",
|
|
19210
19210
|
"@types/lodash": "^4.14.182",
|
|
19211
19211
|
"adm-zip": "0.5.5",
|
|
19212
19212
|
"chaos-guinea-pig": "^0.1.4",
|
|
@@ -19219,32 +19219,32 @@
|
|
|
19219
19219
|
}
|
|
19220
19220
|
},
|
|
19221
19221
|
"@saltcorn/base-plugin": {
|
|
19222
|
-
"version": "0.8.6-beta.
|
|
19223
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.6-beta.
|
|
19224
|
-
"integrity": "sha512-
|
|
19222
|
+
"version": "0.8.6-beta.7",
|
|
19223
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.6-beta.7.tgz",
|
|
19224
|
+
"integrity": "sha512-aYfmSBQ+QZGo8MAApAxc0HvRHhCZwcv+YoUbC0d4vhh8iJQ33dTbDNfMKFdby8DK3pvWl+wwmPg+7Eqv4TeLAQ==",
|
|
19225
19225
|
"requires": {
|
|
19226
|
-
"@saltcorn/data": "0.8.6-beta.
|
|
19226
|
+
"@saltcorn/data": "0.8.6-beta.7"
|
|
19227
19227
|
}
|
|
19228
19228
|
},
|
|
19229
19229
|
"@saltcorn/builder": {
|
|
19230
|
-
"version": "0.8.6-beta.
|
|
19231
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.6-beta.
|
|
19232
|
-
"integrity": "sha512-
|
|
19230
|
+
"version": "0.8.6-beta.7",
|
|
19231
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.6-beta.7.tgz",
|
|
19232
|
+
"integrity": "sha512-XZXQXVmYU1XMA8T/J/WnFoQ5jwyy2/Fn+2XRt6DpwvtsM4jmjOWB7qeelPkpDquF29ZXU7fWUONnYCv6kXAV+A==",
|
|
19233
19233
|
"requires": {
|
|
19234
19234
|
"styled-components": "4.4.1"
|
|
19235
19235
|
}
|
|
19236
19236
|
},
|
|
19237
19237
|
"@saltcorn/data": {
|
|
19238
|
-
"version": "0.8.6-beta.
|
|
19239
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.6-beta.
|
|
19240
|
-
"integrity": "sha512-
|
|
19241
|
-
"requires": {
|
|
19242
|
-
"@saltcorn/db-common": "0.8.6-beta.
|
|
19243
|
-
"@saltcorn/markup": "0.8.6-beta.
|
|
19244
|
-
"@saltcorn/postgres": "0.8.6-beta.
|
|
19245
|
-
"@saltcorn/sqlite": "0.8.6-beta.
|
|
19246
|
-
"@saltcorn/sqlite-mobile": "0.8.6-beta.
|
|
19247
|
-
"@saltcorn/types": "0.8.6-beta.
|
|
19238
|
+
"version": "0.8.6-beta.7",
|
|
19239
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.6-beta.7.tgz",
|
|
19240
|
+
"integrity": "sha512-3q9l07jSQRXDG7QIbnAgiKV8A1H3AtiQ97YxcPDgFc7mIihDnQ1xi8ZPG8HFVxhlM9pgGmmnP7rxs3LFAkemVQ==",
|
|
19241
|
+
"requires": {
|
|
19242
|
+
"@saltcorn/db-common": "0.8.6-beta.7",
|
|
19243
|
+
"@saltcorn/markup": "0.8.6-beta.7",
|
|
19244
|
+
"@saltcorn/postgres": "0.8.6-beta.7",
|
|
19245
|
+
"@saltcorn/sqlite": "0.8.6-beta.7",
|
|
19246
|
+
"@saltcorn/sqlite-mobile": "0.8.6-beta.7",
|
|
19247
|
+
"@saltcorn/types": "0.8.6-beta.7",
|
|
19248
19248
|
"acorn": "^8.0.3",
|
|
19249
19249
|
"assert": "^2.0.0",
|
|
19250
19250
|
"astring": "^1.4.3",
|
|
@@ -19289,22 +19289,22 @@
|
|
|
19289
19289
|
}
|
|
19290
19290
|
},
|
|
19291
19291
|
"@saltcorn/db-common": {
|
|
19292
|
-
"version": "0.8.6-beta.
|
|
19293
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.6-beta.
|
|
19294
|
-
"integrity": "sha512-
|
|
19292
|
+
"version": "0.8.6-beta.7",
|
|
19293
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.6-beta.7.tgz",
|
|
19294
|
+
"integrity": "sha512-W+NLq5eZOobOOksHxwb/qAfJHpp4SPXR2/uTa5Z5PeXHJvK5y9JWoDlv/a9xfoiELPTmfcbn3J01LYI8jGLHYg=="
|
|
19295
19295
|
},
|
|
19296
19296
|
"@saltcorn/filemanager": {
|
|
19297
|
-
"version": "0.8.6-beta.
|
|
19298
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.6-beta.
|
|
19299
|
-
"integrity": "sha512-
|
|
19297
|
+
"version": "0.8.6-beta.7",
|
|
19298
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.6-beta.7.tgz",
|
|
19299
|
+
"integrity": "sha512-SEmXhd3cRV64R3zF3A4UH0abMNSAuEWVFj6K3xZHFNbJI8r+IiGqjRZ/99cF/Wqg1ia0QbD77KW7ZShBOiX8Mg==",
|
|
19300
19300
|
"requires": {
|
|
19301
19301
|
"sirv-cli": "^2.0.0"
|
|
19302
19302
|
}
|
|
19303
19303
|
},
|
|
19304
19304
|
"@saltcorn/markup": {
|
|
19305
|
-
"version": "0.8.6-beta.
|
|
19306
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.6-beta.
|
|
19307
|
-
"integrity": "sha512
|
|
19305
|
+
"version": "0.8.6-beta.7",
|
|
19306
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.6-beta.7.tgz",
|
|
19307
|
+
"integrity": "sha512-zMzNrZYhdIxO9Up6fx7dFhFu+uYV4Euk5+eDcaJQRz3t+PJbtxq84D5r7RR65YQbtGguxF2dlx78DgSjJlYzjA==",
|
|
19308
19308
|
"requires": {
|
|
19309
19309
|
"escape-html": "^1.0.3",
|
|
19310
19310
|
"html-tags": "3.1.0",
|
|
@@ -19312,26 +19312,26 @@
|
|
|
19312
19312
|
}
|
|
19313
19313
|
},
|
|
19314
19314
|
"@saltcorn/mobile-app": {
|
|
19315
|
-
"version": "0.8.6-beta.
|
|
19316
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.6-beta.
|
|
19317
|
-
"integrity": "sha512-
|
|
19315
|
+
"version": "0.8.6-beta.7",
|
|
19316
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.6-beta.7.tgz",
|
|
19317
|
+
"integrity": "sha512-84dtyA4jBY7Uc/VubMdIzg5/C88E5HYg1TE7F6AERXkUa8cVjuIecUKqDPpdIPnm0/CyAcfYbrSeR4VCDa94RA==",
|
|
19318
19318
|
"requires": {
|
|
19319
19319
|
"cordova": "^11.0.0",
|
|
19320
19320
|
"cordova-sqlite-ext": "^6.0.0"
|
|
19321
19321
|
}
|
|
19322
19322
|
},
|
|
19323
19323
|
"@saltcorn/mobile-builder": {
|
|
19324
|
-
"version": "0.8.6-beta.
|
|
19325
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.6-beta.
|
|
19326
|
-
"integrity": "sha512-
|
|
19327
|
-
"requires": {
|
|
19328
|
-
"@saltcorn/base-plugin": "0.8.6-beta.
|
|
19329
|
-
"@saltcorn/data": "0.8.6-beta.
|
|
19330
|
-
"@saltcorn/db-common": "0.8.6-beta.
|
|
19331
|
-
"@saltcorn/markup": "0.8.6-beta.
|
|
19332
|
-
"@saltcorn/mobile-app": "0.8.6-beta.
|
|
19333
|
-
"@saltcorn/sbadmin2": "0.8.6-beta.
|
|
19334
|
-
"@saltcorn/server": "0.8.6-beta.
|
|
19324
|
+
"version": "0.8.6-beta.7",
|
|
19325
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.6-beta.7.tgz",
|
|
19326
|
+
"integrity": "sha512-fuCVokCIg679MiXuM1dXC7ilUT9GMMavi2egFEfmcWX7KDXPSYYv68UGeakvBaQp1r62dCB1cTkbxWmh7ITZ2A==",
|
|
19327
|
+
"requires": {
|
|
19328
|
+
"@saltcorn/base-plugin": "0.8.6-beta.7",
|
|
19329
|
+
"@saltcorn/data": "0.8.6-beta.7",
|
|
19330
|
+
"@saltcorn/db-common": "0.8.6-beta.7",
|
|
19331
|
+
"@saltcorn/markup": "0.8.6-beta.7",
|
|
19332
|
+
"@saltcorn/mobile-app": "0.8.6-beta.7",
|
|
19333
|
+
"@saltcorn/sbadmin2": "0.8.6-beta.7",
|
|
19334
|
+
"@saltcorn/server": "0.8.6-beta.7",
|
|
19335
19335
|
"fs-extra": "^10.0.1",
|
|
19336
19336
|
"live-plugin-manager": "^0.17.1",
|
|
19337
19337
|
"webpack": "5.68.0",
|
|
@@ -19366,38 +19366,38 @@
|
|
|
19366
19366
|
}
|
|
19367
19367
|
},
|
|
19368
19368
|
"@saltcorn/postgres": {
|
|
19369
|
-
"version": "0.8.6-beta.
|
|
19370
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.6-beta.
|
|
19371
|
-
"integrity": "sha512-
|
|
19369
|
+
"version": "0.8.6-beta.7",
|
|
19370
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.6-beta.7.tgz",
|
|
19371
|
+
"integrity": "sha512-nWywM+Ky8JkBmzdqArp44LqoKFa3aQUyq6cXOIudaJV/qz5FxjPaEFTE1I2GhKPDFxzYvtcfSTaNqfxjLM4sng==",
|
|
19372
19372
|
"optional": true,
|
|
19373
19373
|
"requires": {
|
|
19374
|
-
"@saltcorn/db-common": "0.8.6-beta.
|
|
19374
|
+
"@saltcorn/db-common": "0.8.6-beta.7",
|
|
19375
19375
|
"pg": "^8.2.1",
|
|
19376
19376
|
"pg-copy-streams": "^5.1.1"
|
|
19377
19377
|
}
|
|
19378
19378
|
},
|
|
19379
19379
|
"@saltcorn/sbadmin2": {
|
|
19380
|
-
"version": "0.8.6-beta.
|
|
19381
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.6-beta.
|
|
19382
|
-
"integrity": "sha512
|
|
19380
|
+
"version": "0.8.6-beta.7",
|
|
19381
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.6-beta.7.tgz",
|
|
19382
|
+
"integrity": "sha512-+7Cflyz5vvcRkUzdOkH6EADCGyuNMBiGlsUcNFpgw9hdWFnKfqcYoJ5QpSqf82bekBOwdFFn5sD4V9o7lVE44Q==",
|
|
19383
19383
|
"requires": {
|
|
19384
|
-
"@saltcorn/data": "0.8.6-beta.
|
|
19385
|
-
"@saltcorn/markup": "0.8.6-beta.
|
|
19384
|
+
"@saltcorn/data": "0.8.6-beta.7",
|
|
19385
|
+
"@saltcorn/markup": "0.8.6-beta.7",
|
|
19386
19386
|
"startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
|
|
19387
19387
|
}
|
|
19388
19388
|
},
|
|
19389
19389
|
"@saltcorn/server": {
|
|
19390
|
-
"version": "0.8.6-beta.
|
|
19391
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.6-beta.
|
|
19392
|
-
"integrity": "sha512-
|
|
19393
|
-
"requires": {
|
|
19394
|
-
"@saltcorn/admin-models": "0.8.6-beta.
|
|
19395
|
-
"@saltcorn/base-plugin": "0.8.6-beta.
|
|
19396
|
-
"@saltcorn/builder": "0.8.6-beta.
|
|
19397
|
-
"@saltcorn/data": "0.8.6-beta.
|
|
19398
|
-
"@saltcorn/filemanager": "0.8.6-beta.
|
|
19399
|
-
"@saltcorn/markup": "0.8.6-beta.
|
|
19400
|
-
"@saltcorn/sbadmin2": "0.8.6-beta.
|
|
19390
|
+
"version": "0.8.6-beta.7",
|
|
19391
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.6-beta.7.tgz",
|
|
19392
|
+
"integrity": "sha512-Qa+GJrhSJw1j4khKVx4eVmgBLeo95KpYtSWv4AoEq90C5RbSxaCcFRYmFMQaujHxcq+1rLRnrObs4vQTVyuYLA==",
|
|
19393
|
+
"requires": {
|
|
19394
|
+
"@saltcorn/admin-models": "0.8.6-beta.7",
|
|
19395
|
+
"@saltcorn/base-plugin": "0.8.6-beta.7",
|
|
19396
|
+
"@saltcorn/builder": "0.8.6-beta.7",
|
|
19397
|
+
"@saltcorn/data": "0.8.6-beta.7",
|
|
19398
|
+
"@saltcorn/filemanager": "0.8.6-beta.7",
|
|
19399
|
+
"@saltcorn/markup": "0.8.6-beta.7",
|
|
19400
|
+
"@saltcorn/sbadmin2": "0.8.6-beta.7",
|
|
19401
19401
|
"@socket.io/cluster-adapter": "^0.2.1",
|
|
19402
19402
|
"@socket.io/sticky": "^1.0.1",
|
|
19403
19403
|
"adm-zip": "0.5.10",
|
|
@@ -19455,27 +19455,27 @@
|
|
|
19455
19455
|
}
|
|
19456
19456
|
},
|
|
19457
19457
|
"@saltcorn/sqlite": {
|
|
19458
|
-
"version": "0.8.6-beta.
|
|
19459
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.6-beta.
|
|
19460
|
-
"integrity": "sha512-
|
|
19458
|
+
"version": "0.8.6-beta.7",
|
|
19459
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.6-beta.7.tgz",
|
|
19460
|
+
"integrity": "sha512-ufFbH7wIfYwkbgSG0txtdTbLkRyyHLzor4TZYYSBo6tcEGghqdzSmiyoOZ1Ac55lU2e4tdkAav9zqlI3lvGVlg==",
|
|
19461
19461
|
"optional": true,
|
|
19462
19462
|
"requires": {
|
|
19463
|
-
"@saltcorn/db-common": "0.8.6-beta.
|
|
19463
|
+
"@saltcorn/db-common": "0.8.6-beta.7",
|
|
19464
19464
|
"sqlite3": "^5.0.8"
|
|
19465
19465
|
}
|
|
19466
19466
|
},
|
|
19467
19467
|
"@saltcorn/sqlite-mobile": {
|
|
19468
|
-
"version": "0.8.6-beta.
|
|
19469
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.6-beta.
|
|
19470
|
-
"integrity": "sha512-
|
|
19468
|
+
"version": "0.8.6-beta.7",
|
|
19469
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.6-beta.7.tgz",
|
|
19470
|
+
"integrity": "sha512-Gvfa2X7ADEj4gtd7SmEabRP5u/FHoatdFxUNqceDTOMbxprw2/Rw/ARH7AYt2Z1j7guEO/KZonaUBda5njLFqw==",
|
|
19471
19471
|
"requires": {
|
|
19472
|
-
"@saltcorn/db-common": "0.8.6-beta.
|
|
19472
|
+
"@saltcorn/db-common": "0.8.6-beta.7"
|
|
19473
19473
|
}
|
|
19474
19474
|
},
|
|
19475
19475
|
"@saltcorn/types": {
|
|
19476
|
-
"version": "0.8.6-beta.
|
|
19477
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.6-beta.
|
|
19478
|
-
"integrity": "sha512-
|
|
19476
|
+
"version": "0.8.6-beta.7",
|
|
19477
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.6-beta.7.tgz",
|
|
19478
|
+
"integrity": "sha512-D/rVjkpO6h6g4k6yHfB7HSdO4NNJxx/CG/yjICkhC6HaTVm9/+lbNI/aopV1tssygfTAsqHu/rQPnK4gjNK3xQ=="
|
|
19479
19479
|
},
|
|
19480
19480
|
"@sindresorhus/is": {
|
|
19481
19481
|
"version": "0.14.0",
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.8.6-beta.5","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"},"allowOfflineMode":{"name":"allowOfflineMode","type":"boolean","description":"Switch to offline mode when there is no internet, sync the data when a connection is available again.","allowNo":false},"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":false}]},"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 or restore a snapshot","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},"database":{"name":"database","type":"option","description":"Run on specified database. Default is saltcorn_test"}},"args":[{"name":"package","description":"which package to run tests for"}]},"run-trigger":{"id":"run-trigger","description":"Run a trigger","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"trigger","description":"trigger name","required":true}]},"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":false},{"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":[]},"take-snapshot":{"id":"take-snapshot","description":"Print a current snapshout to stdout","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"fresh":{"name":"fresh","type":"boolean","char":"f","description":"fresh","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.6-beta.7","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"},"allowOfflineMode":{"name":"allowOfflineMode","type":"boolean","description":"Switch to offline mode when there is no internet, sync the data when a connection is available again.","allowNo":false},"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":false}]},"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 or restore a snapshot","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},"database":{"name":"database","type":"option","description":"Run on specified database. Default is saltcorn_test"}},"args":[{"name":"package","description":"which package to run tests for"}]},"run-trigger":{"id":"run-trigger","description":"Run a trigger","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"trigger","description":"trigger name","required":true}]},"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":false},{"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":[]},"take-snapshot":{"id":"take-snapshot","description":"Print a current snapshout to stdout","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"fresh":{"name":"fresh","type":"boolean","char":"f","description":"fresh","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.6-beta.
|
|
5
|
+
"version": "0.8.6-beta.7",
|
|
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.6-beta.
|
|
17
|
-
"@saltcorn/data": "0.8.6-beta.
|
|
18
|
-
"@saltcorn/mobile-app": "0.8.6-beta.
|
|
19
|
-
"@saltcorn/mobile-builder": "0.8.6-beta.
|
|
20
|
-
"@saltcorn/server": "0.8.6-beta.
|
|
16
|
+
"@saltcorn/admin-models": "0.8.6-beta.7",
|
|
17
|
+
"@saltcorn/data": "0.8.6-beta.7",
|
|
18
|
+
"@saltcorn/mobile-app": "0.8.6-beta.7",
|
|
19
|
+
"@saltcorn/mobile-builder": "0.8.6-beta.7",
|
|
20
|
+
"@saltcorn/server": "0.8.6-beta.7",
|
|
21
21
|
"cli-ux": "^5.6.7",
|
|
22
22
|
"contractis": "^0.1.0",
|
|
23
23
|
"dateformat": "^3.0.3",
|