@saltcorn/cli 0.9.4-beta.22 → 0.9.4-beta.23

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 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.22 linux-x64 node-v18.7.0
23
+ @saltcorn/cli/0.9.4-beta.23 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.22/src/commands/add-schema.js)_
92
+ _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/backup.js)_
109
+ _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/build-app.js)_
157
+ _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/build-cordova-builder.js)_
171
+ _See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/configuration-check.js)_
185
+ _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/configuration-check-backups.js)_
202
+ _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/create-tenant.js)_
221
+ _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/create-user.js)_
239
+ _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/delete-tenants.js)_
250
+ _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/delete-user.js)_
271
+ _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/dev/localize-plugin.js)_
290
+ _See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/dev/make-migration.js)_
306
+ _See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/dev/plugin-test.js)_
327
+ _See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/dev/post-release.js)_
341
+ _See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/dev/release.js)_
355
+ _See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/dev/test-plugin.js)_
373
+ _See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/fixtures.js)_
392
+ _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/get-cfg.js)_
410
+ _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/info.js)_
448
+ _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/inspect.js)_
466
+ _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/install-pack.js)_
482
+ _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/install-plugin.js)_
498
+ _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/list-tenants.js)_
514
+ _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/list-triggers.js)_
530
+ _See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/list-users.js)_
545
+ _See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/migrate.js)_
567
+ _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/modify-user.js)_
596
+ _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/plugins.js)_
623
+ _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/reset-schema.js)_
642
+ _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/restore.js)_
659
+ _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/rm-tenant.js)_
678
+ _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/run-benchmark.js)_
697
+ _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/run-js.js)_
713
+ _See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/run-sql.js)_
729
+ _See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/run-tests.js)_
753
+ _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/run-trigger.js)_
770
+ _See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/scheduler.js)_
784
+ _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/serve.js)_
805
+ _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/set-cfg.js)_
826
+ _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/setup.js)_
845
+ _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/setup-benchmark.js)_
859
+ _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/sync-upload-data.js)_
876
+ _See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/take-snapshot.js)_
891
+ _See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/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.22/src/commands/transform-field.js)_
908
+ _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4-beta.23/src/commands/transform-field.js)_
909
909
  <!-- commandsstop -->
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "@saltcorn/cli",
3
- "version": "0.9.4-beta.22",
3
+ "version": "0.9.4-beta.23",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@saltcorn/cli",
9
- "version": "0.9.4-beta.22",
9
+ "version": "0.9.4-beta.23",
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.22",
17
- "@saltcorn/common-code": "0.9.4-beta.22",
18
- "@saltcorn/data": "0.9.4-beta.22",
19
- "@saltcorn/mobile-app": "0.9.4-beta.22",
20
- "@saltcorn/mobile-builder": "0.9.4-beta.22",
21
- "@saltcorn/server": "0.9.4-beta.22",
16
+ "@saltcorn/admin-models": "0.9.4-beta.23",
17
+ "@saltcorn/common-code": "0.9.4-beta.23",
18
+ "@saltcorn/data": "0.9.4-beta.23",
19
+ "@saltcorn/mobile-app": "0.9.4-beta.23",
20
+ "@saltcorn/mobile-builder": "0.9.4-beta.23",
21
+ "@saltcorn/server": "0.9.4-beta.23",
22
22
  "cli-ux": "^5.6.7",
23
23
  "contractis": "^0.1.0",
24
24
  "dateformat": "^3.0.3",
@@ -3868,14 +3868,14 @@
3868
3868
  }
3869
3869
  },
3870
3870
  "node_modules/@saltcorn/admin-models": {
3871
- "version": "0.9.4-beta.22",
3872
- "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.4-beta.22.tgz",
3873
- "integrity": "sha512-y+mS/oP35Z8+VFRSduPNzcnjwoNHNSUNapEyqt0jT8x0x+cAQ2kzUuIOQpMoWrdtfn8UtKNkXAlEEkK3N8arIA==",
3874
- "dependencies": {
3875
- "@saltcorn/data": "0.9.4-beta.22",
3876
- "@saltcorn/db-common": "0.9.4-beta.22",
3877
- "@saltcorn/markup": "0.9.4-beta.22",
3878
- "@saltcorn/types": "0.9.4-beta.22",
3871
+ "version": "0.9.4-beta.23",
3872
+ "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.4-beta.23.tgz",
3873
+ "integrity": "sha512-Y7PGkLCUKTZDKimx+TA8Te7tqPogckDzmivQ5c0+EYt+4tXUv1Zimitl9k5WwvJD6taxBB67h7MGjslII9Dglw==",
3874
+ "dependencies": {
3875
+ "@saltcorn/data": "0.9.4-beta.23",
3876
+ "@saltcorn/db-common": "0.9.4-beta.23",
3877
+ "@saltcorn/markup": "0.9.4-beta.23",
3878
+ "@saltcorn/types": "0.9.4-beta.23",
3879
3879
  "@types/lodash": "^4.14.182",
3880
3880
  "adm-zip": "0.5.5",
3881
3881
  "chaos-guinea-pig": "^0.1.4",
@@ -3888,36 +3888,36 @@
3888
3888
  }
3889
3889
  },
3890
3890
  "node_modules/@saltcorn/base-plugin": {
3891
- "version": "0.9.4-beta.22",
3892
- "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.4-beta.22.tgz",
3893
- "integrity": "sha512-7c1TCrdcPfIn1SgdAAfs1vHJNBV+RJB6TQVk2l6h2Qmz7CCIbyNFB4Kw7abPJIRQfHW0ZZv6MPGS8FQDehsl5A==",
3891
+ "version": "0.9.4-beta.23",
3892
+ "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.4-beta.23.tgz",
3893
+ "integrity": "sha512-MRXPQIxRZuaBdHQUN4w29uaIZU+GCTPZSFMd6fpYa4eiYDaNbocP3eXQBeHO8hDceOKBY5KaKS13NA3ZuHvVxQ==",
3894
3894
  "dependencies": {
3895
- "@saltcorn/data": "0.9.4-beta.22"
3895
+ "@saltcorn/data": "0.9.4-beta.23"
3896
3896
  }
3897
3897
  },
3898
3898
  "node_modules/@saltcorn/builder": {
3899
- "version": "0.9.4-beta.22",
3900
- "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.4-beta.22.tgz",
3901
- "integrity": "sha512-aeLPg/e+4iIEx8s3oJHT6AorpgJF/f/0Qa6WrSdUPANRbanxeB4hp+QqBllwYmSYCtTUSkOecqjoe3++H7Q85g==",
3899
+ "version": "0.9.4-beta.23",
3900
+ "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.4-beta.23.tgz",
3901
+ "integrity": "sha512-awDYJqaBXLaE0A165ngK09KWWqj3mXF5n5Y15uiXIrUK9YjMRbYJPe4YmZnmYsK0hbEweC84DqOMWYL070jqBg==",
3902
3902
  "dependencies": {
3903
3903
  "styled-components": "4.4.1"
3904
3904
  }
3905
3905
  },
3906
3906
  "node_modules/@saltcorn/common-code": {
3907
- "version": "0.9.4-beta.22",
3908
- "resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-0.9.4-beta.22.tgz",
3909
- "integrity": "sha512-aIVrX0stxwZyOAzZ1DrIn2kDblM/uO8Kb9MdUbD/DHG6oHeIH2Gc4ZaayVO7Ol0x+nJShhTzTQWCQy71zeTaPA=="
3907
+ "version": "0.9.4-beta.23",
3908
+ "resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-0.9.4-beta.23.tgz",
3909
+ "integrity": "sha512-bysOYDKovbukRahD7KK2DTZ6X/EUqSc2WFaB6PjU7M2HT0lmMfncuLr7hnyiFBQd5ByjvWFC7c4BEt4WV78Apw=="
3910
3910
  },
3911
3911
  "node_modules/@saltcorn/data": {
3912
- "version": "0.9.4-beta.22",
3913
- "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.4-beta.22.tgz",
3914
- "integrity": "sha512-1+4H91PTyhiLfiPiPIj4dOQJzv/iWJqDPYQKVsDv7dd9ZxyeQY7YkdwbdOlq1a0Mh3AukRJB5x4nvGykdC84Qg==",
3915
- "dependencies": {
3916
- "@saltcorn/common-code": "0.9.4-beta.22",
3917
- "@saltcorn/db-common": "0.9.4-beta.22",
3918
- "@saltcorn/markup": "0.9.4-beta.22",
3919
- "@saltcorn/sqlite-mobile": "0.9.4-beta.22",
3920
- "@saltcorn/types": "0.9.4-beta.22",
3912
+ "version": "0.9.4-beta.23",
3913
+ "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.4-beta.23.tgz",
3914
+ "integrity": "sha512-CSQhQoW5c6D7SfBJQJUnuxc/2/mhcxqMvjBFt51lDUDb5ueGXEJSMtW6PUgWTCAc28Aj1feF+RpV0GLDVlf03A==",
3915
+ "dependencies": {
3916
+ "@saltcorn/common-code": "0.9.4-beta.23",
3917
+ "@saltcorn/db-common": "0.9.4-beta.23",
3918
+ "@saltcorn/markup": "0.9.4-beta.23",
3919
+ "@saltcorn/sqlite-mobile": "0.9.4-beta.23",
3920
+ "@saltcorn/types": "0.9.4-beta.23",
3921
3921
  "acorn": "^8.0.3",
3922
3922
  "assert": "^2.0.0",
3923
3923
  "astring": "^1.4.3",
@@ -3960,27 +3960,27 @@
3960
3960
  "vm-browserify": "^1.1.2"
3961
3961
  },
3962
3962
  "optionalDependencies": {
3963
- "@saltcorn/postgres": "0.9.4-beta.22",
3964
- "@saltcorn/sqlite": "0.9.4-beta.22"
3963
+ "@saltcorn/postgres": "0.9.4-beta.23",
3964
+ "@saltcorn/sqlite": "0.9.4-beta.23"
3965
3965
  }
3966
3966
  },
3967
3967
  "node_modules/@saltcorn/db-common": {
3968
- "version": "0.9.4-beta.22",
3969
- "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.4-beta.22.tgz",
3970
- "integrity": "sha512-WNws7UenVNa4ryhZlZuCKLig+I1JBXNmBkVbasSmFc7yvhbtTbRbHHht9u6fDzWaXRQDq+KTOHaGSKB1Lx+k1A=="
3968
+ "version": "0.9.4-beta.23",
3969
+ "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.4-beta.23.tgz",
3970
+ "integrity": "sha512-6lC3ShGd3a9SmJwv6nGKfkuMNhX1bb2gZThe/3S1o3KhAMw56/7GC7+4H7WpfUIC3VORdNQ8d3zyv3Vu35dFvA=="
3971
3971
  },
3972
3972
  "node_modules/@saltcorn/filemanager": {
3973
- "version": "0.9.4-beta.22",
3974
- "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.4-beta.22.tgz",
3975
- "integrity": "sha512-xRctDESa/8s6DG7aJTvaqxAzj9TOIANtFv2qbr1BtBt1ahfkILauT7SthO2CX9xBUGRalyjFNLgax+mI0jJueg==",
3973
+ "version": "0.9.4-beta.23",
3974
+ "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.4-beta.23.tgz",
3975
+ "integrity": "sha512-NhPo8KvFT6AZrHxK17E7EncfklSBOiyJDO0hwBwfA8ZGV7hGUIz4qmVjR67ZDeynYm+sAFEP1XnPd0FQCy7UUA==",
3976
3976
  "dependencies": {
3977
3977
  "sirv-cli": "^2.0.0"
3978
3978
  }
3979
3979
  },
3980
3980
  "node_modules/@saltcorn/markup": {
3981
- "version": "0.9.4-beta.22",
3982
- "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.4-beta.22.tgz",
3983
- "integrity": "sha512-DB2/rWqNHpoWqQfhpyaeDQg+AqGhbrMF7EiV3xoDc3X/UhHcz7AxHdkvIu63eY6EEYoA5w9p79ULv14uQ+qRNg==",
3981
+ "version": "0.9.4-beta.23",
3982
+ "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.4-beta.23.tgz",
3983
+ "integrity": "sha512-IPRVYPR0msTt7y3unwNx9R83MZluzrR5mlVkzXaKyt5ZO/DR0N41QnKOUSMdqD/u5joKqTdeP7ViDe3ovI4tJA==",
3984
3984
  "dependencies": {
3985
3985
  "escape-html": "^1.0.3",
3986
3986
  "html-tags": "3.1.0",
@@ -3988,27 +3988,27 @@
3988
3988
  }
3989
3989
  },
3990
3990
  "node_modules/@saltcorn/mobile-app": {
3991
- "version": "0.9.4-beta.22",
3992
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.4-beta.22.tgz",
3993
- "integrity": "sha512-YhUB0M2EPzGeOqZg76eNxDBxsqZtR879bKkc4c3nBEa7/g+rM/9nKAjPlQzImek0TucjfQ5SZCQG5+xjJAZpJQ==",
3991
+ "version": "0.9.4-beta.23",
3992
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.4-beta.23.tgz",
3993
+ "integrity": "sha512-+sCkt2a403RL8LIa0ztHfRU85r1HuifnSZpIqBRoudbLvrpQaxFNUmzYsXnTiW/S41/0YxoxccIYsR3EhqE8pw==",
3994
3994
  "dependencies": {
3995
3995
  "cordova": "^11.0.0",
3996
3996
  "cordova-sqlite-ext": "^6.0.0"
3997
3997
  }
3998
3998
  },
3999
3999
  "node_modules/@saltcorn/mobile-builder": {
4000
- "version": "0.9.4-beta.22",
4001
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.4-beta.22.tgz",
4002
- "integrity": "sha512-KOwqPkFr40iBagM6VFmoScL+dtQ+NKGccajOtIrQc4iAMqjtI9DWEvMkTYpox4/ns01UkG4Ebx/BRlryv9YtZw==",
4000
+ "version": "0.9.4-beta.23",
4001
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.4-beta.23.tgz",
4002
+ "integrity": "sha512-tGEje9teqzpmD1pC3fnLmVRx7NBoeBpJIIr0OmgMwk/GtOHiBWBGq/42yMoMEumBUYNFAhdXrNRNdajCCUigEw==",
4003
4003
  "hasInstallScript": true,
4004
4004
  "dependencies": {
4005
- "@saltcorn/base-plugin": "0.9.4-beta.22",
4006
- "@saltcorn/data": "0.9.4-beta.22",
4007
- "@saltcorn/db-common": "0.9.4-beta.22",
4008
- "@saltcorn/markup": "0.9.4-beta.22",
4009
- "@saltcorn/mobile-app": "0.9.4-beta.22",
4010
- "@saltcorn/sbadmin2": "0.9.4-beta.22",
4011
- "@saltcorn/server": "0.9.4-beta.22",
4005
+ "@saltcorn/base-plugin": "0.9.4-beta.23",
4006
+ "@saltcorn/data": "0.9.4-beta.23",
4007
+ "@saltcorn/db-common": "0.9.4-beta.23",
4008
+ "@saltcorn/markup": "0.9.4-beta.23",
4009
+ "@saltcorn/mobile-app": "0.9.4-beta.23",
4010
+ "@saltcorn/sbadmin2": "0.9.4-beta.23",
4011
+ "@saltcorn/server": "0.9.4-beta.23",
4012
4012
  "fs-extra": "^10.0.1",
4013
4013
  "live-plugin-manager": "^0.17.1",
4014
4014
  "webpack": "5.68.0",
@@ -4050,40 +4050,40 @@
4050
4050
  }
4051
4051
  },
4052
4052
  "node_modules/@saltcorn/postgres": {
4053
- "version": "0.9.4-beta.22",
4054
- "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.4-beta.22.tgz",
4055
- "integrity": "sha512-S2nXBByUHrahxPp0NvnSoeADcWR25VF4KI6I8UWag0cNwyRwoH/O/A/B5h3eXZQ172YcRba+/1msv4pLTaLxGQ==",
4053
+ "version": "0.9.4-beta.23",
4054
+ "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.4-beta.23.tgz",
4055
+ "integrity": "sha512-aoJonEBsO8jRmH7/wSN/CcgywYVvZYTgFiuFAIemJ++RtqrLkjWmQ9sphVGyOFsFZKqP+tV0FIkgfGjKb67Q5A==",
4056
4056
  "optional": true,
4057
4057
  "dependencies": {
4058
- "@saltcorn/db-common": "0.9.4-beta.22",
4058
+ "@saltcorn/db-common": "0.9.4-beta.23",
4059
4059
  "pg": "^8.2.1",
4060
4060
  "pg-copy-streams": "^5.1.1"
4061
4061
  }
4062
4062
  },
4063
4063
  "node_modules/@saltcorn/sbadmin2": {
4064
- "version": "0.9.4-beta.22",
4065
- "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.4-beta.22.tgz",
4066
- "integrity": "sha512-/mP6z4QcPzKHNl3oxrppDgANSHVYb+SUmKUmIuXd+9tG9zqj1rmEiY9ZjCLSM6h+og4YN2kglWb9NYWWU+7tkQ==",
4064
+ "version": "0.9.4-beta.23",
4065
+ "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.4-beta.23.tgz",
4066
+ "integrity": "sha512-p3xWHtaY0IC6fsfmyKURYOX8iE2LFtqIzlHNtkXUM4FFkMnmaxyMWCvdO7F7aJkP3Dq8wQDSMmLyyw43uPQduA==",
4067
4067
  "dependencies": {
4068
- "@saltcorn/data": "0.9.4-beta.22",
4069
- "@saltcorn/markup": "0.9.4-beta.22",
4068
+ "@saltcorn/data": "0.9.4-beta.23",
4069
+ "@saltcorn/markup": "0.9.4-beta.23",
4070
4070
  "nunito-fontface": "0.7.3",
4071
4071
  "startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
4072
4072
  }
4073
4073
  },
4074
4074
  "node_modules/@saltcorn/server": {
4075
- "version": "0.9.4-beta.22",
4076
- "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.4-beta.22.tgz",
4077
- "integrity": "sha512-WqQxV48rw9KJ4QYTcIHGSAEvB17yoftos+yjuIQJJ8w8NAonxeL7cV5LA9NxHDj2X3fLmLrQRBe7qSD1BVvBVA==",
4075
+ "version": "0.9.4-beta.23",
4076
+ "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.4-beta.23.tgz",
4077
+ "integrity": "sha512-eBPeildxH0uukedmqsHsASlEqgHGDzc6o/Yl4FFaZjxhLHW86CJhz39KYmRqTUUiOQEIf7waLVz/pVwpBV5FXg==",
4078
4078
  "dependencies": {
4079
4079
  "@aws-sdk/client-s3": "^3.451.0",
4080
- "@saltcorn/admin-models": "0.9.4-beta.22",
4081
- "@saltcorn/base-plugin": "0.9.4-beta.22",
4082
- "@saltcorn/builder": "0.9.4-beta.22",
4083
- "@saltcorn/data": "0.9.4-beta.22",
4084
- "@saltcorn/filemanager": "0.9.4-beta.22",
4085
- "@saltcorn/markup": "0.9.4-beta.22",
4086
- "@saltcorn/sbadmin2": "0.9.4-beta.22",
4080
+ "@saltcorn/admin-models": "0.9.4-beta.23",
4081
+ "@saltcorn/base-plugin": "0.9.4-beta.23",
4082
+ "@saltcorn/builder": "0.9.4-beta.23",
4083
+ "@saltcorn/data": "0.9.4-beta.23",
4084
+ "@saltcorn/filemanager": "0.9.4-beta.23",
4085
+ "@saltcorn/markup": "0.9.4-beta.23",
4086
+ "@saltcorn/sbadmin2": "0.9.4-beta.23",
4087
4087
  "@socket.io/cluster-adapter": "^0.2.1",
4088
4088
  "@socket.io/sticky": "^1.0.1",
4089
4089
  "adm-zip": "0.5.10",
@@ -4148,29 +4148,29 @@
4148
4148
  }
4149
4149
  },
4150
4150
  "node_modules/@saltcorn/sqlite": {
4151
- "version": "0.9.4-beta.22",
4152
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.4-beta.22.tgz",
4153
- "integrity": "sha512-WGXy9b75HTKVthjb73KVU5kV16gNDqUG0VcgfV8tlW0522EgVAoKWYMw4TuGcFfy/vOH5zDVZSZWH3fxfM6v1Q==",
4151
+ "version": "0.9.4-beta.23",
4152
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.4-beta.23.tgz",
4153
+ "integrity": "sha512-4vxVie/4zYrDssgTgKd1P+DHaCsrYgKYDx9QeSmfppj1cvW9g1dgA+WsYdG/i6fYoxJpk2sygaFKt26VfuWPGw==",
4154
4154
  "optional": true,
4155
4155
  "dependencies": {
4156
- "@saltcorn/db-common": "0.9.4-beta.22"
4156
+ "@saltcorn/db-common": "0.9.4-beta.23"
4157
4157
  },
4158
4158
  "optionalDependencies": {
4159
4159
  "sqlite3": "^5.0.8"
4160
4160
  }
4161
4161
  },
4162
4162
  "node_modules/@saltcorn/sqlite-mobile": {
4163
- "version": "0.9.4-beta.22",
4164
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.4-beta.22.tgz",
4165
- "integrity": "sha512-uyvUTDZJSUOK30AkR5YjJ7KTY3PvxT2ocQL2Vl+wJOVcffpo6JCsqt2pMFc4GqnBI5aqR+mafOy3QSxckSGj0A==",
4163
+ "version": "0.9.4-beta.23",
4164
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.4-beta.23.tgz",
4165
+ "integrity": "sha512-/52x3xCa4vJkJlefwa9OUE2ly2pk2X1H0QsVeKh/3kgelUdaPUAzMC4S/rP9vbyWzkrvfUDwsZjW9nvLtv0htg==",
4166
4166
  "dependencies": {
4167
- "@saltcorn/db-common": "0.9.4-beta.22"
4167
+ "@saltcorn/db-common": "0.9.4-beta.23"
4168
4168
  }
4169
4169
  },
4170
4170
  "node_modules/@saltcorn/types": {
4171
- "version": "0.9.4-beta.22",
4172
- "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.4-beta.22.tgz",
4173
- "integrity": "sha512-iCE47qId3LA8dkJspqHWzsc6xdpKfvk5jFqL+Lt3KE2kYwn5lXQqDVD/70hgnMB+T38EHTcFWQYX1Q5CCeQGtg=="
4171
+ "version": "0.9.4-beta.23",
4172
+ "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.4-beta.23.tgz",
4173
+ "integrity": "sha512-rwjTJWV6UVpHYfqKDpzOz/2Yzxy9T5nMsYvXv3ir+Won+eA7wQz1pi1soLjmNteeZy53ma5cuUCY3wrWZoBXnA=="
4174
4174
  },
4175
4175
  "node_modules/@sinclair/typebox": {
4176
4176
  "version": "0.27.8",
@@ -18511,9 +18511,9 @@
18511
18511
  }
18512
18512
  },
18513
18513
  "node_modules/terser": {
18514
- "version": "5.28.1",
18515
- "resolved": "https://registry.npmjs.org/terser/-/terser-5.28.1.tgz",
18516
- "integrity": "sha512-wM+bZp54v/E9eRRGXb5ZFDvinrJIOaTapx3WUokyVGZu5ucVCK55zEgGd5Dl2fSr3jUo5sDiERErUWLY6QPFyA==",
18514
+ "version": "5.29.1",
18515
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.29.1.tgz",
18516
+ "integrity": "sha512-lZQ/fyaIGxsbGxApKmoPTODIzELy3++mXhS5hOqaAWZjQtpq/hFHAc+rm29NND1rYRxRWKcjuARNwULNXa5RtQ==",
18517
18517
  "dependencies": {
18518
18518
  "@jridgewell/source-map": "^0.3.3",
18519
18519
  "acorn": "^8.8.2",
@@ -22760,14 +22760,14 @@
22760
22760
  }
22761
22761
  },
22762
22762
  "@saltcorn/admin-models": {
22763
- "version": "0.9.4-beta.22",
22764
- "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.4-beta.22.tgz",
22765
- "integrity": "sha512-y+mS/oP35Z8+VFRSduPNzcnjwoNHNSUNapEyqt0jT8x0x+cAQ2kzUuIOQpMoWrdtfn8UtKNkXAlEEkK3N8arIA==",
22766
- "requires": {
22767
- "@saltcorn/data": "0.9.4-beta.22",
22768
- "@saltcorn/db-common": "0.9.4-beta.22",
22769
- "@saltcorn/markup": "0.9.4-beta.22",
22770
- "@saltcorn/types": "0.9.4-beta.22",
22763
+ "version": "0.9.4-beta.23",
22764
+ "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.4-beta.23.tgz",
22765
+ "integrity": "sha512-Y7PGkLCUKTZDKimx+TA8Te7tqPogckDzmivQ5c0+EYt+4tXUv1Zimitl9k5WwvJD6taxBB67h7MGjslII9Dglw==",
22766
+ "requires": {
22767
+ "@saltcorn/data": "0.9.4-beta.23",
22768
+ "@saltcorn/db-common": "0.9.4-beta.23",
22769
+ "@saltcorn/markup": "0.9.4-beta.23",
22770
+ "@saltcorn/types": "0.9.4-beta.23",
22771
22771
  "@types/lodash": "^4.14.182",
22772
22772
  "adm-zip": "0.5.5",
22773
22773
  "chaos-guinea-pig": "^0.1.4",
@@ -22780,38 +22780,38 @@
22780
22780
  }
22781
22781
  },
22782
22782
  "@saltcorn/base-plugin": {
22783
- "version": "0.9.4-beta.22",
22784
- "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.4-beta.22.tgz",
22785
- "integrity": "sha512-7c1TCrdcPfIn1SgdAAfs1vHJNBV+RJB6TQVk2l6h2Qmz7CCIbyNFB4Kw7abPJIRQfHW0ZZv6MPGS8FQDehsl5A==",
22783
+ "version": "0.9.4-beta.23",
22784
+ "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.4-beta.23.tgz",
22785
+ "integrity": "sha512-MRXPQIxRZuaBdHQUN4w29uaIZU+GCTPZSFMd6fpYa4eiYDaNbocP3eXQBeHO8hDceOKBY5KaKS13NA3ZuHvVxQ==",
22786
22786
  "requires": {
22787
- "@saltcorn/data": "0.9.4-beta.22"
22787
+ "@saltcorn/data": "0.9.4-beta.23"
22788
22788
  }
22789
22789
  },
22790
22790
  "@saltcorn/builder": {
22791
- "version": "0.9.4-beta.22",
22792
- "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.4-beta.22.tgz",
22793
- "integrity": "sha512-aeLPg/e+4iIEx8s3oJHT6AorpgJF/f/0Qa6WrSdUPANRbanxeB4hp+QqBllwYmSYCtTUSkOecqjoe3++H7Q85g==",
22791
+ "version": "0.9.4-beta.23",
22792
+ "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.4-beta.23.tgz",
22793
+ "integrity": "sha512-awDYJqaBXLaE0A165ngK09KWWqj3mXF5n5Y15uiXIrUK9YjMRbYJPe4YmZnmYsK0hbEweC84DqOMWYL070jqBg==",
22794
22794
  "requires": {
22795
22795
  "styled-components": "4.4.1"
22796
22796
  }
22797
22797
  },
22798
22798
  "@saltcorn/common-code": {
22799
- "version": "0.9.4-beta.22",
22800
- "resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-0.9.4-beta.22.tgz",
22801
- "integrity": "sha512-aIVrX0stxwZyOAzZ1DrIn2kDblM/uO8Kb9MdUbD/DHG6oHeIH2Gc4ZaayVO7Ol0x+nJShhTzTQWCQy71zeTaPA=="
22799
+ "version": "0.9.4-beta.23",
22800
+ "resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-0.9.4-beta.23.tgz",
22801
+ "integrity": "sha512-bysOYDKovbukRahD7KK2DTZ6X/EUqSc2WFaB6PjU7M2HT0lmMfncuLr7hnyiFBQd5ByjvWFC7c4BEt4WV78Apw=="
22802
22802
  },
22803
22803
  "@saltcorn/data": {
22804
- "version": "0.9.4-beta.22",
22805
- "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.4-beta.22.tgz",
22806
- "integrity": "sha512-1+4H91PTyhiLfiPiPIj4dOQJzv/iWJqDPYQKVsDv7dd9ZxyeQY7YkdwbdOlq1a0Mh3AukRJB5x4nvGykdC84Qg==",
22807
- "requires": {
22808
- "@saltcorn/common-code": "0.9.4-beta.22",
22809
- "@saltcorn/db-common": "0.9.4-beta.22",
22810
- "@saltcorn/markup": "0.9.4-beta.22",
22811
- "@saltcorn/postgres": "0.9.4-beta.22",
22812
- "@saltcorn/sqlite": "0.9.4-beta.22",
22813
- "@saltcorn/sqlite-mobile": "0.9.4-beta.22",
22814
- "@saltcorn/types": "0.9.4-beta.22",
22804
+ "version": "0.9.4-beta.23",
22805
+ "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.4-beta.23.tgz",
22806
+ "integrity": "sha512-CSQhQoW5c6D7SfBJQJUnuxc/2/mhcxqMvjBFt51lDUDb5ueGXEJSMtW6PUgWTCAc28Aj1feF+RpV0GLDVlf03A==",
22807
+ "requires": {
22808
+ "@saltcorn/common-code": "0.9.4-beta.23",
22809
+ "@saltcorn/db-common": "0.9.4-beta.23",
22810
+ "@saltcorn/markup": "0.9.4-beta.23",
22811
+ "@saltcorn/postgres": "0.9.4-beta.23",
22812
+ "@saltcorn/sqlite": "0.9.4-beta.23",
22813
+ "@saltcorn/sqlite-mobile": "0.9.4-beta.23",
22814
+ "@saltcorn/types": "0.9.4-beta.23",
22815
22815
  "acorn": "^8.0.3",
22816
22816
  "assert": "^2.0.0",
22817
22817
  "astring": "^1.4.3",
@@ -22855,22 +22855,22 @@
22855
22855
  }
22856
22856
  },
22857
22857
  "@saltcorn/db-common": {
22858
- "version": "0.9.4-beta.22",
22859
- "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.4-beta.22.tgz",
22860
- "integrity": "sha512-WNws7UenVNa4ryhZlZuCKLig+I1JBXNmBkVbasSmFc7yvhbtTbRbHHht9u6fDzWaXRQDq+KTOHaGSKB1Lx+k1A=="
22858
+ "version": "0.9.4-beta.23",
22859
+ "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.4-beta.23.tgz",
22860
+ "integrity": "sha512-6lC3ShGd3a9SmJwv6nGKfkuMNhX1bb2gZThe/3S1o3KhAMw56/7GC7+4H7WpfUIC3VORdNQ8d3zyv3Vu35dFvA=="
22861
22861
  },
22862
22862
  "@saltcorn/filemanager": {
22863
- "version": "0.9.4-beta.22",
22864
- "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.4-beta.22.tgz",
22865
- "integrity": "sha512-xRctDESa/8s6DG7aJTvaqxAzj9TOIANtFv2qbr1BtBt1ahfkILauT7SthO2CX9xBUGRalyjFNLgax+mI0jJueg==",
22863
+ "version": "0.9.4-beta.23",
22864
+ "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.4-beta.23.tgz",
22865
+ "integrity": "sha512-NhPo8KvFT6AZrHxK17E7EncfklSBOiyJDO0hwBwfA8ZGV7hGUIz4qmVjR67ZDeynYm+sAFEP1XnPd0FQCy7UUA==",
22866
22866
  "requires": {
22867
22867
  "sirv-cli": "^2.0.0"
22868
22868
  }
22869
22869
  },
22870
22870
  "@saltcorn/markup": {
22871
- "version": "0.9.4-beta.22",
22872
- "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.4-beta.22.tgz",
22873
- "integrity": "sha512-DB2/rWqNHpoWqQfhpyaeDQg+AqGhbrMF7EiV3xoDc3X/UhHcz7AxHdkvIu63eY6EEYoA5w9p79ULv14uQ+qRNg==",
22871
+ "version": "0.9.4-beta.23",
22872
+ "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.4-beta.23.tgz",
22873
+ "integrity": "sha512-IPRVYPR0msTt7y3unwNx9R83MZluzrR5mlVkzXaKyt5ZO/DR0N41QnKOUSMdqD/u5joKqTdeP7ViDe3ovI4tJA==",
22874
22874
  "requires": {
22875
22875
  "escape-html": "^1.0.3",
22876
22876
  "html-tags": "3.1.0",
@@ -22878,26 +22878,26 @@
22878
22878
  }
22879
22879
  },
22880
22880
  "@saltcorn/mobile-app": {
22881
- "version": "0.9.4-beta.22",
22882
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.4-beta.22.tgz",
22883
- "integrity": "sha512-YhUB0M2EPzGeOqZg76eNxDBxsqZtR879bKkc4c3nBEa7/g+rM/9nKAjPlQzImek0TucjfQ5SZCQG5+xjJAZpJQ==",
22881
+ "version": "0.9.4-beta.23",
22882
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.4-beta.23.tgz",
22883
+ "integrity": "sha512-+sCkt2a403RL8LIa0ztHfRU85r1HuifnSZpIqBRoudbLvrpQaxFNUmzYsXnTiW/S41/0YxoxccIYsR3EhqE8pw==",
22884
22884
  "requires": {
22885
22885
  "cordova": "^11.0.0",
22886
22886
  "cordova-sqlite-ext": "^6.0.0"
22887
22887
  }
22888
22888
  },
22889
22889
  "@saltcorn/mobile-builder": {
22890
- "version": "0.9.4-beta.22",
22891
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.4-beta.22.tgz",
22892
- "integrity": "sha512-KOwqPkFr40iBagM6VFmoScL+dtQ+NKGccajOtIrQc4iAMqjtI9DWEvMkTYpox4/ns01UkG4Ebx/BRlryv9YtZw==",
22893
- "requires": {
22894
- "@saltcorn/base-plugin": "0.9.4-beta.22",
22895
- "@saltcorn/data": "0.9.4-beta.22",
22896
- "@saltcorn/db-common": "0.9.4-beta.22",
22897
- "@saltcorn/markup": "0.9.4-beta.22",
22898
- "@saltcorn/mobile-app": "0.9.4-beta.22",
22899
- "@saltcorn/sbadmin2": "0.9.4-beta.22",
22900
- "@saltcorn/server": "0.9.4-beta.22",
22890
+ "version": "0.9.4-beta.23",
22891
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.4-beta.23.tgz",
22892
+ "integrity": "sha512-tGEje9teqzpmD1pC3fnLmVRx7NBoeBpJIIr0OmgMwk/GtOHiBWBGq/42yMoMEumBUYNFAhdXrNRNdajCCUigEw==",
22893
+ "requires": {
22894
+ "@saltcorn/base-plugin": "0.9.4-beta.23",
22895
+ "@saltcorn/data": "0.9.4-beta.23",
22896
+ "@saltcorn/db-common": "0.9.4-beta.23",
22897
+ "@saltcorn/markup": "0.9.4-beta.23",
22898
+ "@saltcorn/mobile-app": "0.9.4-beta.23",
22899
+ "@saltcorn/sbadmin2": "0.9.4-beta.23",
22900
+ "@saltcorn/server": "0.9.4-beta.23",
22901
22901
  "fs-extra": "^10.0.1",
22902
22902
  "live-plugin-manager": "^0.17.1",
22903
22903
  "webpack": "5.68.0",
@@ -22933,40 +22933,40 @@
22933
22933
  }
22934
22934
  },
22935
22935
  "@saltcorn/postgres": {
22936
- "version": "0.9.4-beta.22",
22937
- "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.4-beta.22.tgz",
22938
- "integrity": "sha512-S2nXBByUHrahxPp0NvnSoeADcWR25VF4KI6I8UWag0cNwyRwoH/O/A/B5h3eXZQ172YcRba+/1msv4pLTaLxGQ==",
22936
+ "version": "0.9.4-beta.23",
22937
+ "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.4-beta.23.tgz",
22938
+ "integrity": "sha512-aoJonEBsO8jRmH7/wSN/CcgywYVvZYTgFiuFAIemJ++RtqrLkjWmQ9sphVGyOFsFZKqP+tV0FIkgfGjKb67Q5A==",
22939
22939
  "optional": true,
22940
22940
  "requires": {
22941
- "@saltcorn/db-common": "0.9.4-beta.22",
22941
+ "@saltcorn/db-common": "0.9.4-beta.23",
22942
22942
  "pg": "^8.2.1",
22943
22943
  "pg-copy-streams": "^5.1.1"
22944
22944
  }
22945
22945
  },
22946
22946
  "@saltcorn/sbadmin2": {
22947
- "version": "0.9.4-beta.22",
22948
- "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.4-beta.22.tgz",
22949
- "integrity": "sha512-/mP6z4QcPzKHNl3oxrppDgANSHVYb+SUmKUmIuXd+9tG9zqj1rmEiY9ZjCLSM6h+og4YN2kglWb9NYWWU+7tkQ==",
22947
+ "version": "0.9.4-beta.23",
22948
+ "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.4-beta.23.tgz",
22949
+ "integrity": "sha512-p3xWHtaY0IC6fsfmyKURYOX8iE2LFtqIzlHNtkXUM4FFkMnmaxyMWCvdO7F7aJkP3Dq8wQDSMmLyyw43uPQduA==",
22950
22950
  "requires": {
22951
- "@saltcorn/data": "0.9.4-beta.22",
22952
- "@saltcorn/markup": "0.9.4-beta.22",
22951
+ "@saltcorn/data": "0.9.4-beta.23",
22952
+ "@saltcorn/markup": "0.9.4-beta.23",
22953
22953
  "nunito-fontface": "0.7.3",
22954
22954
  "startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
22955
22955
  }
22956
22956
  },
22957
22957
  "@saltcorn/server": {
22958
- "version": "0.9.4-beta.22",
22959
- "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.4-beta.22.tgz",
22960
- "integrity": "sha512-WqQxV48rw9KJ4QYTcIHGSAEvB17yoftos+yjuIQJJ8w8NAonxeL7cV5LA9NxHDj2X3fLmLrQRBe7qSD1BVvBVA==",
22958
+ "version": "0.9.4-beta.23",
22959
+ "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.4-beta.23.tgz",
22960
+ "integrity": "sha512-eBPeildxH0uukedmqsHsASlEqgHGDzc6o/Yl4FFaZjxhLHW86CJhz39KYmRqTUUiOQEIf7waLVz/pVwpBV5FXg==",
22961
22961
  "requires": {
22962
22962
  "@aws-sdk/client-s3": "^3.451.0",
22963
- "@saltcorn/admin-models": "0.9.4-beta.22",
22964
- "@saltcorn/base-plugin": "0.9.4-beta.22",
22965
- "@saltcorn/builder": "0.9.4-beta.22",
22966
- "@saltcorn/data": "0.9.4-beta.22",
22967
- "@saltcorn/filemanager": "0.9.4-beta.22",
22968
- "@saltcorn/markup": "0.9.4-beta.22",
22969
- "@saltcorn/sbadmin2": "0.9.4-beta.22",
22963
+ "@saltcorn/admin-models": "0.9.4-beta.23",
22964
+ "@saltcorn/base-plugin": "0.9.4-beta.23",
22965
+ "@saltcorn/builder": "0.9.4-beta.23",
22966
+ "@saltcorn/data": "0.9.4-beta.23",
22967
+ "@saltcorn/filemanager": "0.9.4-beta.23",
22968
+ "@saltcorn/markup": "0.9.4-beta.23",
22969
+ "@saltcorn/sbadmin2": "0.9.4-beta.23",
22970
22970
  "@socket.io/cluster-adapter": "^0.2.1",
22971
22971
  "@socket.io/sticky": "^1.0.1",
22972
22972
  "adm-zip": "0.5.10",
@@ -23028,27 +23028,27 @@
23028
23028
  }
23029
23029
  },
23030
23030
  "@saltcorn/sqlite": {
23031
- "version": "0.9.4-beta.22",
23032
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.4-beta.22.tgz",
23033
- "integrity": "sha512-WGXy9b75HTKVthjb73KVU5kV16gNDqUG0VcgfV8tlW0522EgVAoKWYMw4TuGcFfy/vOH5zDVZSZWH3fxfM6v1Q==",
23031
+ "version": "0.9.4-beta.23",
23032
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.4-beta.23.tgz",
23033
+ "integrity": "sha512-4vxVie/4zYrDssgTgKd1P+DHaCsrYgKYDx9QeSmfppj1cvW9g1dgA+WsYdG/i6fYoxJpk2sygaFKt26VfuWPGw==",
23034
23034
  "optional": true,
23035
23035
  "requires": {
23036
- "@saltcorn/db-common": "0.9.4-beta.22",
23036
+ "@saltcorn/db-common": "0.9.4-beta.23",
23037
23037
  "sqlite3": "^5.0.8"
23038
23038
  }
23039
23039
  },
23040
23040
  "@saltcorn/sqlite-mobile": {
23041
- "version": "0.9.4-beta.22",
23042
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.4-beta.22.tgz",
23043
- "integrity": "sha512-uyvUTDZJSUOK30AkR5YjJ7KTY3PvxT2ocQL2Vl+wJOVcffpo6JCsqt2pMFc4GqnBI5aqR+mafOy3QSxckSGj0A==",
23041
+ "version": "0.9.4-beta.23",
23042
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.4-beta.23.tgz",
23043
+ "integrity": "sha512-/52x3xCa4vJkJlefwa9OUE2ly2pk2X1H0QsVeKh/3kgelUdaPUAzMC4S/rP9vbyWzkrvfUDwsZjW9nvLtv0htg==",
23044
23044
  "requires": {
23045
- "@saltcorn/db-common": "0.9.4-beta.22"
23045
+ "@saltcorn/db-common": "0.9.4-beta.23"
23046
23046
  }
23047
23047
  },
23048
23048
  "@saltcorn/types": {
23049
- "version": "0.9.4-beta.22",
23050
- "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.4-beta.22.tgz",
23051
- "integrity": "sha512-iCE47qId3LA8dkJspqHWzsc6xdpKfvk5jFqL+Lt3KE2kYwn5lXQqDVD/70hgnMB+T38EHTcFWQYX1Q5CCeQGtg=="
23049
+ "version": "0.9.4-beta.23",
23050
+ "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.4-beta.23.tgz",
23051
+ "integrity": "sha512-rwjTJWV6UVpHYfqKDpzOz/2Yzxy9T5nMsYvXv3ir+Won+eA7wQz1pi1soLjmNteeZy53ma5cuUCY3wrWZoBXnA=="
23052
23052
  },
23053
23053
  "@sinclair/typebox": {
23054
23054
  "version": "0.27.8",
@@ -34269,9 +34269,9 @@
34269
34269
  }
34270
34270
  },
34271
34271
  "terser": {
34272
- "version": "5.28.1",
34273
- "resolved": "https://registry.npmjs.org/terser/-/terser-5.28.1.tgz",
34274
- "integrity": "sha512-wM+bZp54v/E9eRRGXb5ZFDvinrJIOaTapx3WUokyVGZu5ucVCK55zEgGd5Dl2fSr3jUo5sDiERErUWLY6QPFyA==",
34272
+ "version": "5.29.1",
34273
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.29.1.tgz",
34274
+ "integrity": "sha512-lZQ/fyaIGxsbGxApKmoPTODIzELy3++mXhS5hOqaAWZjQtpq/hFHAc+rm29NND1rYRxRWKcjuARNwULNXa5RtQ==",
34275
34275
  "requires": {
34276
34276
  "@jridgewell/source-map": "^0.3.3",
34277
34277
  "acorn": "^8.8.2",
@@ -1 +1 @@
1
- {"version":"0.9.4-beta.22","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.23","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.22",
5
+ "version": "0.9.4-beta.23",
6
6
  "author": "Tom Nielsen @glutamate",
7
7
  "bin": {
8
8
  "saltcorn": "./bin/saltcorn"
@@ -13,12 +13,12 @@
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.22",
17
- "@saltcorn/common-code": "0.9.4-beta.22",
18
- "@saltcorn/data": "0.9.4-beta.22",
19
- "@saltcorn/mobile-app": "0.9.4-beta.22",
20
- "@saltcorn/mobile-builder": "0.9.4-beta.22",
21
- "@saltcorn/server": "0.9.4-beta.22",
16
+ "@saltcorn/admin-models": "0.9.4-beta.23",
17
+ "@saltcorn/common-code": "0.9.4-beta.23",
18
+ "@saltcorn/data": "0.9.4-beta.23",
19
+ "@saltcorn/mobile-app": "0.9.4-beta.23",
20
+ "@saltcorn/mobile-builder": "0.9.4-beta.23",
21
+ "@saltcorn/server": "0.9.4-beta.23",
22
22
  "cli-ux": "^5.6.7",
23
23
  "contractis": "^0.1.0",
24
24
  "dateformat": "^3.0.3",