@saltcorn/cli 0.9.1-beta.18 → 0.9.1-beta.19

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.1-beta.18 linux-x64 node-v18.7.0
23
+ @saltcorn/cli/0.9.1-beta.19 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.1-beta.18/src/commands/add-schema.js)_
92
+ _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/backup.js)_
109
+ _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/build-app.js)_
157
+ _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/build-cordova-builder.js)_
171
+ _See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/configuration-check.js)_
185
+ _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/configuration-check-backups.js)_
202
+ _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/create-tenant.js)_
221
+ _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/create-user.js)_
239
+ _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/delete-tenants.js)_
250
+ _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/delete-user.js)_
271
+ _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/dev/localize-plugin.js)_
290
+ _See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/dev/make-migration.js)_
306
+ _See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/dev/plugin-test.js)_
327
+ _See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/dev/post-release.js)_
341
+ _See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/dev/release.js)_
355
+ _See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/dev/test-plugin.js)_
373
+ _See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/fixtures.js)_
392
+ _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/get-cfg.js)_
410
+ _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/info.js)_
448
+ _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/inspect.js)_
466
+ _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/install-pack.js)_
482
+ _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/install-plugin.js)_
498
+ _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/list-tenants.js)_
514
+ _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/list-triggers.js)_
530
+ _See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/list-users.js)_
545
+ _See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/migrate.js)_
567
+ _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/modify-user.js)_
596
+ _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/plugins.js)_
623
+ _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/reset-schema.js)_
642
+ _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/restore.js)_
659
+ _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/rm-tenant.js)_
678
+ _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/run-benchmark.js)_
697
+ _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/run-js.js)_
713
+ _See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/run-sql.js)_
729
+ _See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/run-tests.js)_
753
+ _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/run-trigger.js)_
770
+ _See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/scheduler.js)_
784
+ _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/serve.js)_
805
+ _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/set-cfg.js)_
826
+ _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/setup.js)_
845
+ _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/setup-benchmark.js)_
859
+ _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/sync-upload-data.js)_
876
+ _See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/take-snapshot.js)_
891
+ _See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/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.1-beta.18/src/commands/transform-field.js)_
908
+ _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.9.1-beta.19/src/commands/transform-field.js)_
909
909
  <!-- commandsstop -->
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "name": "@saltcorn/cli",
3
- "version": "0.9.1-beta.18",
3
+ "version": "0.9.1-beta.19",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@saltcorn/cli",
9
- "version": "0.9.1-beta.18",
9
+ "version": "0.9.1-beta.19",
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.1-beta.18",
17
- "@saltcorn/data": "0.9.1-beta.18",
18
- "@saltcorn/mobile-app": "0.9.1-beta.18",
19
- "@saltcorn/mobile-builder": "0.9.1-beta.18",
20
- "@saltcorn/server": "0.9.1-beta.18",
16
+ "@saltcorn/admin-models": "0.9.1-beta.19",
17
+ "@saltcorn/data": "0.9.1-beta.19",
18
+ "@saltcorn/mobile-app": "0.9.1-beta.19",
19
+ "@saltcorn/mobile-builder": "0.9.1-beta.19",
20
+ "@saltcorn/server": "0.9.1-beta.19",
21
21
  "cli-ux": "^5.6.7",
22
22
  "contractis": "^0.1.0",
23
23
  "dateformat": "^3.0.3",
@@ -3425,14 +3425,14 @@
3425
3425
  }
3426
3426
  },
3427
3427
  "node_modules/@saltcorn/admin-models": {
3428
- "version": "0.9.1-beta.18",
3429
- "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.1-beta.18.tgz",
3430
- "integrity": "sha512-uXzWHO87r/KrwgPhl7U6q7JolQtUg++ZaLVqi70EUziI8XA2cpDa9mw2VFzK9lKdvtRtRC58ssQqPo7p3FLPIw==",
3431
- "dependencies": {
3432
- "@saltcorn/data": "0.9.1-beta.18",
3433
- "@saltcorn/db-common": "0.9.1-beta.18",
3434
- "@saltcorn/markup": "0.9.1-beta.18",
3435
- "@saltcorn/types": "0.9.1-beta.18",
3428
+ "version": "0.9.1-beta.19",
3429
+ "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.1-beta.19.tgz",
3430
+ "integrity": "sha512-dIFbQHPQEtiOdNvTrrMIM5ZyeRec20LwpHiaA9OMc+3rg1KKbdmfFHmnGaoVAwHSxRWQg9op/qs8srLECBUi6A==",
3431
+ "dependencies": {
3432
+ "@saltcorn/data": "0.9.1-beta.19",
3433
+ "@saltcorn/db-common": "0.9.1-beta.19",
3434
+ "@saltcorn/markup": "0.9.1-beta.19",
3435
+ "@saltcorn/types": "0.9.1-beta.19",
3436
3436
  "@types/lodash": "^4.14.182",
3437
3437
  "adm-zip": "0.5.5",
3438
3438
  "chaos-guinea-pig": "^0.1.4",
@@ -3445,30 +3445,30 @@
3445
3445
  }
3446
3446
  },
3447
3447
  "node_modules/@saltcorn/base-plugin": {
3448
- "version": "0.9.1-beta.18",
3449
- "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.1-beta.18.tgz",
3450
- "integrity": "sha512-NdNu3YmIk2O4oW2nG3EiP7r6EBsW6B2UZ75Iv0MfEUWetHy2jknosrlg8nPGU6DE+6bWVkcJ5NP6pJjGTOul0w==",
3448
+ "version": "0.9.1-beta.19",
3449
+ "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.1-beta.19.tgz",
3450
+ "integrity": "sha512-Zb5WKysGd3/u/DHlpA3va4K1EikRV0V0lFmzEEXRJngFG12Z76RDjyqoDiZ3ToHHm/elcp02Zs61juIWV47q+g==",
3451
3451
  "dependencies": {
3452
- "@saltcorn/data": "0.9.1-beta.18"
3452
+ "@saltcorn/data": "0.9.1-beta.19"
3453
3453
  }
3454
3454
  },
3455
3455
  "node_modules/@saltcorn/builder": {
3456
- "version": "0.9.1-beta.18",
3457
- "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.1-beta.18.tgz",
3458
- "integrity": "sha512-/aT9FqQEam3o9OkLEVgNRZKpVm0ZkWDNX7OI4xjfLHmpUCiXgJ2HrhFON5dI9Wrh9BKIjH+garbo488mPVM+fA==",
3456
+ "version": "0.9.1-beta.19",
3457
+ "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.1-beta.19.tgz",
3458
+ "integrity": "sha512-kydz2OLkBoqgNtOcmA1tZtDZqih47clNGfIzFFtY/GXLPm+JyO7k09X6fRFtKJGOQ5nF8wxO+gsS4Yn8ps6ylg==",
3459
3459
  "dependencies": {
3460
3460
  "styled-components": "4.4.1"
3461
3461
  }
3462
3462
  },
3463
3463
  "node_modules/@saltcorn/data": {
3464
- "version": "0.9.1-beta.18",
3465
- "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.1-beta.18.tgz",
3466
- "integrity": "sha512-XA7/jUrhymnl11IrSTk0Z+S6+3QjE2Nf8fK+foe9K48Uzi24X1v9he/8/QXXgn0vDBXi6T6+UyPctI7wFtq8uA==",
3467
- "dependencies": {
3468
- "@saltcorn/db-common": "0.9.1-beta.18",
3469
- "@saltcorn/markup": "0.9.1-beta.18",
3470
- "@saltcorn/sqlite-mobile": "0.9.1-beta.18",
3471
- "@saltcorn/types": "0.9.1-beta.18",
3464
+ "version": "0.9.1-beta.19",
3465
+ "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.1-beta.19.tgz",
3466
+ "integrity": "sha512-cwmt6G1X6ZpZS2udvjfqbPkUBZ9Bf+QNvuEjjdQJTVd4ZtZZHd//wS3iP9FxpOFn1ZWKnPmYMHN45XQsnl8Qqw==",
3467
+ "dependencies": {
3468
+ "@saltcorn/db-common": "0.9.1-beta.19",
3469
+ "@saltcorn/markup": "0.9.1-beta.19",
3470
+ "@saltcorn/sqlite-mobile": "0.9.1-beta.19",
3471
+ "@saltcorn/types": "0.9.1-beta.19",
3472
3472
  "acorn": "^8.0.3",
3473
3473
  "assert": "^2.0.0",
3474
3474
  "astring": "^1.4.3",
@@ -3511,27 +3511,27 @@
3511
3511
  "vm-browserify": "^1.1.2"
3512
3512
  },
3513
3513
  "optionalDependencies": {
3514
- "@saltcorn/postgres": "0.9.1-beta.18",
3515
- "@saltcorn/sqlite": "0.9.1-beta.18"
3514
+ "@saltcorn/postgres": "0.9.1-beta.19",
3515
+ "@saltcorn/sqlite": "0.9.1-beta.19"
3516
3516
  }
3517
3517
  },
3518
3518
  "node_modules/@saltcorn/db-common": {
3519
- "version": "0.9.1-beta.18",
3520
- "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.1-beta.18.tgz",
3521
- "integrity": "sha512-ucbEhsVYRTBGivOGASPvdeuahOpQ9y0Wv8jPhpuZykmmMRcfeFF2TApHhXu1AY6n9ZpT0G9LgtQcq900CrRjbQ=="
3519
+ "version": "0.9.1-beta.19",
3520
+ "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.1-beta.19.tgz",
3521
+ "integrity": "sha512-0c4E37YDjedaInxKP3YFU17EZyo/f0pzbmU/k9nYr5U6VvHPeYjGSkZQWeZIsncbwIfdI6ioV1mbeRV3yOCxaA=="
3522
3522
  },
3523
3523
  "node_modules/@saltcorn/filemanager": {
3524
- "version": "0.9.1-beta.18",
3525
- "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.1-beta.18.tgz",
3526
- "integrity": "sha512-cucVssUtuk7nv4SQ/dW6/3UHLjdc7RM2mzWgczin5avpeZsl72aOTXHWcv1XTX7ppWUhNOh0tmubuWIqtXeG2A==",
3524
+ "version": "0.9.1-beta.19",
3525
+ "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.1-beta.19.tgz",
3526
+ "integrity": "sha512-zopbCQOGaN7t+Z0uBNfZfxwJCQ4KuhC2PzmRzVfKVnlyXK4L8/z6G1/LGMiR2YLBBCCqBreHPYmhhTRJecL2AQ==",
3527
3527
  "dependencies": {
3528
3528
  "sirv-cli": "^2.0.0"
3529
3529
  }
3530
3530
  },
3531
3531
  "node_modules/@saltcorn/markup": {
3532
- "version": "0.9.1-beta.18",
3533
- "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.1-beta.18.tgz",
3534
- "integrity": "sha512-o6aeXcZysxQvU+yozgYAvYxQwwgqP0v9AIqZsQ1Vz1g+Z0Y1vPKMUAF914MvJvIBdQdVn7AEF9/OmDjz/FrZNQ==",
3532
+ "version": "0.9.1-beta.19",
3533
+ "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.1-beta.19.tgz",
3534
+ "integrity": "sha512-GIzUNu+01JIcAxhPmPvZRFN8gO2VYc/OP3QQWyFMkcL0u/2D9gQhh3Hmj7EFj20F2IH/DW88f3Ushqcrr2wXIA==",
3535
3535
  "dependencies": {
3536
3536
  "escape-html": "^1.0.3",
3537
3537
  "html-tags": "3.1.0",
@@ -3539,27 +3539,27 @@
3539
3539
  }
3540
3540
  },
3541
3541
  "node_modules/@saltcorn/mobile-app": {
3542
- "version": "0.9.1-beta.18",
3543
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.1-beta.18.tgz",
3544
- "integrity": "sha512-o/rVGRJ6xbDgVeZvGPgSqGJdsFyqT6ic1caa/a/3jBmHPRci6cibUsXUIxXXHZNjnyzmOXzOrzw0vC1OxD+BoA==",
3542
+ "version": "0.9.1-beta.19",
3543
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.1-beta.19.tgz",
3544
+ "integrity": "sha512-J2Vpc4742OLkUfeQ6oBXAwCuoZQzFu9/0ckNtzRLlbAJewSnb5ZLMVPaA98zaWRZRIOvJhoWpDQgvKN7h4PPrA==",
3545
3545
  "dependencies": {
3546
3546
  "cordova": "^11.0.0",
3547
3547
  "cordova-sqlite-ext": "^6.0.0"
3548
3548
  }
3549
3549
  },
3550
3550
  "node_modules/@saltcorn/mobile-builder": {
3551
- "version": "0.9.1-beta.18",
3552
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.1-beta.18.tgz",
3553
- "integrity": "sha512-iHGUuSMFBacPtWaDR1Jpyp2Em5+PjHKZc9jnydyO3fkiVONkwLCPPPr2cBdQZ1+GrIhoHuWA6dnKzU3/aVGTgw==",
3551
+ "version": "0.9.1-beta.19",
3552
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.1-beta.19.tgz",
3553
+ "integrity": "sha512-pWT3ghZNgFB6ifXpejeDFQSo0xHTYXUkty9iKubusnORFRXjRib/6wXsbccJVClbWzAxVfTotZijFtWieOb3Zg==",
3554
3554
  "hasInstallScript": true,
3555
3555
  "dependencies": {
3556
- "@saltcorn/base-plugin": "0.9.1-beta.18",
3557
- "@saltcorn/data": "0.9.1-beta.18",
3558
- "@saltcorn/db-common": "0.9.1-beta.18",
3559
- "@saltcorn/markup": "0.9.1-beta.18",
3560
- "@saltcorn/mobile-app": "0.9.1-beta.18",
3561
- "@saltcorn/sbadmin2": "0.9.1-beta.18",
3562
- "@saltcorn/server": "0.9.1-beta.18",
3556
+ "@saltcorn/base-plugin": "0.9.1-beta.19",
3557
+ "@saltcorn/data": "0.9.1-beta.19",
3558
+ "@saltcorn/db-common": "0.9.1-beta.19",
3559
+ "@saltcorn/markup": "0.9.1-beta.19",
3560
+ "@saltcorn/mobile-app": "0.9.1-beta.19",
3561
+ "@saltcorn/sbadmin2": "0.9.1-beta.19",
3562
+ "@saltcorn/server": "0.9.1-beta.19",
3563
3563
  "fs-extra": "^10.0.1",
3564
3564
  "live-plugin-manager": "^0.17.1",
3565
3565
  "webpack": "5.68.0",
@@ -3601,40 +3601,40 @@
3601
3601
  }
3602
3602
  },
3603
3603
  "node_modules/@saltcorn/postgres": {
3604
- "version": "0.9.1-beta.18",
3605
- "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.1-beta.18.tgz",
3606
- "integrity": "sha512-ePsIMMRL47n7XIH3PQqwn99gJQiOt/+RyhAQ+48+EaIXTk87YrgioSFcvaCYIlYMeKr7Q4TC3aUiPqaL/eP0Lw==",
3604
+ "version": "0.9.1-beta.19",
3605
+ "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.1-beta.19.tgz",
3606
+ "integrity": "sha512-5Ls47DOKQoPhrD1lf8fYBdmWXFuIn86Pl/uJBWryDbngmvF7G7uESio1r4Kpq66hf8ObxIzYa5J3Ixc948l6zw==",
3607
3607
  "optional": true,
3608
3608
  "dependencies": {
3609
- "@saltcorn/db-common": "0.9.1-beta.18",
3609
+ "@saltcorn/db-common": "0.9.1-beta.19",
3610
3610
  "pg": "^8.2.1",
3611
3611
  "pg-copy-streams": "^5.1.1"
3612
3612
  }
3613
3613
  },
3614
3614
  "node_modules/@saltcorn/sbadmin2": {
3615
- "version": "0.9.1-beta.18",
3616
- "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.1-beta.18.tgz",
3617
- "integrity": "sha512-sRw6Z4VjwNyGd+i8cmVzDx1P4CHOe/Nu8XubhBdNkljyMhtNOBCMt6apNus1UQFEEtUotlgvRerOUNwaHuvozA==",
3615
+ "version": "0.9.1-beta.19",
3616
+ "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.1-beta.19.tgz",
3617
+ "integrity": "sha512-hbIJFwDi/StDaSC9dm9uf3MsYbBFDUJwB4T584zq17Rj3+O/bwArtTWvMGbKniaL7vmC4m1AYT6QIUtlPuHm+A==",
3618
3618
  "dependencies": {
3619
- "@saltcorn/data": "0.9.1-beta.18",
3620
- "@saltcorn/markup": "0.9.1-beta.18",
3619
+ "@saltcorn/data": "0.9.1-beta.19",
3620
+ "@saltcorn/markup": "0.9.1-beta.19",
3621
3621
  "nunito-fontface": "0.7.3",
3622
3622
  "startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
3623
3623
  }
3624
3624
  },
3625
3625
  "node_modules/@saltcorn/server": {
3626
- "version": "0.9.1-beta.18",
3627
- "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.1-beta.18.tgz",
3628
- "integrity": "sha512-3KYj2CZDCvxMcj9IYryEMMVcnI1hM1SNNGjYmc/2qAlrL8AZ2o9+dWFmT800AJ7lVRG3L+/ltku7c5mNQHhVhQ==",
3626
+ "version": "0.9.1-beta.19",
3627
+ "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.1-beta.19.tgz",
3628
+ "integrity": "sha512-T2q7tUbg7X0bG30NfEWdJcMAK2tXCT4vERjYAF1Qz6ilK7CZ1lhwuqdCqvQmEUid3I7pjptYi0wtvQ2U+Nr8qA==",
3629
3629
  "dependencies": {
3630
3630
  "@aws-sdk/client-s3": "^3.451.0",
3631
- "@saltcorn/admin-models": "0.9.1-beta.18",
3632
- "@saltcorn/base-plugin": "0.9.1-beta.18",
3633
- "@saltcorn/builder": "0.9.1-beta.18",
3634
- "@saltcorn/data": "0.9.1-beta.18",
3635
- "@saltcorn/filemanager": "0.9.1-beta.18",
3636
- "@saltcorn/markup": "0.9.1-beta.18",
3637
- "@saltcorn/sbadmin2": "0.9.1-beta.18",
3631
+ "@saltcorn/admin-models": "0.9.1-beta.19",
3632
+ "@saltcorn/base-plugin": "0.9.1-beta.19",
3633
+ "@saltcorn/builder": "0.9.1-beta.19",
3634
+ "@saltcorn/data": "0.9.1-beta.19",
3635
+ "@saltcorn/filemanager": "0.9.1-beta.19",
3636
+ "@saltcorn/markup": "0.9.1-beta.19",
3637
+ "@saltcorn/sbadmin2": "0.9.1-beta.19",
3638
3638
  "@socket.io/cluster-adapter": "^0.2.1",
3639
3639
  "@socket.io/sticky": "^1.0.1",
3640
3640
  "adm-zip": "0.5.10",
@@ -3697,29 +3697,29 @@
3697
3697
  }
3698
3698
  },
3699
3699
  "node_modules/@saltcorn/sqlite": {
3700
- "version": "0.9.1-beta.18",
3701
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.1-beta.18.tgz",
3702
- "integrity": "sha512-26+6i2ecEoYt0ldQLZbetYIy956OJpJKBLi8spfGwHIu/X8PGKaSnl97K2uUrtozsdfLgLJTg/rztZ8wpDb/kA==",
3700
+ "version": "0.9.1-beta.19",
3701
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.1-beta.19.tgz",
3702
+ "integrity": "sha512-LsyshJ6Hm7QmK2OAijK6Z3RDnA/78WafC8d1beQHHnHVu/ybBfbFDozQpWt30QbkjLmDfWKw7Aht0RBzR2ufFQ==",
3703
3703
  "optional": true,
3704
3704
  "dependencies": {
3705
- "@saltcorn/db-common": "0.9.1-beta.18"
3705
+ "@saltcorn/db-common": "0.9.1-beta.19"
3706
3706
  },
3707
3707
  "optionalDependencies": {
3708
3708
  "sqlite3": "^5.0.8"
3709
3709
  }
3710
3710
  },
3711
3711
  "node_modules/@saltcorn/sqlite-mobile": {
3712
- "version": "0.9.1-beta.18",
3713
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.1-beta.18.tgz",
3714
- "integrity": "sha512-RMBXnGK6ua7hUS8LexjKg2QFwUgzkCFP9/iDw9cTTZQ6agGJlFJk6EiSdtWPNi6K5LgCyuMAWkblkGgsgbfj+g==",
3712
+ "version": "0.9.1-beta.19",
3713
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.1-beta.19.tgz",
3714
+ "integrity": "sha512-b5YZN2f+xkhKPUhJJ6X2IdQDOnoJ/ffit4Qq3LA+xPf0tljXGZVL7zLO6kbaZXgNKNE5jEBfy+f5IZZ7v05jhg==",
3715
3715
  "dependencies": {
3716
- "@saltcorn/db-common": "0.9.1-beta.18"
3716
+ "@saltcorn/db-common": "0.9.1-beta.19"
3717
3717
  }
3718
3718
  },
3719
3719
  "node_modules/@saltcorn/types": {
3720
- "version": "0.9.1-beta.18",
3721
- "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.1-beta.18.tgz",
3722
- "integrity": "sha512-iziL1qBa/MipD4vi5lEy+/0HWOkHPLoCELtKrtzHMU0oL/okT/hmDQiFWmsa1LLtTs7ZE4YhDGW50UjV7mpxjw=="
3720
+ "version": "0.9.1-beta.19",
3721
+ "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.1-beta.19.tgz",
3722
+ "integrity": "sha512-3c2t8XvLQDXtoIH8npXXLf6pE3dLIrXNICJPE+kJzaJHt3BfPgXG01+CqVaS0iSMILoD75gKVbdmVoMaxY5Cuw=="
3723
3723
  },
3724
3724
  "node_modules/@sindresorhus/is": {
3725
3725
  "version": "0.14.0",
@@ -22269,14 +22269,14 @@
22269
22269
  }
22270
22270
  },
22271
22271
  "@saltcorn/admin-models": {
22272
- "version": "0.9.1-beta.18",
22273
- "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.1-beta.18.tgz",
22274
- "integrity": "sha512-uXzWHO87r/KrwgPhl7U6q7JolQtUg++ZaLVqi70EUziI8XA2cpDa9mw2VFzK9lKdvtRtRC58ssQqPo7p3FLPIw==",
22275
- "requires": {
22276
- "@saltcorn/data": "0.9.1-beta.18",
22277
- "@saltcorn/db-common": "0.9.1-beta.18",
22278
- "@saltcorn/markup": "0.9.1-beta.18",
22279
- "@saltcorn/types": "0.9.1-beta.18",
22272
+ "version": "0.9.1-beta.19",
22273
+ "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.1-beta.19.tgz",
22274
+ "integrity": "sha512-dIFbQHPQEtiOdNvTrrMIM5ZyeRec20LwpHiaA9OMc+3rg1KKbdmfFHmnGaoVAwHSxRWQg9op/qs8srLECBUi6A==",
22275
+ "requires": {
22276
+ "@saltcorn/data": "0.9.1-beta.19",
22277
+ "@saltcorn/db-common": "0.9.1-beta.19",
22278
+ "@saltcorn/markup": "0.9.1-beta.19",
22279
+ "@saltcorn/types": "0.9.1-beta.19",
22280
22280
  "@types/lodash": "^4.14.182",
22281
22281
  "adm-zip": "0.5.5",
22282
22282
  "chaos-guinea-pig": "^0.1.4",
@@ -22289,32 +22289,32 @@
22289
22289
  }
22290
22290
  },
22291
22291
  "@saltcorn/base-plugin": {
22292
- "version": "0.9.1-beta.18",
22293
- "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.1-beta.18.tgz",
22294
- "integrity": "sha512-NdNu3YmIk2O4oW2nG3EiP7r6EBsW6B2UZ75Iv0MfEUWetHy2jknosrlg8nPGU6DE+6bWVkcJ5NP6pJjGTOul0w==",
22292
+ "version": "0.9.1-beta.19",
22293
+ "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.1-beta.19.tgz",
22294
+ "integrity": "sha512-Zb5WKysGd3/u/DHlpA3va4K1EikRV0V0lFmzEEXRJngFG12Z76RDjyqoDiZ3ToHHm/elcp02Zs61juIWV47q+g==",
22295
22295
  "requires": {
22296
- "@saltcorn/data": "0.9.1-beta.18"
22296
+ "@saltcorn/data": "0.9.1-beta.19"
22297
22297
  }
22298
22298
  },
22299
22299
  "@saltcorn/builder": {
22300
- "version": "0.9.1-beta.18",
22301
- "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.1-beta.18.tgz",
22302
- "integrity": "sha512-/aT9FqQEam3o9OkLEVgNRZKpVm0ZkWDNX7OI4xjfLHmpUCiXgJ2HrhFON5dI9Wrh9BKIjH+garbo488mPVM+fA==",
22300
+ "version": "0.9.1-beta.19",
22301
+ "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.1-beta.19.tgz",
22302
+ "integrity": "sha512-kydz2OLkBoqgNtOcmA1tZtDZqih47clNGfIzFFtY/GXLPm+JyO7k09X6fRFtKJGOQ5nF8wxO+gsS4Yn8ps6ylg==",
22303
22303
  "requires": {
22304
22304
  "styled-components": "4.4.1"
22305
22305
  }
22306
22306
  },
22307
22307
  "@saltcorn/data": {
22308
- "version": "0.9.1-beta.18",
22309
- "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.1-beta.18.tgz",
22310
- "integrity": "sha512-XA7/jUrhymnl11IrSTk0Z+S6+3QjE2Nf8fK+foe9K48Uzi24X1v9he/8/QXXgn0vDBXi6T6+UyPctI7wFtq8uA==",
22311
- "requires": {
22312
- "@saltcorn/db-common": "0.9.1-beta.18",
22313
- "@saltcorn/markup": "0.9.1-beta.18",
22314
- "@saltcorn/postgres": "0.9.1-beta.18",
22315
- "@saltcorn/sqlite": "0.9.1-beta.18",
22316
- "@saltcorn/sqlite-mobile": "0.9.1-beta.18",
22317
- "@saltcorn/types": "0.9.1-beta.18",
22308
+ "version": "0.9.1-beta.19",
22309
+ "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.1-beta.19.tgz",
22310
+ "integrity": "sha512-cwmt6G1X6ZpZS2udvjfqbPkUBZ9Bf+QNvuEjjdQJTVd4ZtZZHd//wS3iP9FxpOFn1ZWKnPmYMHN45XQsnl8Qqw==",
22311
+ "requires": {
22312
+ "@saltcorn/db-common": "0.9.1-beta.19",
22313
+ "@saltcorn/markup": "0.9.1-beta.19",
22314
+ "@saltcorn/postgres": "0.9.1-beta.19",
22315
+ "@saltcorn/sqlite": "0.9.1-beta.19",
22316
+ "@saltcorn/sqlite-mobile": "0.9.1-beta.19",
22317
+ "@saltcorn/types": "0.9.1-beta.19",
22318
22318
  "acorn": "^8.0.3",
22319
22319
  "assert": "^2.0.0",
22320
22320
  "astring": "^1.4.3",
@@ -22358,22 +22358,22 @@
22358
22358
  }
22359
22359
  },
22360
22360
  "@saltcorn/db-common": {
22361
- "version": "0.9.1-beta.18",
22362
- "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.1-beta.18.tgz",
22363
- "integrity": "sha512-ucbEhsVYRTBGivOGASPvdeuahOpQ9y0Wv8jPhpuZykmmMRcfeFF2TApHhXu1AY6n9ZpT0G9LgtQcq900CrRjbQ=="
22361
+ "version": "0.9.1-beta.19",
22362
+ "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.1-beta.19.tgz",
22363
+ "integrity": "sha512-0c4E37YDjedaInxKP3YFU17EZyo/f0pzbmU/k9nYr5U6VvHPeYjGSkZQWeZIsncbwIfdI6ioV1mbeRV3yOCxaA=="
22364
22364
  },
22365
22365
  "@saltcorn/filemanager": {
22366
- "version": "0.9.1-beta.18",
22367
- "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.1-beta.18.tgz",
22368
- "integrity": "sha512-cucVssUtuk7nv4SQ/dW6/3UHLjdc7RM2mzWgczin5avpeZsl72aOTXHWcv1XTX7ppWUhNOh0tmubuWIqtXeG2A==",
22366
+ "version": "0.9.1-beta.19",
22367
+ "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.1-beta.19.tgz",
22368
+ "integrity": "sha512-zopbCQOGaN7t+Z0uBNfZfxwJCQ4KuhC2PzmRzVfKVnlyXK4L8/z6G1/LGMiR2YLBBCCqBreHPYmhhTRJecL2AQ==",
22369
22369
  "requires": {
22370
22370
  "sirv-cli": "^2.0.0"
22371
22371
  }
22372
22372
  },
22373
22373
  "@saltcorn/markup": {
22374
- "version": "0.9.1-beta.18",
22375
- "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.1-beta.18.tgz",
22376
- "integrity": "sha512-o6aeXcZysxQvU+yozgYAvYxQwwgqP0v9AIqZsQ1Vz1g+Z0Y1vPKMUAF914MvJvIBdQdVn7AEF9/OmDjz/FrZNQ==",
22374
+ "version": "0.9.1-beta.19",
22375
+ "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.1-beta.19.tgz",
22376
+ "integrity": "sha512-GIzUNu+01JIcAxhPmPvZRFN8gO2VYc/OP3QQWyFMkcL0u/2D9gQhh3Hmj7EFj20F2IH/DW88f3Ushqcrr2wXIA==",
22377
22377
  "requires": {
22378
22378
  "escape-html": "^1.0.3",
22379
22379
  "html-tags": "3.1.0",
@@ -22381,26 +22381,26 @@
22381
22381
  }
22382
22382
  },
22383
22383
  "@saltcorn/mobile-app": {
22384
- "version": "0.9.1-beta.18",
22385
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.1-beta.18.tgz",
22386
- "integrity": "sha512-o/rVGRJ6xbDgVeZvGPgSqGJdsFyqT6ic1caa/a/3jBmHPRci6cibUsXUIxXXHZNjnyzmOXzOrzw0vC1OxD+BoA==",
22384
+ "version": "0.9.1-beta.19",
22385
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.1-beta.19.tgz",
22386
+ "integrity": "sha512-J2Vpc4742OLkUfeQ6oBXAwCuoZQzFu9/0ckNtzRLlbAJewSnb5ZLMVPaA98zaWRZRIOvJhoWpDQgvKN7h4PPrA==",
22387
22387
  "requires": {
22388
22388
  "cordova": "^11.0.0",
22389
22389
  "cordova-sqlite-ext": "^6.0.0"
22390
22390
  }
22391
22391
  },
22392
22392
  "@saltcorn/mobile-builder": {
22393
- "version": "0.9.1-beta.18",
22394
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.1-beta.18.tgz",
22395
- "integrity": "sha512-iHGUuSMFBacPtWaDR1Jpyp2Em5+PjHKZc9jnydyO3fkiVONkwLCPPPr2cBdQZ1+GrIhoHuWA6dnKzU3/aVGTgw==",
22396
- "requires": {
22397
- "@saltcorn/base-plugin": "0.9.1-beta.18",
22398
- "@saltcorn/data": "0.9.1-beta.18",
22399
- "@saltcorn/db-common": "0.9.1-beta.18",
22400
- "@saltcorn/markup": "0.9.1-beta.18",
22401
- "@saltcorn/mobile-app": "0.9.1-beta.18",
22402
- "@saltcorn/sbadmin2": "0.9.1-beta.18",
22403
- "@saltcorn/server": "0.9.1-beta.18",
22393
+ "version": "0.9.1-beta.19",
22394
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.1-beta.19.tgz",
22395
+ "integrity": "sha512-pWT3ghZNgFB6ifXpejeDFQSo0xHTYXUkty9iKubusnORFRXjRib/6wXsbccJVClbWzAxVfTotZijFtWieOb3Zg==",
22396
+ "requires": {
22397
+ "@saltcorn/base-plugin": "0.9.1-beta.19",
22398
+ "@saltcorn/data": "0.9.1-beta.19",
22399
+ "@saltcorn/db-common": "0.9.1-beta.19",
22400
+ "@saltcorn/markup": "0.9.1-beta.19",
22401
+ "@saltcorn/mobile-app": "0.9.1-beta.19",
22402
+ "@saltcorn/sbadmin2": "0.9.1-beta.19",
22403
+ "@saltcorn/server": "0.9.1-beta.19",
22404
22404
  "fs-extra": "^10.0.1",
22405
22405
  "live-plugin-manager": "^0.17.1",
22406
22406
  "webpack": "5.68.0",
@@ -22436,40 +22436,40 @@
22436
22436
  }
22437
22437
  },
22438
22438
  "@saltcorn/postgres": {
22439
- "version": "0.9.1-beta.18",
22440
- "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.1-beta.18.tgz",
22441
- "integrity": "sha512-ePsIMMRL47n7XIH3PQqwn99gJQiOt/+RyhAQ+48+EaIXTk87YrgioSFcvaCYIlYMeKr7Q4TC3aUiPqaL/eP0Lw==",
22439
+ "version": "0.9.1-beta.19",
22440
+ "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.1-beta.19.tgz",
22441
+ "integrity": "sha512-5Ls47DOKQoPhrD1lf8fYBdmWXFuIn86Pl/uJBWryDbngmvF7G7uESio1r4Kpq66hf8ObxIzYa5J3Ixc948l6zw==",
22442
22442
  "optional": true,
22443
22443
  "requires": {
22444
- "@saltcorn/db-common": "0.9.1-beta.18",
22444
+ "@saltcorn/db-common": "0.9.1-beta.19",
22445
22445
  "pg": "^8.2.1",
22446
22446
  "pg-copy-streams": "^5.1.1"
22447
22447
  }
22448
22448
  },
22449
22449
  "@saltcorn/sbadmin2": {
22450
- "version": "0.9.1-beta.18",
22451
- "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.1-beta.18.tgz",
22452
- "integrity": "sha512-sRw6Z4VjwNyGd+i8cmVzDx1P4CHOe/Nu8XubhBdNkljyMhtNOBCMt6apNus1UQFEEtUotlgvRerOUNwaHuvozA==",
22450
+ "version": "0.9.1-beta.19",
22451
+ "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.1-beta.19.tgz",
22452
+ "integrity": "sha512-hbIJFwDi/StDaSC9dm9uf3MsYbBFDUJwB4T584zq17Rj3+O/bwArtTWvMGbKniaL7vmC4m1AYT6QIUtlPuHm+A==",
22453
22453
  "requires": {
22454
- "@saltcorn/data": "0.9.1-beta.18",
22455
- "@saltcorn/markup": "0.9.1-beta.18",
22454
+ "@saltcorn/data": "0.9.1-beta.19",
22455
+ "@saltcorn/markup": "0.9.1-beta.19",
22456
22456
  "nunito-fontface": "0.7.3",
22457
22457
  "startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
22458
22458
  }
22459
22459
  },
22460
22460
  "@saltcorn/server": {
22461
- "version": "0.9.1-beta.18",
22462
- "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.1-beta.18.tgz",
22463
- "integrity": "sha512-3KYj2CZDCvxMcj9IYryEMMVcnI1hM1SNNGjYmc/2qAlrL8AZ2o9+dWFmT800AJ7lVRG3L+/ltku7c5mNQHhVhQ==",
22461
+ "version": "0.9.1-beta.19",
22462
+ "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.1-beta.19.tgz",
22463
+ "integrity": "sha512-T2q7tUbg7X0bG30NfEWdJcMAK2tXCT4vERjYAF1Qz6ilK7CZ1lhwuqdCqvQmEUid3I7pjptYi0wtvQ2U+Nr8qA==",
22464
22464
  "requires": {
22465
22465
  "@aws-sdk/client-s3": "^3.451.0",
22466
- "@saltcorn/admin-models": "0.9.1-beta.18",
22467
- "@saltcorn/base-plugin": "0.9.1-beta.18",
22468
- "@saltcorn/builder": "0.9.1-beta.18",
22469
- "@saltcorn/data": "0.9.1-beta.18",
22470
- "@saltcorn/filemanager": "0.9.1-beta.18",
22471
- "@saltcorn/markup": "0.9.1-beta.18",
22472
- "@saltcorn/sbadmin2": "0.9.1-beta.18",
22466
+ "@saltcorn/admin-models": "0.9.1-beta.19",
22467
+ "@saltcorn/base-plugin": "0.9.1-beta.19",
22468
+ "@saltcorn/builder": "0.9.1-beta.19",
22469
+ "@saltcorn/data": "0.9.1-beta.19",
22470
+ "@saltcorn/filemanager": "0.9.1-beta.19",
22471
+ "@saltcorn/markup": "0.9.1-beta.19",
22472
+ "@saltcorn/sbadmin2": "0.9.1-beta.19",
22473
22473
  "@socket.io/cluster-adapter": "^0.2.1",
22474
22474
  "@socket.io/sticky": "^1.0.1",
22475
22475
  "adm-zip": "0.5.10",
@@ -22529,27 +22529,27 @@
22529
22529
  }
22530
22530
  },
22531
22531
  "@saltcorn/sqlite": {
22532
- "version": "0.9.1-beta.18",
22533
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.1-beta.18.tgz",
22534
- "integrity": "sha512-26+6i2ecEoYt0ldQLZbetYIy956OJpJKBLi8spfGwHIu/X8PGKaSnl97K2uUrtozsdfLgLJTg/rztZ8wpDb/kA==",
22532
+ "version": "0.9.1-beta.19",
22533
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.1-beta.19.tgz",
22534
+ "integrity": "sha512-LsyshJ6Hm7QmK2OAijK6Z3RDnA/78WafC8d1beQHHnHVu/ybBfbFDozQpWt30QbkjLmDfWKw7Aht0RBzR2ufFQ==",
22535
22535
  "optional": true,
22536
22536
  "requires": {
22537
- "@saltcorn/db-common": "0.9.1-beta.18",
22537
+ "@saltcorn/db-common": "0.9.1-beta.19",
22538
22538
  "sqlite3": "^5.0.8"
22539
22539
  }
22540
22540
  },
22541
22541
  "@saltcorn/sqlite-mobile": {
22542
- "version": "0.9.1-beta.18",
22543
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.1-beta.18.tgz",
22544
- "integrity": "sha512-RMBXnGK6ua7hUS8LexjKg2QFwUgzkCFP9/iDw9cTTZQ6agGJlFJk6EiSdtWPNi6K5LgCyuMAWkblkGgsgbfj+g==",
22542
+ "version": "0.9.1-beta.19",
22543
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.1-beta.19.tgz",
22544
+ "integrity": "sha512-b5YZN2f+xkhKPUhJJ6X2IdQDOnoJ/ffit4Qq3LA+xPf0tljXGZVL7zLO6kbaZXgNKNE5jEBfy+f5IZZ7v05jhg==",
22545
22545
  "requires": {
22546
- "@saltcorn/db-common": "0.9.1-beta.18"
22546
+ "@saltcorn/db-common": "0.9.1-beta.19"
22547
22547
  }
22548
22548
  },
22549
22549
  "@saltcorn/types": {
22550
- "version": "0.9.1-beta.18",
22551
- "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.1-beta.18.tgz",
22552
- "integrity": "sha512-iziL1qBa/MipD4vi5lEy+/0HWOkHPLoCELtKrtzHMU0oL/okT/hmDQiFWmsa1LLtTs7ZE4YhDGW50UjV7mpxjw=="
22550
+ "version": "0.9.1-beta.19",
22551
+ "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.1-beta.19.tgz",
22552
+ "integrity": "sha512-3c2t8XvLQDXtoIH8npXXLf6pE3dLIrXNICJPE+kJzaJHt3BfPgXG01+CqVaS0iSMILoD75gKVbdmVoMaxY5Cuw=="
22553
22553
  },
22554
22554
  "@sindresorhus/is": {
22555
22555
  "version": "0.14.0",
@@ -1 +1 @@
1
- {"version":"0.9.1-beta.18","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.1-beta.19","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.1-beta.18",
5
+ "version": "0.9.1-beta.19",
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.1-beta.18",
17
- "@saltcorn/data": "0.9.1-beta.18",
18
- "@saltcorn/mobile-app": "0.9.1-beta.18",
19
- "@saltcorn/mobile-builder": "0.9.1-beta.18",
20
- "@saltcorn/server": "0.9.1-beta.18",
16
+ "@saltcorn/admin-models": "0.9.1-beta.19",
17
+ "@saltcorn/data": "0.9.1-beta.19",
18
+ "@saltcorn/mobile-app": "0.9.1-beta.19",
19
+ "@saltcorn/mobile-builder": "0.9.1-beta.19",
20
+ "@saltcorn/server": "0.9.1-beta.19",
21
21
  "cli-ux": "^5.6.7",
22
22
  "contractis": "^0.1.0",
23
23
  "dateformat": "^3.0.3",