@saltcorn/cli 0.9.5 → 0.9.6-beta.0

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.5 linux-x64 node-v18.7.0
23
+ @saltcorn/cli/0.9.6-beta.0 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.5/src/commands/add-schema.js)_
92
+ _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/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.5/src/commands/backup.js)_
109
+ _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/backup.js)_
110
110
 
111
111
  ## `saltcorn build-app`
112
112
 
@@ -173,7 +173,7 @@ OPTIONS
173
173
  build for this tenant
174
174
  ```
175
175
 
176
- _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/build-app.js)_
176
+ _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/build-app.js)_
177
177
 
178
178
  ## `saltcorn build-cordova-builder`
179
179
 
@@ -187,7 +187,7 @@ OPTIONS
187
187
  --buildClean run a clean build with --no-cache
188
188
  ```
189
189
 
190
- _See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/build-cordova-builder.js)_
190
+ _See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/build-cordova-builder.js)_
191
191
 
192
192
  ## `saltcorn configuration-check`
193
193
 
@@ -201,7 +201,7 @@ OPTIONS
201
201
  -t, --tenant=tenant tenant
202
202
  ```
203
203
 
204
- _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/configuration-check.js)_
204
+ _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/configuration-check.js)_
205
205
 
206
206
  ## `saltcorn configuration-check-backups FILES`
207
207
 
@@ -218,7 +218,7 @@ OPTIONS
218
218
  -d, --destructive destructive
219
219
  ```
220
220
 
221
- _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/configuration-check-backups.js)_
221
+ _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/configuration-check-backups.js)_
222
222
 
223
223
  ## `saltcorn create-tenant TENANT`
224
224
 
@@ -237,7 +237,7 @@ OPTIONS
237
237
  --url=url Url of tenant
238
238
  ```
239
239
 
240
- _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/create-tenant.js)_
240
+ _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/create-tenant.js)_
241
241
 
242
242
  ## `saltcorn create-user`
243
243
 
@@ -255,7 +255,7 @@ OPTIONS
255
255
  -t, --tenant=tenant tenant
256
256
  ```
257
257
 
258
- _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/create-user.js)_
258
+ _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/create-user.js)_
259
259
 
260
260
  ## `saltcorn delete-tenants`
261
261
 
@@ -266,7 +266,7 @@ USAGE
266
266
  $ saltcorn delete-tenants
267
267
  ```
268
268
 
269
- _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/delete-tenants.js)_
269
+ _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/delete-tenants.js)_
270
270
 
271
271
  ## `saltcorn delete-user USER_EMAIL`
272
272
 
@@ -287,7 +287,7 @@ DESCRIPTION
287
287
  Command deletes the user specified by USER_EMAIL.
288
288
  ```
289
289
 
290
- _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/delete-user.js)_
290
+ _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/delete-user.js)_
291
291
 
292
292
  ## `saltcorn dev:localize-plugin PLUGIN [PATH]`
293
293
 
@@ -306,7 +306,7 @@ OPTIONS
306
306
  -u, --unlocalize Unlocalize plugin (local to npm)
307
307
  ```
308
308
 
309
- _See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/dev/localize-plugin.js)_
309
+ _See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/dev/localize-plugin.js)_
310
310
 
311
311
  ## `saltcorn make-migration`
312
312
 
@@ -322,7 +322,7 @@ DESCRIPTION
322
322
  unless you are a developer.
323
323
  ```
324
324
 
325
- _See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/dev/make-migration.js)_
325
+ _See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/dev/make-migration.js)_
326
326
 
327
327
  ## `saltcorn saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip`
328
328
 
@@ -343,7 +343,7 @@ OPTIONS
343
343
  --database=database Run on specified database. Default is 'saltcorn_test''
344
344
  ```
345
345
 
346
- _See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/dev/plugin-test.js)_
346
+ _See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/dev/plugin-test.js)_
347
347
 
348
348
  ## `saltcorn dev:post-release [TASK]`
349
349
 
@@ -357,7 +357,7 @@ ARGUMENTS
357
357
  TASK (docker|vagrant|all|none) What to do
358
358
  ```
359
359
 
360
- _See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/dev/post-release.js)_
360
+ _See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/dev/post-release.js)_
361
361
 
362
362
  ## `saltcorn dev:release VERSION`
363
363
 
@@ -374,7 +374,7 @@ OPTIONS
374
374
  -t, --tag=tag NPM tag
375
375
  ```
376
376
 
377
- _See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/dev/release.js)_
377
+ _See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/dev/release.js)_
378
378
 
379
379
  ## `saltcorn dev:test-plugin PATH`
380
380
 
@@ -392,7 +392,7 @@ DESCRIPTION
392
392
  Extra documentation goes here
393
393
  ```
394
394
 
395
- _See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/dev/test-plugin.js)_
395
+ _See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/dev/test-plugin.js)_
396
396
 
397
397
  ## `saltcorn fixtures`
398
398
 
@@ -411,7 +411,7 @@ DESCRIPTION
411
411
  This manual step it is never required for users and rarely required for developers
412
412
  ```
413
413
 
414
- _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/fixtures.js)_
414
+ _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/fixtures.js)_
415
415
 
416
416
  ## `saltcorn get-cfg [KEY]`
417
417
 
@@ -429,7 +429,7 @@ OPTIONS
429
429
  -t, --tenant=tenant tenant
430
430
  ```
431
431
 
432
- _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/get-cfg.js)_
432
+ _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/get-cfg.js)_
433
433
 
434
434
  ## `saltcorn help [COMMAND]`
435
435
 
@@ -467,7 +467,7 @@ ALIASES
467
467
  $ saltcorn paths
468
468
  ```
469
469
 
470
- _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/info.js)_
470
+ _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/info.js)_
471
471
 
472
472
  ## `saltcorn inspect TYPE [NAME]`
473
473
 
@@ -485,7 +485,7 @@ OPTIONS
485
485
  -t, --tenant=tenant tenant
486
486
  ```
487
487
 
488
- _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/inspect.js)_
488
+ _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/inspect.js)_
489
489
 
490
490
  ## `saltcorn install-pack`
491
491
 
@@ -501,7 +501,7 @@ OPTIONS
501
501
  -t, --tenant=tenant tenant
502
502
  ```
503
503
 
504
- _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/install-pack.js)_
504
+ _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/install-pack.js)_
505
505
 
506
506
  ## `saltcorn install-plugin`
507
507
 
@@ -517,7 +517,7 @@ OPTIONS
517
517
  -t, --tenant=tenant tenant
518
518
  ```
519
519
 
520
- _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/install-plugin.js)_
520
+ _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/install-plugin.js)_
521
521
 
522
522
  ## `saltcorn list-tenants`
523
523
 
@@ -533,7 +533,7 @@ OPTIONS
533
533
  -v, --verbose verbose output
534
534
  ```
535
535
 
536
- _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/list-tenants.js)_
536
+ _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/list-tenants.js)_
537
537
 
538
538
  ## `saltcorn list-triggers`
539
539
 
@@ -549,7 +549,7 @@ OPTIONS
549
549
  -v, --verbose verbose output
550
550
  ```
551
551
 
552
- _See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/list-triggers.js)_
552
+ _See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/list-triggers.js)_
553
553
 
554
554
  ## `saltcorn list-users`
555
555
 
@@ -564,7 +564,7 @@ OPTIONS
564
564
  -v, --verbose verbose output
565
565
  ```
566
566
 
567
- _See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/list-users.js)_
567
+ _See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/list-users.js)_
568
568
 
569
569
  ## `saltcorn saltcorn migrate`
570
570
 
@@ -586,7 +586,7 @@ DESCRIPTION
586
586
  servers and need to control when the migrations are run.
587
587
  ```
588
588
 
589
- _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/migrate.js)_
589
+ _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/migrate.js)_
590
590
 
591
591
  ## `saltcorn modify-user USER_EMAIL`
592
592
 
@@ -615,7 +615,7 @@ DESCRIPTION
615
615
  NOTE that -a and -r role (--role=role) can give conflict.
616
616
  ```
617
617
 
618
- _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/modify-user.js)_
618
+ _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/modify-user.js)_
619
619
 
620
620
  ## `saltcorn plugins`
621
621
 
@@ -642,7 +642,7 @@ EXAMPLES
642
642
  plugins -u -f - force plugin update
643
643
  ```
644
644
 
645
- _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/plugins.js)_
645
+ _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/plugins.js)_
646
646
 
647
647
  ## `saltcorn reset-schema`
648
648
 
@@ -661,7 +661,7 @@ DESCRIPTION
661
661
  This will delete all existing information
662
662
  ```
663
663
 
664
- _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/reset-schema.js)_
664
+ _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/reset-schema.js)_
665
665
 
666
666
  ## `saltcorn restore FILE`
667
667
 
@@ -678,7 +678,7 @@ OPTIONS
678
678
  -t, --tenant=tenant tenant
679
679
  ```
680
680
 
681
- _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/restore.js)_
681
+ _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/restore.js)_
682
682
 
683
683
  ## `saltcorn rm-tenant`
684
684
 
@@ -697,7 +697,7 @@ DESCRIPTION
697
697
  It recommended to make backup of tenant before perform this command.
698
698
  ```
699
699
 
700
- _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/rm-tenant.js)_
700
+ _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/rm-tenant.js)_
701
701
 
702
702
  ## `saltcorn run-benchmark [BASEURL]`
703
703
 
@@ -716,7 +716,7 @@ OPTIONS
716
716
  -t, --token=token API Token for reporting results
717
717
  ```
718
718
 
719
- _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/run-benchmark.js)_
719
+ _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/run-benchmark.js)_
720
720
 
721
721
  ## `saltcorn run-js`
722
722
 
@@ -732,7 +732,7 @@ OPTIONS
732
732
  -t, --tenant=tenant tenant name
733
733
  ```
734
734
 
735
- _See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/run-js.js)_
735
+ _See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/run-js.js)_
736
736
 
737
737
  ## `saltcorn run-sql`
738
738
 
@@ -748,7 +748,7 @@ OPTIONS
748
748
  -t, --tenant=tenant tenant name
749
749
  ```
750
750
 
751
- _See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/run-sql.js)_
751
+ _See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/run-sql.js)_
752
752
 
753
753
  ## `saltcorn run-tests [PACKAGE]`
754
754
 
@@ -772,7 +772,7 @@ OPTIONS
772
772
  --watchAll Watch files for changes and rerun all tests.
773
773
  ```
774
774
 
775
- _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/run-tests.js)_
775
+ _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/run-tests.js)_
776
776
 
777
777
  ## `saltcorn run-trigger TRIGGER`
778
778
 
@@ -789,7 +789,7 @@ OPTIONS
789
789
  -t, --tenant=tenant tenant
790
790
  ```
791
791
 
792
- _See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/run-trigger.js)_
792
+ _See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/run-trigger.js)_
793
793
 
794
794
  ## `saltcorn scheduler`
795
795
 
@@ -803,7 +803,7 @@ OPTIONS
803
803
  -v, --verbose Verbose
804
804
  ```
805
805
 
806
- _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/scheduler.js)_
806
+ _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/scheduler.js)_
807
807
 
808
808
  ## `saltcorn serve`
809
809
 
@@ -824,7 +824,7 @@ OPTIONS
824
824
  --subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
825
825
  ```
826
826
 
827
- _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/serve.js)_
827
+ _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/serve.js)_
828
828
 
829
829
  ## `saltcorn set-cfg [KEY] [VALUE]`
830
830
 
@@ -845,7 +845,7 @@ OPTIONS
845
845
  -t, --tenant=tenant tenant
846
846
  ```
847
847
 
848
- _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/set-cfg.js)_
848
+ _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/set-cfg.js)_
849
849
 
850
850
  ## `saltcorn setup`
851
851
 
@@ -864,7 +864,7 @@ DESCRIPTION
864
864
  configuration file
865
865
  ```
866
866
 
867
- _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/setup.js)_
867
+ _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/setup.js)_
868
868
 
869
869
  ## `saltcorn setup-benchmark`
870
870
 
@@ -878,7 +878,7 @@ OPTIONS
878
878
  -t, --tenant=tenant tenant
879
879
  ```
880
880
 
881
- _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/setup-benchmark.js)_
881
+ _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/setup-benchmark.js)_
882
882
 
883
883
  ## `saltcorn sync-upload-data`
884
884
 
@@ -895,7 +895,7 @@ OPTIONS
895
895
  --userEmail=userEmail email of the user running the sync
896
896
  ```
897
897
 
898
- _See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/sync-upload-data.js)_
898
+ _See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/sync-upload-data.js)_
899
899
 
900
900
  ## `saltcorn take-snapshot`
901
901
 
@@ -910,7 +910,7 @@ OPTIONS
910
910
  -t, --tenant=tenant tenant
911
911
  ```
912
912
 
913
- _See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/take-snapshot.js)_
913
+ _See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/take-snapshot.js)_
914
914
 
915
915
  ## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
916
916
 
@@ -927,5 +927,5 @@ ARGUMENTS
927
927
  TENANT tenant name
928
928
  ```
929
929
 
930
- _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5/src/commands/transform-field.js)_
930
+ _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.0/src/commands/transform-field.js)_
931
931
  <!-- commandsstop -->
@@ -1,25 +1,25 @@
1
1
  {
2
2
  "name": "@saltcorn/cli",
3
- "version": "0.9.5",
3
+ "version": "0.9.6-beta.0",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@saltcorn/cli",
9
- "version": "0.9.5",
9
+ "version": "0.9.6-beta.0",
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.5",
17
- "@saltcorn/common-code": "0.9.5",
18
- "@saltcorn/data": "0.9.5",
19
- "@saltcorn/mobile-app": "0.9.5",
20
- "@saltcorn/mobile-builder": "0.9.5",
21
- "@saltcorn/plugins-loader": "0.9.5",
22
- "@saltcorn/server": "0.9.5",
16
+ "@saltcorn/admin-models": "0.9.6-beta.0",
17
+ "@saltcorn/common-code": "0.9.6-beta.0",
18
+ "@saltcorn/data": "0.9.6-beta.0",
19
+ "@saltcorn/mobile-app": "0.9.6-beta.0",
20
+ "@saltcorn/mobile-builder": "0.9.6-beta.0",
21
+ "@saltcorn/plugins-loader": "0.9.6-beta.0",
22
+ "@saltcorn/server": "0.9.6-beta.0",
23
23
  "cli-ux": "^5.6.7",
24
24
  "contractis": "^0.1.0",
25
25
  "dateformat": "^3.0.3",
@@ -4104,14 +4104,14 @@
4104
4104
  }
4105
4105
  },
4106
4106
  "node_modules/@saltcorn/admin-models": {
4107
- "version": "0.9.5",
4108
- "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.5.tgz",
4109
- "integrity": "sha512-sZBOtcw+EikfjHXZ1bnkloK6+w5ZBnbBP10YaJGTuu6tDZY+GmcMUST0GvjXpugvAZ65qDlD6JNynSojDGGfug==",
4110
- "dependencies": {
4111
- "@saltcorn/data": "0.9.5",
4112
- "@saltcorn/db-common": "0.9.5",
4113
- "@saltcorn/markup": "0.9.5",
4114
- "@saltcorn/types": "0.9.5",
4107
+ "version": "0.9.6-beta.0",
4108
+ "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.6-beta.0.tgz",
4109
+ "integrity": "sha512-TRWUjdqcMG3z33fWCIyL/8B2Y+Xn8NzzBXv8nlq+6B1VyFonv1aN+Io4eZBALvR1bJ8tD4BkM75tci3+vlu2Ew==",
4110
+ "dependencies": {
4111
+ "@saltcorn/data": "0.9.6-beta.0",
4112
+ "@saltcorn/db-common": "0.9.6-beta.0",
4113
+ "@saltcorn/markup": "0.9.6-beta.0",
4114
+ "@saltcorn/types": "0.9.6-beta.0",
4115
4115
  "@types/lodash": "^4.14.182",
4116
4116
  "@types/ssh2-sftp-client": "9.0.3",
4117
4117
  "adm-zip": "0.5.5",
@@ -4126,36 +4126,36 @@
4126
4126
  }
4127
4127
  },
4128
4128
  "node_modules/@saltcorn/base-plugin": {
4129
- "version": "0.9.5",
4130
- "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.5.tgz",
4131
- "integrity": "sha512-J0eQuX0bcFwKx/BkMLlSSquUtxfgu72PV0EhG/+bhCb5T1KAGskFJCysEKRFFjCRiAjTNqRcuzB8yoFvF2MtDg==",
4129
+ "version": "0.9.6-beta.0",
4130
+ "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.6-beta.0.tgz",
4131
+ "integrity": "sha512-IZsN5g0xOXIwxE6Bx7Hq+owvsMFcQXHKtZGsFCx7NR0y1ETI0OQ1UkQhR19bSDlF/x5E4dKWLXtPeGx8+t1snw==",
4132
4132
  "dependencies": {
4133
- "@saltcorn/data": "0.9.5"
4133
+ "@saltcorn/data": "0.9.6-beta.0"
4134
4134
  }
4135
4135
  },
4136
4136
  "node_modules/@saltcorn/builder": {
4137
- "version": "0.9.5",
4138
- "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.5.tgz",
4139
- "integrity": "sha512-e88SssvQQVRzqtRvViP6H+F7/CO2zURPluuZh2/zLOQTDbh2s4NnbRq1IKwoDfCzBRHFrktxA1MrBZGl9fLscw==",
4137
+ "version": "0.9.6-beta.0",
4138
+ "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.6-beta.0.tgz",
4139
+ "integrity": "sha512-vSvi9wovJHIM59UI63ZmKW5v944kQA9l7qqqlnABPcFyRf3J16Zg2cuQb+XZpyWgzFDBNPygTpQt86gaFbFDLw==",
4140
4140
  "dependencies": {
4141
4141
  "styled-components": "4.4.1"
4142
4142
  }
4143
4143
  },
4144
4144
  "node_modules/@saltcorn/common-code": {
4145
- "version": "0.9.5",
4146
- "resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-0.9.5.tgz",
4147
- "integrity": "sha512-K3I38joV1O67G4WH1xSbb6QinrnWLXmWHsTl4PoNCx5WYkbj4xJjABLf6F+S+B9JNG19Za/w8DaAUoSem5MZqQ=="
4145
+ "version": "0.9.6-beta.0",
4146
+ "resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-0.9.6-beta.0.tgz",
4147
+ "integrity": "sha512-dYl4KHLYVyP+/jQ8ZEXOhn+GtS8fInmVbS1D2OLznXutlMpI8G+5++CRYcV3PclzMu8GmPkf2UWycPgYmTtHiQ=="
4148
4148
  },
4149
4149
  "node_modules/@saltcorn/data": {
4150
- "version": "0.9.5",
4151
- "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.5.tgz",
4152
- "integrity": "sha512-NPwA+22zXaHsgLUeQfj4G4g2PfmAx9+weUAGe3Uylo8Ej5+dpEsJtMwR+cJYzFfCdzNjUFLKAU1ZYnkGrXPWjA==",
4153
- "dependencies": {
4154
- "@saltcorn/common-code": "0.9.5",
4155
- "@saltcorn/db-common": "0.9.5",
4156
- "@saltcorn/markup": "0.9.5",
4157
- "@saltcorn/sqlite-mobile": "0.9.5",
4158
- "@saltcorn/types": "0.9.5",
4150
+ "version": "0.9.6-beta.0",
4151
+ "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.6-beta.0.tgz",
4152
+ "integrity": "sha512-l+PiNpG7duaWJ4PIL7ErAZp1oj8UrFUUuNNBWaseMG9LuaKFTIAvmO/BuL2ZOZNGqEUDL2yrkdH7D/Q9Hmdeww==",
4153
+ "dependencies": {
4154
+ "@saltcorn/common-code": "0.9.6-beta.0",
4155
+ "@saltcorn/db-common": "0.9.6-beta.0",
4156
+ "@saltcorn/markup": "0.9.6-beta.0",
4157
+ "@saltcorn/sqlite-mobile": "0.9.6-beta.0",
4158
+ "@saltcorn/types": "0.9.6-beta.0",
4159
4159
  "acorn": "^8.0.3",
4160
4160
  "assert": "^2.0.0",
4161
4161
  "astring": "^1.4.3",
@@ -4198,27 +4198,27 @@
4198
4198
  "vm-browserify": "^1.1.2"
4199
4199
  },
4200
4200
  "optionalDependencies": {
4201
- "@saltcorn/postgres": "0.9.5",
4202
- "@saltcorn/sqlite": "0.9.5"
4201
+ "@saltcorn/postgres": "0.9.6-beta.0",
4202
+ "@saltcorn/sqlite": "0.9.6-beta.0"
4203
4203
  }
4204
4204
  },
4205
4205
  "node_modules/@saltcorn/db-common": {
4206
- "version": "0.9.5",
4207
- "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.5.tgz",
4208
- "integrity": "sha512-K7+6PgmAlxVIKmDS7+s+NfJktu682BdU0GNIVE7CryI1t+horFKRzcc7ODhoozb69h1np0LsZ03OUPiKisNmSA=="
4206
+ "version": "0.9.6-beta.0",
4207
+ "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.6-beta.0.tgz",
4208
+ "integrity": "sha512-HWCwTlDyP1z+TD4a8qLTGzUEhcXDXZWw1cfF6itVjaqQWUwWg4LD9LYsB/2h0HkYozKclFuLjCv/UOH4KnrWfw=="
4209
4209
  },
4210
4210
  "node_modules/@saltcorn/filemanager": {
4211
- "version": "0.9.5",
4212
- "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.5.tgz",
4213
- "integrity": "sha512-QQp6rPZHIrkUrc3Lj7khQqrdUApuukGudiDIvPmilOTyevkIP7zuVZH0vRGsrDT1AM+DtlkT8aQGIeTgYTxcQA==",
4211
+ "version": "0.9.6-beta.0",
4212
+ "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.6-beta.0.tgz",
4213
+ "integrity": "sha512-3aoCL642ib1p5P/Ne7HzC6YXi8BAhGJL1/AFS50YiorsvaillmoJW4r83WmASgPVeFQVS3Ve7ERjWiwmz38yOQ==",
4214
4214
  "dependencies": {
4215
4215
  "sirv-cli": "^2.0.0"
4216
4216
  }
4217
4217
  },
4218
4218
  "node_modules/@saltcorn/markup": {
4219
- "version": "0.9.5",
4220
- "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.5.tgz",
4221
- "integrity": "sha512-RKJghmP0D5L611xqTctQkS9nM8phLq7z0f4gCNLoZSv7J7IqQ9L98svLSwQO8kX9VTffg/AK2+Kec8THYxlAMg==",
4219
+ "version": "0.9.6-beta.0",
4220
+ "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.6-beta.0.tgz",
4221
+ "integrity": "sha512-TsZY/9jx6xXCO7W7TRhBl2yBC+EAaI4SYI+xawzJePulFLyI7S+7IkspFRUJ9Ut+cMG/cwMSetVBeGHdYMQBuQ==",
4222
4222
  "dependencies": {
4223
4223
  "escape-html": "^1.0.3",
4224
4224
  "html-tags": "3.1.0",
@@ -4226,26 +4226,26 @@
4226
4226
  }
4227
4227
  },
4228
4228
  "node_modules/@saltcorn/mobile-app": {
4229
- "version": "0.9.5",
4230
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.5.tgz",
4231
- "integrity": "sha512-K72IMPseCpXPPAedCeSy0rEXeTS0tplXnK3YSWiP2gbieHQaPP+Hz/w0eDDp03oCUNlTU7JwCTVYHzYg+H9f9g==",
4229
+ "version": "0.9.6-beta.0",
4230
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.6-beta.0.tgz",
4231
+ "integrity": "sha512-EkT1qXaOOLXXhc5TWcRf4HGTfjuXv2PgrE+0NjGef7gOCzgfNY5IvMMxyMDksAlBvkRJ3zH6yTfVcGAyIQireQ==",
4232
4232
  "dependencies": {
4233
4233
  "cordova": "^12.0.0",
4234
4234
  "cordova-sqlite-ext": "^6.0.0"
4235
4235
  }
4236
4236
  },
4237
4237
  "node_modules/@saltcorn/mobile-builder": {
4238
- "version": "0.9.5",
4239
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.5.tgz",
4240
- "integrity": "sha512-6E5LGVgEF17emCY/TOfvgnAuR+8m4TDjCz3fu/K5uw74BRKr7u48MwIU96pAyWBM0Q5DpOz2EJNHRZSyb7/A6g==",
4241
- "dependencies": {
4242
- "@saltcorn/base-plugin": "0.9.5",
4243
- "@saltcorn/data": "0.9.5",
4244
- "@saltcorn/db-common": "0.9.5",
4245
- "@saltcorn/markup": "0.9.5",
4246
- "@saltcorn/mobile-app": "0.9.5",
4247
- "@saltcorn/sbadmin2": "0.9.5",
4248
- "@saltcorn/server": "0.9.5",
4238
+ "version": "0.9.6-beta.0",
4239
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.6-beta.0.tgz",
4240
+ "integrity": "sha512-dxeAJ47x+Ip+wrAhf6O6uPubOxplbnLo4udU1h91dPKfmeJZU63e+XvrmMkW7k+nJ2e/2pyOeOQKa5fiBFwicw==",
4241
+ "dependencies": {
4242
+ "@saltcorn/base-plugin": "0.9.6-beta.0",
4243
+ "@saltcorn/data": "0.9.6-beta.0",
4244
+ "@saltcorn/db-common": "0.9.6-beta.0",
4245
+ "@saltcorn/markup": "0.9.6-beta.0",
4246
+ "@saltcorn/mobile-app": "0.9.6-beta.0",
4247
+ "@saltcorn/sbadmin2": "0.9.6-beta.0",
4248
+ "@saltcorn/server": "0.9.6-beta.0",
4249
4249
  "fs-extra": "^10.0.1",
4250
4250
  "live-plugin-manager": "^0.17.1",
4251
4251
  "resize-with-sharp-or-jimp": "0.1.7",
@@ -4288,51 +4288,51 @@
4288
4288
  }
4289
4289
  },
4290
4290
  "node_modules/@saltcorn/plugins-loader": {
4291
- "version": "0.9.5",
4292
- "resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-0.9.5.tgz",
4293
- "integrity": "sha512-K4K6F07IPsONAa/IX8iRLe+AuPrGU9IGglv49R0WfsOI1HXSjuQN7jWlowbc1Ni8wgK3bYYHgHSfCyCoOdnKpg==",
4291
+ "version": "0.9.6-beta.0",
4292
+ "resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-0.9.6-beta.0.tgz",
4293
+ "integrity": "sha512-wJw2QgRJJZA8fOtICPPEz9/H7gOH29TRuznc2ssvmhcW9e/oerDQzXxKXZ1LJdeE1E83Nx2YBh5Eiqz5eGryUQ==",
4294
4294
  "dependencies": {
4295
- "@saltcorn/data": "0.9.5",
4295
+ "@saltcorn/data": "0.9.6-beta.0",
4296
4296
  "env-paths": "^2.2.0",
4297
4297
  "npm-registry-fetch": "16.0.0"
4298
4298
  }
4299
4299
  },
4300
4300
  "node_modules/@saltcorn/postgres": {
4301
- "version": "0.9.5",
4302
- "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.5.tgz",
4303
- "integrity": "sha512-oHrMyJXKbLgbdRB0DJRjMwnvTVPSnjlNaA/i674fJU5O1iQWeurnvaQIkvcYyzTW+20IpY9Jk6abZIhdl1es7g==",
4301
+ "version": "0.9.6-beta.0",
4302
+ "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.6-beta.0.tgz",
4303
+ "integrity": "sha512-s4hJ2A68EdFMJ11iZiDHK5v9w0vAlSdWE9E0PKCs9Inx4YSJ3GoWfBBljZHxY84u7yhkvtq2YI9xLNgIj8Su5Q==",
4304
4304
  "optional": true,
4305
4305
  "dependencies": {
4306
- "@saltcorn/db-common": "0.9.5",
4306
+ "@saltcorn/db-common": "0.9.6-beta.0",
4307
4307
  "pg": "^8.2.1",
4308
4308
  "pg-copy-streams": "^5.1.1"
4309
4309
  }
4310
4310
  },
4311
4311
  "node_modules/@saltcorn/sbadmin2": {
4312
- "version": "0.9.5",
4313
- "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.5.tgz",
4314
- "integrity": "sha512-4EgdflKZ1zqlfpMP4VximLFc1VPrDgyPec6UpQ5f+EjiwXgaY/g6oh2NjW7O8BrRNHPkYzBP3+HRhBYiZ2kM9g==",
4312
+ "version": "0.9.6-beta.0",
4313
+ "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.6-beta.0.tgz",
4314
+ "integrity": "sha512-EDcEITO5Fx5DS/MFvnTT8fkIDpX7bLi0GtC4RkuVOVIqFG30dx3fOD10uI4hAWA/A1MltYDWSJ2SmfJPbesI2A==",
4315
4315
  "dependencies": {
4316
- "@saltcorn/data": "0.9.5",
4317
- "@saltcorn/markup": "0.9.5",
4316
+ "@saltcorn/data": "0.9.6-beta.0",
4317
+ "@saltcorn/markup": "0.9.6-beta.0",
4318
4318
  "nunito-fontface": "0.7.3",
4319
4319
  "startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
4320
4320
  }
4321
4321
  },
4322
4322
  "node_modules/@saltcorn/server": {
4323
- "version": "0.9.5",
4324
- "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.5.tgz",
4325
- "integrity": "sha512-WwbDjF+xUZolVEPRYjq7p5Vy+56QqpbdfNGt/THLx8YjMsTegVJn/jQkavIBVu8tcRfBQkc8O4am+Vkc7WDpPw==",
4323
+ "version": "0.9.6-beta.0",
4324
+ "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.6-beta.0.tgz",
4325
+ "integrity": "sha512-r0IJjMNeFaYbx2ybzUWAsXlpIHYyJBBqeNGo7vIo27slDxq3oBc0ZwS00PkN/TzO1qxveDn7SMzixkCXS+uS4A==",
4326
4326
  "dependencies": {
4327
4327
  "@aws-sdk/client-s3": "^3.451.0",
4328
- "@saltcorn/admin-models": "0.9.5",
4329
- "@saltcorn/base-plugin": "0.9.5",
4330
- "@saltcorn/builder": "0.9.5",
4331
- "@saltcorn/data": "0.9.5",
4332
- "@saltcorn/filemanager": "0.9.5",
4333
- "@saltcorn/markup": "0.9.5",
4334
- "@saltcorn/plugins-loader": "0.9.5",
4335
- "@saltcorn/sbadmin2": "0.9.5",
4328
+ "@saltcorn/admin-models": "0.9.6-beta.0",
4329
+ "@saltcorn/base-plugin": "0.9.6-beta.0",
4330
+ "@saltcorn/builder": "0.9.6-beta.0",
4331
+ "@saltcorn/data": "0.9.6-beta.0",
4332
+ "@saltcorn/filemanager": "0.9.6-beta.0",
4333
+ "@saltcorn/markup": "0.9.6-beta.0",
4334
+ "@saltcorn/plugins-loader": "0.9.6-beta.0",
4335
+ "@saltcorn/sbadmin2": "0.9.6-beta.0",
4336
4336
  "@socket.io/cluster-adapter": "^0.2.1",
4337
4337
  "@socket.io/sticky": "^1.0.1",
4338
4338
  "adm-zip": "0.5.10",
@@ -4397,29 +4397,29 @@
4397
4397
  }
4398
4398
  },
4399
4399
  "node_modules/@saltcorn/sqlite": {
4400
- "version": "0.9.5",
4401
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.5.tgz",
4402
- "integrity": "sha512-2yv9rpcT8ZF5P1SA4q4MetLTAnFJQP+xCo3ot0mHFdMBVT/gUI2HOFGz9EQOHyZn4ewhDCJg8N5lkX68p2Ecdw==",
4400
+ "version": "0.9.6-beta.0",
4401
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.6-beta.0.tgz",
4402
+ "integrity": "sha512-IlBCUOfv5uQfME2pcF2kDpfi3eGJU6pi32oJdsEn8M+nVtYww++d+VFstYk98BCByT3DrFBCgpXJZSCB8Xe/vQ==",
4403
4403
  "optional": true,
4404
4404
  "dependencies": {
4405
- "@saltcorn/db-common": "0.9.5"
4405
+ "@saltcorn/db-common": "0.9.6-beta.0"
4406
4406
  },
4407
4407
  "optionalDependencies": {
4408
4408
  "sqlite3": "^5.0.8"
4409
4409
  }
4410
4410
  },
4411
4411
  "node_modules/@saltcorn/sqlite-mobile": {
4412
- "version": "0.9.5",
4413
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.5.tgz",
4414
- "integrity": "sha512-faGa2Dllx7KbRvS2DrtbVxmllh6qAw4tDVWEPs4l/4REiOyDFK417t/gTELc13kz9EPP2MI3nV0HZmMn3eZvaQ==",
4412
+ "version": "0.9.6-beta.0",
4413
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.6-beta.0.tgz",
4414
+ "integrity": "sha512-r4xnlOHafddd9wRxyXi8h5Y8zExkrWJ3re5x6O/N21R4pa34j7+kIiFAeTItcL/q6OUn2hCDYqHdAqjlb8gchw==",
4415
4415
  "dependencies": {
4416
- "@saltcorn/db-common": "0.9.5"
4416
+ "@saltcorn/db-common": "0.9.6-beta.0"
4417
4417
  }
4418
4418
  },
4419
4419
  "node_modules/@saltcorn/types": {
4420
- "version": "0.9.5",
4421
- "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.5.tgz",
4422
- "integrity": "sha512-3NMeNjpS8saocCH95+JPsYTRg5fJzZiXQY2dS26ja5Bj1iFVMmM+7l+vN44UukQuCrUFqd1wWRD9Xkmg1ugQ4w=="
4420
+ "version": "0.9.6-beta.0",
4421
+ "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.6-beta.0.tgz",
4422
+ "integrity": "sha512-wiOieudzDxe2Y5klST2VK5E2RWRAyys62NBNepRRjHmHDZjc02OZFmxA5SGv4rqVQtTYk//xk/4DdE5TeU8Icg=="
4423
4423
  },
4424
4424
  "node_modules/@sigstore/bundle": {
4425
4425
  "version": "1.1.0",
@@ -6953,9 +6953,9 @@
6953
6953
  }
6954
6954
  },
6955
6955
  "node_modules/caniuse-lite": {
6956
- "version": "1.0.30001621",
6957
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001621.tgz",
6958
- "integrity": "sha512-+NLXZiviFFKX0fk8Piwv3PfLPGtRqJeq2TiNoUff/qB5KJgwecJTvCXDpmlyP/eCI/GUEmp/h/y5j0yckiiZrA==",
6956
+ "version": "1.0.30001622",
6957
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001622.tgz",
6958
+ "integrity": "sha512-H+g7cwL2r1TzN4HpM1ZzhaOf7zwMNAZomX/uao6flMFsT3sLIpxi9H3QMo7U0KPWr0a8/Zvl8sQgrr6RXJ0HRw==",
6959
6959
  "funding": [
6960
6960
  {
6961
6961
  "type": "opencollective",
@@ -23802,14 +23802,14 @@
23802
23802
  }
23803
23803
  },
23804
23804
  "@saltcorn/admin-models": {
23805
- "version": "0.9.5",
23806
- "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.5.tgz",
23807
- "integrity": "sha512-sZBOtcw+EikfjHXZ1bnkloK6+w5ZBnbBP10YaJGTuu6tDZY+GmcMUST0GvjXpugvAZ65qDlD6JNynSojDGGfug==",
23808
- "requires": {
23809
- "@saltcorn/data": "0.9.5",
23810
- "@saltcorn/db-common": "0.9.5",
23811
- "@saltcorn/markup": "0.9.5",
23812
- "@saltcorn/types": "0.9.5",
23805
+ "version": "0.9.6-beta.0",
23806
+ "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.6-beta.0.tgz",
23807
+ "integrity": "sha512-TRWUjdqcMG3z33fWCIyL/8B2Y+Xn8NzzBXv8nlq+6B1VyFonv1aN+Io4eZBALvR1bJ8tD4BkM75tci3+vlu2Ew==",
23808
+ "requires": {
23809
+ "@saltcorn/data": "0.9.6-beta.0",
23810
+ "@saltcorn/db-common": "0.9.6-beta.0",
23811
+ "@saltcorn/markup": "0.9.6-beta.0",
23812
+ "@saltcorn/types": "0.9.6-beta.0",
23813
23813
  "@types/lodash": "^4.14.182",
23814
23814
  "@types/ssh2-sftp-client": "9.0.3",
23815
23815
  "adm-zip": "0.5.5",
@@ -23824,38 +23824,38 @@
23824
23824
  }
23825
23825
  },
23826
23826
  "@saltcorn/base-plugin": {
23827
- "version": "0.9.5",
23828
- "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.5.tgz",
23829
- "integrity": "sha512-J0eQuX0bcFwKx/BkMLlSSquUtxfgu72PV0EhG/+bhCb5T1KAGskFJCysEKRFFjCRiAjTNqRcuzB8yoFvF2MtDg==",
23827
+ "version": "0.9.6-beta.0",
23828
+ "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.6-beta.0.tgz",
23829
+ "integrity": "sha512-IZsN5g0xOXIwxE6Bx7Hq+owvsMFcQXHKtZGsFCx7NR0y1ETI0OQ1UkQhR19bSDlF/x5E4dKWLXtPeGx8+t1snw==",
23830
23830
  "requires": {
23831
- "@saltcorn/data": "0.9.5"
23831
+ "@saltcorn/data": "0.9.6-beta.0"
23832
23832
  }
23833
23833
  },
23834
23834
  "@saltcorn/builder": {
23835
- "version": "0.9.5",
23836
- "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.5.tgz",
23837
- "integrity": "sha512-e88SssvQQVRzqtRvViP6H+F7/CO2zURPluuZh2/zLOQTDbh2s4NnbRq1IKwoDfCzBRHFrktxA1MrBZGl9fLscw==",
23835
+ "version": "0.9.6-beta.0",
23836
+ "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.6-beta.0.tgz",
23837
+ "integrity": "sha512-vSvi9wovJHIM59UI63ZmKW5v944kQA9l7qqqlnABPcFyRf3J16Zg2cuQb+XZpyWgzFDBNPygTpQt86gaFbFDLw==",
23838
23838
  "requires": {
23839
23839
  "styled-components": "4.4.1"
23840
23840
  }
23841
23841
  },
23842
23842
  "@saltcorn/common-code": {
23843
- "version": "0.9.5",
23844
- "resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-0.9.5.tgz",
23845
- "integrity": "sha512-K3I38joV1O67G4WH1xSbb6QinrnWLXmWHsTl4PoNCx5WYkbj4xJjABLf6F+S+B9JNG19Za/w8DaAUoSem5MZqQ=="
23843
+ "version": "0.9.6-beta.0",
23844
+ "resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-0.9.6-beta.0.tgz",
23845
+ "integrity": "sha512-dYl4KHLYVyP+/jQ8ZEXOhn+GtS8fInmVbS1D2OLznXutlMpI8G+5++CRYcV3PclzMu8GmPkf2UWycPgYmTtHiQ=="
23846
23846
  },
23847
23847
  "@saltcorn/data": {
23848
- "version": "0.9.5",
23849
- "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.5.tgz",
23850
- "integrity": "sha512-NPwA+22zXaHsgLUeQfj4G4g2PfmAx9+weUAGe3Uylo8Ej5+dpEsJtMwR+cJYzFfCdzNjUFLKAU1ZYnkGrXPWjA==",
23851
- "requires": {
23852
- "@saltcorn/common-code": "0.9.5",
23853
- "@saltcorn/db-common": "0.9.5",
23854
- "@saltcorn/markup": "0.9.5",
23855
- "@saltcorn/postgres": "0.9.5",
23856
- "@saltcorn/sqlite": "0.9.5",
23857
- "@saltcorn/sqlite-mobile": "0.9.5",
23858
- "@saltcorn/types": "0.9.5",
23848
+ "version": "0.9.6-beta.0",
23849
+ "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.6-beta.0.tgz",
23850
+ "integrity": "sha512-l+PiNpG7duaWJ4PIL7ErAZp1oj8UrFUUuNNBWaseMG9LuaKFTIAvmO/BuL2ZOZNGqEUDL2yrkdH7D/Q9Hmdeww==",
23851
+ "requires": {
23852
+ "@saltcorn/common-code": "0.9.6-beta.0",
23853
+ "@saltcorn/db-common": "0.9.6-beta.0",
23854
+ "@saltcorn/markup": "0.9.6-beta.0",
23855
+ "@saltcorn/postgres": "0.9.6-beta.0",
23856
+ "@saltcorn/sqlite": "0.9.6-beta.0",
23857
+ "@saltcorn/sqlite-mobile": "0.9.6-beta.0",
23858
+ "@saltcorn/types": "0.9.6-beta.0",
23859
23859
  "acorn": "^8.0.3",
23860
23860
  "assert": "^2.0.0",
23861
23861
  "astring": "^1.4.3",
@@ -23899,22 +23899,22 @@
23899
23899
  }
23900
23900
  },
23901
23901
  "@saltcorn/db-common": {
23902
- "version": "0.9.5",
23903
- "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.5.tgz",
23904
- "integrity": "sha512-K7+6PgmAlxVIKmDS7+s+NfJktu682BdU0GNIVE7CryI1t+horFKRzcc7ODhoozb69h1np0LsZ03OUPiKisNmSA=="
23902
+ "version": "0.9.6-beta.0",
23903
+ "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.6-beta.0.tgz",
23904
+ "integrity": "sha512-HWCwTlDyP1z+TD4a8qLTGzUEhcXDXZWw1cfF6itVjaqQWUwWg4LD9LYsB/2h0HkYozKclFuLjCv/UOH4KnrWfw=="
23905
23905
  },
23906
23906
  "@saltcorn/filemanager": {
23907
- "version": "0.9.5",
23908
- "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.5.tgz",
23909
- "integrity": "sha512-QQp6rPZHIrkUrc3Lj7khQqrdUApuukGudiDIvPmilOTyevkIP7zuVZH0vRGsrDT1AM+DtlkT8aQGIeTgYTxcQA==",
23907
+ "version": "0.9.6-beta.0",
23908
+ "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.6-beta.0.tgz",
23909
+ "integrity": "sha512-3aoCL642ib1p5P/Ne7HzC6YXi8BAhGJL1/AFS50YiorsvaillmoJW4r83WmASgPVeFQVS3Ve7ERjWiwmz38yOQ==",
23910
23910
  "requires": {
23911
23911
  "sirv-cli": "^2.0.0"
23912
23912
  }
23913
23913
  },
23914
23914
  "@saltcorn/markup": {
23915
- "version": "0.9.5",
23916
- "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.5.tgz",
23917
- "integrity": "sha512-RKJghmP0D5L611xqTctQkS9nM8phLq7z0f4gCNLoZSv7J7IqQ9L98svLSwQO8kX9VTffg/AK2+Kec8THYxlAMg==",
23915
+ "version": "0.9.6-beta.0",
23916
+ "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.6-beta.0.tgz",
23917
+ "integrity": "sha512-TsZY/9jx6xXCO7W7TRhBl2yBC+EAaI4SYI+xawzJePulFLyI7S+7IkspFRUJ9Ut+cMG/cwMSetVBeGHdYMQBuQ==",
23918
23918
  "requires": {
23919
23919
  "escape-html": "^1.0.3",
23920
23920
  "html-tags": "3.1.0",
@@ -23922,26 +23922,26 @@
23922
23922
  }
23923
23923
  },
23924
23924
  "@saltcorn/mobile-app": {
23925
- "version": "0.9.5",
23926
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.5.tgz",
23927
- "integrity": "sha512-K72IMPseCpXPPAedCeSy0rEXeTS0tplXnK3YSWiP2gbieHQaPP+Hz/w0eDDp03oCUNlTU7JwCTVYHzYg+H9f9g==",
23925
+ "version": "0.9.6-beta.0",
23926
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.6-beta.0.tgz",
23927
+ "integrity": "sha512-EkT1qXaOOLXXhc5TWcRf4HGTfjuXv2PgrE+0NjGef7gOCzgfNY5IvMMxyMDksAlBvkRJ3zH6yTfVcGAyIQireQ==",
23928
23928
  "requires": {
23929
23929
  "cordova": "^12.0.0",
23930
23930
  "cordova-sqlite-ext": "^6.0.0"
23931
23931
  }
23932
23932
  },
23933
23933
  "@saltcorn/mobile-builder": {
23934
- "version": "0.9.5",
23935
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.5.tgz",
23936
- "integrity": "sha512-6E5LGVgEF17emCY/TOfvgnAuR+8m4TDjCz3fu/K5uw74BRKr7u48MwIU96pAyWBM0Q5DpOz2EJNHRZSyb7/A6g==",
23937
- "requires": {
23938
- "@saltcorn/base-plugin": "0.9.5",
23939
- "@saltcorn/data": "0.9.5",
23940
- "@saltcorn/db-common": "0.9.5",
23941
- "@saltcorn/markup": "0.9.5",
23942
- "@saltcorn/mobile-app": "0.9.5",
23943
- "@saltcorn/sbadmin2": "0.9.5",
23944
- "@saltcorn/server": "0.9.5",
23934
+ "version": "0.9.6-beta.0",
23935
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.6-beta.0.tgz",
23936
+ "integrity": "sha512-dxeAJ47x+Ip+wrAhf6O6uPubOxplbnLo4udU1h91dPKfmeJZU63e+XvrmMkW7k+nJ2e/2pyOeOQKa5fiBFwicw==",
23937
+ "requires": {
23938
+ "@saltcorn/base-plugin": "0.9.6-beta.0",
23939
+ "@saltcorn/data": "0.9.6-beta.0",
23940
+ "@saltcorn/db-common": "0.9.6-beta.0",
23941
+ "@saltcorn/markup": "0.9.6-beta.0",
23942
+ "@saltcorn/mobile-app": "0.9.6-beta.0",
23943
+ "@saltcorn/sbadmin2": "0.9.6-beta.0",
23944
+ "@saltcorn/server": "0.9.6-beta.0",
23945
23945
  "fs-extra": "^10.0.1",
23946
23946
  "live-plugin-manager": "^0.17.1",
23947
23947
  "resize-with-sharp-or-jimp": "0.1.7",
@@ -23978,51 +23978,51 @@
23978
23978
  }
23979
23979
  },
23980
23980
  "@saltcorn/plugins-loader": {
23981
- "version": "0.9.5",
23982
- "resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-0.9.5.tgz",
23983
- "integrity": "sha512-K4K6F07IPsONAa/IX8iRLe+AuPrGU9IGglv49R0WfsOI1HXSjuQN7jWlowbc1Ni8wgK3bYYHgHSfCyCoOdnKpg==",
23981
+ "version": "0.9.6-beta.0",
23982
+ "resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-0.9.6-beta.0.tgz",
23983
+ "integrity": "sha512-wJw2QgRJJZA8fOtICPPEz9/H7gOH29TRuznc2ssvmhcW9e/oerDQzXxKXZ1LJdeE1E83Nx2YBh5Eiqz5eGryUQ==",
23984
23984
  "requires": {
23985
- "@saltcorn/data": "0.9.5",
23985
+ "@saltcorn/data": "0.9.6-beta.0",
23986
23986
  "env-paths": "^2.2.0",
23987
23987
  "npm-registry-fetch": "16.0.0"
23988
23988
  }
23989
23989
  },
23990
23990
  "@saltcorn/postgres": {
23991
- "version": "0.9.5",
23992
- "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.5.tgz",
23993
- "integrity": "sha512-oHrMyJXKbLgbdRB0DJRjMwnvTVPSnjlNaA/i674fJU5O1iQWeurnvaQIkvcYyzTW+20IpY9Jk6abZIhdl1es7g==",
23991
+ "version": "0.9.6-beta.0",
23992
+ "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.6-beta.0.tgz",
23993
+ "integrity": "sha512-s4hJ2A68EdFMJ11iZiDHK5v9w0vAlSdWE9E0PKCs9Inx4YSJ3GoWfBBljZHxY84u7yhkvtq2YI9xLNgIj8Su5Q==",
23994
23994
  "optional": true,
23995
23995
  "requires": {
23996
- "@saltcorn/db-common": "0.9.5",
23996
+ "@saltcorn/db-common": "0.9.6-beta.0",
23997
23997
  "pg": "^8.2.1",
23998
23998
  "pg-copy-streams": "^5.1.1"
23999
23999
  }
24000
24000
  },
24001
24001
  "@saltcorn/sbadmin2": {
24002
- "version": "0.9.5",
24003
- "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.5.tgz",
24004
- "integrity": "sha512-4EgdflKZ1zqlfpMP4VximLFc1VPrDgyPec6UpQ5f+EjiwXgaY/g6oh2NjW7O8BrRNHPkYzBP3+HRhBYiZ2kM9g==",
24002
+ "version": "0.9.6-beta.0",
24003
+ "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.6-beta.0.tgz",
24004
+ "integrity": "sha512-EDcEITO5Fx5DS/MFvnTT8fkIDpX7bLi0GtC4RkuVOVIqFG30dx3fOD10uI4hAWA/A1MltYDWSJ2SmfJPbesI2A==",
24005
24005
  "requires": {
24006
- "@saltcorn/data": "0.9.5",
24007
- "@saltcorn/markup": "0.9.5",
24006
+ "@saltcorn/data": "0.9.6-beta.0",
24007
+ "@saltcorn/markup": "0.9.6-beta.0",
24008
24008
  "nunito-fontface": "0.7.3",
24009
24009
  "startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
24010
24010
  }
24011
24011
  },
24012
24012
  "@saltcorn/server": {
24013
- "version": "0.9.5",
24014
- "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.5.tgz",
24015
- "integrity": "sha512-WwbDjF+xUZolVEPRYjq7p5Vy+56QqpbdfNGt/THLx8YjMsTegVJn/jQkavIBVu8tcRfBQkc8O4am+Vkc7WDpPw==",
24013
+ "version": "0.9.6-beta.0",
24014
+ "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.6-beta.0.tgz",
24015
+ "integrity": "sha512-r0IJjMNeFaYbx2ybzUWAsXlpIHYyJBBqeNGo7vIo27slDxq3oBc0ZwS00PkN/TzO1qxveDn7SMzixkCXS+uS4A==",
24016
24016
  "requires": {
24017
24017
  "@aws-sdk/client-s3": "^3.451.0",
24018
- "@saltcorn/admin-models": "0.9.5",
24019
- "@saltcorn/base-plugin": "0.9.5",
24020
- "@saltcorn/builder": "0.9.5",
24021
- "@saltcorn/data": "0.9.5",
24022
- "@saltcorn/filemanager": "0.9.5",
24023
- "@saltcorn/markup": "0.9.5",
24024
- "@saltcorn/plugins-loader": "0.9.5",
24025
- "@saltcorn/sbadmin2": "0.9.5",
24018
+ "@saltcorn/admin-models": "0.9.6-beta.0",
24019
+ "@saltcorn/base-plugin": "0.9.6-beta.0",
24020
+ "@saltcorn/builder": "0.9.6-beta.0",
24021
+ "@saltcorn/data": "0.9.6-beta.0",
24022
+ "@saltcorn/filemanager": "0.9.6-beta.0",
24023
+ "@saltcorn/markup": "0.9.6-beta.0",
24024
+ "@saltcorn/plugins-loader": "0.9.6-beta.0",
24025
+ "@saltcorn/sbadmin2": "0.9.6-beta.0",
24026
24026
  "@socket.io/cluster-adapter": "^0.2.1",
24027
24027
  "@socket.io/sticky": "^1.0.1",
24028
24028
  "adm-zip": "0.5.10",
@@ -24084,27 +24084,27 @@
24084
24084
  }
24085
24085
  },
24086
24086
  "@saltcorn/sqlite": {
24087
- "version": "0.9.5",
24088
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.5.tgz",
24089
- "integrity": "sha512-2yv9rpcT8ZF5P1SA4q4MetLTAnFJQP+xCo3ot0mHFdMBVT/gUI2HOFGz9EQOHyZn4ewhDCJg8N5lkX68p2Ecdw==",
24087
+ "version": "0.9.6-beta.0",
24088
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.6-beta.0.tgz",
24089
+ "integrity": "sha512-IlBCUOfv5uQfME2pcF2kDpfi3eGJU6pi32oJdsEn8M+nVtYww++d+VFstYk98BCByT3DrFBCgpXJZSCB8Xe/vQ==",
24090
24090
  "optional": true,
24091
24091
  "requires": {
24092
- "@saltcorn/db-common": "0.9.5",
24092
+ "@saltcorn/db-common": "0.9.6-beta.0",
24093
24093
  "sqlite3": "^5.0.8"
24094
24094
  }
24095
24095
  },
24096
24096
  "@saltcorn/sqlite-mobile": {
24097
- "version": "0.9.5",
24098
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.5.tgz",
24099
- "integrity": "sha512-faGa2Dllx7KbRvS2DrtbVxmllh6qAw4tDVWEPs4l/4REiOyDFK417t/gTELc13kz9EPP2MI3nV0HZmMn3eZvaQ==",
24097
+ "version": "0.9.6-beta.0",
24098
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.6-beta.0.tgz",
24099
+ "integrity": "sha512-r4xnlOHafddd9wRxyXi8h5Y8zExkrWJ3re5x6O/N21R4pa34j7+kIiFAeTItcL/q6OUn2hCDYqHdAqjlb8gchw==",
24100
24100
  "requires": {
24101
- "@saltcorn/db-common": "0.9.5"
24101
+ "@saltcorn/db-common": "0.9.6-beta.0"
24102
24102
  }
24103
24103
  },
24104
24104
  "@saltcorn/types": {
24105
- "version": "0.9.5",
24106
- "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.5.tgz",
24107
- "integrity": "sha512-3NMeNjpS8saocCH95+JPsYTRg5fJzZiXQY2dS26ja5Bj1iFVMmM+7l+vN44UukQuCrUFqd1wWRD9Xkmg1ugQ4w=="
24105
+ "version": "0.9.6-beta.0",
24106
+ "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.6-beta.0.tgz",
24107
+ "integrity": "sha512-wiOieudzDxe2Y5klST2VK5E2RWRAyys62NBNepRRjHmHDZjc02OZFmxA5SGv4rqVQtTYk//xk/4DdE5TeU8Icg=="
24108
24108
  },
24109
24109
  "@sigstore/bundle": {
24110
24110
  "version": "1.1.0",
@@ -26153,9 +26153,9 @@
26153
26153
  "integrity": "sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ=="
26154
26154
  },
26155
26155
  "caniuse-lite": {
26156
- "version": "1.0.30001621",
26157
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001621.tgz",
26158
- "integrity": "sha512-+NLXZiviFFKX0fk8Piwv3PfLPGtRqJeq2TiNoUff/qB5KJgwecJTvCXDpmlyP/eCI/GUEmp/h/y5j0yckiiZrA=="
26156
+ "version": "1.0.30001622",
26157
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001622.tgz",
26158
+ "integrity": "sha512-H+g7cwL2r1TzN4HpM1ZzhaOf7zwMNAZomX/uao6flMFsT3sLIpxi9H3QMo7U0KPWr0a8/Zvl8sQgrr6RXJ0HRw=="
26159
26159
  },
26160
26160
  "cardinal": {
26161
26161
  "version": "2.1.1",
@@ -1 +1 @@
1
- {"version":"0.9.5","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)"},"appId":{"name":"appId","type":"option","description":"Id of the mobile app (default com.saltcorn.mobileapp)"},"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},"provisioningProfile":{"name":"provisioningProfile","type":"option","description":"This profile will be used to sign your app"},"buildType":{"name":"buildType","type":"option","description":"debug or release build"},"androidKeystore":{"name":"androidKeystore","type":"option","description":"A self-signed certificate that includes the private key used to sign your app."},"androidKeyStoreAlias":{"name":"androidKeyStoreAlias","type":"option","description":"A unique name to identify the key within the keystore file."},"androidKeystorePassword":{"name":"androidKeystorePassword","type":"option","description":"he password to access the keystore file."}},"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":{"tag":{"name":"tag","type":"option","char":"t","description":"NPM tag"}},"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.6-beta.0","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)"},"appId":{"name":"appId","type":"option","description":"Id of the mobile app (default com.saltcorn.mobileapp)"},"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},"provisioningProfile":{"name":"provisioningProfile","type":"option","description":"This profile will be used to sign your app"},"buildType":{"name":"buildType","type":"option","description":"debug or release build"},"androidKeystore":{"name":"androidKeystore","type":"option","description":"A self-signed certificate that includes the private key used to sign your app."},"androidKeyStoreAlias":{"name":"androidKeyStoreAlias","type":"option","description":"A unique name to identify the key within the keystore file."},"androidKeystorePassword":{"name":"androidKeystorePassword","type":"option","description":"he password to access the keystore file."}},"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":{"tag":{"name":"tag","type":"option","char":"t","description":"NPM tag"}},"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.5",
5
+ "version": "0.9.6-beta.0",
6
6
  "author": "Tom Nielsen @glutamate",
7
7
  "bin": {
8
8
  "saltcorn": "./bin/saltcorn"
@@ -13,13 +13,13 @@
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.5",
17
- "@saltcorn/common-code": "0.9.5",
18
- "@saltcorn/data": "0.9.5",
19
- "@saltcorn/mobile-app": "0.9.5",
20
- "@saltcorn/mobile-builder": "0.9.5",
21
- "@saltcorn/plugins-loader": "0.9.5",
22
- "@saltcorn/server": "0.9.5",
16
+ "@saltcorn/admin-models": "0.9.6-beta.0",
17
+ "@saltcorn/common-code": "0.9.6-beta.0",
18
+ "@saltcorn/data": "0.9.6-beta.0",
19
+ "@saltcorn/mobile-app": "0.9.6-beta.0",
20
+ "@saltcorn/mobile-builder": "0.9.6-beta.0",
21
+ "@saltcorn/plugins-loader": "0.9.6-beta.0",
22
+ "@saltcorn/server": "0.9.6-beta.0",
23
23
  "cli-ux": "^5.6.7",
24
24
  "contractis": "^0.1.0",
25
25
  "dateformat": "^3.0.3",