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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -20,7 +20,7 @@ $ npm install -g @saltcorn/cli
20
20
  $ saltcorn COMMAND
21
21
  running command...
22
22
  $ saltcorn (-v|--version|version)
23
- @saltcorn/cli/0.8.6-beta.18 linux-x64 node-v18.7.0
23
+ @saltcorn/cli/0.8.6-beta.19 linux-x64 node-v18.7.0
24
24
  $ saltcorn --help [COMMAND]
25
25
  USAGE
26
26
  $ saltcorn COMMAND
@@ -83,7 +83,7 @@ OPTIONS
83
83
  -f, --force force command execution
84
84
  ```
85
85
 
86
- _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/add-schema.js)_
86
+ _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/add-schema.js)_
87
87
 
88
88
  ## `saltcorn backup`
89
89
 
@@ -99,7 +99,7 @@ OPTIONS
99
99
  -z, --zip zip format
100
100
  ```
101
101
 
102
- _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/backup.js)_
102
+ _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/backup.js)_
103
103
 
104
104
  ## `saltcorn build-app`
105
105
 
@@ -139,7 +139,7 @@ OPTIONS
139
139
  tenant
140
140
  ```
141
141
 
142
- _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/build-app.js)_
142
+ _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/build-app.js)_
143
143
 
144
144
  ## `saltcorn build-cordova-builder`
145
145
 
@@ -153,7 +153,7 @@ OPTIONS
153
153
  --buildClean run a clean build with --no-cache
154
154
  ```
155
155
 
156
- _See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/build-cordova-builder.js)_
156
+ _See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/build-cordova-builder.js)_
157
157
 
158
158
  ## `saltcorn configuration-check`
159
159
 
@@ -167,7 +167,7 @@ OPTIONS
167
167
  -t, --tenant=tenant tenant
168
168
  ```
169
169
 
170
- _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/configuration-check.js)_
170
+ _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/configuration-check.js)_
171
171
 
172
172
  ## `saltcorn configuration-check-backups FILES`
173
173
 
@@ -184,7 +184,7 @@ OPTIONS
184
184
  -d, --destructive destructive
185
185
  ```
186
186
 
187
- _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/configuration-check-backups.js)_
187
+ _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/configuration-check-backups.js)_
188
188
 
189
189
  ## `saltcorn create-tenant TENANT`
190
190
 
@@ -203,7 +203,7 @@ OPTIONS
203
203
  --url=url Url of tenant
204
204
  ```
205
205
 
206
- _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/create-tenant.js)_
206
+ _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/create-tenant.js)_
207
207
 
208
208
  ## `saltcorn create-user`
209
209
 
@@ -221,7 +221,7 @@ OPTIONS
221
221
  -t, --tenant=tenant tenant
222
222
  ```
223
223
 
224
- _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/create-user.js)_
224
+ _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/create-user.js)_
225
225
 
226
226
  ## `saltcorn delete-tenants`
227
227
 
@@ -232,7 +232,7 @@ USAGE
232
232
  $ saltcorn delete-tenants
233
233
  ```
234
234
 
235
- _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/delete-tenants.js)_
235
+ _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/delete-tenants.js)_
236
236
 
237
237
  ## `saltcorn delete-user USER_EMAIL`
238
238
 
@@ -253,7 +253,7 @@ DESCRIPTION
253
253
  Command deletes the user specified by USER_EMAIL.
254
254
  ```
255
255
 
256
- _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/delete-user.js)_
256
+ _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/delete-user.js)_
257
257
 
258
258
  ## `saltcorn dev:localize-plugin PLUGIN [PATH]`
259
259
 
@@ -272,7 +272,7 @@ OPTIONS
272
272
  -u, --unlocalize Unlocalize plugin (local to npm)
273
273
  ```
274
274
 
275
- _See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/dev/localize-plugin.js)_
275
+ _See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/dev/localize-plugin.js)_
276
276
 
277
277
  ## `saltcorn make-migration`
278
278
 
@@ -288,7 +288,7 @@ DESCRIPTION
288
288
  unless you are a developer.
289
289
  ```
290
290
 
291
- _See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/dev/make-migration.js)_
291
+ _See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/dev/make-migration.js)_
292
292
 
293
293
  ## `saltcorn dev:post-release [TASK]`
294
294
 
@@ -302,7 +302,7 @@ ARGUMENTS
302
302
  TASK (docker|vagrant|all|none) What to do
303
303
  ```
304
304
 
305
- _See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/dev/post-release.js)_
305
+ _See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/dev/post-release.js)_
306
306
 
307
307
  ## `saltcorn dev:release VERSION`
308
308
 
@@ -316,7 +316,7 @@ ARGUMENTS
316
316
  VERSION New version number
317
317
  ```
318
318
 
319
- _See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/dev/release.js)_
319
+ _See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/dev/release.js)_
320
320
 
321
321
  ## `saltcorn dev:test-plugin PATH`
322
322
 
@@ -334,7 +334,7 @@ DESCRIPTION
334
334
  Extra documentation goes here
335
335
  ```
336
336
 
337
- _See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/dev/test-plugin.js)_
337
+ _See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/dev/test-plugin.js)_
338
338
 
339
339
  ## `saltcorn fixtures`
340
340
 
@@ -353,7 +353,7 @@ DESCRIPTION
353
353
  This manual step it is never required for users and rarely required for developers
354
354
  ```
355
355
 
356
- _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/fixtures.js)_
356
+ _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/fixtures.js)_
357
357
 
358
358
  ## `saltcorn get-cfg [KEY]`
359
359
 
@@ -371,7 +371,7 @@ OPTIONS
371
371
  -t, --tenant=tenant tenant
372
372
  ```
373
373
 
374
- _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/get-cfg.js)_
374
+ _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/get-cfg.js)_
375
375
 
376
376
  ## `saltcorn help [COMMAND]`
377
377
 
@@ -409,7 +409,7 @@ ALIASES
409
409
  $ saltcorn paths
410
410
  ```
411
411
 
412
- _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/info.js)_
412
+ _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/info.js)_
413
413
 
414
414
  ## `saltcorn inspect TYPE [NAME]`
415
415
 
@@ -427,7 +427,7 @@ OPTIONS
427
427
  -t, --tenant=tenant tenant
428
428
  ```
429
429
 
430
- _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/inspect.js)_
430
+ _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/inspect.js)_
431
431
 
432
432
  ## `saltcorn install-pack`
433
433
 
@@ -443,7 +443,7 @@ OPTIONS
443
443
  -t, --tenant=tenant tenant
444
444
  ```
445
445
 
446
- _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/install-pack.js)_
446
+ _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/install-pack.js)_
447
447
 
448
448
  ## `saltcorn install-plugin`
449
449
 
@@ -459,7 +459,7 @@ OPTIONS
459
459
  -t, --tenant=tenant tenant
460
460
  ```
461
461
 
462
- _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/install-plugin.js)_
462
+ _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/install-plugin.js)_
463
463
 
464
464
  ## `saltcorn list-tenants`
465
465
 
@@ -470,7 +470,7 @@ USAGE
470
470
  $ saltcorn list-tenants
471
471
  ```
472
472
 
473
- _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/list-tenants.js)_
473
+ _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/list-tenants.js)_
474
474
 
475
475
  ## `saltcorn saltcorn migrate`
476
476
 
@@ -492,7 +492,7 @@ DESCRIPTION
492
492
  servers and need to control when the migrations are run.
493
493
  ```
494
494
 
495
- _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/migrate.js)_
495
+ _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/migrate.js)_
496
496
 
497
497
  ## `saltcorn modify-user USER_EMAIL`
498
498
 
@@ -521,7 +521,7 @@ DESCRIPTION
521
521
  NOTE that -a and -r role (--role=role) can give conflict.
522
522
  ```
523
523
 
524
- _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/modify-user.js)_
524
+ _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/modify-user.js)_
525
525
 
526
526
  ## `saltcorn plugins`
527
527
 
@@ -548,7 +548,7 @@ EXAMPLES
548
548
  plugins -u -f - force plugin update
549
549
  ```
550
550
 
551
- _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/plugins.js)_
551
+ _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/plugins.js)_
552
552
 
553
553
  ## `saltcorn reset-schema`
554
554
 
@@ -567,7 +567,7 @@ DESCRIPTION
567
567
  This will delete all existing information
568
568
  ```
569
569
 
570
- _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/reset-schema.js)_
570
+ _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/reset-schema.js)_
571
571
 
572
572
  ## `saltcorn restore FILE`
573
573
 
@@ -584,7 +584,7 @@ OPTIONS
584
584
  -t, --tenant=tenant tenant
585
585
  ```
586
586
 
587
- _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/restore.js)_
587
+ _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/restore.js)_
588
588
 
589
589
  ## `saltcorn rm-tenant`
590
590
 
@@ -603,7 +603,7 @@ DESCRIPTION
603
603
  It recommended to make backup of tenant before perform this command.
604
604
  ```
605
605
 
606
- _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/rm-tenant.js)_
606
+ _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/rm-tenant.js)_
607
607
 
608
608
  ## `saltcorn run-benchmark [BASEURL]`
609
609
 
@@ -622,7 +622,7 @@ OPTIONS
622
622
  -t, --token=token API Token for reporting results
623
623
  ```
624
624
 
625
- _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/run-benchmark.js)_
625
+ _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/run-benchmark.js)_
626
626
 
627
627
  ## `saltcorn run-tests [PACKAGE]`
628
628
 
@@ -646,7 +646,7 @@ OPTIONS
646
646
  --watchAll Watch files for changes and rerun all tests.
647
647
  ```
648
648
 
649
- _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/run-tests.js)_
649
+ _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/run-tests.js)_
650
650
 
651
651
  ## `saltcorn run-trigger TRIGGER`
652
652
 
@@ -663,7 +663,7 @@ OPTIONS
663
663
  -t, --tenant=tenant tenant
664
664
  ```
665
665
 
666
- _See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/run-trigger.js)_
666
+ _See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/run-trigger.js)_
667
667
 
668
668
  ## `saltcorn scheduler`
669
669
 
@@ -677,7 +677,7 @@ OPTIONS
677
677
  -v, --verbose Verbose
678
678
  ```
679
679
 
680
- _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/scheduler.js)_
680
+ _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/scheduler.js)_
681
681
 
682
682
  ## `saltcorn serve`
683
683
 
@@ -698,7 +698,7 @@ OPTIONS
698
698
  --subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
699
699
  ```
700
700
 
701
- _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/serve.js)_
701
+ _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/serve.js)_
702
702
 
703
703
  ## `saltcorn set-cfg [KEY] [VALUE]`
704
704
 
@@ -719,7 +719,7 @@ OPTIONS
719
719
  -t, --tenant=tenant tenant
720
720
  ```
721
721
 
722
- _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/set-cfg.js)_
722
+ _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/set-cfg.js)_
723
723
 
724
724
  ## `saltcorn setup`
725
725
 
@@ -738,7 +738,7 @@ DESCRIPTION
738
738
  configuration file
739
739
  ```
740
740
 
741
- _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/setup.js)_
741
+ _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/setup.js)_
742
742
 
743
743
  ## `saltcorn setup-benchmark`
744
744
 
@@ -752,7 +752,7 @@ OPTIONS
752
752
  -t, --tenant=tenant tenant
753
753
  ```
754
754
 
755
- _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/setup-benchmark.js)_
755
+ _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/setup-benchmark.js)_
756
756
 
757
757
  ## `saltcorn take-snapshot`
758
758
 
@@ -767,7 +767,7 @@ OPTIONS
767
767
  -t, --tenant=tenant tenant
768
768
  ```
769
769
 
770
- _See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/take-snapshot.js)_
770
+ _See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/take-snapshot.js)_
771
771
 
772
772
  ## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
773
773
 
@@ -784,5 +784,5 @@ ARGUMENTS
784
784
  TENANT tenant name
785
785
  ```
786
786
 
787
- _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.18/src/commands/transform-field.js)_
787
+ _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.19/src/commands/transform-field.js)_
788
788
  <!-- commandsstop -->
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "name": "@saltcorn/cli",
3
- "version": "0.8.6-beta.18",
3
+ "version": "0.8.6-beta.19",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@saltcorn/cli",
9
- "version": "0.8.6-beta.18",
9
+ "version": "0.8.6-beta.19",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@oclif/command": "^1.8.16",
13
13
  "@oclif/config": "^1.18.3",
14
14
  "@oclif/plugin-help": "^3.3.1",
15
15
  "@oclif/plugin-plugins": "^2.1.0",
16
- "@saltcorn/admin-models": "0.8.6-beta.18",
17
- "@saltcorn/data": "0.8.6-beta.18",
18
- "@saltcorn/mobile-app": "0.8.6-beta.18",
19
- "@saltcorn/mobile-builder": "0.8.6-beta.18",
20
- "@saltcorn/server": "0.8.6-beta.18",
16
+ "@saltcorn/admin-models": "0.8.6-beta.19",
17
+ "@saltcorn/data": "0.8.6-beta.19",
18
+ "@saltcorn/mobile-app": "0.8.6-beta.19",
19
+ "@saltcorn/mobile-builder": "0.8.6-beta.19",
20
+ "@saltcorn/server": "0.8.6-beta.19",
21
21
  "cli-ux": "^5.6.7",
22
22
  "contractis": "^0.1.0",
23
23
  "dateformat": "^3.0.3",
@@ -2449,14 +2449,14 @@
2449
2449
  }
2450
2450
  },
2451
2451
  "node_modules/@saltcorn/admin-models": {
2452
- "version": "0.8.6-beta.18",
2453
- "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.6-beta.18.tgz",
2454
- "integrity": "sha512-w/zwOMlrGzEpDbcXkqVyeAJMRjCMxRGu6zvGK3kX07biiHINHGSPJ2JGmStSv7UK3Wo6VpW8j6Zk4NijMkhq8A==",
2455
- "dependencies": {
2456
- "@saltcorn/data": "0.8.6-beta.18",
2457
- "@saltcorn/db-common": "0.8.6-beta.18",
2458
- "@saltcorn/markup": "0.8.6-beta.18",
2459
- "@saltcorn/types": "0.8.6-beta.18",
2452
+ "version": "0.8.6-beta.19",
2453
+ "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.6-beta.19.tgz",
2454
+ "integrity": "sha512-o8xSBxjryMHynkVQ6Wx0nF/1Ue1L1viBOCLNjnCsCmFvp9ZbC/mHw4OHhoEBZH4iBmcxdjRLcB8AsS08GO28UQ==",
2455
+ "dependencies": {
2456
+ "@saltcorn/data": "0.8.6-beta.19",
2457
+ "@saltcorn/db-common": "0.8.6-beta.19",
2458
+ "@saltcorn/markup": "0.8.6-beta.19",
2459
+ "@saltcorn/types": "0.8.6-beta.19",
2460
2460
  "@types/lodash": "^4.14.182",
2461
2461
  "adm-zip": "0.5.5",
2462
2462
  "chaos-guinea-pig": "^0.1.4",
@@ -2469,30 +2469,30 @@
2469
2469
  }
2470
2470
  },
2471
2471
  "node_modules/@saltcorn/base-plugin": {
2472
- "version": "0.8.6-beta.18",
2473
- "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.6-beta.18.tgz",
2474
- "integrity": "sha512-DnNd4FQYvOvf8HpKwWjv/1bQcWimPXwiox2tGusXFG+bzqEEmCoFN0eAYAQMrIznpy8ZRoN6aK3Isd51u098Hg==",
2472
+ "version": "0.8.6-beta.19",
2473
+ "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.6-beta.19.tgz",
2474
+ "integrity": "sha512-cYQ3VYI62wySkIvCFDTupHUCTqYBZRy8z7kTLTCu1kXyK+q0pFbvamhd6sJEX02Gw75Y7+XUM7wGD3Afuaz9kA==",
2475
2475
  "dependencies": {
2476
- "@saltcorn/data": "0.8.6-beta.18"
2476
+ "@saltcorn/data": "0.8.6-beta.19"
2477
2477
  }
2478
2478
  },
2479
2479
  "node_modules/@saltcorn/builder": {
2480
- "version": "0.8.6-beta.18",
2481
- "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.6-beta.18.tgz",
2482
- "integrity": "sha512-BzTfpNwnD9/SVJ1NNj4tL0Vx0Glisr6ojacEJoQewg0fzoHkyN1MHQyPeV1rULNlXeDtN+uGJBbixxm62kG85w==",
2480
+ "version": "0.8.6-beta.19",
2481
+ "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.6-beta.19.tgz",
2482
+ "integrity": "sha512-TEil1CI3c+oL3xaFJlTu4cKkadQnDu248XdLiHgHLv1yvid7MGDGrsBA1qwcH2PAOEcjFyVbxWAEtComQ0ZHzQ==",
2483
2483
  "dependencies": {
2484
2484
  "styled-components": "4.4.1"
2485
2485
  }
2486
2486
  },
2487
2487
  "node_modules/@saltcorn/data": {
2488
- "version": "0.8.6-beta.18",
2489
- "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.6-beta.18.tgz",
2490
- "integrity": "sha512-0f5W3iTtjFC9K5HjqiT0B6ZVKSHVNU9jEQybccPpOUcUS2yrPmqcyTB4rrl4W21AaOwSivSxs7UdIHV0xQGW+A==",
2491
- "dependencies": {
2492
- "@saltcorn/db-common": "0.8.6-beta.18",
2493
- "@saltcorn/markup": "0.8.6-beta.18",
2494
- "@saltcorn/sqlite-mobile": "0.8.6-beta.18",
2495
- "@saltcorn/types": "0.8.6-beta.18",
2488
+ "version": "0.8.6-beta.19",
2489
+ "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.6-beta.19.tgz",
2490
+ "integrity": "sha512-20k2VhX6uY+mvE8nRPUjauHcUj0q+MQ9iTrW2Gbtrk6jlQEdDCLzmJI2mkLTwtaHNe7yuQl7nm5H1n+lhTG+Xg==",
2491
+ "dependencies": {
2492
+ "@saltcorn/db-common": "0.8.6-beta.19",
2493
+ "@saltcorn/markup": "0.8.6-beta.19",
2494
+ "@saltcorn/sqlite-mobile": "0.8.6-beta.19",
2495
+ "@saltcorn/types": "0.8.6-beta.19",
2496
2496
  "acorn": "^8.0.3",
2497
2497
  "assert": "^2.0.0",
2498
2498
  "astring": "^1.4.3",
@@ -2536,27 +2536,27 @@
2536
2536
  "vm-browserify": "^1.1.2"
2537
2537
  },
2538
2538
  "optionalDependencies": {
2539
- "@saltcorn/postgres": "0.8.6-beta.18",
2540
- "@saltcorn/sqlite": "0.8.6-beta.18"
2539
+ "@saltcorn/postgres": "0.8.6-beta.19",
2540
+ "@saltcorn/sqlite": "0.8.6-beta.19"
2541
2541
  }
2542
2542
  },
2543
2543
  "node_modules/@saltcorn/db-common": {
2544
- "version": "0.8.6-beta.18",
2545
- "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.6-beta.18.tgz",
2546
- "integrity": "sha512-LZTrMpCWnk/gvT09h3Cu37QMJWU0fgXeF2NFJaS866hfD35qm95zfGaOTySQ+Xqb/Ste0XRNCl33yhchbvHvtQ=="
2544
+ "version": "0.8.6-beta.19",
2545
+ "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.6-beta.19.tgz",
2546
+ "integrity": "sha512-4GeXadjGryL4ecA/KH22ohLYWKP9LiOnnlAJ96u0W0GWMX50m8nAE1q66YISsFML4ZsbHdhU7xw8o0ejKwiTpQ=="
2547
2547
  },
2548
2548
  "node_modules/@saltcorn/filemanager": {
2549
- "version": "0.8.6-beta.18",
2550
- "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.6-beta.18.tgz",
2551
- "integrity": "sha512-HOAQF8nwUmLbmXyoU6ap+p3oEQmU4UwBkLM+7nGc0vFrtZZR5r/EwWqIDcIGnQpsc1m/Dmg71wZidWS0ZVOYcw==",
2549
+ "version": "0.8.6-beta.19",
2550
+ "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.6-beta.19.tgz",
2551
+ "integrity": "sha512-Qwq3VYlgoy2X5kE8AOkgoBxQvH7t+U7Jj9HdisFFR2c+7861dSgpTp1m42k/ILYQEDxKV8RDiR3/S7zTTeL5sw==",
2552
2552
  "dependencies": {
2553
2553
  "sirv-cli": "^2.0.0"
2554
2554
  }
2555
2555
  },
2556
2556
  "node_modules/@saltcorn/markup": {
2557
- "version": "0.8.6-beta.18",
2558
- "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.6-beta.18.tgz",
2559
- "integrity": "sha512-MdWR4O1Nag8blkJrKChnlocg07ksWA0T3Q+S/35h/+cGfDVTnc/+BvlPw5oDCv9mVGKlXs5pWbfw341KDC+xEQ==",
2557
+ "version": "0.8.6-beta.19",
2558
+ "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.6-beta.19.tgz",
2559
+ "integrity": "sha512-02W5Mb8PgFdHbAdipNDzFtTUvwltPeMjUomRby3MQ4dGFYgEIZZIVqE826kRgWye1M9PDT5ltxdjhiOM499pHQ==",
2560
2560
  "dependencies": {
2561
2561
  "escape-html": "^1.0.3",
2562
2562
  "html-tags": "3.1.0",
@@ -2564,27 +2564,27 @@
2564
2564
  }
2565
2565
  },
2566
2566
  "node_modules/@saltcorn/mobile-app": {
2567
- "version": "0.8.6-beta.18",
2568
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.6-beta.18.tgz",
2569
- "integrity": "sha512-/j0r5lSlPwIwqwZPJQ6YyBxD3EJd2k8j82OlSKAUCClDXMXQtLwx5zXypjXnJMcLHDObj2Ab0j8wIWEtg9iMrQ==",
2567
+ "version": "0.8.6-beta.19",
2568
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.6-beta.19.tgz",
2569
+ "integrity": "sha512-bQ0w4Vqw11qQzM9+b9yG8O/6plFuyVleDLY3ZEffDJBbIipO2qW2YbzRQKX69Qs96WiXt1M3wlWKs0wmkIyUoA==",
2570
2570
  "dependencies": {
2571
2571
  "cordova": "^11.0.0",
2572
2572
  "cordova-sqlite-ext": "^6.0.0"
2573
2573
  }
2574
2574
  },
2575
2575
  "node_modules/@saltcorn/mobile-builder": {
2576
- "version": "0.8.6-beta.18",
2577
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.6-beta.18.tgz",
2578
- "integrity": "sha512-uf/0EX6JCtQwDm5CnDk46qsrdBamHPN8pQ4LbL1CSysdwB7eooseVvsGfq9DSkGgaZ9NrlD+7EQrTZUniii02Q==",
2576
+ "version": "0.8.6-beta.19",
2577
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.6-beta.19.tgz",
2578
+ "integrity": "sha512-DT4nNe5yWLX+yEE4J5t9uIPyIvHUATqrl4yDNutkuW7yuy9d9dQ0tyu8kYj2ilCc0KSETh83NIM6Iu8LxAlDIw==",
2579
2579
  "hasInstallScript": true,
2580
2580
  "dependencies": {
2581
- "@saltcorn/base-plugin": "0.8.6-beta.18",
2582
- "@saltcorn/data": "0.8.6-beta.18",
2583
- "@saltcorn/db-common": "0.8.6-beta.18",
2584
- "@saltcorn/markup": "0.8.6-beta.18",
2585
- "@saltcorn/mobile-app": "0.8.6-beta.18",
2586
- "@saltcorn/sbadmin2": "0.8.6-beta.18",
2587
- "@saltcorn/server": "0.8.6-beta.18",
2581
+ "@saltcorn/base-plugin": "0.8.6-beta.19",
2582
+ "@saltcorn/data": "0.8.6-beta.19",
2583
+ "@saltcorn/db-common": "0.8.6-beta.19",
2584
+ "@saltcorn/markup": "0.8.6-beta.19",
2585
+ "@saltcorn/mobile-app": "0.8.6-beta.19",
2586
+ "@saltcorn/sbadmin2": "0.8.6-beta.19",
2587
+ "@saltcorn/server": "0.8.6-beta.19",
2588
2588
  "fs-extra": "^10.0.1",
2589
2589
  "live-plugin-manager": "^0.17.1",
2590
2590
  "webpack": "5.68.0",
@@ -2626,38 +2626,38 @@
2626
2626
  }
2627
2627
  },
2628
2628
  "node_modules/@saltcorn/postgres": {
2629
- "version": "0.8.6-beta.18",
2630
- "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.6-beta.18.tgz",
2631
- "integrity": "sha512-R+jibusyu2jNrAg4NQkWMyTL3uoPnqh7+2GTpOeL27q5dUpOCqP4n9883oXLqBpwDS+PU863vUMcsjWEb+owxQ==",
2629
+ "version": "0.8.6-beta.19",
2630
+ "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.6-beta.19.tgz",
2631
+ "integrity": "sha512-A9/jC+2QqE4n66W3IGeawx2iaITp4vHEgPqpGLzN9eTo6ZjoZHAN+vInbZNaEo8BPycLZ12Bvl5SJ82q6SqErQ==",
2632
2632
  "optional": true,
2633
2633
  "dependencies": {
2634
- "@saltcorn/db-common": "0.8.6-beta.18",
2634
+ "@saltcorn/db-common": "0.8.6-beta.19",
2635
2635
  "pg": "^8.2.1",
2636
2636
  "pg-copy-streams": "^5.1.1"
2637
2637
  }
2638
2638
  },
2639
2639
  "node_modules/@saltcorn/sbadmin2": {
2640
- "version": "0.8.6-beta.18",
2641
- "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.6-beta.18.tgz",
2642
- "integrity": "sha512-VUrMAZt9tvcEcDZmFbOIFN44E5kAGHgjeA1vav2YVywEn6iAH8VpLy77s/HEuV7jU8aiFA2sWH3JD1K4A7GYVQ==",
2640
+ "version": "0.8.6-beta.19",
2641
+ "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.6-beta.19.tgz",
2642
+ "integrity": "sha512-B+1JBRKm6iDUW7tL9mTiuwrmZE0EP5GNAw6EWtgoSBg0QOh/LYtlen/3NuD60a8T/hshHibSM0/JiydtVrFGZQ==",
2643
2643
  "dependencies": {
2644
- "@saltcorn/data": "0.8.6-beta.18",
2645
- "@saltcorn/markup": "0.8.6-beta.18",
2644
+ "@saltcorn/data": "0.8.6-beta.19",
2645
+ "@saltcorn/markup": "0.8.6-beta.19",
2646
2646
  "startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
2647
2647
  }
2648
2648
  },
2649
2649
  "node_modules/@saltcorn/server": {
2650
- "version": "0.8.6-beta.18",
2651
- "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.6-beta.18.tgz",
2652
- "integrity": "sha512-WpuhYderX2GJLGyouVHJsCsRSVuJD+T4GfRduYNAL9XIkitp/PsQHbVzUOgoPNrS2dlClIKw/GIprOC91vyG6g==",
2653
- "dependencies": {
2654
- "@saltcorn/admin-models": "0.8.6-beta.18",
2655
- "@saltcorn/base-plugin": "0.8.6-beta.18",
2656
- "@saltcorn/builder": "0.8.6-beta.18",
2657
- "@saltcorn/data": "0.8.6-beta.18",
2658
- "@saltcorn/filemanager": "0.8.6-beta.18",
2659
- "@saltcorn/markup": "0.8.6-beta.18",
2660
- "@saltcorn/sbadmin2": "0.8.6-beta.18",
2650
+ "version": "0.8.6-beta.19",
2651
+ "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.6-beta.19.tgz",
2652
+ "integrity": "sha512-z1vEB1Tp8ehyaQrw4UgzBFgnagxO3/IvpATUB96+byXi8DtxjdjW/oi2aq/V+2edkFFdnB0+9Qb6sQ+e+zIf8A==",
2653
+ "dependencies": {
2654
+ "@saltcorn/admin-models": "0.8.6-beta.19",
2655
+ "@saltcorn/base-plugin": "0.8.6-beta.19",
2656
+ "@saltcorn/builder": "0.8.6-beta.19",
2657
+ "@saltcorn/data": "0.8.6-beta.19",
2658
+ "@saltcorn/filemanager": "0.8.6-beta.19",
2659
+ "@saltcorn/markup": "0.8.6-beta.19",
2660
+ "@saltcorn/sbadmin2": "0.8.6-beta.19",
2661
2661
  "@socket.io/cluster-adapter": "^0.2.1",
2662
2662
  "@socket.io/sticky": "^1.0.1",
2663
2663
  "adm-zip": "0.5.10",
@@ -2718,29 +2718,29 @@
2718
2718
  }
2719
2719
  },
2720
2720
  "node_modules/@saltcorn/sqlite": {
2721
- "version": "0.8.6-beta.18",
2722
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.6-beta.18.tgz",
2723
- "integrity": "sha512-DbPbSlVdPThLRqLrcmV1/mrYHkLIw61unsTnM+7Mj3QUFEkxWSoWmbkoBKW4yuFwNj2VvDvBIpA9/7YTZdOmJA==",
2721
+ "version": "0.8.6-beta.19",
2722
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.6-beta.19.tgz",
2723
+ "integrity": "sha512-8heT+xeXEkKD5HVfnMgSM0ePFcXMDs9ll/uMKOCUogGMvfOIB7hidymVDRTNviNT+Zwj+jjUp2daCkEM9oc2mg==",
2724
2724
  "optional": true,
2725
2725
  "dependencies": {
2726
- "@saltcorn/db-common": "0.8.6-beta.18"
2726
+ "@saltcorn/db-common": "0.8.6-beta.19"
2727
2727
  },
2728
2728
  "optionalDependencies": {
2729
2729
  "sqlite3": "^5.0.8"
2730
2730
  }
2731
2731
  },
2732
2732
  "node_modules/@saltcorn/sqlite-mobile": {
2733
- "version": "0.8.6-beta.18",
2734
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.6-beta.18.tgz",
2735
- "integrity": "sha512-ZYTGJoIyFHaTvd2tT2Wf0bT9iva11xz4qsVEauFq7VzETra5PX6RI/DuHMjIySb3VkEvh5x/l9bv9FbEdDmteA==",
2733
+ "version": "0.8.6-beta.19",
2734
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.6-beta.19.tgz",
2735
+ "integrity": "sha512-BeqFlLmXZIMPrwv/zNev6bRbfycarjb1JHNNPykvgOeEKMFyda/tZmBwngwY07q0XOjfrbFhlI28DdEFxiGd3g==",
2736
2736
  "dependencies": {
2737
- "@saltcorn/db-common": "0.8.6-beta.18"
2737
+ "@saltcorn/db-common": "0.8.6-beta.19"
2738
2738
  }
2739
2739
  },
2740
2740
  "node_modules/@saltcorn/types": {
2741
- "version": "0.8.6-beta.18",
2742
- "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.6-beta.18.tgz",
2743
- "integrity": "sha512-wR7qljD982fX7vUVRgrSwohx3FGk3t5kIm6u/TaekQN2BYi/Xlm50QlfE5zhVMEQlvuYbDaw/GF9DRyCv/ytAw=="
2741
+ "version": "0.8.6-beta.19",
2742
+ "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.6-beta.19.tgz",
2743
+ "integrity": "sha512-CEkHR6Xw4K6L54B5i30DZgfkjRCPaeVTeba11Kr9JkJjUltw7rRPRJbR0YKAoX+ZkvkliiNq38J1LQNocQAY5g=="
2744
2744
  },
2745
2745
  "node_modules/@sindresorhus/is": {
2746
2746
  "version": "0.14.0",
@@ -19224,14 +19224,14 @@
19224
19224
  }
19225
19225
  },
19226
19226
  "@saltcorn/admin-models": {
19227
- "version": "0.8.6-beta.18",
19228
- "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.6-beta.18.tgz",
19229
- "integrity": "sha512-w/zwOMlrGzEpDbcXkqVyeAJMRjCMxRGu6zvGK3kX07biiHINHGSPJ2JGmStSv7UK3Wo6VpW8j6Zk4NijMkhq8A==",
19230
- "requires": {
19231
- "@saltcorn/data": "0.8.6-beta.18",
19232
- "@saltcorn/db-common": "0.8.6-beta.18",
19233
- "@saltcorn/markup": "0.8.6-beta.18",
19234
- "@saltcorn/types": "0.8.6-beta.18",
19227
+ "version": "0.8.6-beta.19",
19228
+ "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.6-beta.19.tgz",
19229
+ "integrity": "sha512-o8xSBxjryMHynkVQ6Wx0nF/1Ue1L1viBOCLNjnCsCmFvp9ZbC/mHw4OHhoEBZH4iBmcxdjRLcB8AsS08GO28UQ==",
19230
+ "requires": {
19231
+ "@saltcorn/data": "0.8.6-beta.19",
19232
+ "@saltcorn/db-common": "0.8.6-beta.19",
19233
+ "@saltcorn/markup": "0.8.6-beta.19",
19234
+ "@saltcorn/types": "0.8.6-beta.19",
19235
19235
  "@types/lodash": "^4.14.182",
19236
19236
  "adm-zip": "0.5.5",
19237
19237
  "chaos-guinea-pig": "^0.1.4",
@@ -19244,32 +19244,32 @@
19244
19244
  }
19245
19245
  },
19246
19246
  "@saltcorn/base-plugin": {
19247
- "version": "0.8.6-beta.18",
19248
- "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.6-beta.18.tgz",
19249
- "integrity": "sha512-DnNd4FQYvOvf8HpKwWjv/1bQcWimPXwiox2tGusXFG+bzqEEmCoFN0eAYAQMrIznpy8ZRoN6aK3Isd51u098Hg==",
19247
+ "version": "0.8.6-beta.19",
19248
+ "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.6-beta.19.tgz",
19249
+ "integrity": "sha512-cYQ3VYI62wySkIvCFDTupHUCTqYBZRy8z7kTLTCu1kXyK+q0pFbvamhd6sJEX02Gw75Y7+XUM7wGD3Afuaz9kA==",
19250
19250
  "requires": {
19251
- "@saltcorn/data": "0.8.6-beta.18"
19251
+ "@saltcorn/data": "0.8.6-beta.19"
19252
19252
  }
19253
19253
  },
19254
19254
  "@saltcorn/builder": {
19255
- "version": "0.8.6-beta.18",
19256
- "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.6-beta.18.tgz",
19257
- "integrity": "sha512-BzTfpNwnD9/SVJ1NNj4tL0Vx0Glisr6ojacEJoQewg0fzoHkyN1MHQyPeV1rULNlXeDtN+uGJBbixxm62kG85w==",
19255
+ "version": "0.8.6-beta.19",
19256
+ "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.6-beta.19.tgz",
19257
+ "integrity": "sha512-TEil1CI3c+oL3xaFJlTu4cKkadQnDu248XdLiHgHLv1yvid7MGDGrsBA1qwcH2PAOEcjFyVbxWAEtComQ0ZHzQ==",
19258
19258
  "requires": {
19259
19259
  "styled-components": "4.4.1"
19260
19260
  }
19261
19261
  },
19262
19262
  "@saltcorn/data": {
19263
- "version": "0.8.6-beta.18",
19264
- "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.6-beta.18.tgz",
19265
- "integrity": "sha512-0f5W3iTtjFC9K5HjqiT0B6ZVKSHVNU9jEQybccPpOUcUS2yrPmqcyTB4rrl4W21AaOwSivSxs7UdIHV0xQGW+A==",
19266
- "requires": {
19267
- "@saltcorn/db-common": "0.8.6-beta.18",
19268
- "@saltcorn/markup": "0.8.6-beta.18",
19269
- "@saltcorn/postgres": "0.8.6-beta.18",
19270
- "@saltcorn/sqlite": "0.8.6-beta.18",
19271
- "@saltcorn/sqlite-mobile": "0.8.6-beta.18",
19272
- "@saltcorn/types": "0.8.6-beta.18",
19263
+ "version": "0.8.6-beta.19",
19264
+ "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.6-beta.19.tgz",
19265
+ "integrity": "sha512-20k2VhX6uY+mvE8nRPUjauHcUj0q+MQ9iTrW2Gbtrk6jlQEdDCLzmJI2mkLTwtaHNe7yuQl7nm5H1n+lhTG+Xg==",
19266
+ "requires": {
19267
+ "@saltcorn/db-common": "0.8.6-beta.19",
19268
+ "@saltcorn/markup": "0.8.6-beta.19",
19269
+ "@saltcorn/postgres": "0.8.6-beta.19",
19270
+ "@saltcorn/sqlite": "0.8.6-beta.19",
19271
+ "@saltcorn/sqlite-mobile": "0.8.6-beta.19",
19272
+ "@saltcorn/types": "0.8.6-beta.19",
19273
19273
  "acorn": "^8.0.3",
19274
19274
  "assert": "^2.0.0",
19275
19275
  "astring": "^1.4.3",
@@ -19314,22 +19314,22 @@
19314
19314
  }
19315
19315
  },
19316
19316
  "@saltcorn/db-common": {
19317
- "version": "0.8.6-beta.18",
19318
- "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.6-beta.18.tgz",
19319
- "integrity": "sha512-LZTrMpCWnk/gvT09h3Cu37QMJWU0fgXeF2NFJaS866hfD35qm95zfGaOTySQ+Xqb/Ste0XRNCl33yhchbvHvtQ=="
19317
+ "version": "0.8.6-beta.19",
19318
+ "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.6-beta.19.tgz",
19319
+ "integrity": "sha512-4GeXadjGryL4ecA/KH22ohLYWKP9LiOnnlAJ96u0W0GWMX50m8nAE1q66YISsFML4ZsbHdhU7xw8o0ejKwiTpQ=="
19320
19320
  },
19321
19321
  "@saltcorn/filemanager": {
19322
- "version": "0.8.6-beta.18",
19323
- "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.6-beta.18.tgz",
19324
- "integrity": "sha512-HOAQF8nwUmLbmXyoU6ap+p3oEQmU4UwBkLM+7nGc0vFrtZZR5r/EwWqIDcIGnQpsc1m/Dmg71wZidWS0ZVOYcw==",
19322
+ "version": "0.8.6-beta.19",
19323
+ "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.6-beta.19.tgz",
19324
+ "integrity": "sha512-Qwq3VYlgoy2X5kE8AOkgoBxQvH7t+U7Jj9HdisFFR2c+7861dSgpTp1m42k/ILYQEDxKV8RDiR3/S7zTTeL5sw==",
19325
19325
  "requires": {
19326
19326
  "sirv-cli": "^2.0.0"
19327
19327
  }
19328
19328
  },
19329
19329
  "@saltcorn/markup": {
19330
- "version": "0.8.6-beta.18",
19331
- "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.6-beta.18.tgz",
19332
- "integrity": "sha512-MdWR4O1Nag8blkJrKChnlocg07ksWA0T3Q+S/35h/+cGfDVTnc/+BvlPw5oDCv9mVGKlXs5pWbfw341KDC+xEQ==",
19330
+ "version": "0.8.6-beta.19",
19331
+ "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.6-beta.19.tgz",
19332
+ "integrity": "sha512-02W5Mb8PgFdHbAdipNDzFtTUvwltPeMjUomRby3MQ4dGFYgEIZZIVqE826kRgWye1M9PDT5ltxdjhiOM499pHQ==",
19333
19333
  "requires": {
19334
19334
  "escape-html": "^1.0.3",
19335
19335
  "html-tags": "3.1.0",
@@ -19337,26 +19337,26 @@
19337
19337
  }
19338
19338
  },
19339
19339
  "@saltcorn/mobile-app": {
19340
- "version": "0.8.6-beta.18",
19341
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.6-beta.18.tgz",
19342
- "integrity": "sha512-/j0r5lSlPwIwqwZPJQ6YyBxD3EJd2k8j82OlSKAUCClDXMXQtLwx5zXypjXnJMcLHDObj2Ab0j8wIWEtg9iMrQ==",
19340
+ "version": "0.8.6-beta.19",
19341
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.6-beta.19.tgz",
19342
+ "integrity": "sha512-bQ0w4Vqw11qQzM9+b9yG8O/6plFuyVleDLY3ZEffDJBbIipO2qW2YbzRQKX69Qs96WiXt1M3wlWKs0wmkIyUoA==",
19343
19343
  "requires": {
19344
19344
  "cordova": "^11.0.0",
19345
19345
  "cordova-sqlite-ext": "^6.0.0"
19346
19346
  }
19347
19347
  },
19348
19348
  "@saltcorn/mobile-builder": {
19349
- "version": "0.8.6-beta.18",
19350
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.6-beta.18.tgz",
19351
- "integrity": "sha512-uf/0EX6JCtQwDm5CnDk46qsrdBamHPN8pQ4LbL1CSysdwB7eooseVvsGfq9DSkGgaZ9NrlD+7EQrTZUniii02Q==",
19352
- "requires": {
19353
- "@saltcorn/base-plugin": "0.8.6-beta.18",
19354
- "@saltcorn/data": "0.8.6-beta.18",
19355
- "@saltcorn/db-common": "0.8.6-beta.18",
19356
- "@saltcorn/markup": "0.8.6-beta.18",
19357
- "@saltcorn/mobile-app": "0.8.6-beta.18",
19358
- "@saltcorn/sbadmin2": "0.8.6-beta.18",
19359
- "@saltcorn/server": "0.8.6-beta.18",
19349
+ "version": "0.8.6-beta.19",
19350
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.6-beta.19.tgz",
19351
+ "integrity": "sha512-DT4nNe5yWLX+yEE4J5t9uIPyIvHUATqrl4yDNutkuW7yuy9d9dQ0tyu8kYj2ilCc0KSETh83NIM6Iu8LxAlDIw==",
19352
+ "requires": {
19353
+ "@saltcorn/base-plugin": "0.8.6-beta.19",
19354
+ "@saltcorn/data": "0.8.6-beta.19",
19355
+ "@saltcorn/db-common": "0.8.6-beta.19",
19356
+ "@saltcorn/markup": "0.8.6-beta.19",
19357
+ "@saltcorn/mobile-app": "0.8.6-beta.19",
19358
+ "@saltcorn/sbadmin2": "0.8.6-beta.19",
19359
+ "@saltcorn/server": "0.8.6-beta.19",
19360
19360
  "fs-extra": "^10.0.1",
19361
19361
  "live-plugin-manager": "^0.17.1",
19362
19362
  "webpack": "5.68.0",
@@ -19392,38 +19392,38 @@
19392
19392
  }
19393
19393
  },
19394
19394
  "@saltcorn/postgres": {
19395
- "version": "0.8.6-beta.18",
19396
- "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.6-beta.18.tgz",
19397
- "integrity": "sha512-R+jibusyu2jNrAg4NQkWMyTL3uoPnqh7+2GTpOeL27q5dUpOCqP4n9883oXLqBpwDS+PU863vUMcsjWEb+owxQ==",
19395
+ "version": "0.8.6-beta.19",
19396
+ "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.6-beta.19.tgz",
19397
+ "integrity": "sha512-A9/jC+2QqE4n66W3IGeawx2iaITp4vHEgPqpGLzN9eTo6ZjoZHAN+vInbZNaEo8BPycLZ12Bvl5SJ82q6SqErQ==",
19398
19398
  "optional": true,
19399
19399
  "requires": {
19400
- "@saltcorn/db-common": "0.8.6-beta.18",
19400
+ "@saltcorn/db-common": "0.8.6-beta.19",
19401
19401
  "pg": "^8.2.1",
19402
19402
  "pg-copy-streams": "^5.1.1"
19403
19403
  }
19404
19404
  },
19405
19405
  "@saltcorn/sbadmin2": {
19406
- "version": "0.8.6-beta.18",
19407
- "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.6-beta.18.tgz",
19408
- "integrity": "sha512-VUrMAZt9tvcEcDZmFbOIFN44E5kAGHgjeA1vav2YVywEn6iAH8VpLy77s/HEuV7jU8aiFA2sWH3JD1K4A7GYVQ==",
19406
+ "version": "0.8.6-beta.19",
19407
+ "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.6-beta.19.tgz",
19408
+ "integrity": "sha512-B+1JBRKm6iDUW7tL9mTiuwrmZE0EP5GNAw6EWtgoSBg0QOh/LYtlen/3NuD60a8T/hshHibSM0/JiydtVrFGZQ==",
19409
19409
  "requires": {
19410
- "@saltcorn/data": "0.8.6-beta.18",
19411
- "@saltcorn/markup": "0.8.6-beta.18",
19410
+ "@saltcorn/data": "0.8.6-beta.19",
19411
+ "@saltcorn/markup": "0.8.6-beta.19",
19412
19412
  "startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
19413
19413
  }
19414
19414
  },
19415
19415
  "@saltcorn/server": {
19416
- "version": "0.8.6-beta.18",
19417
- "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.6-beta.18.tgz",
19418
- "integrity": "sha512-WpuhYderX2GJLGyouVHJsCsRSVuJD+T4GfRduYNAL9XIkitp/PsQHbVzUOgoPNrS2dlClIKw/GIprOC91vyG6g==",
19419
- "requires": {
19420
- "@saltcorn/admin-models": "0.8.6-beta.18",
19421
- "@saltcorn/base-plugin": "0.8.6-beta.18",
19422
- "@saltcorn/builder": "0.8.6-beta.18",
19423
- "@saltcorn/data": "0.8.6-beta.18",
19424
- "@saltcorn/filemanager": "0.8.6-beta.18",
19425
- "@saltcorn/markup": "0.8.6-beta.18",
19426
- "@saltcorn/sbadmin2": "0.8.6-beta.18",
19416
+ "version": "0.8.6-beta.19",
19417
+ "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.6-beta.19.tgz",
19418
+ "integrity": "sha512-z1vEB1Tp8ehyaQrw4UgzBFgnagxO3/IvpATUB96+byXi8DtxjdjW/oi2aq/V+2edkFFdnB0+9Qb6sQ+e+zIf8A==",
19419
+ "requires": {
19420
+ "@saltcorn/admin-models": "0.8.6-beta.19",
19421
+ "@saltcorn/base-plugin": "0.8.6-beta.19",
19422
+ "@saltcorn/builder": "0.8.6-beta.19",
19423
+ "@saltcorn/data": "0.8.6-beta.19",
19424
+ "@saltcorn/filemanager": "0.8.6-beta.19",
19425
+ "@saltcorn/markup": "0.8.6-beta.19",
19426
+ "@saltcorn/sbadmin2": "0.8.6-beta.19",
19427
19427
  "@socket.io/cluster-adapter": "^0.2.1",
19428
19428
  "@socket.io/sticky": "^1.0.1",
19429
19429
  "adm-zip": "0.5.10",
@@ -19481,27 +19481,27 @@
19481
19481
  }
19482
19482
  },
19483
19483
  "@saltcorn/sqlite": {
19484
- "version": "0.8.6-beta.18",
19485
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.6-beta.18.tgz",
19486
- "integrity": "sha512-DbPbSlVdPThLRqLrcmV1/mrYHkLIw61unsTnM+7Mj3QUFEkxWSoWmbkoBKW4yuFwNj2VvDvBIpA9/7YTZdOmJA==",
19484
+ "version": "0.8.6-beta.19",
19485
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.6-beta.19.tgz",
19486
+ "integrity": "sha512-8heT+xeXEkKD5HVfnMgSM0ePFcXMDs9ll/uMKOCUogGMvfOIB7hidymVDRTNviNT+Zwj+jjUp2daCkEM9oc2mg==",
19487
19487
  "optional": true,
19488
19488
  "requires": {
19489
- "@saltcorn/db-common": "0.8.6-beta.18",
19489
+ "@saltcorn/db-common": "0.8.6-beta.19",
19490
19490
  "sqlite3": "^5.0.8"
19491
19491
  }
19492
19492
  },
19493
19493
  "@saltcorn/sqlite-mobile": {
19494
- "version": "0.8.6-beta.18",
19495
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.6-beta.18.tgz",
19496
- "integrity": "sha512-ZYTGJoIyFHaTvd2tT2Wf0bT9iva11xz4qsVEauFq7VzETra5PX6RI/DuHMjIySb3VkEvh5x/l9bv9FbEdDmteA==",
19494
+ "version": "0.8.6-beta.19",
19495
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.6-beta.19.tgz",
19496
+ "integrity": "sha512-BeqFlLmXZIMPrwv/zNev6bRbfycarjb1JHNNPykvgOeEKMFyda/tZmBwngwY07q0XOjfrbFhlI28DdEFxiGd3g==",
19497
19497
  "requires": {
19498
- "@saltcorn/db-common": "0.8.6-beta.18"
19498
+ "@saltcorn/db-common": "0.8.6-beta.19"
19499
19499
  }
19500
19500
  },
19501
19501
  "@saltcorn/types": {
19502
- "version": "0.8.6-beta.18",
19503
- "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.6-beta.18.tgz",
19504
- "integrity": "sha512-wR7qljD982fX7vUVRgrSwohx3FGk3t5kIm6u/TaekQN2BYi/Xlm50QlfE5zhVMEQlvuYbDaw/GF9DRyCv/ytAw=="
19502
+ "version": "0.8.6-beta.19",
19503
+ "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.6-beta.19.tgz",
19504
+ "integrity": "sha512-CEkHR6Xw4K6L54B5i30DZgfkjRCPaeVTeba11Kr9JkJjUltw7rRPRJbR0YKAoX+ZkvkliiNq38J1LQNocQAY5g=="
19505
19505
  },
19506
19506
  "@sindresorhus/is": {
19507
19507
  "version": "0.14.0",
@@ -1 +1 @@
1
- {"version":"0.8.6-beta.18","commands":{"add-schema":{"id":"add-schema","description":"Add Saltcorn schema to existing database","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false}},"args":[]},"backup":{"id":"backup","description":"Backup the PostgreSQL database to a file with pg_dump or zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"output":{"name":"output","type":"option","char":"o","description":"output filename"},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"zip":{"name":"zip","type":"boolean","char":"z","description":"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"},"useDocker":{"name":"useDocker","type":"boolean","char":"d","description":"Use a docker container to build the app.","allowNo":false},"buildDirectory":{"name":"buildDirectory","type":"option","char":"b","description":"A directory where the app should be build"},"copyAppDirectory":{"name":"copyAppDirectory","type":"option","char":"c","description":"If set, the app file will be copied here, please set 'user email', too"},"userEmail":{"name":"userEmail","type":"option","char":"u","description":"Email of the user building the app"},"appName":{"name":"appName","type":"option","description":"Name of the mobile app (default SaltcornMobileApp)"},"appVersion":{"name":"appVersion","type":"option","description":"Version of the mobile app (default 1.0.0)"},"appIcon":{"name":"appIcon","type":"option","description":"A png that will be used as launcher icon. The default is a png of a saltcorn symbol."},"serverURL":{"name":"serverURL","type":"option","char":"s","description":"URL to a saltcorn server"},"splashPage":{"name":"splashPage","type":"option","description":"Name of a page that should be shown while the app is loading."},"allowOfflineMode":{"name":"allowOfflineMode","type":"boolean","description":"Switch to offline mode when there is no internet, sync the data when a connection is available again.","allowNo":false},"buildForEmulator":{"name":"buildForEmulator","type":"boolean","description":"build without '--device', generates no .ipa file so that iOS apps can be build without developer accounts","allowNo":false}},"args":[]},"build-cordova-builder":{"id":"build-cordova-builder","description":"Build the 'saltcorn/cordova-builder' docker image","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"buildClean":{"name":"buildClean","type":"boolean","description":"run a clean build with --no-cache","allowNo":false}},"args":[]},"configuration-check-backups":{"id":"configuration-check-backups","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"destructive":{"name":"destructive","type":"boolean","char":"d","description":"destructive","allowNo":false}},"args":[{"name":"files","description":"backup file to check. can be repeated, e.g. with *","required":true}]},"configuration-check":{"id":"configuration-check","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"create-tenant":{"id":"create-tenant","description":"Create a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"url":{"name":"url","type":"option","description":"Url of tenant"},"email":{"name":"email","type":"option","char":"e","description":"Email of owner of tenant"},"description":{"name":"description","type":"option","char":"d","description":"Description of tenant"}},"args":[{"name":"tenant","description":"Tenant subdomain to create","required":true}]},"create-user":{"id":"create-user","description":"Create a new user","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"Admin user","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"email"},"role":{"name":"role","type":"option","char":"r","description":"role"},"password":{"name":"password","type":"option","char":"p","description":"password"}},"args":[]},"delete-tenants":{"id":"delete-tenants","description":"Delete inactive tenants","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"delete-user":{"id":"delete-user","description":"Delete user.\n\nCommand deletes the user specified by USER_EMAIL.\n\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"user_email","description":"User to delete","required":true}]},"fixtures":{"id":"fixtures","description":"Load fixtures for testing\n...\nThis manual step it is never required for users and rarely required for developers\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"reset":{"name":"reset","type":"boolean","char":"r","description":"Also reset schema","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"get-cfg":{"id":"get-cfg","description":"Get a configuration value. The value is printed to stdout as a JSON value","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"plugin":{"name":"plugin","type":"option","char":"p","description":"plugin"}},"args":[{"name":"key","description":"Configuration key","required":false}]},"info":{"id":"info","description":"Show paths\n...\nShow configuration and file store paths\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":["paths"],"flags":{"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"inspect":{"id":"inspect","description":"Inspect an entity's JSON representation, or list entities","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"type","description":"Entity type","required":true,"options":["view","page","trigger","table"]},{"name":"name","description":"Entity name. If not supplied, list all names"}]},"install-pack":{"id":"install-pack","description":"Install a pack or restore a snapshot","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Pack name in store"},"file":{"name":"file","type":"option","char":"f","description":"File with pack JSON"}},"args":[]},"install-plugin":{"id":"install-plugin","description":"Install a plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Plugin name in store"},"directory":{"name":"directory","type":"option","char":"d","description":"Directory with local plugin"}},"args":[]},"list-tenants":{"id":"list-tenants","description":"List tenants in CSV format","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"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-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"}},"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":[]},"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:post-release":{"id":"dev:post-release","description":"Post-release tasks: docker and vagrant builds","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"task","description":"What to do","options":["docker","vagrant","all","none"]}]},"dev:release":{"id":"dev:release","description":"Release a new saltcorn version","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"version","description":"New version number","required":true}]},"dev:test-plugin":{"id":"dev:test-plugin","description":"Test a plugin\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"path","description":"path to plugin package","required":true}]}}}
1
+ {"version":"0.8.6-beta.19","commands":{"add-schema":{"id":"add-schema","description":"Add Saltcorn schema to existing database","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false}},"args":[]},"backup":{"id":"backup","description":"Backup the PostgreSQL database to a file with pg_dump or zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"output":{"name":"output","type":"option","char":"o","description":"output filename"},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"zip":{"name":"zip","type":"boolean","char":"z","description":"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"},"useDocker":{"name":"useDocker","type":"boolean","char":"d","description":"Use a docker container to build the app.","allowNo":false},"buildDirectory":{"name":"buildDirectory","type":"option","char":"b","description":"A directory where the app should be build"},"copyAppDirectory":{"name":"copyAppDirectory","type":"option","char":"c","description":"If set, the app file will be copied here, please set 'user email', too"},"userEmail":{"name":"userEmail","type":"option","char":"u","description":"Email of the user building the app"},"appName":{"name":"appName","type":"option","description":"Name of the mobile app (default SaltcornMobileApp)"},"appVersion":{"name":"appVersion","type":"option","description":"Version of the mobile app (default 1.0.0)"},"appIcon":{"name":"appIcon","type":"option","description":"A png that will be used as launcher icon. The default is a png of a saltcorn symbol."},"serverURL":{"name":"serverURL","type":"option","char":"s","description":"URL to a saltcorn server"},"splashPage":{"name":"splashPage","type":"option","description":"Name of a page that should be shown while the app is loading."},"allowOfflineMode":{"name":"allowOfflineMode","type":"boolean","description":"Switch to offline mode when there is no internet, sync the data when a connection is available again.","allowNo":false},"buildForEmulator":{"name":"buildForEmulator","type":"boolean","description":"build without '--device', generates no .ipa file so that iOS apps can be build without developer accounts","allowNo":false}},"args":[]},"build-cordova-builder":{"id":"build-cordova-builder","description":"Build the 'saltcorn/cordova-builder' docker image","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"buildClean":{"name":"buildClean","type":"boolean","description":"run a clean build with --no-cache","allowNo":false}},"args":[]},"configuration-check-backups":{"id":"configuration-check-backups","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"destructive":{"name":"destructive","type":"boolean","char":"d","description":"destructive","allowNo":false}},"args":[{"name":"files","description":"backup file to check. can be repeated, e.g. with *","required":true}]},"configuration-check":{"id":"configuration-check","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"create-tenant":{"id":"create-tenant","description":"Create a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"url":{"name":"url","type":"option","description":"Url of tenant"},"email":{"name":"email","type":"option","char":"e","description":"Email of owner of tenant"},"description":{"name":"description","type":"option","char":"d","description":"Description of tenant"}},"args":[{"name":"tenant","description":"Tenant subdomain to create","required":true}]},"create-user":{"id":"create-user","description":"Create a new user","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"Admin user","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"email"},"role":{"name":"role","type":"option","char":"r","description":"role"},"password":{"name":"password","type":"option","char":"p","description":"password"}},"args":[]},"delete-tenants":{"id":"delete-tenants","description":"Delete inactive tenants","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"delete-user":{"id":"delete-user","description":"Delete user.\n\nCommand deletes the user specified by USER_EMAIL.\n\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"user_email","description":"User to delete","required":true}]},"fixtures":{"id":"fixtures","description":"Load fixtures for testing\n...\nThis manual step it is never required for users and rarely required for developers\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"reset":{"name":"reset","type":"boolean","char":"r","description":"Also reset schema","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"get-cfg":{"id":"get-cfg","description":"Get a configuration value. The value is printed to stdout as a JSON value","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"plugin":{"name":"plugin","type":"option","char":"p","description":"plugin"}},"args":[{"name":"key","description":"Configuration key","required":false}]},"info":{"id":"info","description":"Show paths\n...\nShow configuration and file store paths\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":["paths"],"flags":{"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"inspect":{"id":"inspect","description":"Inspect an entity's JSON representation, or list entities","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"type","description":"Entity type","required":true,"options":["view","page","trigger","table"]},{"name":"name","description":"Entity name. If not supplied, list all names"}]},"install-pack":{"id":"install-pack","description":"Install a pack or restore a snapshot","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Pack name in store"},"file":{"name":"file","type":"option","char":"f","description":"File with pack JSON"}},"args":[]},"install-plugin":{"id":"install-plugin","description":"Install a plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Plugin name in store"},"directory":{"name":"directory","type":"option","char":"d","description":"Directory with local plugin"}},"args":[]},"list-tenants":{"id":"list-tenants","description":"List tenants in CSV format","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"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-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"}},"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":[]},"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:post-release":{"id":"dev:post-release","description":"Post-release tasks: docker and vagrant builds","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"task","description":"What to do","options":["docker","vagrant","all","none"]}]},"dev:release":{"id":"dev:release","description":"Release a new saltcorn version","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"version","description":"New version number","required":true}]},"dev:test-plugin":{"id":"dev:test-plugin","description":"Test a plugin\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"path","description":"path to plugin package","required":true}]}}}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@saltcorn/cli",
3
3
  "description": "Command-line interface for Saltcorn, open-source no-code platform",
4
4
  "homepage": "https://saltcorn.com",
5
- "version": "0.8.6-beta.18",
5
+ "version": "0.8.6-beta.19",
6
6
  "author": "Tom Nielsen @glutamate",
7
7
  "bin": {
8
8
  "saltcorn": "./bin/saltcorn"
@@ -13,11 +13,11 @@
13
13
  "@oclif/config": "^1.18.3",
14
14
  "@oclif/plugin-plugins": "^2.1.0",
15
15
  "@oclif/plugin-help": "^3.3.1",
16
- "@saltcorn/admin-models": "0.8.6-beta.18",
17
- "@saltcorn/data": "0.8.6-beta.18",
18
- "@saltcorn/mobile-app": "0.8.6-beta.18",
19
- "@saltcorn/mobile-builder": "0.8.6-beta.18",
20
- "@saltcorn/server": "0.8.6-beta.18",
16
+ "@saltcorn/admin-models": "0.8.6-beta.19",
17
+ "@saltcorn/data": "0.8.6-beta.19",
18
+ "@saltcorn/mobile-app": "0.8.6-beta.19",
19
+ "@saltcorn/mobile-builder": "0.8.6-beta.19",
20
+ "@saltcorn/server": "0.8.6-beta.19",
21
21
  "cli-ux": "^5.6.7",
22
22
  "contractis": "^0.1.0",
23
23
  "dateformat": "^3.0.3",