@saltcorn/cli 0.9.4-beta.6 → 0.9.4-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 +45 -45
- package/npm-shrinkwrap.json +198 -180
- 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.9.4-beta.
|
|
23
|
+
@saltcorn/cli/0.9.4-beta.7 linux-x64 node-v18.7.0
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -89,7 +89,7 @@ OPTIONS
|
|
|
89
89
|
-f, --force force command execution
|
|
90
90
|
```
|
|
91
91
|
|
|
92
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
92
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/add-schema.js)_
|
|
93
93
|
|
|
94
94
|
## `saltcorn backup`
|
|
95
95
|
|
|
@@ -106,7 +106,7 @@ OPTIONS
|
|
|
106
106
|
-z, --zip Backup public in saltcorn zip format
|
|
107
107
|
```
|
|
108
108
|
|
|
109
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
109
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/backup.js)_
|
|
110
110
|
|
|
111
111
|
## `saltcorn build-app`
|
|
112
112
|
|
|
@@ -154,7 +154,7 @@ OPTIONS
|
|
|
154
154
|
tenant
|
|
155
155
|
```
|
|
156
156
|
|
|
157
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
157
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/build-app.js)_
|
|
158
158
|
|
|
159
159
|
## `saltcorn build-cordova-builder`
|
|
160
160
|
|
|
@@ -168,7 +168,7 @@ OPTIONS
|
|
|
168
168
|
--buildClean run a clean build with --no-cache
|
|
169
169
|
```
|
|
170
170
|
|
|
171
|
-
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
171
|
+
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/build-cordova-builder.js)_
|
|
172
172
|
|
|
173
173
|
## `saltcorn configuration-check`
|
|
174
174
|
|
|
@@ -182,7 +182,7 @@ OPTIONS
|
|
|
182
182
|
-t, --tenant=tenant tenant
|
|
183
183
|
```
|
|
184
184
|
|
|
185
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
185
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/configuration-check.js)_
|
|
186
186
|
|
|
187
187
|
## `saltcorn configuration-check-backups FILES`
|
|
188
188
|
|
|
@@ -199,7 +199,7 @@ OPTIONS
|
|
|
199
199
|
-d, --destructive destructive
|
|
200
200
|
```
|
|
201
201
|
|
|
202
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
202
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/configuration-check-backups.js)_
|
|
203
203
|
|
|
204
204
|
## `saltcorn create-tenant TENANT`
|
|
205
205
|
|
|
@@ -218,7 +218,7 @@ OPTIONS
|
|
|
218
218
|
--url=url Url of tenant
|
|
219
219
|
```
|
|
220
220
|
|
|
221
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
221
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/create-tenant.js)_
|
|
222
222
|
|
|
223
223
|
## `saltcorn create-user`
|
|
224
224
|
|
|
@@ -236,7 +236,7 @@ OPTIONS
|
|
|
236
236
|
-t, --tenant=tenant tenant
|
|
237
237
|
```
|
|
238
238
|
|
|
239
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
239
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/create-user.js)_
|
|
240
240
|
|
|
241
241
|
## `saltcorn delete-tenants`
|
|
242
242
|
|
|
@@ -247,7 +247,7 @@ USAGE
|
|
|
247
247
|
$ saltcorn delete-tenants
|
|
248
248
|
```
|
|
249
249
|
|
|
250
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
250
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/delete-tenants.js)_
|
|
251
251
|
|
|
252
252
|
## `saltcorn delete-user USER_EMAIL`
|
|
253
253
|
|
|
@@ -268,7 +268,7 @@ DESCRIPTION
|
|
|
268
268
|
Command deletes the user specified by USER_EMAIL.
|
|
269
269
|
```
|
|
270
270
|
|
|
271
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
271
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/delete-user.js)_
|
|
272
272
|
|
|
273
273
|
## `saltcorn dev:localize-plugin PLUGIN [PATH]`
|
|
274
274
|
|
|
@@ -287,7 +287,7 @@ OPTIONS
|
|
|
287
287
|
-u, --unlocalize Unlocalize plugin (local to npm)
|
|
288
288
|
```
|
|
289
289
|
|
|
290
|
-
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
290
|
+
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/dev/localize-plugin.js)_
|
|
291
291
|
|
|
292
292
|
## `saltcorn make-migration`
|
|
293
293
|
|
|
@@ -303,7 +303,7 @@ DESCRIPTION
|
|
|
303
303
|
unless you are a developer.
|
|
304
304
|
```
|
|
305
305
|
|
|
306
|
-
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
306
|
+
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/dev/make-migration.js)_
|
|
307
307
|
|
|
308
308
|
## `saltcorn saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip`
|
|
309
309
|
|
|
@@ -324,7 +324,7 @@ OPTIONS
|
|
|
324
324
|
--database=database Run on specified database. Default is 'saltcorn_test''
|
|
325
325
|
```
|
|
326
326
|
|
|
327
|
-
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
327
|
+
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/dev/plugin-test.js)_
|
|
328
328
|
|
|
329
329
|
## `saltcorn dev:post-release [TASK]`
|
|
330
330
|
|
|
@@ -338,7 +338,7 @@ ARGUMENTS
|
|
|
338
338
|
TASK (docker|vagrant|all|none) What to do
|
|
339
339
|
```
|
|
340
340
|
|
|
341
|
-
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
341
|
+
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/dev/post-release.js)_
|
|
342
342
|
|
|
343
343
|
## `saltcorn dev:release VERSION`
|
|
344
344
|
|
|
@@ -352,7 +352,7 @@ ARGUMENTS
|
|
|
352
352
|
VERSION New version number
|
|
353
353
|
```
|
|
354
354
|
|
|
355
|
-
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
355
|
+
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/dev/release.js)_
|
|
356
356
|
|
|
357
357
|
## `saltcorn dev:test-plugin PATH`
|
|
358
358
|
|
|
@@ -370,7 +370,7 @@ DESCRIPTION
|
|
|
370
370
|
Extra documentation goes here
|
|
371
371
|
```
|
|
372
372
|
|
|
373
|
-
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
373
|
+
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/dev/test-plugin.js)_
|
|
374
374
|
|
|
375
375
|
## `saltcorn fixtures`
|
|
376
376
|
|
|
@@ -389,7 +389,7 @@ DESCRIPTION
|
|
|
389
389
|
This manual step it is never required for users and rarely required for developers
|
|
390
390
|
```
|
|
391
391
|
|
|
392
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
392
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/fixtures.js)_
|
|
393
393
|
|
|
394
394
|
## `saltcorn get-cfg [KEY]`
|
|
395
395
|
|
|
@@ -407,7 +407,7 @@ OPTIONS
|
|
|
407
407
|
-t, --tenant=tenant tenant
|
|
408
408
|
```
|
|
409
409
|
|
|
410
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
410
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/get-cfg.js)_
|
|
411
411
|
|
|
412
412
|
## `saltcorn help [COMMAND]`
|
|
413
413
|
|
|
@@ -445,7 +445,7 @@ ALIASES
|
|
|
445
445
|
$ saltcorn paths
|
|
446
446
|
```
|
|
447
447
|
|
|
448
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
448
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/info.js)_
|
|
449
449
|
|
|
450
450
|
## `saltcorn inspect TYPE [NAME]`
|
|
451
451
|
|
|
@@ -463,7 +463,7 @@ OPTIONS
|
|
|
463
463
|
-t, --tenant=tenant tenant
|
|
464
464
|
```
|
|
465
465
|
|
|
466
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
466
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/inspect.js)_
|
|
467
467
|
|
|
468
468
|
## `saltcorn install-pack`
|
|
469
469
|
|
|
@@ -479,7 +479,7 @@ OPTIONS
|
|
|
479
479
|
-t, --tenant=tenant tenant
|
|
480
480
|
```
|
|
481
481
|
|
|
482
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
482
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/install-pack.js)_
|
|
483
483
|
|
|
484
484
|
## `saltcorn install-plugin`
|
|
485
485
|
|
|
@@ -495,7 +495,7 @@ OPTIONS
|
|
|
495
495
|
-t, --tenant=tenant tenant
|
|
496
496
|
```
|
|
497
497
|
|
|
498
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
498
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/install-plugin.js)_
|
|
499
499
|
|
|
500
500
|
## `saltcorn list-tenants`
|
|
501
501
|
|
|
@@ -511,7 +511,7 @@ OPTIONS
|
|
|
511
511
|
-v, --verbose verbose output
|
|
512
512
|
```
|
|
513
513
|
|
|
514
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
514
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/list-tenants.js)_
|
|
515
515
|
|
|
516
516
|
## `saltcorn list-triggers`
|
|
517
517
|
|
|
@@ -527,7 +527,7 @@ OPTIONS
|
|
|
527
527
|
-v, --verbose verbose output
|
|
528
528
|
```
|
|
529
529
|
|
|
530
|
-
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
530
|
+
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/list-triggers.js)_
|
|
531
531
|
|
|
532
532
|
## `saltcorn list-users`
|
|
533
533
|
|
|
@@ -542,7 +542,7 @@ OPTIONS
|
|
|
542
542
|
-v, --verbose verbose output
|
|
543
543
|
```
|
|
544
544
|
|
|
545
|
-
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
545
|
+
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/list-users.js)_
|
|
546
546
|
|
|
547
547
|
## `saltcorn saltcorn migrate`
|
|
548
548
|
|
|
@@ -564,7 +564,7 @@ DESCRIPTION
|
|
|
564
564
|
servers and need to control when the migrations are run.
|
|
565
565
|
```
|
|
566
566
|
|
|
567
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
567
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/migrate.js)_
|
|
568
568
|
|
|
569
569
|
## `saltcorn modify-user USER_EMAIL`
|
|
570
570
|
|
|
@@ -593,7 +593,7 @@ DESCRIPTION
|
|
|
593
593
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
594
594
|
```
|
|
595
595
|
|
|
596
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
596
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/modify-user.js)_
|
|
597
597
|
|
|
598
598
|
## `saltcorn plugins`
|
|
599
599
|
|
|
@@ -620,7 +620,7 @@ EXAMPLES
|
|
|
620
620
|
plugins -u -f - force plugin update
|
|
621
621
|
```
|
|
622
622
|
|
|
623
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
623
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/plugins.js)_
|
|
624
624
|
|
|
625
625
|
## `saltcorn reset-schema`
|
|
626
626
|
|
|
@@ -639,7 +639,7 @@ DESCRIPTION
|
|
|
639
639
|
This will delete all existing information
|
|
640
640
|
```
|
|
641
641
|
|
|
642
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
642
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/reset-schema.js)_
|
|
643
643
|
|
|
644
644
|
## `saltcorn restore FILE`
|
|
645
645
|
|
|
@@ -656,7 +656,7 @@ OPTIONS
|
|
|
656
656
|
-t, --tenant=tenant tenant
|
|
657
657
|
```
|
|
658
658
|
|
|
659
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
659
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/restore.js)_
|
|
660
660
|
|
|
661
661
|
## `saltcorn rm-tenant`
|
|
662
662
|
|
|
@@ -675,7 +675,7 @@ DESCRIPTION
|
|
|
675
675
|
It recommended to make backup of tenant before perform this command.
|
|
676
676
|
```
|
|
677
677
|
|
|
678
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
678
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/rm-tenant.js)_
|
|
679
679
|
|
|
680
680
|
## `saltcorn run-benchmark [BASEURL]`
|
|
681
681
|
|
|
@@ -694,7 +694,7 @@ OPTIONS
|
|
|
694
694
|
-t, --token=token API Token for reporting results
|
|
695
695
|
```
|
|
696
696
|
|
|
697
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
697
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/run-benchmark.js)_
|
|
698
698
|
|
|
699
699
|
## `saltcorn run-js`
|
|
700
700
|
|
|
@@ -710,7 +710,7 @@ OPTIONS
|
|
|
710
710
|
-t, --tenant=tenant tenant name
|
|
711
711
|
```
|
|
712
712
|
|
|
713
|
-
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
713
|
+
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/run-js.js)_
|
|
714
714
|
|
|
715
715
|
## `saltcorn run-sql`
|
|
716
716
|
|
|
@@ -726,7 +726,7 @@ OPTIONS
|
|
|
726
726
|
-t, --tenant=tenant tenant name
|
|
727
727
|
```
|
|
728
728
|
|
|
729
|
-
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
729
|
+
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/run-sql.js)_
|
|
730
730
|
|
|
731
731
|
## `saltcorn run-tests [PACKAGE]`
|
|
732
732
|
|
|
@@ -750,7 +750,7 @@ OPTIONS
|
|
|
750
750
|
--watchAll Watch files for changes and rerun all tests.
|
|
751
751
|
```
|
|
752
752
|
|
|
753
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
753
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/run-tests.js)_
|
|
754
754
|
|
|
755
755
|
## `saltcorn run-trigger TRIGGER`
|
|
756
756
|
|
|
@@ -767,7 +767,7 @@ OPTIONS
|
|
|
767
767
|
-t, --tenant=tenant tenant
|
|
768
768
|
```
|
|
769
769
|
|
|
770
|
-
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
770
|
+
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/run-trigger.js)_
|
|
771
771
|
|
|
772
772
|
## `saltcorn scheduler`
|
|
773
773
|
|
|
@@ -781,7 +781,7 @@ OPTIONS
|
|
|
781
781
|
-v, --verbose Verbose
|
|
782
782
|
```
|
|
783
783
|
|
|
784
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
784
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/scheduler.js)_
|
|
785
785
|
|
|
786
786
|
## `saltcorn serve`
|
|
787
787
|
|
|
@@ -802,7 +802,7 @@ OPTIONS
|
|
|
802
802
|
--subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
|
|
803
803
|
```
|
|
804
804
|
|
|
805
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
805
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/serve.js)_
|
|
806
806
|
|
|
807
807
|
## `saltcorn set-cfg [KEY] [VALUE]`
|
|
808
808
|
|
|
@@ -823,7 +823,7 @@ OPTIONS
|
|
|
823
823
|
-t, --tenant=tenant tenant
|
|
824
824
|
```
|
|
825
825
|
|
|
826
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
826
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/set-cfg.js)_
|
|
827
827
|
|
|
828
828
|
## `saltcorn setup`
|
|
829
829
|
|
|
@@ -842,7 +842,7 @@ DESCRIPTION
|
|
|
842
842
|
configuration file
|
|
843
843
|
```
|
|
844
844
|
|
|
845
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
845
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/setup.js)_
|
|
846
846
|
|
|
847
847
|
## `saltcorn setup-benchmark`
|
|
848
848
|
|
|
@@ -856,7 +856,7 @@ OPTIONS
|
|
|
856
856
|
-t, --tenant=tenant tenant
|
|
857
857
|
```
|
|
858
858
|
|
|
859
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
859
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/setup-benchmark.js)_
|
|
860
860
|
|
|
861
861
|
## `saltcorn sync-upload-data`
|
|
862
862
|
|
|
@@ -873,7 +873,7 @@ OPTIONS
|
|
|
873
873
|
--userEmail=userEmail email of the user running the sync
|
|
874
874
|
```
|
|
875
875
|
|
|
876
|
-
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
876
|
+
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/sync-upload-data.js)_
|
|
877
877
|
|
|
878
878
|
## `saltcorn take-snapshot`
|
|
879
879
|
|
|
@@ -888,7 +888,7 @@ OPTIONS
|
|
|
888
888
|
-t, --tenant=tenant tenant
|
|
889
889
|
```
|
|
890
890
|
|
|
891
|
-
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
891
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/take-snapshot.js)_
|
|
892
892
|
|
|
893
893
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
894
894
|
|
|
@@ -905,5 +905,5 @@ ARGUMENTS
|
|
|
905
905
|
TENANT tenant name
|
|
906
906
|
```
|
|
907
907
|
|
|
908
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.
|
|
908
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.7/src/commands/transform-field.js)_
|
|
909
909
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saltcorn/cli",
|
|
3
|
-
"version": "0.9.4-beta.
|
|
3
|
+
"version": "0.9.4-beta.7",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@saltcorn/cli",
|
|
9
|
-
"version": "0.9.4-beta.
|
|
9
|
+
"version": "0.9.4-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.9.4-beta.
|
|
17
|
-
"@saltcorn/data": "0.9.4-beta.
|
|
18
|
-
"@saltcorn/mobile-app": "0.9.4-beta.
|
|
19
|
-
"@saltcorn/mobile-builder": "0.9.4-beta.
|
|
20
|
-
"@saltcorn/server": "0.9.4-beta.
|
|
16
|
+
"@saltcorn/admin-models": "0.9.4-beta.7",
|
|
17
|
+
"@saltcorn/data": "0.9.4-beta.7",
|
|
18
|
+
"@saltcorn/mobile-app": "0.9.4-beta.7",
|
|
19
|
+
"@saltcorn/mobile-builder": "0.9.4-beta.7",
|
|
20
|
+
"@saltcorn/server": "0.9.4-beta.7",
|
|
21
21
|
"cli-ux": "^5.6.7",
|
|
22
22
|
"contractis": "^0.1.0",
|
|
23
23
|
"dateformat": "^3.0.3",
|
|
@@ -3824,14 +3824,14 @@
|
|
|
3824
3824
|
}
|
|
3825
3825
|
},
|
|
3826
3826
|
"node_modules/@saltcorn/admin-models": {
|
|
3827
|
-
"version": "0.9.4-beta.
|
|
3828
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.4-beta.
|
|
3829
|
-
"integrity": "sha512-
|
|
3830
|
-
"dependencies": {
|
|
3831
|
-
"@saltcorn/data": "0.9.4-beta.
|
|
3832
|
-
"@saltcorn/db-common": "0.9.4-beta.
|
|
3833
|
-
"@saltcorn/markup": "0.9.4-beta.
|
|
3834
|
-
"@saltcorn/types": "0.9.4-beta.
|
|
3827
|
+
"version": "0.9.4-beta.7",
|
|
3828
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.4-beta.7.tgz",
|
|
3829
|
+
"integrity": "sha512-emdoyd0W4KmJGuv6ZHVPClyF10FuxBR6m6zYIuSMccfiukVQv8f1dTFNRBeao4D07GLoYb8quWQLbYe+cPIdvA==",
|
|
3830
|
+
"dependencies": {
|
|
3831
|
+
"@saltcorn/data": "0.9.4-beta.7",
|
|
3832
|
+
"@saltcorn/db-common": "0.9.4-beta.7",
|
|
3833
|
+
"@saltcorn/markup": "0.9.4-beta.7",
|
|
3834
|
+
"@saltcorn/types": "0.9.4-beta.7",
|
|
3835
3835
|
"@types/lodash": "^4.14.182",
|
|
3836
3836
|
"adm-zip": "0.5.5",
|
|
3837
3837
|
"chaos-guinea-pig": "^0.1.4",
|
|
@@ -3844,30 +3844,30 @@
|
|
|
3844
3844
|
}
|
|
3845
3845
|
},
|
|
3846
3846
|
"node_modules/@saltcorn/base-plugin": {
|
|
3847
|
-
"version": "0.9.4-beta.
|
|
3848
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.4-beta.
|
|
3849
|
-
"integrity": "sha512-
|
|
3847
|
+
"version": "0.9.4-beta.7",
|
|
3848
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.4-beta.7.tgz",
|
|
3849
|
+
"integrity": "sha512-6q8qYDvk5Ka7gcv1I7twqjXKXdqfPziGfvwCFCGZhwOswlGd3fP0i3ZIKzcbkx9eVZReDkMn8JTbZXfhPaJY3g==",
|
|
3850
3850
|
"dependencies": {
|
|
3851
|
-
"@saltcorn/data": "0.9.4-beta.
|
|
3851
|
+
"@saltcorn/data": "0.9.4-beta.7"
|
|
3852
3852
|
}
|
|
3853
3853
|
},
|
|
3854
3854
|
"node_modules/@saltcorn/builder": {
|
|
3855
|
-
"version": "0.9.4-beta.
|
|
3856
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.4-beta.
|
|
3857
|
-
"integrity": "sha512-
|
|
3855
|
+
"version": "0.9.4-beta.7",
|
|
3856
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.4-beta.7.tgz",
|
|
3857
|
+
"integrity": "sha512-bLmjlPUtQ+u03aiJlZlj5KHqC1oqYQ8pmpVGPUKrbPGMYxyjz0iLYPy47vCXybB9iL5CJEPoNvhqCmjtqI0nIA==",
|
|
3858
3858
|
"dependencies": {
|
|
3859
3859
|
"styled-components": "4.4.1"
|
|
3860
3860
|
}
|
|
3861
3861
|
},
|
|
3862
3862
|
"node_modules/@saltcorn/data": {
|
|
3863
|
-
"version": "0.9.4-beta.
|
|
3864
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.4-beta.
|
|
3865
|
-
"integrity": "sha512-
|
|
3866
|
-
"dependencies": {
|
|
3867
|
-
"@saltcorn/db-common": "0.9.4-beta.
|
|
3868
|
-
"@saltcorn/markup": "0.9.4-beta.
|
|
3869
|
-
"@saltcorn/sqlite-mobile": "0.9.4-beta.
|
|
3870
|
-
"@saltcorn/types": "0.9.4-beta.
|
|
3863
|
+
"version": "0.9.4-beta.7",
|
|
3864
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.4-beta.7.tgz",
|
|
3865
|
+
"integrity": "sha512-pkG1LcDShzzfkWSxV/QAVEjXbdrVPR+alQDG8SwnkbhV6HRbWCsZtldcUHd+2v9O3ikVJRcBYZkXmivZiYDRTA==",
|
|
3866
|
+
"dependencies": {
|
|
3867
|
+
"@saltcorn/db-common": "0.9.4-beta.7",
|
|
3868
|
+
"@saltcorn/markup": "0.9.4-beta.7",
|
|
3869
|
+
"@saltcorn/sqlite-mobile": "0.9.4-beta.7",
|
|
3870
|
+
"@saltcorn/types": "0.9.4-beta.7",
|
|
3871
3871
|
"acorn": "^8.0.3",
|
|
3872
3872
|
"assert": "^2.0.0",
|
|
3873
3873
|
"astring": "^1.4.3",
|
|
@@ -3910,27 +3910,27 @@
|
|
|
3910
3910
|
"vm-browserify": "^1.1.2"
|
|
3911
3911
|
},
|
|
3912
3912
|
"optionalDependencies": {
|
|
3913
|
-
"@saltcorn/postgres": "0.9.4-beta.
|
|
3914
|
-
"@saltcorn/sqlite": "0.9.4-beta.
|
|
3913
|
+
"@saltcorn/postgres": "0.9.4-beta.7",
|
|
3914
|
+
"@saltcorn/sqlite": "0.9.4-beta.7"
|
|
3915
3915
|
}
|
|
3916
3916
|
},
|
|
3917
3917
|
"node_modules/@saltcorn/db-common": {
|
|
3918
|
-
"version": "0.9.4-beta.
|
|
3919
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.4-beta.
|
|
3920
|
-
"integrity": "sha512-
|
|
3918
|
+
"version": "0.9.4-beta.7",
|
|
3919
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.4-beta.7.tgz",
|
|
3920
|
+
"integrity": "sha512-hOmez6ckT1txb2XHU8d2ur3zHqmJSmOBevS3i5rnvWUTE4MX8EEppWVoFF66tooh2CEKoM0xeol9yLaAwTDEwA=="
|
|
3921
3921
|
},
|
|
3922
3922
|
"node_modules/@saltcorn/filemanager": {
|
|
3923
|
-
"version": "0.9.4-beta.
|
|
3924
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.4-beta.
|
|
3925
|
-
"integrity": "sha512-
|
|
3923
|
+
"version": "0.9.4-beta.7",
|
|
3924
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.4-beta.7.tgz",
|
|
3925
|
+
"integrity": "sha512-UaX/sJ5DAxbfxefCb5PKO0k2ZzTtiQVafCcjIFll1egc3h/mo0VALxDqyvjAnlYnfDy+sfXMbNHvekTdamx4hg==",
|
|
3926
3926
|
"dependencies": {
|
|
3927
3927
|
"sirv-cli": "^2.0.0"
|
|
3928
3928
|
}
|
|
3929
3929
|
},
|
|
3930
3930
|
"node_modules/@saltcorn/markup": {
|
|
3931
|
-
"version": "0.9.4-beta.
|
|
3932
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.4-beta.
|
|
3933
|
-
"integrity": "sha512-
|
|
3931
|
+
"version": "0.9.4-beta.7",
|
|
3932
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.4-beta.7.tgz",
|
|
3933
|
+
"integrity": "sha512-Sv7NtHoJnND53MIALt+CyJIxBCGQX2mcnzG/JDVPrd0MaQsO0UCjet9T0RrD17ImaaoO8175itMpkQqFS3sTtA==",
|
|
3934
3934
|
"dependencies": {
|
|
3935
3935
|
"escape-html": "^1.0.3",
|
|
3936
3936
|
"html-tags": "3.1.0",
|
|
@@ -3938,27 +3938,27 @@
|
|
|
3938
3938
|
}
|
|
3939
3939
|
},
|
|
3940
3940
|
"node_modules/@saltcorn/mobile-app": {
|
|
3941
|
-
"version": "0.9.4-beta.
|
|
3942
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.4-beta.
|
|
3943
|
-
"integrity": "sha512-
|
|
3941
|
+
"version": "0.9.4-beta.7",
|
|
3942
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.4-beta.7.tgz",
|
|
3943
|
+
"integrity": "sha512-6g1tPG/1tFeHeXdzXXTZ8CFZqSHjCOGruvTS84AFiRQuCN2D7t7yDVC8q6gBdXsmK8SMWwMIgAjJjx8S2kK41g==",
|
|
3944
3944
|
"dependencies": {
|
|
3945
3945
|
"cordova": "^11.0.0",
|
|
3946
3946
|
"cordova-sqlite-ext": "^6.0.0"
|
|
3947
3947
|
}
|
|
3948
3948
|
},
|
|
3949
3949
|
"node_modules/@saltcorn/mobile-builder": {
|
|
3950
|
-
"version": "0.9.4-beta.
|
|
3951
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.4-beta.
|
|
3952
|
-
"integrity": "sha512
|
|
3950
|
+
"version": "0.9.4-beta.7",
|
|
3951
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.4-beta.7.tgz",
|
|
3952
|
+
"integrity": "sha512-d1A3PJVR3DQmEeUAKgyiy1jE1It7Byyyi562jzs5z/BlEXhWL4znbPlr+YpIl6X8YGMG6aHmlmEaLBqx6Ip3AQ==",
|
|
3953
3953
|
"hasInstallScript": true,
|
|
3954
3954
|
"dependencies": {
|
|
3955
|
-
"@saltcorn/base-plugin": "0.9.4-beta.
|
|
3956
|
-
"@saltcorn/data": "0.9.4-beta.
|
|
3957
|
-
"@saltcorn/db-common": "0.9.4-beta.
|
|
3958
|
-
"@saltcorn/markup": "0.9.4-beta.
|
|
3959
|
-
"@saltcorn/mobile-app": "0.9.4-beta.
|
|
3960
|
-
"@saltcorn/sbadmin2": "0.9.4-beta.
|
|
3961
|
-
"@saltcorn/server": "0.9.4-beta.
|
|
3955
|
+
"@saltcorn/base-plugin": "0.9.4-beta.7",
|
|
3956
|
+
"@saltcorn/data": "0.9.4-beta.7",
|
|
3957
|
+
"@saltcorn/db-common": "0.9.4-beta.7",
|
|
3958
|
+
"@saltcorn/markup": "0.9.4-beta.7",
|
|
3959
|
+
"@saltcorn/mobile-app": "0.9.4-beta.7",
|
|
3960
|
+
"@saltcorn/sbadmin2": "0.9.4-beta.7",
|
|
3961
|
+
"@saltcorn/server": "0.9.4-beta.7",
|
|
3962
3962
|
"fs-extra": "^10.0.1",
|
|
3963
3963
|
"live-plugin-manager": "^0.17.1",
|
|
3964
3964
|
"webpack": "5.68.0",
|
|
@@ -4000,40 +4000,40 @@
|
|
|
4000
4000
|
}
|
|
4001
4001
|
},
|
|
4002
4002
|
"node_modules/@saltcorn/postgres": {
|
|
4003
|
-
"version": "0.9.4-beta.
|
|
4004
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.4-beta.
|
|
4005
|
-
"integrity": "sha512-
|
|
4003
|
+
"version": "0.9.4-beta.7",
|
|
4004
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.4-beta.7.tgz",
|
|
4005
|
+
"integrity": "sha512-hZVF1mYN/Lc9P0nkAfl17MZ2lWIZ+2x4s/rFPFa2gLekb5ClfT3C7Jn0pLLgqVuAsgec5oK2GXffS3nFZ6gWmA==",
|
|
4006
4006
|
"optional": true,
|
|
4007
4007
|
"dependencies": {
|
|
4008
|
-
"@saltcorn/db-common": "0.9.4-beta.
|
|
4008
|
+
"@saltcorn/db-common": "0.9.4-beta.7",
|
|
4009
4009
|
"pg": "^8.2.1",
|
|
4010
4010
|
"pg-copy-streams": "^5.1.1"
|
|
4011
4011
|
}
|
|
4012
4012
|
},
|
|
4013
4013
|
"node_modules/@saltcorn/sbadmin2": {
|
|
4014
|
-
"version": "0.9.4-beta.
|
|
4015
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.4-beta.
|
|
4016
|
-
"integrity": "sha512-
|
|
4014
|
+
"version": "0.9.4-beta.7",
|
|
4015
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.4-beta.7.tgz",
|
|
4016
|
+
"integrity": "sha512-hf+c1qyo+VxujxznREmxn1vyRKQZfF72HGE7l8rHrmxxC/nwGMUUMdoi4bn6DVJnGODtUvPa1LzD4bz+p3X+4w==",
|
|
4017
4017
|
"dependencies": {
|
|
4018
|
-
"@saltcorn/data": "0.9.4-beta.
|
|
4019
|
-
"@saltcorn/markup": "0.9.4-beta.
|
|
4018
|
+
"@saltcorn/data": "0.9.4-beta.7",
|
|
4019
|
+
"@saltcorn/markup": "0.9.4-beta.7",
|
|
4020
4020
|
"nunito-fontface": "0.7.3",
|
|
4021
4021
|
"startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
|
|
4022
4022
|
}
|
|
4023
4023
|
},
|
|
4024
4024
|
"node_modules/@saltcorn/server": {
|
|
4025
|
-
"version": "0.9.4-beta.
|
|
4026
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.4-beta.
|
|
4027
|
-
"integrity": "sha512-
|
|
4025
|
+
"version": "0.9.4-beta.7",
|
|
4026
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.4-beta.7.tgz",
|
|
4027
|
+
"integrity": "sha512-zSog09hR61u1EFshWbR+WUZrtZ7dKazVkQWYvh5GmEKlVp/G96uqzEfXlfVfP/YcgYuzcBOn1yUcxkaxpfi4qw==",
|
|
4028
4028
|
"dependencies": {
|
|
4029
4029
|
"@aws-sdk/client-s3": "^3.451.0",
|
|
4030
|
-
"@saltcorn/admin-models": "0.9.4-beta.
|
|
4031
|
-
"@saltcorn/base-plugin": "0.9.4-beta.
|
|
4032
|
-
"@saltcorn/builder": "0.9.4-beta.
|
|
4033
|
-
"@saltcorn/data": "0.9.4-beta.
|
|
4034
|
-
"@saltcorn/filemanager": "0.9.4-beta.
|
|
4035
|
-
"@saltcorn/markup": "0.9.4-beta.
|
|
4036
|
-
"@saltcorn/sbadmin2": "0.9.4-beta.
|
|
4030
|
+
"@saltcorn/admin-models": "0.9.4-beta.7",
|
|
4031
|
+
"@saltcorn/base-plugin": "0.9.4-beta.7",
|
|
4032
|
+
"@saltcorn/builder": "0.9.4-beta.7",
|
|
4033
|
+
"@saltcorn/data": "0.9.4-beta.7",
|
|
4034
|
+
"@saltcorn/filemanager": "0.9.4-beta.7",
|
|
4035
|
+
"@saltcorn/markup": "0.9.4-beta.7",
|
|
4036
|
+
"@saltcorn/sbadmin2": "0.9.4-beta.7",
|
|
4037
4037
|
"@socket.io/cluster-adapter": "^0.2.1",
|
|
4038
4038
|
"@socket.io/sticky": "^1.0.1",
|
|
4039
4039
|
"adm-zip": "0.5.10",
|
|
@@ -4097,29 +4097,29 @@
|
|
|
4097
4097
|
}
|
|
4098
4098
|
},
|
|
4099
4099
|
"node_modules/@saltcorn/sqlite": {
|
|
4100
|
-
"version": "0.9.4-beta.
|
|
4101
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.4-beta.
|
|
4102
|
-
"integrity": "sha512-
|
|
4100
|
+
"version": "0.9.4-beta.7",
|
|
4101
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.4-beta.7.tgz",
|
|
4102
|
+
"integrity": "sha512-T4mv5o+rZmX5+FFBH0ZcI7mR6MQ/KigZ48tNh7HkH+7xKmsXrz+KnAz/Xlb2cUvRUJlGGPeAOasaWiUWRWb1aA==",
|
|
4103
4103
|
"optional": true,
|
|
4104
4104
|
"dependencies": {
|
|
4105
|
-
"@saltcorn/db-common": "0.9.4-beta.
|
|
4105
|
+
"@saltcorn/db-common": "0.9.4-beta.7"
|
|
4106
4106
|
},
|
|
4107
4107
|
"optionalDependencies": {
|
|
4108
4108
|
"sqlite3": "^5.0.8"
|
|
4109
4109
|
}
|
|
4110
4110
|
},
|
|
4111
4111
|
"node_modules/@saltcorn/sqlite-mobile": {
|
|
4112
|
-
"version": "0.9.4-beta.
|
|
4113
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.4-beta.
|
|
4114
|
-
"integrity": "sha512-
|
|
4112
|
+
"version": "0.9.4-beta.7",
|
|
4113
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.4-beta.7.tgz",
|
|
4114
|
+
"integrity": "sha512-3a2+cq2/YMMyHtI0S3GUTiFwDMKlDzAjxd877tRoEGZ8M/JxhUGci8QGTzapHb+FfnjM51x+2i0IBF/uLoZJzw==",
|
|
4115
4115
|
"dependencies": {
|
|
4116
|
-
"@saltcorn/db-common": "0.9.4-beta.
|
|
4116
|
+
"@saltcorn/db-common": "0.9.4-beta.7"
|
|
4117
4117
|
}
|
|
4118
4118
|
},
|
|
4119
4119
|
"node_modules/@saltcorn/types": {
|
|
4120
|
-
"version": "0.9.4-beta.
|
|
4121
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.4-beta.
|
|
4122
|
-
"integrity": "sha512-
|
|
4120
|
+
"version": "0.9.4-beta.7",
|
|
4121
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.4-beta.7.tgz",
|
|
4122
|
+
"integrity": "sha512-glp/l7q4jOboz6J8QoOkiyQG5GcOSjwkQ7S16m2GQ1Lsbl7ubQ1+DWnz3dT2z7d0N6vQfXByRxAkkpfdsforxQ=="
|
|
4123
4123
|
},
|
|
4124
4124
|
"node_modules/@sindresorhus/is": {
|
|
4125
4125
|
"version": "0.14.0",
|
|
@@ -6522,9 +6522,9 @@
|
|
|
6522
6522
|
"integrity": "sha512-W2lPwkBkMZwFlPCXhIlYgxu+7gC/NUlCtdK652DAJ1JdgV0sTrvuPFshNPrFa1TY2JOkLhgdeEBplB4ezEa+xg=="
|
|
6523
6523
|
},
|
|
6524
6524
|
"node_modules/caniuse-lite": {
|
|
6525
|
-
"version": "1.0.
|
|
6526
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
6527
|
-
"integrity": "sha512-
|
|
6525
|
+
"version": "1.0.30001584",
|
|
6526
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001584.tgz",
|
|
6527
|
+
"integrity": "sha512-LOz7CCQ9M1G7OjJOF9/mzmqmj3jE/7VOmrfw6Mgs0E8cjOsbRXQJHsPBfmBOXDskXKrHLyyW3n7kpDW/4BsfpQ==",
|
|
6528
6528
|
"funding": [
|
|
6529
6529
|
{
|
|
6530
6530
|
"type": "opencollective",
|
|
@@ -8709,6 +8709,14 @@
|
|
|
8709
8709
|
"is-arrayish": "^0.2.1"
|
|
8710
8710
|
}
|
|
8711
8711
|
},
|
|
8712
|
+
"node_modules/es-errors": {
|
|
8713
|
+
"version": "1.3.0",
|
|
8714
|
+
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
|
|
8715
|
+
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
|
8716
|
+
"engines": {
|
|
8717
|
+
"node": ">= 0.4"
|
|
8718
|
+
}
|
|
8719
|
+
},
|
|
8712
8720
|
"node_modules/es-module-lexer": {
|
|
8713
8721
|
"version": "0.9.3",
|
|
8714
8722
|
"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz",
|
|
@@ -9624,15 +9632,19 @@
|
|
|
9624
9632
|
}
|
|
9625
9633
|
},
|
|
9626
9634
|
"node_modules/get-intrinsic": {
|
|
9627
|
-
"version": "1.2.
|
|
9628
|
-
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.
|
|
9629
|
-
"integrity": "sha512-
|
|
9635
|
+
"version": "1.2.3",
|
|
9636
|
+
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.3.tgz",
|
|
9637
|
+
"integrity": "sha512-JIcZczvcMVE7AUOP+X72bh8HqHBRxFdz5PDHYtNG/lE3yk9b3KZBJlwFcTyPYjg3L4RLLmZJzvjxhaZVapxFrQ==",
|
|
9630
9638
|
"dependencies": {
|
|
9639
|
+
"es-errors": "^1.0.0",
|
|
9631
9640
|
"function-bind": "^1.1.2",
|
|
9632
9641
|
"has-proto": "^1.0.1",
|
|
9633
9642
|
"has-symbols": "^1.0.3",
|
|
9634
9643
|
"hasown": "^2.0.0"
|
|
9635
9644
|
},
|
|
9645
|
+
"engines": {
|
|
9646
|
+
"node": ">= 0.4"
|
|
9647
|
+
},
|
|
9636
9648
|
"funding": {
|
|
9637
9649
|
"url": "https://github.com/sponsors/ljharb"
|
|
9638
9650
|
}
|
|
@@ -13985,9 +13997,9 @@
|
|
|
13985
13997
|
}
|
|
13986
13998
|
},
|
|
13987
13999
|
"node_modules/moment-timezone": {
|
|
13988
|
-
"version": "0.5.
|
|
13989
|
-
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.
|
|
13990
|
-
"integrity": "sha512-
|
|
14000
|
+
"version": "0.5.45",
|
|
14001
|
+
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.45.tgz",
|
|
14002
|
+
"integrity": "sha512-HIWmqA86KcmCAhnMAN0wuDOARV/525R2+lOLotuGFzn4HO+FH+/645z2wx0Dt3iDv6/p61SIvKnDstISainhLQ==",
|
|
13991
14003
|
"dependencies": {
|
|
13992
14004
|
"moment": "^2.29.4"
|
|
13993
14005
|
},
|
|
@@ -22825,14 +22837,14 @@
|
|
|
22825
22837
|
}
|
|
22826
22838
|
},
|
|
22827
22839
|
"@saltcorn/admin-models": {
|
|
22828
|
-
"version": "0.9.4-beta.
|
|
22829
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.4-beta.
|
|
22830
|
-
"integrity": "sha512-
|
|
22831
|
-
"requires": {
|
|
22832
|
-
"@saltcorn/data": "0.9.4-beta.
|
|
22833
|
-
"@saltcorn/db-common": "0.9.4-beta.
|
|
22834
|
-
"@saltcorn/markup": "0.9.4-beta.
|
|
22835
|
-
"@saltcorn/types": "0.9.4-beta.
|
|
22840
|
+
"version": "0.9.4-beta.7",
|
|
22841
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.4-beta.7.tgz",
|
|
22842
|
+
"integrity": "sha512-emdoyd0W4KmJGuv6ZHVPClyF10FuxBR6m6zYIuSMccfiukVQv8f1dTFNRBeao4D07GLoYb8quWQLbYe+cPIdvA==",
|
|
22843
|
+
"requires": {
|
|
22844
|
+
"@saltcorn/data": "0.9.4-beta.7",
|
|
22845
|
+
"@saltcorn/db-common": "0.9.4-beta.7",
|
|
22846
|
+
"@saltcorn/markup": "0.9.4-beta.7",
|
|
22847
|
+
"@saltcorn/types": "0.9.4-beta.7",
|
|
22836
22848
|
"@types/lodash": "^4.14.182",
|
|
22837
22849
|
"adm-zip": "0.5.5",
|
|
22838
22850
|
"chaos-guinea-pig": "^0.1.4",
|
|
@@ -22845,32 +22857,32 @@
|
|
|
22845
22857
|
}
|
|
22846
22858
|
},
|
|
22847
22859
|
"@saltcorn/base-plugin": {
|
|
22848
|
-
"version": "0.9.4-beta.
|
|
22849
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.4-beta.
|
|
22850
|
-
"integrity": "sha512-
|
|
22860
|
+
"version": "0.9.4-beta.7",
|
|
22861
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.4-beta.7.tgz",
|
|
22862
|
+
"integrity": "sha512-6q8qYDvk5Ka7gcv1I7twqjXKXdqfPziGfvwCFCGZhwOswlGd3fP0i3ZIKzcbkx9eVZReDkMn8JTbZXfhPaJY3g==",
|
|
22851
22863
|
"requires": {
|
|
22852
|
-
"@saltcorn/data": "0.9.4-beta.
|
|
22864
|
+
"@saltcorn/data": "0.9.4-beta.7"
|
|
22853
22865
|
}
|
|
22854
22866
|
},
|
|
22855
22867
|
"@saltcorn/builder": {
|
|
22856
|
-
"version": "0.9.4-beta.
|
|
22857
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.4-beta.
|
|
22858
|
-
"integrity": "sha512-
|
|
22868
|
+
"version": "0.9.4-beta.7",
|
|
22869
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.4-beta.7.tgz",
|
|
22870
|
+
"integrity": "sha512-bLmjlPUtQ+u03aiJlZlj5KHqC1oqYQ8pmpVGPUKrbPGMYxyjz0iLYPy47vCXybB9iL5CJEPoNvhqCmjtqI0nIA==",
|
|
22859
22871
|
"requires": {
|
|
22860
22872
|
"styled-components": "4.4.1"
|
|
22861
22873
|
}
|
|
22862
22874
|
},
|
|
22863
22875
|
"@saltcorn/data": {
|
|
22864
|
-
"version": "0.9.4-beta.
|
|
22865
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.4-beta.
|
|
22866
|
-
"integrity": "sha512-
|
|
22867
|
-
"requires": {
|
|
22868
|
-
"@saltcorn/db-common": "0.9.4-beta.
|
|
22869
|
-
"@saltcorn/markup": "0.9.4-beta.
|
|
22870
|
-
"@saltcorn/postgres": "0.9.4-beta.
|
|
22871
|
-
"@saltcorn/sqlite": "0.9.4-beta.
|
|
22872
|
-
"@saltcorn/sqlite-mobile": "0.9.4-beta.
|
|
22873
|
-
"@saltcorn/types": "0.9.4-beta.
|
|
22876
|
+
"version": "0.9.4-beta.7",
|
|
22877
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.4-beta.7.tgz",
|
|
22878
|
+
"integrity": "sha512-pkG1LcDShzzfkWSxV/QAVEjXbdrVPR+alQDG8SwnkbhV6HRbWCsZtldcUHd+2v9O3ikVJRcBYZkXmivZiYDRTA==",
|
|
22879
|
+
"requires": {
|
|
22880
|
+
"@saltcorn/db-common": "0.9.4-beta.7",
|
|
22881
|
+
"@saltcorn/markup": "0.9.4-beta.7",
|
|
22882
|
+
"@saltcorn/postgres": "0.9.4-beta.7",
|
|
22883
|
+
"@saltcorn/sqlite": "0.9.4-beta.7",
|
|
22884
|
+
"@saltcorn/sqlite-mobile": "0.9.4-beta.7",
|
|
22885
|
+
"@saltcorn/types": "0.9.4-beta.7",
|
|
22874
22886
|
"acorn": "^8.0.3",
|
|
22875
22887
|
"assert": "^2.0.0",
|
|
22876
22888
|
"astring": "^1.4.3",
|
|
@@ -22914,22 +22926,22 @@
|
|
|
22914
22926
|
}
|
|
22915
22927
|
},
|
|
22916
22928
|
"@saltcorn/db-common": {
|
|
22917
|
-
"version": "0.9.4-beta.
|
|
22918
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.4-beta.
|
|
22919
|
-
"integrity": "sha512-
|
|
22929
|
+
"version": "0.9.4-beta.7",
|
|
22930
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.4-beta.7.tgz",
|
|
22931
|
+
"integrity": "sha512-hOmez6ckT1txb2XHU8d2ur3zHqmJSmOBevS3i5rnvWUTE4MX8EEppWVoFF66tooh2CEKoM0xeol9yLaAwTDEwA=="
|
|
22920
22932
|
},
|
|
22921
22933
|
"@saltcorn/filemanager": {
|
|
22922
|
-
"version": "0.9.4-beta.
|
|
22923
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.4-beta.
|
|
22924
|
-
"integrity": "sha512-
|
|
22934
|
+
"version": "0.9.4-beta.7",
|
|
22935
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.4-beta.7.tgz",
|
|
22936
|
+
"integrity": "sha512-UaX/sJ5DAxbfxefCb5PKO0k2ZzTtiQVafCcjIFll1egc3h/mo0VALxDqyvjAnlYnfDy+sfXMbNHvekTdamx4hg==",
|
|
22925
22937
|
"requires": {
|
|
22926
22938
|
"sirv-cli": "^2.0.0"
|
|
22927
22939
|
}
|
|
22928
22940
|
},
|
|
22929
22941
|
"@saltcorn/markup": {
|
|
22930
|
-
"version": "0.9.4-beta.
|
|
22931
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.4-beta.
|
|
22932
|
-
"integrity": "sha512-
|
|
22942
|
+
"version": "0.9.4-beta.7",
|
|
22943
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.4-beta.7.tgz",
|
|
22944
|
+
"integrity": "sha512-Sv7NtHoJnND53MIALt+CyJIxBCGQX2mcnzG/JDVPrd0MaQsO0UCjet9T0RrD17ImaaoO8175itMpkQqFS3sTtA==",
|
|
22933
22945
|
"requires": {
|
|
22934
22946
|
"escape-html": "^1.0.3",
|
|
22935
22947
|
"html-tags": "3.1.0",
|
|
@@ -22937,26 +22949,26 @@
|
|
|
22937
22949
|
}
|
|
22938
22950
|
},
|
|
22939
22951
|
"@saltcorn/mobile-app": {
|
|
22940
|
-
"version": "0.9.4-beta.
|
|
22941
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.4-beta.
|
|
22942
|
-
"integrity": "sha512-
|
|
22952
|
+
"version": "0.9.4-beta.7",
|
|
22953
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.4-beta.7.tgz",
|
|
22954
|
+
"integrity": "sha512-6g1tPG/1tFeHeXdzXXTZ8CFZqSHjCOGruvTS84AFiRQuCN2D7t7yDVC8q6gBdXsmK8SMWwMIgAjJjx8S2kK41g==",
|
|
22943
22955
|
"requires": {
|
|
22944
22956
|
"cordova": "^11.0.0",
|
|
22945
22957
|
"cordova-sqlite-ext": "^6.0.0"
|
|
22946
22958
|
}
|
|
22947
22959
|
},
|
|
22948
22960
|
"@saltcorn/mobile-builder": {
|
|
22949
|
-
"version": "0.9.4-beta.
|
|
22950
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.4-beta.
|
|
22951
|
-
"integrity": "sha512
|
|
22952
|
-
"requires": {
|
|
22953
|
-
"@saltcorn/base-plugin": "0.9.4-beta.
|
|
22954
|
-
"@saltcorn/data": "0.9.4-beta.
|
|
22955
|
-
"@saltcorn/db-common": "0.9.4-beta.
|
|
22956
|
-
"@saltcorn/markup": "0.9.4-beta.
|
|
22957
|
-
"@saltcorn/mobile-app": "0.9.4-beta.
|
|
22958
|
-
"@saltcorn/sbadmin2": "0.9.4-beta.
|
|
22959
|
-
"@saltcorn/server": "0.9.4-beta.
|
|
22961
|
+
"version": "0.9.4-beta.7",
|
|
22962
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.4-beta.7.tgz",
|
|
22963
|
+
"integrity": "sha512-d1A3PJVR3DQmEeUAKgyiy1jE1It7Byyyi562jzs5z/BlEXhWL4znbPlr+YpIl6X8YGMG6aHmlmEaLBqx6Ip3AQ==",
|
|
22964
|
+
"requires": {
|
|
22965
|
+
"@saltcorn/base-plugin": "0.9.4-beta.7",
|
|
22966
|
+
"@saltcorn/data": "0.9.4-beta.7",
|
|
22967
|
+
"@saltcorn/db-common": "0.9.4-beta.7",
|
|
22968
|
+
"@saltcorn/markup": "0.9.4-beta.7",
|
|
22969
|
+
"@saltcorn/mobile-app": "0.9.4-beta.7",
|
|
22970
|
+
"@saltcorn/sbadmin2": "0.9.4-beta.7",
|
|
22971
|
+
"@saltcorn/server": "0.9.4-beta.7",
|
|
22960
22972
|
"fs-extra": "^10.0.1",
|
|
22961
22973
|
"live-plugin-manager": "^0.17.1",
|
|
22962
22974
|
"webpack": "5.68.0",
|
|
@@ -22992,40 +23004,40 @@
|
|
|
22992
23004
|
}
|
|
22993
23005
|
},
|
|
22994
23006
|
"@saltcorn/postgres": {
|
|
22995
|
-
"version": "0.9.4-beta.
|
|
22996
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.4-beta.
|
|
22997
|
-
"integrity": "sha512-
|
|
23007
|
+
"version": "0.9.4-beta.7",
|
|
23008
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.4-beta.7.tgz",
|
|
23009
|
+
"integrity": "sha512-hZVF1mYN/Lc9P0nkAfl17MZ2lWIZ+2x4s/rFPFa2gLekb5ClfT3C7Jn0pLLgqVuAsgec5oK2GXffS3nFZ6gWmA==",
|
|
22998
23010
|
"optional": true,
|
|
22999
23011
|
"requires": {
|
|
23000
|
-
"@saltcorn/db-common": "0.9.4-beta.
|
|
23012
|
+
"@saltcorn/db-common": "0.9.4-beta.7",
|
|
23001
23013
|
"pg": "^8.2.1",
|
|
23002
23014
|
"pg-copy-streams": "^5.1.1"
|
|
23003
23015
|
}
|
|
23004
23016
|
},
|
|
23005
23017
|
"@saltcorn/sbadmin2": {
|
|
23006
|
-
"version": "0.9.4-beta.
|
|
23007
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.4-beta.
|
|
23008
|
-
"integrity": "sha512-
|
|
23018
|
+
"version": "0.9.4-beta.7",
|
|
23019
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.4-beta.7.tgz",
|
|
23020
|
+
"integrity": "sha512-hf+c1qyo+VxujxznREmxn1vyRKQZfF72HGE7l8rHrmxxC/nwGMUUMdoi4bn6DVJnGODtUvPa1LzD4bz+p3X+4w==",
|
|
23009
23021
|
"requires": {
|
|
23010
|
-
"@saltcorn/data": "0.9.4-beta.
|
|
23011
|
-
"@saltcorn/markup": "0.9.4-beta.
|
|
23022
|
+
"@saltcorn/data": "0.9.4-beta.7",
|
|
23023
|
+
"@saltcorn/markup": "0.9.4-beta.7",
|
|
23012
23024
|
"nunito-fontface": "0.7.3",
|
|
23013
23025
|
"startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
|
|
23014
23026
|
}
|
|
23015
23027
|
},
|
|
23016
23028
|
"@saltcorn/server": {
|
|
23017
|
-
"version": "0.9.4-beta.
|
|
23018
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.4-beta.
|
|
23019
|
-
"integrity": "sha512-
|
|
23029
|
+
"version": "0.9.4-beta.7",
|
|
23030
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.4-beta.7.tgz",
|
|
23031
|
+
"integrity": "sha512-zSog09hR61u1EFshWbR+WUZrtZ7dKazVkQWYvh5GmEKlVp/G96uqzEfXlfVfP/YcgYuzcBOn1yUcxkaxpfi4qw==",
|
|
23020
23032
|
"requires": {
|
|
23021
23033
|
"@aws-sdk/client-s3": "^3.451.0",
|
|
23022
|
-
"@saltcorn/admin-models": "0.9.4-beta.
|
|
23023
|
-
"@saltcorn/base-plugin": "0.9.4-beta.
|
|
23024
|
-
"@saltcorn/builder": "0.9.4-beta.
|
|
23025
|
-
"@saltcorn/data": "0.9.4-beta.
|
|
23026
|
-
"@saltcorn/filemanager": "0.9.4-beta.
|
|
23027
|
-
"@saltcorn/markup": "0.9.4-beta.
|
|
23028
|
-
"@saltcorn/sbadmin2": "0.9.4-beta.
|
|
23034
|
+
"@saltcorn/admin-models": "0.9.4-beta.7",
|
|
23035
|
+
"@saltcorn/base-plugin": "0.9.4-beta.7",
|
|
23036
|
+
"@saltcorn/builder": "0.9.4-beta.7",
|
|
23037
|
+
"@saltcorn/data": "0.9.4-beta.7",
|
|
23038
|
+
"@saltcorn/filemanager": "0.9.4-beta.7",
|
|
23039
|
+
"@saltcorn/markup": "0.9.4-beta.7",
|
|
23040
|
+
"@saltcorn/sbadmin2": "0.9.4-beta.7",
|
|
23029
23041
|
"@socket.io/cluster-adapter": "^0.2.1",
|
|
23030
23042
|
"@socket.io/sticky": "^1.0.1",
|
|
23031
23043
|
"adm-zip": "0.5.10",
|
|
@@ -23086,27 +23098,27 @@
|
|
|
23086
23098
|
}
|
|
23087
23099
|
},
|
|
23088
23100
|
"@saltcorn/sqlite": {
|
|
23089
|
-
"version": "0.9.4-beta.
|
|
23090
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.4-beta.
|
|
23091
|
-
"integrity": "sha512-
|
|
23101
|
+
"version": "0.9.4-beta.7",
|
|
23102
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.4-beta.7.tgz",
|
|
23103
|
+
"integrity": "sha512-T4mv5o+rZmX5+FFBH0ZcI7mR6MQ/KigZ48tNh7HkH+7xKmsXrz+KnAz/Xlb2cUvRUJlGGPeAOasaWiUWRWb1aA==",
|
|
23092
23104
|
"optional": true,
|
|
23093
23105
|
"requires": {
|
|
23094
|
-
"@saltcorn/db-common": "0.9.4-beta.
|
|
23106
|
+
"@saltcorn/db-common": "0.9.4-beta.7",
|
|
23095
23107
|
"sqlite3": "^5.0.8"
|
|
23096
23108
|
}
|
|
23097
23109
|
},
|
|
23098
23110
|
"@saltcorn/sqlite-mobile": {
|
|
23099
|
-
"version": "0.9.4-beta.
|
|
23100
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.4-beta.
|
|
23101
|
-
"integrity": "sha512-
|
|
23111
|
+
"version": "0.9.4-beta.7",
|
|
23112
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.4-beta.7.tgz",
|
|
23113
|
+
"integrity": "sha512-3a2+cq2/YMMyHtI0S3GUTiFwDMKlDzAjxd877tRoEGZ8M/JxhUGci8QGTzapHb+FfnjM51x+2i0IBF/uLoZJzw==",
|
|
23102
23114
|
"requires": {
|
|
23103
|
-
"@saltcorn/db-common": "0.9.4-beta.
|
|
23115
|
+
"@saltcorn/db-common": "0.9.4-beta.7"
|
|
23104
23116
|
}
|
|
23105
23117
|
},
|
|
23106
23118
|
"@saltcorn/types": {
|
|
23107
|
-
"version": "0.9.4-beta.
|
|
23108
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.4-beta.
|
|
23109
|
-
"integrity": "sha512-
|
|
23119
|
+
"version": "0.9.4-beta.7",
|
|
23120
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.4-beta.7.tgz",
|
|
23121
|
+
"integrity": "sha512-glp/l7q4jOboz6J8QoOkiyQG5GcOSjwkQ7S16m2GQ1Lsbl7ubQ1+DWnz3dT2z7d0N6vQfXByRxAkkpfdsforxQ=="
|
|
23110
23122
|
},
|
|
23111
23123
|
"@sindresorhus/is": {
|
|
23112
23124
|
"version": "0.14.0",
|
|
@@ -25065,9 +25077,9 @@
|
|
|
25065
25077
|
"integrity": "sha512-W2lPwkBkMZwFlPCXhIlYgxu+7gC/NUlCtdK652DAJ1JdgV0sTrvuPFshNPrFa1TY2JOkLhgdeEBplB4ezEa+xg=="
|
|
25066
25078
|
},
|
|
25067
25079
|
"caniuse-lite": {
|
|
25068
|
-
"version": "1.0.
|
|
25069
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
25070
|
-
"integrity": "sha512-
|
|
25080
|
+
"version": "1.0.30001584",
|
|
25081
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001584.tgz",
|
|
25082
|
+
"integrity": "sha512-LOz7CCQ9M1G7OjJOF9/mzmqmj3jE/7VOmrfw6Mgs0E8cjOsbRXQJHsPBfmBOXDskXKrHLyyW3n7kpDW/4BsfpQ=="
|
|
25071
25083
|
},
|
|
25072
25084
|
"cardinal": {
|
|
25073
25085
|
"version": "2.1.1",
|
|
@@ -26804,6 +26816,11 @@
|
|
|
26804
26816
|
"is-arrayish": "^0.2.1"
|
|
26805
26817
|
}
|
|
26806
26818
|
},
|
|
26819
|
+
"es-errors": {
|
|
26820
|
+
"version": "1.3.0",
|
|
26821
|
+
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
|
|
26822
|
+
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw=="
|
|
26823
|
+
},
|
|
26807
26824
|
"es-module-lexer": {
|
|
26808
26825
|
"version": "0.9.3",
|
|
26809
26826
|
"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz",
|
|
@@ -27496,10 +27513,11 @@
|
|
|
27496
27513
|
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg=="
|
|
27497
27514
|
},
|
|
27498
27515
|
"get-intrinsic": {
|
|
27499
|
-
"version": "1.2.
|
|
27500
|
-
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.
|
|
27501
|
-
"integrity": "sha512-
|
|
27516
|
+
"version": "1.2.3",
|
|
27517
|
+
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.3.tgz",
|
|
27518
|
+
"integrity": "sha512-JIcZczvcMVE7AUOP+X72bh8HqHBRxFdz5PDHYtNG/lE3yk9b3KZBJlwFcTyPYjg3L4RLLmZJzvjxhaZVapxFrQ==",
|
|
27502
27519
|
"requires": {
|
|
27520
|
+
"es-errors": "^1.0.0",
|
|
27503
27521
|
"function-bind": "^1.1.2",
|
|
27504
27522
|
"has-proto": "^1.0.1",
|
|
27505
27523
|
"has-symbols": "^1.0.3",
|
|
@@ -30950,9 +30968,9 @@
|
|
|
30950
30968
|
"integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how=="
|
|
30951
30969
|
},
|
|
30952
30970
|
"moment-timezone": {
|
|
30953
|
-
"version": "0.5.
|
|
30954
|
-
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.
|
|
30955
|
-
"integrity": "sha512-
|
|
30971
|
+
"version": "0.5.45",
|
|
30972
|
+
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.45.tgz",
|
|
30973
|
+
"integrity": "sha512-HIWmqA86KcmCAhnMAN0wuDOARV/525R2+lOLotuGFzn4HO+FH+/645z2wx0Dt3iDv6/p61SIvKnDstISainhLQ==",
|
|
30956
30974
|
"requires": {
|
|
30957
30975
|
"moment": "^2.29.4"
|
|
30958
30976
|
}
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.9.4-beta.6","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 saltcorn backup zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"output":{"name":"output","type":"option","char":"o","description":"output filename"},"tenant":{"name":"tenant","type":"option","char":"t","description":"Backup tenant in saltcorn zip format"},"zip":{"name":"zip","type":"boolean","char":"z","description":"Backup public in saltcorn 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"},"synchedTables":{"name":"synchedTables","type":"option","description":"Table names for which the offline should be synchronized with the saltcorn server"},"includedPlugins":{"name":"includedPlugins","type":"option","description":"Names of plugins that should be bundled into the app.If empty, no modules are used."},"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"},"appName":{"name":"appName","type":"option","description":"Name of the mobile app (default SaltcornMobileApp)"},"appVersion":{"name":"appVersion","type":"option","description":"Version of the mobile app (default 1.0.0)"},"appIcon":{"name":"appIcon","type":"option","description":"A png that will be used as launcher icon. The default is a png of a saltcorn symbol."},"serverURL":{"name":"serverURL","type":"option","char":"s","description":"URL to a saltcorn server"},"splashPage":{"name":"splashPage","type":"option","description":"Name of a page that should be shown while the app is loading."},"autoPublicLogin":{"name":"autoPublicLogin","type":"boolean","description":"Show public entry points before the login as a public user.","allowNo":false},"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":{"buildClean":{"name":"buildClean","type":"boolean","description":"run a clean build with --no-cache","allowNo":false}},"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":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","required":false,"allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"list-triggers":{"id":"list-triggers","description":"List triggers","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","required":false,"allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"list-users":{"id":"list-users","description":"List users","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","required":false,"allowNo":false}},"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":[]},"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-js":{"id":"run-js","description":"Run javascript code","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant name"},"code":{"name":"code","type":"option","char":"c","description":"js code"},"file":{"name":"file","type":"option","char":"f","description":"path to script file"}},"args":[]},"run-sql":{"id":"run-sql","description":"Run sql expression","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant name"},"sql":{"name":"sql","type":"option","char":"s","description":"sql statement"},"file":{"name":"file","type":"option","char":"f","description":"path to sql file name"}},"args":[]},"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","required":false}},"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":[]},"sync-upload-data":{"id":"sync-upload-data","description":"Runs a sync for data supplied by the mobile app","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenantAppName":{"name":"tenantAppName","type":"option","description":"Optional name of a tenant application"},"userEmail":{"name":"userEmail","type":"option","description":"email of the user running the sync"},"directory":{"name":"directory","type":"option","description":"directory name for input output data"},"syncTimestamp":{"name":"syncTimestamp","type":"option","description":"new timestamp for the sync_info rows"}},"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":[]},"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}]},"dev:localize-plugin":{"id":"dev: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"}]},"dev:make-migration":{"id":"dev: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":[]},"dev:plugin-test":{"id":"dev:plugin-test","description":"Install a plugin, spawn 'npm run test' in the install directory and check the return code.","usage":"saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"directory":{"name":"directory","type":"option","char":"d","description":"Directory of local plugin"},"name":{"name":"name","type":"option","char":"n","description":"Plugin name in store of a released plugin"},"backupFile":{"name":"backupFile","type":"option","char":"f","description":"Optional name of a backup file in the tests folder. If you ommit this, then the test has to create its own data."},"database":{"name":"database","type":"option","description":"Run on specified database. Default is 'saltcorn_test''"}},"args":[]},"dev:post-release":{"id":"dev:post-release","description":"Post-release tasks: docker and vagrant builds","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"task","description":"What to do","options":["docker","vagrant","all","none"]}]},"dev:release":{"id":"dev:release","description":"Release a new saltcorn version","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"version","description":"New version number","required":true}]},"dev:test-plugin":{"id":"dev: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}]}}}
|
|
1
|
+
{"version":"0.9.4-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 saltcorn backup zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"output":{"name":"output","type":"option","char":"o","description":"output filename"},"tenant":{"name":"tenant","type":"option","char":"t","description":"Backup tenant in saltcorn zip format"},"zip":{"name":"zip","type":"boolean","char":"z","description":"Backup public in saltcorn 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"},"synchedTables":{"name":"synchedTables","type":"option","description":"Table names for which the offline should be synchronized with the saltcorn server"},"includedPlugins":{"name":"includedPlugins","type":"option","description":"Names of plugins that should be bundled into the app.If empty, no modules are used."},"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"},"appName":{"name":"appName","type":"option","description":"Name of the mobile app (default SaltcornMobileApp)"},"appVersion":{"name":"appVersion","type":"option","description":"Version of the mobile app (default 1.0.0)"},"appIcon":{"name":"appIcon","type":"option","description":"A png that will be used as launcher icon. The default is a png of a saltcorn symbol."},"serverURL":{"name":"serverURL","type":"option","char":"s","description":"URL to a saltcorn server"},"splashPage":{"name":"splashPage","type":"option","description":"Name of a page that should be shown while the app is loading."},"autoPublicLogin":{"name":"autoPublicLogin","type":"boolean","description":"Show public entry points before the login as a public user.","allowNo":false},"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":{"buildClean":{"name":"buildClean","type":"boolean","description":"run a clean build with --no-cache","allowNo":false}},"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":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","required":false,"allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"list-triggers":{"id":"list-triggers","description":"List triggers","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","required":false,"allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"list-users":{"id":"list-users","description":"List users","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","required":false,"allowNo":false}},"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":[]},"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-js":{"id":"run-js","description":"Run javascript code","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant name"},"code":{"name":"code","type":"option","char":"c","description":"js code"},"file":{"name":"file","type":"option","char":"f","description":"path to script file"}},"args":[]},"run-sql":{"id":"run-sql","description":"Run sql expression","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant name"},"sql":{"name":"sql","type":"option","char":"s","description":"sql statement"},"file":{"name":"file","type":"option","char":"f","description":"path to sql file name"}},"args":[]},"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","required":false}},"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":[]},"sync-upload-data":{"id":"sync-upload-data","description":"Runs a sync for data supplied by the mobile app","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenantAppName":{"name":"tenantAppName","type":"option","description":"Optional name of a tenant application"},"userEmail":{"name":"userEmail","type":"option","description":"email of the user running the sync"},"directory":{"name":"directory","type":"option","description":"directory name for input output data"},"syncTimestamp":{"name":"syncTimestamp","type":"option","description":"new timestamp for the sync_info rows"}},"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":[]},"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}]},"dev:localize-plugin":{"id":"dev: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"}]},"dev:make-migration":{"id":"dev: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":[]},"dev:plugin-test":{"id":"dev:plugin-test","description":"Install a plugin, spawn 'npm run test' in the install directory and check the return code.","usage":"saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"directory":{"name":"directory","type":"option","char":"d","description":"Directory of local plugin"},"name":{"name":"name","type":"option","char":"n","description":"Plugin name in store of a released plugin"},"backupFile":{"name":"backupFile","type":"option","char":"f","description":"Optional name of a backup file in the tests folder. If you ommit this, then the test has to create its own data."},"database":{"name":"database","type":"option","description":"Run on specified database. Default is 'saltcorn_test''"}},"args":[]},"dev:post-release":{"id":"dev:post-release","description":"Post-release tasks: docker and vagrant builds","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"task","description":"What to do","options":["docker","vagrant","all","none"]}]},"dev:release":{"id":"dev:release","description":"Release a new saltcorn version","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"version","description":"New version number","required":true}]},"dev:test-plugin":{"id":"dev: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}]}}}
|
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.9.4-beta.
|
|
5
|
+
"version": "0.9.4-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.9.4-beta.
|
|
17
|
-
"@saltcorn/data": "0.9.4-beta.
|
|
18
|
-
"@saltcorn/mobile-app": "0.9.4-beta.
|
|
19
|
-
"@saltcorn/mobile-builder": "0.9.4-beta.
|
|
20
|
-
"@saltcorn/server": "0.9.4-beta.
|
|
16
|
+
"@saltcorn/admin-models": "0.9.4-beta.7",
|
|
17
|
+
"@saltcorn/data": "0.9.4-beta.7",
|
|
18
|
+
"@saltcorn/mobile-app": "0.9.4-beta.7",
|
|
19
|
+
"@saltcorn/mobile-builder": "0.9.4-beta.7",
|
|
20
|
+
"@saltcorn/server": "0.9.4-beta.7",
|
|
21
21
|
"cli-ux": "^5.6.7",
|
|
22
22
|
"contractis": "^0.1.0",
|
|
23
23
|
"dateformat": "^3.0.3",
|