@saltcorn/cli 0.8.6-beta.14 → 0.8.6-beta.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +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.15 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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15",
|
|
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.15",
|
|
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.15",
|
|
17
|
+
"@saltcorn/data": "0.8.6-beta.15",
|
|
18
|
+
"@saltcorn/mobile-app": "0.8.6-beta.15",
|
|
19
|
+
"@saltcorn/mobile-builder": "0.8.6-beta.15",
|
|
20
|
+
"@saltcorn/server": "0.8.6-beta.15",
|
|
21
21
|
"cli-ux": "^5.6.7",
|
|
22
22
|
"contractis": "^0.1.0",
|
|
23
23
|
"dateformat": "^3.0.3",
|
|
@@ -2414,14 +2414,14 @@
|
|
|
2414
2414
|
}
|
|
2415
2415
|
},
|
|
2416
2416
|
"node_modules/@saltcorn/admin-models": {
|
|
2417
|
-
"version": "0.8.6-beta.
|
|
2418
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.6-beta.
|
|
2419
|
-
"integrity": "sha512-
|
|
2420
|
-
"dependencies": {
|
|
2421
|
-
"@saltcorn/data": "0.8.6-beta.
|
|
2422
|
-
"@saltcorn/db-common": "0.8.6-beta.
|
|
2423
|
-
"@saltcorn/markup": "0.8.6-beta.
|
|
2424
|
-
"@saltcorn/types": "0.8.6-beta.
|
|
2417
|
+
"version": "0.8.6-beta.15",
|
|
2418
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.6-beta.15.tgz",
|
|
2419
|
+
"integrity": "sha512-rXN9ctL2Dgt9Uxnm8a+GN/jf0U9fyyySgo7MQviXy7QYwu0lp88Z/wRHYN2mAvZbZx1htSLfRob8a+Kp+Gj5Mg==",
|
|
2420
|
+
"dependencies": {
|
|
2421
|
+
"@saltcorn/data": "0.8.6-beta.15",
|
|
2422
|
+
"@saltcorn/db-common": "0.8.6-beta.15",
|
|
2423
|
+
"@saltcorn/markup": "0.8.6-beta.15",
|
|
2424
|
+
"@saltcorn/types": "0.8.6-beta.15",
|
|
2425
2425
|
"@types/lodash": "^4.14.182",
|
|
2426
2426
|
"adm-zip": "0.5.5",
|
|
2427
2427
|
"chaos-guinea-pig": "^0.1.4",
|
|
@@ -2434,30 +2434,30 @@
|
|
|
2434
2434
|
}
|
|
2435
2435
|
},
|
|
2436
2436
|
"node_modules/@saltcorn/base-plugin": {
|
|
2437
|
-
"version": "0.8.6-beta.
|
|
2438
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.6-beta.
|
|
2439
|
-
"integrity": "sha512-
|
|
2437
|
+
"version": "0.8.6-beta.15",
|
|
2438
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.6-beta.15.tgz",
|
|
2439
|
+
"integrity": "sha512-2KfVzApMrv1bIQACK5ne1t2gw1YCTcuql6kOtSAf/P4+9/B2MwD3S3vunRzuGJtIjs9LjBknH0Qy66hq4uyf+Q==",
|
|
2440
2440
|
"dependencies": {
|
|
2441
|
-
"@saltcorn/data": "0.8.6-beta.
|
|
2441
|
+
"@saltcorn/data": "0.8.6-beta.15"
|
|
2442
2442
|
}
|
|
2443
2443
|
},
|
|
2444
2444
|
"node_modules/@saltcorn/builder": {
|
|
2445
|
-
"version": "0.8.6-beta.
|
|
2446
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.6-beta.
|
|
2447
|
-
"integrity": "sha512-
|
|
2445
|
+
"version": "0.8.6-beta.15",
|
|
2446
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.6-beta.15.tgz",
|
|
2447
|
+
"integrity": "sha512-i5yNMC2X1XzZoNjgTNXTFhXHxJcfVqzrN9xN/pStHFGd23A2UKL+lUC1xUsIgcjmwFQzKzkECoSND0VYgv64fA==",
|
|
2448
2448
|
"dependencies": {
|
|
2449
2449
|
"styled-components": "4.4.1"
|
|
2450
2450
|
}
|
|
2451
2451
|
},
|
|
2452
2452
|
"node_modules/@saltcorn/data": {
|
|
2453
|
-
"version": "0.8.6-beta.
|
|
2454
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.6-beta.
|
|
2455
|
-
"integrity": "sha512-
|
|
2456
|
-
"dependencies": {
|
|
2457
|
-
"@saltcorn/db-common": "0.8.6-beta.
|
|
2458
|
-
"@saltcorn/markup": "0.8.6-beta.
|
|
2459
|
-
"@saltcorn/sqlite-mobile": "0.8.6-beta.
|
|
2460
|
-
"@saltcorn/types": "0.8.6-beta.
|
|
2453
|
+
"version": "0.8.6-beta.15",
|
|
2454
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.6-beta.15.tgz",
|
|
2455
|
+
"integrity": "sha512-8tuPceYo9Nhmlvk/Ez3jMRdReTRUbQGVDs4tpOidIHBWvF3KIAlYYAY2U2WizC935pSenRZcmv6l8XRz/yLRiQ==",
|
|
2456
|
+
"dependencies": {
|
|
2457
|
+
"@saltcorn/db-common": "0.8.6-beta.15",
|
|
2458
|
+
"@saltcorn/markup": "0.8.6-beta.15",
|
|
2459
|
+
"@saltcorn/sqlite-mobile": "0.8.6-beta.15",
|
|
2460
|
+
"@saltcorn/types": "0.8.6-beta.15",
|
|
2461
2461
|
"acorn": "^8.0.3",
|
|
2462
2462
|
"assert": "^2.0.0",
|
|
2463
2463
|
"astring": "^1.4.3",
|
|
@@ -2501,27 +2501,27 @@
|
|
|
2501
2501
|
"vm-browserify": "^1.1.2"
|
|
2502
2502
|
},
|
|
2503
2503
|
"optionalDependencies": {
|
|
2504
|
-
"@saltcorn/postgres": "0.8.6-beta.
|
|
2505
|
-
"@saltcorn/sqlite": "0.8.6-beta.
|
|
2504
|
+
"@saltcorn/postgres": "0.8.6-beta.15",
|
|
2505
|
+
"@saltcorn/sqlite": "0.8.6-beta.15"
|
|
2506
2506
|
}
|
|
2507
2507
|
},
|
|
2508
2508
|
"node_modules/@saltcorn/db-common": {
|
|
2509
|
-
"version": "0.8.6-beta.
|
|
2510
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.6-beta.
|
|
2511
|
-
"integrity": "sha512-
|
|
2509
|
+
"version": "0.8.6-beta.15",
|
|
2510
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.6-beta.15.tgz",
|
|
2511
|
+
"integrity": "sha512-k6wn5FHpsVflA7MA53LHYEVXz+yEHdTpMfHJPGiAQshl8GlOzLpLT0KOtCGjAN1hd95g7Yn4dIf+PhhE7fIngw=="
|
|
2512
2512
|
},
|
|
2513
2513
|
"node_modules/@saltcorn/filemanager": {
|
|
2514
|
-
"version": "0.8.6-beta.
|
|
2515
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.6-beta.
|
|
2516
|
-
"integrity": "sha512-
|
|
2514
|
+
"version": "0.8.6-beta.15",
|
|
2515
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.6-beta.15.tgz",
|
|
2516
|
+
"integrity": "sha512-VaegyCuWx+TAbeTgoXcZ4Cxv/i/eDylKZLOP7ojick7CY06bGbFadNsQ2LhwHqdYv8pprh7HVN+nDWhDT1ds/g==",
|
|
2517
2517
|
"dependencies": {
|
|
2518
2518
|
"sirv-cli": "^2.0.0"
|
|
2519
2519
|
}
|
|
2520
2520
|
},
|
|
2521
2521
|
"node_modules/@saltcorn/markup": {
|
|
2522
|
-
"version": "0.8.6-beta.
|
|
2523
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.6-beta.
|
|
2524
|
-
"integrity": "sha512
|
|
2522
|
+
"version": "0.8.6-beta.15",
|
|
2523
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.6-beta.15.tgz",
|
|
2524
|
+
"integrity": "sha512-aKSWoezl6xeBB2qTTQv6cIW07FU5qC7krqkUJelvZQ8hbIsmwFgTiQFo4OUkEgBM7RenUquoULa9ZlGYuQ1PBw==",
|
|
2525
2525
|
"dependencies": {
|
|
2526
2526
|
"escape-html": "^1.0.3",
|
|
2527
2527
|
"html-tags": "3.1.0",
|
|
@@ -2529,27 +2529,27 @@
|
|
|
2529
2529
|
}
|
|
2530
2530
|
},
|
|
2531
2531
|
"node_modules/@saltcorn/mobile-app": {
|
|
2532
|
-
"version": "0.8.6-beta.
|
|
2533
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.6-beta.
|
|
2534
|
-
"integrity": "sha512-
|
|
2532
|
+
"version": "0.8.6-beta.15",
|
|
2533
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.6-beta.15.tgz",
|
|
2534
|
+
"integrity": "sha512-2x+EcqucLxZxp8BiIgHQZxZylojdHl4Cy07fv4qa1nxBTmT4CabmWUADKt0YWwYgbgRKMpbK9hEqxAamrEXq1A==",
|
|
2535
2535
|
"dependencies": {
|
|
2536
2536
|
"cordova": "^11.0.0",
|
|
2537
2537
|
"cordova-sqlite-ext": "^6.0.0"
|
|
2538
2538
|
}
|
|
2539
2539
|
},
|
|
2540
2540
|
"node_modules/@saltcorn/mobile-builder": {
|
|
2541
|
-
"version": "0.8.6-beta.
|
|
2542
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.6-beta.
|
|
2543
|
-
"integrity": "sha512-
|
|
2541
|
+
"version": "0.8.6-beta.15",
|
|
2542
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.6-beta.15.tgz",
|
|
2543
|
+
"integrity": "sha512-1gZ3paNDRTWqsI4t3rSAKwFwmwd26jk5A0t3N96dslvD4qvoaT/zfE/rhe1p7ZC0xaJ3+niw73aXKhozds5sbw==",
|
|
2544
2544
|
"hasInstallScript": true,
|
|
2545
2545
|
"dependencies": {
|
|
2546
|
-
"@saltcorn/base-plugin": "0.8.6-beta.
|
|
2547
|
-
"@saltcorn/data": "0.8.6-beta.
|
|
2548
|
-
"@saltcorn/db-common": "0.8.6-beta.
|
|
2549
|
-
"@saltcorn/markup": "0.8.6-beta.
|
|
2550
|
-
"@saltcorn/mobile-app": "0.8.6-beta.
|
|
2551
|
-
"@saltcorn/sbadmin2": "0.8.6-beta.
|
|
2552
|
-
"@saltcorn/server": "0.8.6-beta.
|
|
2546
|
+
"@saltcorn/base-plugin": "0.8.6-beta.15",
|
|
2547
|
+
"@saltcorn/data": "0.8.6-beta.15",
|
|
2548
|
+
"@saltcorn/db-common": "0.8.6-beta.15",
|
|
2549
|
+
"@saltcorn/markup": "0.8.6-beta.15",
|
|
2550
|
+
"@saltcorn/mobile-app": "0.8.6-beta.15",
|
|
2551
|
+
"@saltcorn/sbadmin2": "0.8.6-beta.15",
|
|
2552
|
+
"@saltcorn/server": "0.8.6-beta.15",
|
|
2553
2553
|
"fs-extra": "^10.0.1",
|
|
2554
2554
|
"live-plugin-manager": "^0.17.1",
|
|
2555
2555
|
"webpack": "5.68.0",
|
|
@@ -2590,38 +2590,38 @@
|
|
|
2590
2590
|
}
|
|
2591
2591
|
},
|
|
2592
2592
|
"node_modules/@saltcorn/postgres": {
|
|
2593
|
-
"version": "0.8.6-beta.
|
|
2594
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.6-beta.
|
|
2595
|
-
"integrity": "sha512-
|
|
2593
|
+
"version": "0.8.6-beta.15",
|
|
2594
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.6-beta.15.tgz",
|
|
2595
|
+
"integrity": "sha512-RULF7j/IF1QtcbNKefVaSiichN1JPjW4V1nU2gTrcinrV4Lv4fkvuJvk+TmmFFTKw1liQgcqH+FxaB8RMqP/nQ==",
|
|
2596
2596
|
"optional": true,
|
|
2597
2597
|
"dependencies": {
|
|
2598
|
-
"@saltcorn/db-common": "0.8.6-beta.
|
|
2598
|
+
"@saltcorn/db-common": "0.8.6-beta.15",
|
|
2599
2599
|
"pg": "^8.2.1",
|
|
2600
2600
|
"pg-copy-streams": "^5.1.1"
|
|
2601
2601
|
}
|
|
2602
2602
|
},
|
|
2603
2603
|
"node_modules/@saltcorn/sbadmin2": {
|
|
2604
|
-
"version": "0.8.6-beta.
|
|
2605
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.6-beta.
|
|
2606
|
-
"integrity": "sha512-
|
|
2604
|
+
"version": "0.8.6-beta.15",
|
|
2605
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.6-beta.15.tgz",
|
|
2606
|
+
"integrity": "sha512-7ntEG/L12UDq0OAtH/n09V9GyfcAGteJOyGcE8MxwtTp/ot0AjsHLgiHRlLfxkZ3Ue35sJb65Yr0Nwls3tjTBw==",
|
|
2607
2607
|
"dependencies": {
|
|
2608
|
-
"@saltcorn/data": "0.8.6-beta.
|
|
2609
|
-
"@saltcorn/markup": "0.8.6-beta.
|
|
2608
|
+
"@saltcorn/data": "0.8.6-beta.15",
|
|
2609
|
+
"@saltcorn/markup": "0.8.6-beta.15",
|
|
2610
2610
|
"startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
|
|
2611
2611
|
}
|
|
2612
2612
|
},
|
|
2613
2613
|
"node_modules/@saltcorn/server": {
|
|
2614
|
-
"version": "0.8.6-beta.
|
|
2615
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.6-beta.
|
|
2616
|
-
"integrity": "sha512-
|
|
2617
|
-
"dependencies": {
|
|
2618
|
-
"@saltcorn/admin-models": "0.8.6-beta.
|
|
2619
|
-
"@saltcorn/base-plugin": "0.8.6-beta.
|
|
2620
|
-
"@saltcorn/builder": "0.8.6-beta.
|
|
2621
|
-
"@saltcorn/data": "0.8.6-beta.
|
|
2622
|
-
"@saltcorn/filemanager": "0.8.6-beta.
|
|
2623
|
-
"@saltcorn/markup": "0.8.6-beta.
|
|
2624
|
-
"@saltcorn/sbadmin2": "0.8.6-beta.
|
|
2614
|
+
"version": "0.8.6-beta.15",
|
|
2615
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.6-beta.15.tgz",
|
|
2616
|
+
"integrity": "sha512-fFSWEifxUhwITMFBkWD+VnqswpBIh3nFipAE0UMyZKYaMPkfADDVc4CB5AK18YsHUwaBO6yhwXNFOZIYHYiXuQ==",
|
|
2617
|
+
"dependencies": {
|
|
2618
|
+
"@saltcorn/admin-models": "0.8.6-beta.15",
|
|
2619
|
+
"@saltcorn/base-plugin": "0.8.6-beta.15",
|
|
2620
|
+
"@saltcorn/builder": "0.8.6-beta.15",
|
|
2621
|
+
"@saltcorn/data": "0.8.6-beta.15",
|
|
2622
|
+
"@saltcorn/filemanager": "0.8.6-beta.15",
|
|
2623
|
+
"@saltcorn/markup": "0.8.6-beta.15",
|
|
2624
|
+
"@saltcorn/sbadmin2": "0.8.6-beta.15",
|
|
2625
2625
|
"@socket.io/cluster-adapter": "^0.2.1",
|
|
2626
2626
|
"@socket.io/sticky": "^1.0.1",
|
|
2627
2627
|
"adm-zip": "0.5.10",
|
|
@@ -2682,29 +2682,29 @@
|
|
|
2682
2682
|
}
|
|
2683
2683
|
},
|
|
2684
2684
|
"node_modules/@saltcorn/sqlite": {
|
|
2685
|
-
"version": "0.8.6-beta.
|
|
2686
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.6-beta.
|
|
2687
|
-
"integrity": "sha512-
|
|
2685
|
+
"version": "0.8.6-beta.15",
|
|
2686
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.6-beta.15.tgz",
|
|
2687
|
+
"integrity": "sha512-tpZyDA0Ut7r4b8AshjuHmhOv7h7gA4imzF7f9rTRfPuwbbYpPoSgIuNISpR+OsTI2tchseoWB4nuMB/+fDI6xg==",
|
|
2688
2688
|
"optional": true,
|
|
2689
2689
|
"dependencies": {
|
|
2690
|
-
"@saltcorn/db-common": "0.8.6-beta.
|
|
2690
|
+
"@saltcorn/db-common": "0.8.6-beta.15"
|
|
2691
2691
|
},
|
|
2692
2692
|
"optionalDependencies": {
|
|
2693
2693
|
"sqlite3": "^5.0.8"
|
|
2694
2694
|
}
|
|
2695
2695
|
},
|
|
2696
2696
|
"node_modules/@saltcorn/sqlite-mobile": {
|
|
2697
|
-
"version": "0.8.6-beta.
|
|
2698
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.6-beta.
|
|
2699
|
-
"integrity": "sha512-
|
|
2697
|
+
"version": "0.8.6-beta.15",
|
|
2698
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.6-beta.15.tgz",
|
|
2699
|
+
"integrity": "sha512-xqkW2svfLEL83yBgdGTM6sKGljT1vTwjLDV46VxViTSV5WZLzrq1OneRNUfzNJg5r6Ae5nKHFjIR3ww2RQQDOQ==",
|
|
2700
2700
|
"dependencies": {
|
|
2701
|
-
"@saltcorn/db-common": "0.8.6-beta.
|
|
2701
|
+
"@saltcorn/db-common": "0.8.6-beta.15"
|
|
2702
2702
|
}
|
|
2703
2703
|
},
|
|
2704
2704
|
"node_modules/@saltcorn/types": {
|
|
2705
|
-
"version": "0.8.6-beta.
|
|
2706
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.6-beta.
|
|
2707
|
-
"integrity": "sha512-
|
|
2705
|
+
"version": "0.8.6-beta.15",
|
|
2706
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.6-beta.15.tgz",
|
|
2707
|
+
"integrity": "sha512-YovUYEYd2izcCsh+lzXfYvgpT+2WIu+ADs4j7+J6w+UicDe4fDWlPJWZ5/jhSv0zB5r0ofTAjoMxR9cUtTUj3Q=="
|
|
2708
2708
|
},
|
|
2709
2709
|
"node_modules/@sindresorhus/is": {
|
|
2710
2710
|
"version": "0.14.0",
|
|
@@ -19142,14 +19142,14 @@
|
|
|
19142
19142
|
}
|
|
19143
19143
|
},
|
|
19144
19144
|
"@saltcorn/admin-models": {
|
|
19145
|
-
"version": "0.8.6-beta.
|
|
19146
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.6-beta.
|
|
19147
|
-
"integrity": "sha512-
|
|
19148
|
-
"requires": {
|
|
19149
|
-
"@saltcorn/data": "0.8.6-beta.
|
|
19150
|
-
"@saltcorn/db-common": "0.8.6-beta.
|
|
19151
|
-
"@saltcorn/markup": "0.8.6-beta.
|
|
19152
|
-
"@saltcorn/types": "0.8.6-beta.
|
|
19145
|
+
"version": "0.8.6-beta.15",
|
|
19146
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.6-beta.15.tgz",
|
|
19147
|
+
"integrity": "sha512-rXN9ctL2Dgt9Uxnm8a+GN/jf0U9fyyySgo7MQviXy7QYwu0lp88Z/wRHYN2mAvZbZx1htSLfRob8a+Kp+Gj5Mg==",
|
|
19148
|
+
"requires": {
|
|
19149
|
+
"@saltcorn/data": "0.8.6-beta.15",
|
|
19150
|
+
"@saltcorn/db-common": "0.8.6-beta.15",
|
|
19151
|
+
"@saltcorn/markup": "0.8.6-beta.15",
|
|
19152
|
+
"@saltcorn/types": "0.8.6-beta.15",
|
|
19153
19153
|
"@types/lodash": "^4.14.182",
|
|
19154
19154
|
"adm-zip": "0.5.5",
|
|
19155
19155
|
"chaos-guinea-pig": "^0.1.4",
|
|
@@ -19162,32 +19162,32 @@
|
|
|
19162
19162
|
}
|
|
19163
19163
|
},
|
|
19164
19164
|
"@saltcorn/base-plugin": {
|
|
19165
|
-
"version": "0.8.6-beta.
|
|
19166
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.6-beta.
|
|
19167
|
-
"integrity": "sha512-
|
|
19165
|
+
"version": "0.8.6-beta.15",
|
|
19166
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.6-beta.15.tgz",
|
|
19167
|
+
"integrity": "sha512-2KfVzApMrv1bIQACK5ne1t2gw1YCTcuql6kOtSAf/P4+9/B2MwD3S3vunRzuGJtIjs9LjBknH0Qy66hq4uyf+Q==",
|
|
19168
19168
|
"requires": {
|
|
19169
|
-
"@saltcorn/data": "0.8.6-beta.
|
|
19169
|
+
"@saltcorn/data": "0.8.6-beta.15"
|
|
19170
19170
|
}
|
|
19171
19171
|
},
|
|
19172
19172
|
"@saltcorn/builder": {
|
|
19173
|
-
"version": "0.8.6-beta.
|
|
19174
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.6-beta.
|
|
19175
|
-
"integrity": "sha512-
|
|
19173
|
+
"version": "0.8.6-beta.15",
|
|
19174
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.6-beta.15.tgz",
|
|
19175
|
+
"integrity": "sha512-i5yNMC2X1XzZoNjgTNXTFhXHxJcfVqzrN9xN/pStHFGd23A2UKL+lUC1xUsIgcjmwFQzKzkECoSND0VYgv64fA==",
|
|
19176
19176
|
"requires": {
|
|
19177
19177
|
"styled-components": "4.4.1"
|
|
19178
19178
|
}
|
|
19179
19179
|
},
|
|
19180
19180
|
"@saltcorn/data": {
|
|
19181
|
-
"version": "0.8.6-beta.
|
|
19182
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.6-beta.
|
|
19183
|
-
"integrity": "sha512-
|
|
19184
|
-
"requires": {
|
|
19185
|
-
"@saltcorn/db-common": "0.8.6-beta.
|
|
19186
|
-
"@saltcorn/markup": "0.8.6-beta.
|
|
19187
|
-
"@saltcorn/postgres": "0.8.6-beta.
|
|
19188
|
-
"@saltcorn/sqlite": "0.8.6-beta.
|
|
19189
|
-
"@saltcorn/sqlite-mobile": "0.8.6-beta.
|
|
19190
|
-
"@saltcorn/types": "0.8.6-beta.
|
|
19181
|
+
"version": "0.8.6-beta.15",
|
|
19182
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.6-beta.15.tgz",
|
|
19183
|
+
"integrity": "sha512-8tuPceYo9Nhmlvk/Ez3jMRdReTRUbQGVDs4tpOidIHBWvF3KIAlYYAY2U2WizC935pSenRZcmv6l8XRz/yLRiQ==",
|
|
19184
|
+
"requires": {
|
|
19185
|
+
"@saltcorn/db-common": "0.8.6-beta.15",
|
|
19186
|
+
"@saltcorn/markup": "0.8.6-beta.15",
|
|
19187
|
+
"@saltcorn/postgres": "0.8.6-beta.15",
|
|
19188
|
+
"@saltcorn/sqlite": "0.8.6-beta.15",
|
|
19189
|
+
"@saltcorn/sqlite-mobile": "0.8.6-beta.15",
|
|
19190
|
+
"@saltcorn/types": "0.8.6-beta.15",
|
|
19191
19191
|
"acorn": "^8.0.3",
|
|
19192
19192
|
"assert": "^2.0.0",
|
|
19193
19193
|
"astring": "^1.4.3",
|
|
@@ -19232,22 +19232,22 @@
|
|
|
19232
19232
|
}
|
|
19233
19233
|
},
|
|
19234
19234
|
"@saltcorn/db-common": {
|
|
19235
|
-
"version": "0.8.6-beta.
|
|
19236
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.6-beta.
|
|
19237
|
-
"integrity": "sha512-
|
|
19235
|
+
"version": "0.8.6-beta.15",
|
|
19236
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.6-beta.15.tgz",
|
|
19237
|
+
"integrity": "sha512-k6wn5FHpsVflA7MA53LHYEVXz+yEHdTpMfHJPGiAQshl8GlOzLpLT0KOtCGjAN1hd95g7Yn4dIf+PhhE7fIngw=="
|
|
19238
19238
|
},
|
|
19239
19239
|
"@saltcorn/filemanager": {
|
|
19240
|
-
"version": "0.8.6-beta.
|
|
19241
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.6-beta.
|
|
19242
|
-
"integrity": "sha512-
|
|
19240
|
+
"version": "0.8.6-beta.15",
|
|
19241
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.6-beta.15.tgz",
|
|
19242
|
+
"integrity": "sha512-VaegyCuWx+TAbeTgoXcZ4Cxv/i/eDylKZLOP7ojick7CY06bGbFadNsQ2LhwHqdYv8pprh7HVN+nDWhDT1ds/g==",
|
|
19243
19243
|
"requires": {
|
|
19244
19244
|
"sirv-cli": "^2.0.0"
|
|
19245
19245
|
}
|
|
19246
19246
|
},
|
|
19247
19247
|
"@saltcorn/markup": {
|
|
19248
|
-
"version": "0.8.6-beta.
|
|
19249
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.6-beta.
|
|
19250
|
-
"integrity": "sha512
|
|
19248
|
+
"version": "0.8.6-beta.15",
|
|
19249
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.6-beta.15.tgz",
|
|
19250
|
+
"integrity": "sha512-aKSWoezl6xeBB2qTTQv6cIW07FU5qC7krqkUJelvZQ8hbIsmwFgTiQFo4OUkEgBM7RenUquoULa9ZlGYuQ1PBw==",
|
|
19251
19251
|
"requires": {
|
|
19252
19252
|
"escape-html": "^1.0.3",
|
|
19253
19253
|
"html-tags": "3.1.0",
|
|
@@ -19255,26 +19255,26 @@
|
|
|
19255
19255
|
}
|
|
19256
19256
|
},
|
|
19257
19257
|
"@saltcorn/mobile-app": {
|
|
19258
|
-
"version": "0.8.6-beta.
|
|
19259
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.6-beta.
|
|
19260
|
-
"integrity": "sha512-
|
|
19258
|
+
"version": "0.8.6-beta.15",
|
|
19259
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.6-beta.15.tgz",
|
|
19260
|
+
"integrity": "sha512-2x+EcqucLxZxp8BiIgHQZxZylojdHl4Cy07fv4qa1nxBTmT4CabmWUADKt0YWwYgbgRKMpbK9hEqxAamrEXq1A==",
|
|
19261
19261
|
"requires": {
|
|
19262
19262
|
"cordova": "^11.0.0",
|
|
19263
19263
|
"cordova-sqlite-ext": "^6.0.0"
|
|
19264
19264
|
}
|
|
19265
19265
|
},
|
|
19266
19266
|
"@saltcorn/mobile-builder": {
|
|
19267
|
-
"version": "0.8.6-beta.
|
|
19268
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.6-beta.
|
|
19269
|
-
"integrity": "sha512-
|
|
19270
|
-
"requires": {
|
|
19271
|
-
"@saltcorn/base-plugin": "0.8.6-beta.
|
|
19272
|
-
"@saltcorn/data": "0.8.6-beta.
|
|
19273
|
-
"@saltcorn/db-common": "0.8.6-beta.
|
|
19274
|
-
"@saltcorn/markup": "0.8.6-beta.
|
|
19275
|
-
"@saltcorn/mobile-app": "0.8.6-beta.
|
|
19276
|
-
"@saltcorn/sbadmin2": "0.8.6-beta.
|
|
19277
|
-
"@saltcorn/server": "0.8.6-beta.
|
|
19267
|
+
"version": "0.8.6-beta.15",
|
|
19268
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.6-beta.15.tgz",
|
|
19269
|
+
"integrity": "sha512-1gZ3paNDRTWqsI4t3rSAKwFwmwd26jk5A0t3N96dslvD4qvoaT/zfE/rhe1p7ZC0xaJ3+niw73aXKhozds5sbw==",
|
|
19270
|
+
"requires": {
|
|
19271
|
+
"@saltcorn/base-plugin": "0.8.6-beta.15",
|
|
19272
|
+
"@saltcorn/data": "0.8.6-beta.15",
|
|
19273
|
+
"@saltcorn/db-common": "0.8.6-beta.15",
|
|
19274
|
+
"@saltcorn/markup": "0.8.6-beta.15",
|
|
19275
|
+
"@saltcorn/mobile-app": "0.8.6-beta.15",
|
|
19276
|
+
"@saltcorn/sbadmin2": "0.8.6-beta.15",
|
|
19277
|
+
"@saltcorn/server": "0.8.6-beta.15",
|
|
19278
19278
|
"fs-extra": "^10.0.1",
|
|
19279
19279
|
"live-plugin-manager": "^0.17.1",
|
|
19280
19280
|
"webpack": "5.68.0",
|
|
@@ -19309,38 +19309,38 @@
|
|
|
19309
19309
|
}
|
|
19310
19310
|
},
|
|
19311
19311
|
"@saltcorn/postgres": {
|
|
19312
|
-
"version": "0.8.6-beta.
|
|
19313
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.6-beta.
|
|
19314
|
-
"integrity": "sha512-
|
|
19312
|
+
"version": "0.8.6-beta.15",
|
|
19313
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.6-beta.15.tgz",
|
|
19314
|
+
"integrity": "sha512-RULF7j/IF1QtcbNKefVaSiichN1JPjW4V1nU2gTrcinrV4Lv4fkvuJvk+TmmFFTKw1liQgcqH+FxaB8RMqP/nQ==",
|
|
19315
19315
|
"optional": true,
|
|
19316
19316
|
"requires": {
|
|
19317
|
-
"@saltcorn/db-common": "0.8.6-beta.
|
|
19317
|
+
"@saltcorn/db-common": "0.8.6-beta.15",
|
|
19318
19318
|
"pg": "^8.2.1",
|
|
19319
19319
|
"pg-copy-streams": "^5.1.1"
|
|
19320
19320
|
}
|
|
19321
19321
|
},
|
|
19322
19322
|
"@saltcorn/sbadmin2": {
|
|
19323
|
-
"version": "0.8.6-beta.
|
|
19324
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.6-beta.
|
|
19325
|
-
"integrity": "sha512-
|
|
19323
|
+
"version": "0.8.6-beta.15",
|
|
19324
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.6-beta.15.tgz",
|
|
19325
|
+
"integrity": "sha512-7ntEG/L12UDq0OAtH/n09V9GyfcAGteJOyGcE8MxwtTp/ot0AjsHLgiHRlLfxkZ3Ue35sJb65Yr0Nwls3tjTBw==",
|
|
19326
19326
|
"requires": {
|
|
19327
|
-
"@saltcorn/data": "0.8.6-beta.
|
|
19328
|
-
"@saltcorn/markup": "0.8.6-beta.
|
|
19327
|
+
"@saltcorn/data": "0.8.6-beta.15",
|
|
19328
|
+
"@saltcorn/markup": "0.8.6-beta.15",
|
|
19329
19329
|
"startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
|
|
19330
19330
|
}
|
|
19331
19331
|
},
|
|
19332
19332
|
"@saltcorn/server": {
|
|
19333
|
-
"version": "0.8.6-beta.
|
|
19334
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.6-beta.
|
|
19335
|
-
"integrity": "sha512-
|
|
19336
|
-
"requires": {
|
|
19337
|
-
"@saltcorn/admin-models": "0.8.6-beta.
|
|
19338
|
-
"@saltcorn/base-plugin": "0.8.6-beta.
|
|
19339
|
-
"@saltcorn/builder": "0.8.6-beta.
|
|
19340
|
-
"@saltcorn/data": "0.8.6-beta.
|
|
19341
|
-
"@saltcorn/filemanager": "0.8.6-beta.
|
|
19342
|
-
"@saltcorn/markup": "0.8.6-beta.
|
|
19343
|
-
"@saltcorn/sbadmin2": "0.8.6-beta.
|
|
19333
|
+
"version": "0.8.6-beta.15",
|
|
19334
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.6-beta.15.tgz",
|
|
19335
|
+
"integrity": "sha512-fFSWEifxUhwITMFBkWD+VnqswpBIh3nFipAE0UMyZKYaMPkfADDVc4CB5AK18YsHUwaBO6yhwXNFOZIYHYiXuQ==",
|
|
19336
|
+
"requires": {
|
|
19337
|
+
"@saltcorn/admin-models": "0.8.6-beta.15",
|
|
19338
|
+
"@saltcorn/base-plugin": "0.8.6-beta.15",
|
|
19339
|
+
"@saltcorn/builder": "0.8.6-beta.15",
|
|
19340
|
+
"@saltcorn/data": "0.8.6-beta.15",
|
|
19341
|
+
"@saltcorn/filemanager": "0.8.6-beta.15",
|
|
19342
|
+
"@saltcorn/markup": "0.8.6-beta.15",
|
|
19343
|
+
"@saltcorn/sbadmin2": "0.8.6-beta.15",
|
|
19344
19344
|
"@socket.io/cluster-adapter": "^0.2.1",
|
|
19345
19345
|
"@socket.io/sticky": "^1.0.1",
|
|
19346
19346
|
"adm-zip": "0.5.10",
|
|
@@ -19398,27 +19398,27 @@
|
|
|
19398
19398
|
}
|
|
19399
19399
|
},
|
|
19400
19400
|
"@saltcorn/sqlite": {
|
|
19401
|
-
"version": "0.8.6-beta.
|
|
19402
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.6-beta.
|
|
19403
|
-
"integrity": "sha512-
|
|
19401
|
+
"version": "0.8.6-beta.15",
|
|
19402
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.6-beta.15.tgz",
|
|
19403
|
+
"integrity": "sha512-tpZyDA0Ut7r4b8AshjuHmhOv7h7gA4imzF7f9rTRfPuwbbYpPoSgIuNISpR+OsTI2tchseoWB4nuMB/+fDI6xg==",
|
|
19404
19404
|
"optional": true,
|
|
19405
19405
|
"requires": {
|
|
19406
|
-
"@saltcorn/db-common": "0.8.6-beta.
|
|
19406
|
+
"@saltcorn/db-common": "0.8.6-beta.15",
|
|
19407
19407
|
"sqlite3": "^5.0.8"
|
|
19408
19408
|
}
|
|
19409
19409
|
},
|
|
19410
19410
|
"@saltcorn/sqlite-mobile": {
|
|
19411
|
-
"version": "0.8.6-beta.
|
|
19412
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.6-beta.
|
|
19413
|
-
"integrity": "sha512-
|
|
19411
|
+
"version": "0.8.6-beta.15",
|
|
19412
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.6-beta.15.tgz",
|
|
19413
|
+
"integrity": "sha512-xqkW2svfLEL83yBgdGTM6sKGljT1vTwjLDV46VxViTSV5WZLzrq1OneRNUfzNJg5r6Ae5nKHFjIR3ww2RQQDOQ==",
|
|
19414
19414
|
"requires": {
|
|
19415
|
-
"@saltcorn/db-common": "0.8.6-beta.
|
|
19415
|
+
"@saltcorn/db-common": "0.8.6-beta.15"
|
|
19416
19416
|
}
|
|
19417
19417
|
},
|
|
19418
19418
|
"@saltcorn/types": {
|
|
19419
|
-
"version": "0.8.6-beta.
|
|
19420
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.6-beta.
|
|
19421
|
-
"integrity": "sha512-
|
|
19419
|
+
"version": "0.8.6-beta.15",
|
|
19420
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.6-beta.15.tgz",
|
|
19421
|
+
"integrity": "sha512-YovUYEYd2izcCsh+lzXfYvgpT+2WIu+ADs4j7+J6w+UicDe4fDWlPJWZ5/jhSv0zB5r0ofTAjoMxR9cUtTUj3Q=="
|
|
19422
19422
|
},
|
|
19423
19423
|
"@sindresorhus/is": {
|
|
19424
19424
|
"version": "0.14.0",
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.8.6-beta.14","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.15","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.15",
|
|
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.15",
|
|
17
|
+
"@saltcorn/data": "0.8.6-beta.15",
|
|
18
|
+
"@saltcorn/mobile-app": "0.8.6-beta.15",
|
|
19
|
+
"@saltcorn/mobile-builder": "0.8.6-beta.15",
|
|
20
|
+
"@saltcorn/server": "0.8.6-beta.15",
|
|
21
21
|
"cli-ux": "^5.6.7",
|
|
22
22
|
"contractis": "^0.1.0",
|
|
23
23
|
"dateformat": "^3.0.3",
|