@saltcorn/cli 0.9.0-beta.8 → 0.9.0-beta.9

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.0-beta.8 linux-x64 node-v18.7.0
23
+ @saltcorn/cli/0.9.0-beta.9 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.0-beta.8/src/commands/add-schema.js)_
92
+ _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/backup.js)_
109
+ _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/build-app.js)_
157
+ _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/build-cordova-builder.js)_
171
+ _See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/configuration-check.js)_
185
+ _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/configuration-check-backups.js)_
202
+ _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/create-tenant.js)_
221
+ _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/create-user.js)_
239
+ _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/delete-tenants.js)_
250
+ _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/delete-user.js)_
271
+ _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/dev/localize-plugin.js)_
290
+ _See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/dev/make-migration.js)_
306
+ _See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/dev/plugin-test.js)_
327
+ _See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/dev/post-release.js)_
341
+ _See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/dev/release.js)_
355
+ _See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/dev/test-plugin.js)_
373
+ _See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/fixtures.js)_
392
+ _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/get-cfg.js)_
410
+ _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/info.js)_
448
+ _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/inspect.js)_
466
+ _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/install-pack.js)_
482
+ _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/install-plugin.js)_
498
+ _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/list-tenants.js)_
514
+ _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/list-triggers.js)_
530
+ _See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/list-users.js)_
545
+ _See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/migrate.js)_
567
+ _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/modify-user.js)_
596
+ _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/plugins.js)_
623
+ _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/reset-schema.js)_
642
+ _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/restore.js)_
659
+ _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/rm-tenant.js)_
678
+ _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/run-benchmark.js)_
697
+ _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/run-js.js)_
713
+ _See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/run-sql.js)_
729
+ _See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/run-tests.js)_
753
+ _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/run-trigger.js)_
770
+ _See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/scheduler.js)_
784
+ _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/serve.js)_
805
+ _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/set-cfg.js)_
826
+ _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/setup.js)_
845
+ _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/setup-benchmark.js)_
859
+ _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/sync-upload-data.js)_
876
+ _See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/take-snapshot.js)_
891
+ _See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/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.0-beta.8/src/commands/transform-field.js)_
908
+ _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.9/src/commands/transform-field.js)_
909
909
  <!-- commandsstop -->
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "name": "@saltcorn/cli",
3
- "version": "0.9.0-beta.8",
3
+ "version": "0.9.0-beta.9",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@saltcorn/cli",
9
- "version": "0.9.0-beta.8",
9
+ "version": "0.9.0-beta.9",
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.0-beta.8",
17
- "@saltcorn/data": "0.9.0-beta.8",
18
- "@saltcorn/mobile-app": "0.9.0-beta.8",
19
- "@saltcorn/mobile-builder": "0.9.0-beta.8",
20
- "@saltcorn/server": "0.9.0-beta.8",
16
+ "@saltcorn/admin-models": "0.9.0-beta.9",
17
+ "@saltcorn/data": "0.9.0-beta.9",
18
+ "@saltcorn/mobile-app": "0.9.0-beta.9",
19
+ "@saltcorn/mobile-builder": "0.9.0-beta.9",
20
+ "@saltcorn/server": "0.9.0-beta.9",
21
21
  "cli-ux": "^5.6.7",
22
22
  "contractis": "^0.1.0",
23
23
  "dateformat": "^3.0.3",
@@ -2646,14 +2646,14 @@
2646
2646
  }
2647
2647
  },
2648
2648
  "node_modules/@saltcorn/admin-models": {
2649
- "version": "0.9.0-beta.8",
2650
- "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.0-beta.8.tgz",
2651
- "integrity": "sha512-jReLedZRxeT8URHGlH2cj6qOvGwJnvbTUR9HTRlLPu6a3+l0K2O22MjGfdfg/sd3zZvaeXzgplA8jMCTGqD4Vw==",
2652
- "dependencies": {
2653
- "@saltcorn/data": "0.9.0-beta.8",
2654
- "@saltcorn/db-common": "0.9.0-beta.8",
2655
- "@saltcorn/markup": "0.9.0-beta.8",
2656
- "@saltcorn/types": "0.9.0-beta.8",
2649
+ "version": "0.9.0-beta.9",
2650
+ "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.0-beta.9.tgz",
2651
+ "integrity": "sha512-FJhRV9ppOF23+FJ+ThscK1T2s26Qn2CdP1ZhcZZeSuQeEBd7VU++V26eUyWRd1JaxcLXc17ssjfFIuodgdgiEw==",
2652
+ "dependencies": {
2653
+ "@saltcorn/data": "0.9.0-beta.9",
2654
+ "@saltcorn/db-common": "0.9.0-beta.9",
2655
+ "@saltcorn/markup": "0.9.0-beta.9",
2656
+ "@saltcorn/types": "0.9.0-beta.9",
2657
2657
  "@types/lodash": "^4.14.182",
2658
2658
  "adm-zip": "0.5.5",
2659
2659
  "chaos-guinea-pig": "^0.1.4",
@@ -2666,30 +2666,30 @@
2666
2666
  }
2667
2667
  },
2668
2668
  "node_modules/@saltcorn/base-plugin": {
2669
- "version": "0.9.0-beta.8",
2670
- "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.0-beta.8.tgz",
2671
- "integrity": "sha512-0598a/lP7Hvg6M6n5O8+b9oqf1T1kdZendGXjaqWhUVB+AjBmwm7NjgKr0DsjqvgoprksmrTOHUpI22ZFoXNeg==",
2669
+ "version": "0.9.0-beta.9",
2670
+ "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.0-beta.9.tgz",
2671
+ "integrity": "sha512-lcCIqvsZVdeYd22214RQwKfqfDxlGNAaA4go0IhSkOZRn/pFOBWKihKZwYhsR4Llrb+4JKIGnrHgXV+yEfLPHQ==",
2672
2672
  "dependencies": {
2673
- "@saltcorn/data": "0.9.0-beta.8"
2673
+ "@saltcorn/data": "0.9.0-beta.9"
2674
2674
  }
2675
2675
  },
2676
2676
  "node_modules/@saltcorn/builder": {
2677
- "version": "0.9.0-beta.8",
2678
- "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.0-beta.8.tgz",
2679
- "integrity": "sha512-omrbMV3wf/HF77jRePEwnWBJYpFbZ6ZO2A2LRoDkaJV47n5SRXe9P6GFNs62BZCGeqlbPmnNu8EwWVm3t65gfA==",
2677
+ "version": "0.9.0-beta.9",
2678
+ "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.0-beta.9.tgz",
2679
+ "integrity": "sha512-jFUnwExUWQL75TDRWKE3lvk8p+HLo9ex87Eev3XGRC61bq7/hnPHkMuxvrmQoIpn/Y76ecq8hhTYVZ4lnl8eqQ==",
2680
2680
  "dependencies": {
2681
2681
  "styled-components": "4.4.1"
2682
2682
  }
2683
2683
  },
2684
2684
  "node_modules/@saltcorn/data": {
2685
- "version": "0.9.0-beta.8",
2686
- "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.0-beta.8.tgz",
2687
- "integrity": "sha512-nEUEbqUYUhO63Fo6QQkuO+f6JN+r8j2KSGSCqlCyjgr7envpISUCb65jHuhR/67aGz+n7KpnQ6V6gqiz9ugM5Q==",
2688
- "dependencies": {
2689
- "@saltcorn/db-common": "0.9.0-beta.8",
2690
- "@saltcorn/markup": "0.9.0-beta.8",
2691
- "@saltcorn/sqlite-mobile": "0.9.0-beta.8",
2692
- "@saltcorn/types": "0.9.0-beta.8",
2685
+ "version": "0.9.0-beta.9",
2686
+ "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.0-beta.9.tgz",
2687
+ "integrity": "sha512-IP9ieBrXDVOh58jtE6Yp//SrKmNDSnCqhvTtJBN7dqJsmjz2Qz098sImZwxZHO3G1mVBuK6RfTWp3L7Nw51rEA==",
2688
+ "dependencies": {
2689
+ "@saltcorn/db-common": "0.9.0-beta.9",
2690
+ "@saltcorn/markup": "0.9.0-beta.9",
2691
+ "@saltcorn/sqlite-mobile": "0.9.0-beta.9",
2692
+ "@saltcorn/types": "0.9.0-beta.9",
2693
2693
  "acorn": "^8.0.3",
2694
2694
  "assert": "^2.0.0",
2695
2695
  "astring": "^1.4.3",
@@ -2733,27 +2733,27 @@
2733
2733
  "vm-browserify": "^1.1.2"
2734
2734
  },
2735
2735
  "optionalDependencies": {
2736
- "@saltcorn/postgres": "0.9.0-beta.8",
2737
- "@saltcorn/sqlite": "0.9.0-beta.8"
2736
+ "@saltcorn/postgres": "0.9.0-beta.9",
2737
+ "@saltcorn/sqlite": "0.9.0-beta.9"
2738
2738
  }
2739
2739
  },
2740
2740
  "node_modules/@saltcorn/db-common": {
2741
- "version": "0.9.0-beta.8",
2742
- "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.0-beta.8.tgz",
2743
- "integrity": "sha512-LV/zsQpDsYHyCCSRvDyt3d2BBfS/Y+p6+Hz/PGuOhNpGwUc9mnq2oTaU8jYqjRIVbRwJYrUzQfszup6dzL22Aw=="
2741
+ "version": "0.9.0-beta.9",
2742
+ "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.0-beta.9.tgz",
2743
+ "integrity": "sha512-mcQ0sLhECHFA4RQTgBC51PzqVeYu+qqDO3hkBcrSNG4J7X5fAyTXcSWSXztzeb9nU3j6HcGYowfQI0/AXhE1MQ=="
2744
2744
  },
2745
2745
  "node_modules/@saltcorn/filemanager": {
2746
- "version": "0.9.0-beta.8",
2747
- "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.0-beta.8.tgz",
2748
- "integrity": "sha512-0RZ2PYGpKfjOWEGdAD599rfuPnG83GyqiZ1C4c+181zjNyGJ2oBK3lIKrGiWISmCkl5LsnAwwcM7UWt1jagfkg==",
2746
+ "version": "0.9.0-beta.9",
2747
+ "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.0-beta.9.tgz",
2748
+ "integrity": "sha512-PSYegvR1TJ/M+lg86Dy4vX/G/z1/Ql0cUV1mF520re8/Yb3vn7XAb7J59fPtt3kJuEXAwTIaWIr5dp7z5yeh9A==",
2749
2749
  "dependencies": {
2750
2750
  "sirv-cli": "^2.0.0"
2751
2751
  }
2752
2752
  },
2753
2753
  "node_modules/@saltcorn/markup": {
2754
- "version": "0.9.0-beta.8",
2755
- "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.0-beta.8.tgz",
2756
- "integrity": "sha512-7byG6lOn4A87bH9a7Iiq8NLXiWIugiOoR05UOi6fmWUTwH6RXF3v4lg+YXNaiV9JBxp4rxJ73c1RQ/LisDY6WA==",
2754
+ "version": "0.9.0-beta.9",
2755
+ "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.0-beta.9.tgz",
2756
+ "integrity": "sha512-JL3xrjIaI+ncLPlnLtGPzvsDNViY5ivZ5Ssf4E2O3O2l/EkbauzB7sXKxIYWCG5gm/ZbFAukvDATt/FmNm8RSQ==",
2757
2757
  "dependencies": {
2758
2758
  "escape-html": "^1.0.3",
2759
2759
  "html-tags": "3.1.0",
@@ -2761,27 +2761,27 @@
2761
2761
  }
2762
2762
  },
2763
2763
  "node_modules/@saltcorn/mobile-app": {
2764
- "version": "0.9.0-beta.8",
2765
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.0-beta.8.tgz",
2766
- "integrity": "sha512-Ro8VzlWaM9MutxfPFsFT7MlTEQSjJkVgSAUx4sDQm/1s3OVaO7MrV9Z06Lms70DbkXb07/8GMZwmzffRgh28nA==",
2764
+ "version": "0.9.0-beta.9",
2765
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.0-beta.9.tgz",
2766
+ "integrity": "sha512-dIOjfweprwrTrCO6KDxnAQjvCEXsskhDVUX+1ZjnOBLoTeYndyJHoVqLRXaIugD84aWQyWStyPZAhQlax4y1xA==",
2767
2767
  "dependencies": {
2768
2768
  "cordova": "^11.0.0",
2769
2769
  "cordova-sqlite-ext": "^6.0.0"
2770
2770
  }
2771
2771
  },
2772
2772
  "node_modules/@saltcorn/mobile-builder": {
2773
- "version": "0.9.0-beta.8",
2774
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.0-beta.8.tgz",
2775
- "integrity": "sha512-jwBwcTOfhle4zb4z6RPaL+b5h+o/aHbLYNC5LhWVohYolTIN2BtMpwjBxn24UOmuMOdqwOSK+CCqpoA+3HfaHQ==",
2773
+ "version": "0.9.0-beta.9",
2774
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.0-beta.9.tgz",
2775
+ "integrity": "sha512-YZGFmwiBC8uAJB8BQl6zruzHaHAcwNCsuwuMiFGEIMe4ZD6RSW9CRasexQ+mpi2oyt5jBcA9JGYRw2m/JalNqg==",
2776
2776
  "hasInstallScript": true,
2777
2777
  "dependencies": {
2778
- "@saltcorn/base-plugin": "0.9.0-beta.8",
2779
- "@saltcorn/data": "0.9.0-beta.8",
2780
- "@saltcorn/db-common": "0.9.0-beta.8",
2781
- "@saltcorn/markup": "0.9.0-beta.8",
2782
- "@saltcorn/mobile-app": "0.9.0-beta.8",
2783
- "@saltcorn/sbadmin2": "0.9.0-beta.8",
2784
- "@saltcorn/server": "0.9.0-beta.8",
2778
+ "@saltcorn/base-plugin": "0.9.0-beta.9",
2779
+ "@saltcorn/data": "0.9.0-beta.9",
2780
+ "@saltcorn/db-common": "0.9.0-beta.9",
2781
+ "@saltcorn/markup": "0.9.0-beta.9",
2782
+ "@saltcorn/mobile-app": "0.9.0-beta.9",
2783
+ "@saltcorn/sbadmin2": "0.9.0-beta.9",
2784
+ "@saltcorn/server": "0.9.0-beta.9",
2785
2785
  "fs-extra": "^10.0.1",
2786
2786
  "live-plugin-manager": "^0.17.1",
2787
2787
  "webpack": "5.68.0",
@@ -2823,39 +2823,39 @@
2823
2823
  }
2824
2824
  },
2825
2825
  "node_modules/@saltcorn/postgres": {
2826
- "version": "0.9.0-beta.8",
2827
- "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.0-beta.8.tgz",
2828
- "integrity": "sha512-Pgti9Sfv8IUSdr/efmjXal/ex7Shd/kvfDuHT03kxrUWxxJyxjXamiNWu6NKjB/gS+j/hnySjlfnPa1yVbppuA==",
2826
+ "version": "0.9.0-beta.9",
2827
+ "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.0-beta.9.tgz",
2828
+ "integrity": "sha512-8RHovBTmqmPE6kMMLkcsGQIrca37VZnx568aNdYJFGB7krGEky2+9+t2guH4mneFyWue2pdQn4aOwUSDGtN9MA==",
2829
2829
  "optional": true,
2830
2830
  "dependencies": {
2831
- "@saltcorn/db-common": "0.9.0-beta.8",
2831
+ "@saltcorn/db-common": "0.9.0-beta.9",
2832
2832
  "pg": "^8.2.1",
2833
2833
  "pg-copy-streams": "^5.1.1"
2834
2834
  }
2835
2835
  },
2836
2836
  "node_modules/@saltcorn/sbadmin2": {
2837
- "version": "0.9.0-beta.8",
2838
- "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.0-beta.8.tgz",
2839
- "integrity": "sha512-t3y+atQzgq0IT8qZFcGsmA/Cp3p1xdoD3KO6WeRad7tjXiFNQ5lvdpHZB674ykHtp8NmELiLD7cwiErSpkwkOw==",
2837
+ "version": "0.9.0-beta.9",
2838
+ "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.0-beta.9.tgz",
2839
+ "integrity": "sha512-hw3qSRQSB4gmeEc7pSDV57rddXjFM3M09oy45xdpGWmwGhVTtRBj0cUk/jX8aNtA1fqHHbuuYJlQpbWNoX8O0w==",
2840
2840
  "dependencies": {
2841
- "@saltcorn/data": "0.9.0-beta.8",
2842
- "@saltcorn/markup": "0.9.0-beta.8",
2841
+ "@saltcorn/data": "0.9.0-beta.9",
2842
+ "@saltcorn/markup": "0.9.0-beta.9",
2843
2843
  "nunito-fontface": "0.7.3",
2844
2844
  "startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
2845
2845
  }
2846
2846
  },
2847
2847
  "node_modules/@saltcorn/server": {
2848
- "version": "0.9.0-beta.8",
2849
- "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.0-beta.8.tgz",
2850
- "integrity": "sha512-WwYebQs3GSOB2JzfeU2bKWCLcBiISQVVkGQSWC9Oo5ydFPS060tebFXF4eHPlY/0o1ONmD662o05qT2RmFTqzQ==",
2851
- "dependencies": {
2852
- "@saltcorn/admin-models": "0.9.0-beta.8",
2853
- "@saltcorn/base-plugin": "0.9.0-beta.8",
2854
- "@saltcorn/builder": "0.9.0-beta.8",
2855
- "@saltcorn/data": "0.9.0-beta.8",
2856
- "@saltcorn/filemanager": "0.9.0-beta.8",
2857
- "@saltcorn/markup": "0.9.0-beta.8",
2858
- "@saltcorn/sbadmin2": "0.9.0-beta.8",
2848
+ "version": "0.9.0-beta.9",
2849
+ "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.0-beta.9.tgz",
2850
+ "integrity": "sha512-Lr2+tXCcCNNG74WA2zzkRnlH1k9rfoq2Csfoqz1ZTt5g+wQ6YWu2As4XogSMtYVNxnFfTAGSYVVho5B5m1k2gw==",
2851
+ "dependencies": {
2852
+ "@saltcorn/admin-models": "0.9.0-beta.9",
2853
+ "@saltcorn/base-plugin": "0.9.0-beta.9",
2854
+ "@saltcorn/builder": "0.9.0-beta.9",
2855
+ "@saltcorn/data": "0.9.0-beta.9",
2856
+ "@saltcorn/filemanager": "0.9.0-beta.9",
2857
+ "@saltcorn/markup": "0.9.0-beta.9",
2858
+ "@saltcorn/sbadmin2": "0.9.0-beta.9",
2859
2859
  "@socket.io/cluster-adapter": "^0.2.1",
2860
2860
  "@socket.io/sticky": "^1.0.1",
2861
2861
  "adm-zip": "0.5.10",
@@ -2919,29 +2919,29 @@
2919
2919
  }
2920
2920
  },
2921
2921
  "node_modules/@saltcorn/sqlite": {
2922
- "version": "0.9.0-beta.8",
2923
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.0-beta.8.tgz",
2924
- "integrity": "sha512-7rA+3geGXStRJvq71qrOpvy5WQKacV7L2yVcGZwCP/A3pz64rPMHnDrtfOPiBGj/ETEvM2jp668IFXHozzyy5w==",
2922
+ "version": "0.9.0-beta.9",
2923
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.0-beta.9.tgz",
2924
+ "integrity": "sha512-ACgue+Nr2JJYMyDnZd/PI1+PELFijiHTEQF6qix8Q6LLlN4CTVzdGoqoRJV5BUjZ8T4ar/CaxwwSWgzMEDrg8Q==",
2925
2925
  "optional": true,
2926
2926
  "dependencies": {
2927
- "@saltcorn/db-common": "0.9.0-beta.8"
2927
+ "@saltcorn/db-common": "0.9.0-beta.9"
2928
2928
  },
2929
2929
  "optionalDependencies": {
2930
2930
  "sqlite3": "^5.0.8"
2931
2931
  }
2932
2932
  },
2933
2933
  "node_modules/@saltcorn/sqlite-mobile": {
2934
- "version": "0.9.0-beta.8",
2935
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.0-beta.8.tgz",
2936
- "integrity": "sha512-hOGLNeTsN02BeXuQtzRYlQ8PTUbSVeA4kgrvCr2CPt5DS3WxuRlb4OMra2F9li5+EYyen2GY375OQj6ghZ5WTw==",
2934
+ "version": "0.9.0-beta.9",
2935
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.0-beta.9.tgz",
2936
+ "integrity": "sha512-VYX9uLCSs0USZ5bHaud76jHCOSMbNnDoaCll97Xh66RCbbmxIZTbl/bP2lGDZm08BzLuyP8tJcWrhBs+rffsKA==",
2937
2937
  "dependencies": {
2938
- "@saltcorn/db-common": "0.9.0-beta.8"
2938
+ "@saltcorn/db-common": "0.9.0-beta.9"
2939
2939
  }
2940
2940
  },
2941
2941
  "node_modules/@saltcorn/types": {
2942
- "version": "0.9.0-beta.8",
2943
- "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.0-beta.8.tgz",
2944
- "integrity": "sha512-EAeyzA8F+6mU0Rc2eA6kEQax/xlIiqLl3JvZEo55m4gFdCnu4O4k+pRlNPaOVMc5wdMGu9yV87MoOqp+DEHGtg=="
2942
+ "version": "0.9.0-beta.9",
2943
+ "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.0-beta.9.tgz",
2944
+ "integrity": "sha512-/XpVMifmhwRnkLPsLq9Yo+e/d+p4zvTpf/ufSqFhJDt+Ypm1JQ4c5MiqoTEP03apYCRu1gD/qxClDISDwOupSg=="
2945
2945
  },
2946
2946
  "node_modules/@sindresorhus/is": {
2947
2947
  "version": "0.14.0",
@@ -4794,9 +4794,9 @@
4794
4794
  "integrity": "sha512-W2lPwkBkMZwFlPCXhIlYgxu+7gC/NUlCtdK652DAJ1JdgV0sTrvuPFshNPrFa1TY2JOkLhgdeEBplB4ezEa+xg=="
4795
4795
  },
4796
4796
  "node_modules/caniuse-lite": {
4797
- "version": "1.0.30001557",
4798
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001557.tgz",
4799
- "integrity": "sha512-91oR7hLNUP3gG6MLU+n96em322a8Xzes8wWdBKhLgUoiJsAF5irZnxSUCbc+qUZXNnPCfUwLOi9ZCZpkvjQajw==",
4797
+ "version": "1.0.30001558",
4798
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001558.tgz",
4799
+ "integrity": "sha512-/Et7DwLqpjS47JPEcz6VnxU9PwcIdVi0ciLXRWBQdj1XFye68pSQYpV0QtPTfUKWuOaEig+/Vez2l74eDc1tPQ==",
4800
4800
  "funding": [
4801
4801
  {
4802
4802
  "type": "opencollective",
@@ -16817,9 +16817,9 @@
16817
16817
  }
16818
16818
  },
16819
16819
  "node_modules/terser": {
16820
- "version": "5.22.0",
16821
- "resolved": "https://registry.npmjs.org/terser/-/terser-5.22.0.tgz",
16822
- "integrity": "sha512-hHZVLgRA2z4NWcN6aS5rQDc+7Dcy58HOf2zbYwmFcQ+ua3h6eEFf5lIDKTzbWwlazPyOZsFQO8V80/IjVNExEw==",
16820
+ "version": "5.23.0",
16821
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.23.0.tgz",
16822
+ "integrity": "sha512-Iyy83LN0uX9ZZLCX4Qbu5JiHiWjOCTwrmM9InWOzVeM++KNWEsqV4YgN9U9E8AlohQ6Gs42ztczlWOG/lwDAMA==",
16823
16823
  "dependencies": {
16824
16824
  "@jridgewell/source-map": "^0.3.3",
16825
16825
  "acorn": "^8.8.2",
@@ -20244,14 +20244,14 @@
20244
20244
  }
20245
20245
  },
20246
20246
  "@saltcorn/admin-models": {
20247
- "version": "0.9.0-beta.8",
20248
- "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.0-beta.8.tgz",
20249
- "integrity": "sha512-jReLedZRxeT8URHGlH2cj6qOvGwJnvbTUR9HTRlLPu6a3+l0K2O22MjGfdfg/sd3zZvaeXzgplA8jMCTGqD4Vw==",
20250
- "requires": {
20251
- "@saltcorn/data": "0.9.0-beta.8",
20252
- "@saltcorn/db-common": "0.9.0-beta.8",
20253
- "@saltcorn/markup": "0.9.0-beta.8",
20254
- "@saltcorn/types": "0.9.0-beta.8",
20247
+ "version": "0.9.0-beta.9",
20248
+ "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.0-beta.9.tgz",
20249
+ "integrity": "sha512-FJhRV9ppOF23+FJ+ThscK1T2s26Qn2CdP1ZhcZZeSuQeEBd7VU++V26eUyWRd1JaxcLXc17ssjfFIuodgdgiEw==",
20250
+ "requires": {
20251
+ "@saltcorn/data": "0.9.0-beta.9",
20252
+ "@saltcorn/db-common": "0.9.0-beta.9",
20253
+ "@saltcorn/markup": "0.9.0-beta.9",
20254
+ "@saltcorn/types": "0.9.0-beta.9",
20255
20255
  "@types/lodash": "^4.14.182",
20256
20256
  "adm-zip": "0.5.5",
20257
20257
  "chaos-guinea-pig": "^0.1.4",
@@ -20264,32 +20264,32 @@
20264
20264
  }
20265
20265
  },
20266
20266
  "@saltcorn/base-plugin": {
20267
- "version": "0.9.0-beta.8",
20268
- "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.0-beta.8.tgz",
20269
- "integrity": "sha512-0598a/lP7Hvg6M6n5O8+b9oqf1T1kdZendGXjaqWhUVB+AjBmwm7NjgKr0DsjqvgoprksmrTOHUpI22ZFoXNeg==",
20267
+ "version": "0.9.0-beta.9",
20268
+ "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.0-beta.9.tgz",
20269
+ "integrity": "sha512-lcCIqvsZVdeYd22214RQwKfqfDxlGNAaA4go0IhSkOZRn/pFOBWKihKZwYhsR4Llrb+4JKIGnrHgXV+yEfLPHQ==",
20270
20270
  "requires": {
20271
- "@saltcorn/data": "0.9.0-beta.8"
20271
+ "@saltcorn/data": "0.9.0-beta.9"
20272
20272
  }
20273
20273
  },
20274
20274
  "@saltcorn/builder": {
20275
- "version": "0.9.0-beta.8",
20276
- "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.0-beta.8.tgz",
20277
- "integrity": "sha512-omrbMV3wf/HF77jRePEwnWBJYpFbZ6ZO2A2LRoDkaJV47n5SRXe9P6GFNs62BZCGeqlbPmnNu8EwWVm3t65gfA==",
20275
+ "version": "0.9.0-beta.9",
20276
+ "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.0-beta.9.tgz",
20277
+ "integrity": "sha512-jFUnwExUWQL75TDRWKE3lvk8p+HLo9ex87Eev3XGRC61bq7/hnPHkMuxvrmQoIpn/Y76ecq8hhTYVZ4lnl8eqQ==",
20278
20278
  "requires": {
20279
20279
  "styled-components": "4.4.1"
20280
20280
  }
20281
20281
  },
20282
20282
  "@saltcorn/data": {
20283
- "version": "0.9.0-beta.8",
20284
- "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.0-beta.8.tgz",
20285
- "integrity": "sha512-nEUEbqUYUhO63Fo6QQkuO+f6JN+r8j2KSGSCqlCyjgr7envpISUCb65jHuhR/67aGz+n7KpnQ6V6gqiz9ugM5Q==",
20286
- "requires": {
20287
- "@saltcorn/db-common": "0.9.0-beta.8",
20288
- "@saltcorn/markup": "0.9.0-beta.8",
20289
- "@saltcorn/postgres": "0.9.0-beta.8",
20290
- "@saltcorn/sqlite": "0.9.0-beta.8",
20291
- "@saltcorn/sqlite-mobile": "0.9.0-beta.8",
20292
- "@saltcorn/types": "0.9.0-beta.8",
20283
+ "version": "0.9.0-beta.9",
20284
+ "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.0-beta.9.tgz",
20285
+ "integrity": "sha512-IP9ieBrXDVOh58jtE6Yp//SrKmNDSnCqhvTtJBN7dqJsmjz2Qz098sImZwxZHO3G1mVBuK6RfTWp3L7Nw51rEA==",
20286
+ "requires": {
20287
+ "@saltcorn/db-common": "0.9.0-beta.9",
20288
+ "@saltcorn/markup": "0.9.0-beta.9",
20289
+ "@saltcorn/postgres": "0.9.0-beta.9",
20290
+ "@saltcorn/sqlite": "0.9.0-beta.9",
20291
+ "@saltcorn/sqlite-mobile": "0.9.0-beta.9",
20292
+ "@saltcorn/types": "0.9.0-beta.9",
20293
20293
  "acorn": "^8.0.3",
20294
20294
  "assert": "^2.0.0",
20295
20295
  "astring": "^1.4.3",
@@ -20334,22 +20334,22 @@
20334
20334
  }
20335
20335
  },
20336
20336
  "@saltcorn/db-common": {
20337
- "version": "0.9.0-beta.8",
20338
- "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.0-beta.8.tgz",
20339
- "integrity": "sha512-LV/zsQpDsYHyCCSRvDyt3d2BBfS/Y+p6+Hz/PGuOhNpGwUc9mnq2oTaU8jYqjRIVbRwJYrUzQfszup6dzL22Aw=="
20337
+ "version": "0.9.0-beta.9",
20338
+ "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.0-beta.9.tgz",
20339
+ "integrity": "sha512-mcQ0sLhECHFA4RQTgBC51PzqVeYu+qqDO3hkBcrSNG4J7X5fAyTXcSWSXztzeb9nU3j6HcGYowfQI0/AXhE1MQ=="
20340
20340
  },
20341
20341
  "@saltcorn/filemanager": {
20342
- "version": "0.9.0-beta.8",
20343
- "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.0-beta.8.tgz",
20344
- "integrity": "sha512-0RZ2PYGpKfjOWEGdAD599rfuPnG83GyqiZ1C4c+181zjNyGJ2oBK3lIKrGiWISmCkl5LsnAwwcM7UWt1jagfkg==",
20342
+ "version": "0.9.0-beta.9",
20343
+ "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.0-beta.9.tgz",
20344
+ "integrity": "sha512-PSYegvR1TJ/M+lg86Dy4vX/G/z1/Ql0cUV1mF520re8/Yb3vn7XAb7J59fPtt3kJuEXAwTIaWIr5dp7z5yeh9A==",
20345
20345
  "requires": {
20346
20346
  "sirv-cli": "^2.0.0"
20347
20347
  }
20348
20348
  },
20349
20349
  "@saltcorn/markup": {
20350
- "version": "0.9.0-beta.8",
20351
- "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.0-beta.8.tgz",
20352
- "integrity": "sha512-7byG6lOn4A87bH9a7Iiq8NLXiWIugiOoR05UOi6fmWUTwH6RXF3v4lg+YXNaiV9JBxp4rxJ73c1RQ/LisDY6WA==",
20350
+ "version": "0.9.0-beta.9",
20351
+ "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.0-beta.9.tgz",
20352
+ "integrity": "sha512-JL3xrjIaI+ncLPlnLtGPzvsDNViY5ivZ5Ssf4E2O3O2l/EkbauzB7sXKxIYWCG5gm/ZbFAukvDATt/FmNm8RSQ==",
20353
20353
  "requires": {
20354
20354
  "escape-html": "^1.0.3",
20355
20355
  "html-tags": "3.1.0",
@@ -20357,26 +20357,26 @@
20357
20357
  }
20358
20358
  },
20359
20359
  "@saltcorn/mobile-app": {
20360
- "version": "0.9.0-beta.8",
20361
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.0-beta.8.tgz",
20362
- "integrity": "sha512-Ro8VzlWaM9MutxfPFsFT7MlTEQSjJkVgSAUx4sDQm/1s3OVaO7MrV9Z06Lms70DbkXb07/8GMZwmzffRgh28nA==",
20360
+ "version": "0.9.0-beta.9",
20361
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.0-beta.9.tgz",
20362
+ "integrity": "sha512-dIOjfweprwrTrCO6KDxnAQjvCEXsskhDVUX+1ZjnOBLoTeYndyJHoVqLRXaIugD84aWQyWStyPZAhQlax4y1xA==",
20363
20363
  "requires": {
20364
20364
  "cordova": "^11.0.0",
20365
20365
  "cordova-sqlite-ext": "^6.0.0"
20366
20366
  }
20367
20367
  },
20368
20368
  "@saltcorn/mobile-builder": {
20369
- "version": "0.9.0-beta.8",
20370
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.0-beta.8.tgz",
20371
- "integrity": "sha512-jwBwcTOfhle4zb4z6RPaL+b5h+o/aHbLYNC5LhWVohYolTIN2BtMpwjBxn24UOmuMOdqwOSK+CCqpoA+3HfaHQ==",
20372
- "requires": {
20373
- "@saltcorn/base-plugin": "0.9.0-beta.8",
20374
- "@saltcorn/data": "0.9.0-beta.8",
20375
- "@saltcorn/db-common": "0.9.0-beta.8",
20376
- "@saltcorn/markup": "0.9.0-beta.8",
20377
- "@saltcorn/mobile-app": "0.9.0-beta.8",
20378
- "@saltcorn/sbadmin2": "0.9.0-beta.8",
20379
- "@saltcorn/server": "0.9.0-beta.8",
20369
+ "version": "0.9.0-beta.9",
20370
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.0-beta.9.tgz",
20371
+ "integrity": "sha512-YZGFmwiBC8uAJB8BQl6zruzHaHAcwNCsuwuMiFGEIMe4ZD6RSW9CRasexQ+mpi2oyt5jBcA9JGYRw2m/JalNqg==",
20372
+ "requires": {
20373
+ "@saltcorn/base-plugin": "0.9.0-beta.9",
20374
+ "@saltcorn/data": "0.9.0-beta.9",
20375
+ "@saltcorn/db-common": "0.9.0-beta.9",
20376
+ "@saltcorn/markup": "0.9.0-beta.9",
20377
+ "@saltcorn/mobile-app": "0.9.0-beta.9",
20378
+ "@saltcorn/sbadmin2": "0.9.0-beta.9",
20379
+ "@saltcorn/server": "0.9.0-beta.9",
20380
20380
  "fs-extra": "^10.0.1",
20381
20381
  "live-plugin-manager": "^0.17.1",
20382
20382
  "webpack": "5.68.0",
@@ -20412,39 +20412,39 @@
20412
20412
  }
20413
20413
  },
20414
20414
  "@saltcorn/postgres": {
20415
- "version": "0.9.0-beta.8",
20416
- "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.0-beta.8.tgz",
20417
- "integrity": "sha512-Pgti9Sfv8IUSdr/efmjXal/ex7Shd/kvfDuHT03kxrUWxxJyxjXamiNWu6NKjB/gS+j/hnySjlfnPa1yVbppuA==",
20415
+ "version": "0.9.0-beta.9",
20416
+ "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.0-beta.9.tgz",
20417
+ "integrity": "sha512-8RHovBTmqmPE6kMMLkcsGQIrca37VZnx568aNdYJFGB7krGEky2+9+t2guH4mneFyWue2pdQn4aOwUSDGtN9MA==",
20418
20418
  "optional": true,
20419
20419
  "requires": {
20420
- "@saltcorn/db-common": "0.9.0-beta.8",
20420
+ "@saltcorn/db-common": "0.9.0-beta.9",
20421
20421
  "pg": "^8.2.1",
20422
20422
  "pg-copy-streams": "^5.1.1"
20423
20423
  }
20424
20424
  },
20425
20425
  "@saltcorn/sbadmin2": {
20426
- "version": "0.9.0-beta.8",
20427
- "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.0-beta.8.tgz",
20428
- "integrity": "sha512-t3y+atQzgq0IT8qZFcGsmA/Cp3p1xdoD3KO6WeRad7tjXiFNQ5lvdpHZB674ykHtp8NmELiLD7cwiErSpkwkOw==",
20426
+ "version": "0.9.0-beta.9",
20427
+ "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.0-beta.9.tgz",
20428
+ "integrity": "sha512-hw3qSRQSB4gmeEc7pSDV57rddXjFM3M09oy45xdpGWmwGhVTtRBj0cUk/jX8aNtA1fqHHbuuYJlQpbWNoX8O0w==",
20429
20429
  "requires": {
20430
- "@saltcorn/data": "0.9.0-beta.8",
20431
- "@saltcorn/markup": "0.9.0-beta.8",
20430
+ "@saltcorn/data": "0.9.0-beta.9",
20431
+ "@saltcorn/markup": "0.9.0-beta.9",
20432
20432
  "nunito-fontface": "0.7.3",
20433
20433
  "startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
20434
20434
  }
20435
20435
  },
20436
20436
  "@saltcorn/server": {
20437
- "version": "0.9.0-beta.8",
20438
- "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.0-beta.8.tgz",
20439
- "integrity": "sha512-WwYebQs3GSOB2JzfeU2bKWCLcBiISQVVkGQSWC9Oo5ydFPS060tebFXF4eHPlY/0o1ONmD662o05qT2RmFTqzQ==",
20440
- "requires": {
20441
- "@saltcorn/admin-models": "0.9.0-beta.8",
20442
- "@saltcorn/base-plugin": "0.9.0-beta.8",
20443
- "@saltcorn/builder": "0.9.0-beta.8",
20444
- "@saltcorn/data": "0.9.0-beta.8",
20445
- "@saltcorn/filemanager": "0.9.0-beta.8",
20446
- "@saltcorn/markup": "0.9.0-beta.8",
20447
- "@saltcorn/sbadmin2": "0.9.0-beta.8",
20437
+ "version": "0.9.0-beta.9",
20438
+ "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.0-beta.9.tgz",
20439
+ "integrity": "sha512-Lr2+tXCcCNNG74WA2zzkRnlH1k9rfoq2Csfoqz1ZTt5g+wQ6YWu2As4XogSMtYVNxnFfTAGSYVVho5B5m1k2gw==",
20440
+ "requires": {
20441
+ "@saltcorn/admin-models": "0.9.0-beta.9",
20442
+ "@saltcorn/base-plugin": "0.9.0-beta.9",
20443
+ "@saltcorn/builder": "0.9.0-beta.9",
20444
+ "@saltcorn/data": "0.9.0-beta.9",
20445
+ "@saltcorn/filemanager": "0.9.0-beta.9",
20446
+ "@saltcorn/markup": "0.9.0-beta.9",
20447
+ "@saltcorn/sbadmin2": "0.9.0-beta.9",
20448
20448
  "@socket.io/cluster-adapter": "^0.2.1",
20449
20449
  "@socket.io/sticky": "^1.0.1",
20450
20450
  "adm-zip": "0.5.10",
@@ -20505,27 +20505,27 @@
20505
20505
  }
20506
20506
  },
20507
20507
  "@saltcorn/sqlite": {
20508
- "version": "0.9.0-beta.8",
20509
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.0-beta.8.tgz",
20510
- "integrity": "sha512-7rA+3geGXStRJvq71qrOpvy5WQKacV7L2yVcGZwCP/A3pz64rPMHnDrtfOPiBGj/ETEvM2jp668IFXHozzyy5w==",
20508
+ "version": "0.9.0-beta.9",
20509
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.0-beta.9.tgz",
20510
+ "integrity": "sha512-ACgue+Nr2JJYMyDnZd/PI1+PELFijiHTEQF6qix8Q6LLlN4CTVzdGoqoRJV5BUjZ8T4ar/CaxwwSWgzMEDrg8Q==",
20511
20511
  "optional": true,
20512
20512
  "requires": {
20513
- "@saltcorn/db-common": "0.9.0-beta.8",
20513
+ "@saltcorn/db-common": "0.9.0-beta.9",
20514
20514
  "sqlite3": "^5.0.8"
20515
20515
  }
20516
20516
  },
20517
20517
  "@saltcorn/sqlite-mobile": {
20518
- "version": "0.9.0-beta.8",
20519
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.0-beta.8.tgz",
20520
- "integrity": "sha512-hOGLNeTsN02BeXuQtzRYlQ8PTUbSVeA4kgrvCr2CPt5DS3WxuRlb4OMra2F9li5+EYyen2GY375OQj6ghZ5WTw==",
20518
+ "version": "0.9.0-beta.9",
20519
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.0-beta.9.tgz",
20520
+ "integrity": "sha512-VYX9uLCSs0USZ5bHaud76jHCOSMbNnDoaCll97Xh66RCbbmxIZTbl/bP2lGDZm08BzLuyP8tJcWrhBs+rffsKA==",
20521
20521
  "requires": {
20522
- "@saltcorn/db-common": "0.9.0-beta.8"
20522
+ "@saltcorn/db-common": "0.9.0-beta.9"
20523
20523
  }
20524
20524
  },
20525
20525
  "@saltcorn/types": {
20526
- "version": "0.9.0-beta.8",
20527
- "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.0-beta.8.tgz",
20528
- "integrity": "sha512-EAeyzA8F+6mU0Rc2eA6kEQax/xlIiqLl3JvZEo55m4gFdCnu4O4k+pRlNPaOVMc5wdMGu9yV87MoOqp+DEHGtg=="
20526
+ "version": "0.9.0-beta.9",
20527
+ "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.0-beta.9.tgz",
20528
+ "integrity": "sha512-/XpVMifmhwRnkLPsLq9Yo+e/d+p4zvTpf/ufSqFhJDt+Ypm1JQ4c5MiqoTEP03apYCRu1gD/qxClDISDwOupSg=="
20529
20529
  },
20530
20530
  "@sindresorhus/is": {
20531
20531
  "version": "0.14.0",
@@ -22039,9 +22039,9 @@
22039
22039
  "integrity": "sha512-W2lPwkBkMZwFlPCXhIlYgxu+7gC/NUlCtdK652DAJ1JdgV0sTrvuPFshNPrFa1TY2JOkLhgdeEBplB4ezEa+xg=="
22040
22040
  },
22041
22041
  "caniuse-lite": {
22042
- "version": "1.0.30001557",
22043
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001557.tgz",
22044
- "integrity": "sha512-91oR7hLNUP3gG6MLU+n96em322a8Xzes8wWdBKhLgUoiJsAF5irZnxSUCbc+qUZXNnPCfUwLOi9ZCZpkvjQajw=="
22042
+ "version": "1.0.30001558",
22043
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001558.tgz",
22044
+ "integrity": "sha512-/Et7DwLqpjS47JPEcz6VnxU9PwcIdVi0ciLXRWBQdj1XFye68pSQYpV0QtPTfUKWuOaEig+/Vez2l74eDc1tPQ=="
22045
22045
  },
22046
22046
  "cardinal": {
22047
22047
  "version": "2.1.1",
@@ -31413,9 +31413,9 @@
31413
31413
  }
31414
31414
  },
31415
31415
  "terser": {
31416
- "version": "5.22.0",
31417
- "resolved": "https://registry.npmjs.org/terser/-/terser-5.22.0.tgz",
31418
- "integrity": "sha512-hHZVLgRA2z4NWcN6aS5rQDc+7Dcy58HOf2zbYwmFcQ+ua3h6eEFf5lIDKTzbWwlazPyOZsFQO8V80/IjVNExEw==",
31416
+ "version": "5.23.0",
31417
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.23.0.tgz",
31418
+ "integrity": "sha512-Iyy83LN0uX9ZZLCX4Qbu5JiHiWjOCTwrmM9InWOzVeM++KNWEsqV4YgN9U9E8AlohQ6Gs42ztczlWOG/lwDAMA==",
31419
31419
  "requires": {
31420
31420
  "@jridgewell/source-map": "^0.3.3",
31421
31421
  "acorn": "^8.8.2",
@@ -1 +1 @@
1
- {"version":"0.9.0-beta.8","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.0-beta.9","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.0-beta.8",
5
+ "version": "0.9.0-beta.9",
6
6
  "author": "Tom Nielsen @glutamate",
7
7
  "bin": {
8
8
  "saltcorn": "./bin/saltcorn"
@@ -13,11 +13,11 @@
13
13
  "@oclif/config": "^1.18.3",
14
14
  "@oclif/plugin-plugins": "^2.1.0",
15
15
  "@oclif/plugin-help": "^3.3.1",
16
- "@saltcorn/admin-models": "0.9.0-beta.8",
17
- "@saltcorn/data": "0.9.0-beta.8",
18
- "@saltcorn/mobile-app": "0.9.0-beta.8",
19
- "@saltcorn/mobile-builder": "0.9.0-beta.8",
20
- "@saltcorn/server": "0.9.0-beta.8",
16
+ "@saltcorn/admin-models": "0.9.0-beta.9",
17
+ "@saltcorn/data": "0.9.0-beta.9",
18
+ "@saltcorn/mobile-app": "0.9.0-beta.9",
19
+ "@saltcorn/mobile-builder": "0.9.0-beta.9",
20
+ "@saltcorn/server": "0.9.0-beta.9",
21
21
  "cli-ux": "^5.6.7",
22
22
  "contractis": "^0.1.0",
23
23
  "dateformat": "^3.0.3",