@saltcorn/cli 0.9.3-beta.4 → 0.9.3-beta.5
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 +45 -45
- package/npm-shrinkwrap.json +209 -178
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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.3-beta.
|
|
23
|
+
@saltcorn/cli/0.9.3-beta.5 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.3-beta.
|
|
92
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/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.3-beta.
|
|
109
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/backup.js)_
|
|
110
110
|
|
|
111
111
|
## `saltcorn build-app`
|
|
112
112
|
|
|
@@ -154,7 +154,7 @@ OPTIONS
|
|
|
154
154
|
tenant
|
|
155
155
|
```
|
|
156
156
|
|
|
157
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
157
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/build-app.js)_
|
|
158
158
|
|
|
159
159
|
## `saltcorn build-cordova-builder`
|
|
160
160
|
|
|
@@ -168,7 +168,7 @@ OPTIONS
|
|
|
168
168
|
--buildClean run a clean build with --no-cache
|
|
169
169
|
```
|
|
170
170
|
|
|
171
|
-
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
171
|
+
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/build-cordova-builder.js)_
|
|
172
172
|
|
|
173
173
|
## `saltcorn configuration-check`
|
|
174
174
|
|
|
@@ -182,7 +182,7 @@ OPTIONS
|
|
|
182
182
|
-t, --tenant=tenant tenant
|
|
183
183
|
```
|
|
184
184
|
|
|
185
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
185
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/configuration-check.js)_
|
|
186
186
|
|
|
187
187
|
## `saltcorn configuration-check-backups FILES`
|
|
188
188
|
|
|
@@ -199,7 +199,7 @@ OPTIONS
|
|
|
199
199
|
-d, --destructive destructive
|
|
200
200
|
```
|
|
201
201
|
|
|
202
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
202
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/configuration-check-backups.js)_
|
|
203
203
|
|
|
204
204
|
## `saltcorn create-tenant TENANT`
|
|
205
205
|
|
|
@@ -218,7 +218,7 @@ OPTIONS
|
|
|
218
218
|
--url=url Url of tenant
|
|
219
219
|
```
|
|
220
220
|
|
|
221
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
221
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/create-tenant.js)_
|
|
222
222
|
|
|
223
223
|
## `saltcorn create-user`
|
|
224
224
|
|
|
@@ -236,7 +236,7 @@ OPTIONS
|
|
|
236
236
|
-t, --tenant=tenant tenant
|
|
237
237
|
```
|
|
238
238
|
|
|
239
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
239
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/create-user.js)_
|
|
240
240
|
|
|
241
241
|
## `saltcorn delete-tenants`
|
|
242
242
|
|
|
@@ -247,7 +247,7 @@ USAGE
|
|
|
247
247
|
$ saltcorn delete-tenants
|
|
248
248
|
```
|
|
249
249
|
|
|
250
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
250
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/delete-tenants.js)_
|
|
251
251
|
|
|
252
252
|
## `saltcorn delete-user USER_EMAIL`
|
|
253
253
|
|
|
@@ -268,7 +268,7 @@ DESCRIPTION
|
|
|
268
268
|
Command deletes the user specified by USER_EMAIL.
|
|
269
269
|
```
|
|
270
270
|
|
|
271
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
271
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/delete-user.js)_
|
|
272
272
|
|
|
273
273
|
## `saltcorn dev:localize-plugin PLUGIN [PATH]`
|
|
274
274
|
|
|
@@ -287,7 +287,7 @@ OPTIONS
|
|
|
287
287
|
-u, --unlocalize Unlocalize plugin (local to npm)
|
|
288
288
|
```
|
|
289
289
|
|
|
290
|
-
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
290
|
+
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/dev/localize-plugin.js)_
|
|
291
291
|
|
|
292
292
|
## `saltcorn make-migration`
|
|
293
293
|
|
|
@@ -303,7 +303,7 @@ DESCRIPTION
|
|
|
303
303
|
unless you are a developer.
|
|
304
304
|
```
|
|
305
305
|
|
|
306
|
-
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
306
|
+
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/dev/make-migration.js)_
|
|
307
307
|
|
|
308
308
|
## `saltcorn saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip`
|
|
309
309
|
|
|
@@ -324,7 +324,7 @@ OPTIONS
|
|
|
324
324
|
--database=database Run on specified database. Default is 'saltcorn_test''
|
|
325
325
|
```
|
|
326
326
|
|
|
327
|
-
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
327
|
+
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/dev/plugin-test.js)_
|
|
328
328
|
|
|
329
329
|
## `saltcorn dev:post-release [TASK]`
|
|
330
330
|
|
|
@@ -338,7 +338,7 @@ ARGUMENTS
|
|
|
338
338
|
TASK (docker|vagrant|all|none) What to do
|
|
339
339
|
```
|
|
340
340
|
|
|
341
|
-
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
341
|
+
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/dev/post-release.js)_
|
|
342
342
|
|
|
343
343
|
## `saltcorn dev:release VERSION`
|
|
344
344
|
|
|
@@ -352,7 +352,7 @@ ARGUMENTS
|
|
|
352
352
|
VERSION New version number
|
|
353
353
|
```
|
|
354
354
|
|
|
355
|
-
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
355
|
+
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/dev/release.js)_
|
|
356
356
|
|
|
357
357
|
## `saltcorn dev:test-plugin PATH`
|
|
358
358
|
|
|
@@ -370,7 +370,7 @@ DESCRIPTION
|
|
|
370
370
|
Extra documentation goes here
|
|
371
371
|
```
|
|
372
372
|
|
|
373
|
-
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
373
|
+
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/dev/test-plugin.js)_
|
|
374
374
|
|
|
375
375
|
## `saltcorn fixtures`
|
|
376
376
|
|
|
@@ -389,7 +389,7 @@ DESCRIPTION
|
|
|
389
389
|
This manual step it is never required for users and rarely required for developers
|
|
390
390
|
```
|
|
391
391
|
|
|
392
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
392
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/fixtures.js)_
|
|
393
393
|
|
|
394
394
|
## `saltcorn get-cfg [KEY]`
|
|
395
395
|
|
|
@@ -407,7 +407,7 @@ OPTIONS
|
|
|
407
407
|
-t, --tenant=tenant tenant
|
|
408
408
|
```
|
|
409
409
|
|
|
410
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
410
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/get-cfg.js)_
|
|
411
411
|
|
|
412
412
|
## `saltcorn help [COMMAND]`
|
|
413
413
|
|
|
@@ -445,7 +445,7 @@ ALIASES
|
|
|
445
445
|
$ saltcorn paths
|
|
446
446
|
```
|
|
447
447
|
|
|
448
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
448
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/info.js)_
|
|
449
449
|
|
|
450
450
|
## `saltcorn inspect TYPE [NAME]`
|
|
451
451
|
|
|
@@ -463,7 +463,7 @@ OPTIONS
|
|
|
463
463
|
-t, --tenant=tenant tenant
|
|
464
464
|
```
|
|
465
465
|
|
|
466
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
466
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/inspect.js)_
|
|
467
467
|
|
|
468
468
|
## `saltcorn install-pack`
|
|
469
469
|
|
|
@@ -479,7 +479,7 @@ OPTIONS
|
|
|
479
479
|
-t, --tenant=tenant tenant
|
|
480
480
|
```
|
|
481
481
|
|
|
482
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
482
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/install-pack.js)_
|
|
483
483
|
|
|
484
484
|
## `saltcorn install-plugin`
|
|
485
485
|
|
|
@@ -495,7 +495,7 @@ OPTIONS
|
|
|
495
495
|
-t, --tenant=tenant tenant
|
|
496
496
|
```
|
|
497
497
|
|
|
498
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
498
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/install-plugin.js)_
|
|
499
499
|
|
|
500
500
|
## `saltcorn list-tenants`
|
|
501
501
|
|
|
@@ -511,7 +511,7 @@ OPTIONS
|
|
|
511
511
|
-v, --verbose verbose output
|
|
512
512
|
```
|
|
513
513
|
|
|
514
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
514
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/list-tenants.js)_
|
|
515
515
|
|
|
516
516
|
## `saltcorn list-triggers`
|
|
517
517
|
|
|
@@ -527,7 +527,7 @@ OPTIONS
|
|
|
527
527
|
-v, --verbose verbose output
|
|
528
528
|
```
|
|
529
529
|
|
|
530
|
-
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
530
|
+
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/list-triggers.js)_
|
|
531
531
|
|
|
532
532
|
## `saltcorn list-users`
|
|
533
533
|
|
|
@@ -542,7 +542,7 @@ OPTIONS
|
|
|
542
542
|
-v, --verbose verbose output
|
|
543
543
|
```
|
|
544
544
|
|
|
545
|
-
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
545
|
+
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/list-users.js)_
|
|
546
546
|
|
|
547
547
|
## `saltcorn saltcorn migrate`
|
|
548
548
|
|
|
@@ -564,7 +564,7 @@ DESCRIPTION
|
|
|
564
564
|
servers and need to control when the migrations are run.
|
|
565
565
|
```
|
|
566
566
|
|
|
567
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
567
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/migrate.js)_
|
|
568
568
|
|
|
569
569
|
## `saltcorn modify-user USER_EMAIL`
|
|
570
570
|
|
|
@@ -593,7 +593,7 @@ DESCRIPTION
|
|
|
593
593
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
594
594
|
```
|
|
595
595
|
|
|
596
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
596
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/modify-user.js)_
|
|
597
597
|
|
|
598
598
|
## `saltcorn plugins`
|
|
599
599
|
|
|
@@ -620,7 +620,7 @@ EXAMPLES
|
|
|
620
620
|
plugins -u -f - force plugin update
|
|
621
621
|
```
|
|
622
622
|
|
|
623
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
623
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/plugins.js)_
|
|
624
624
|
|
|
625
625
|
## `saltcorn reset-schema`
|
|
626
626
|
|
|
@@ -639,7 +639,7 @@ DESCRIPTION
|
|
|
639
639
|
This will delete all existing information
|
|
640
640
|
```
|
|
641
641
|
|
|
642
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
642
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/reset-schema.js)_
|
|
643
643
|
|
|
644
644
|
## `saltcorn restore FILE`
|
|
645
645
|
|
|
@@ -656,7 +656,7 @@ OPTIONS
|
|
|
656
656
|
-t, --tenant=tenant tenant
|
|
657
657
|
```
|
|
658
658
|
|
|
659
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
659
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/restore.js)_
|
|
660
660
|
|
|
661
661
|
## `saltcorn rm-tenant`
|
|
662
662
|
|
|
@@ -675,7 +675,7 @@ DESCRIPTION
|
|
|
675
675
|
It recommended to make backup of tenant before perform this command.
|
|
676
676
|
```
|
|
677
677
|
|
|
678
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
678
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/rm-tenant.js)_
|
|
679
679
|
|
|
680
680
|
## `saltcorn run-benchmark [BASEURL]`
|
|
681
681
|
|
|
@@ -694,7 +694,7 @@ OPTIONS
|
|
|
694
694
|
-t, --token=token API Token for reporting results
|
|
695
695
|
```
|
|
696
696
|
|
|
697
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
697
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/run-benchmark.js)_
|
|
698
698
|
|
|
699
699
|
## `saltcorn run-js`
|
|
700
700
|
|
|
@@ -710,7 +710,7 @@ OPTIONS
|
|
|
710
710
|
-t, --tenant=tenant tenant name
|
|
711
711
|
```
|
|
712
712
|
|
|
713
|
-
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
713
|
+
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/run-js.js)_
|
|
714
714
|
|
|
715
715
|
## `saltcorn run-sql`
|
|
716
716
|
|
|
@@ -726,7 +726,7 @@ OPTIONS
|
|
|
726
726
|
-t, --tenant=tenant tenant name
|
|
727
727
|
```
|
|
728
728
|
|
|
729
|
-
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
729
|
+
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/run-sql.js)_
|
|
730
730
|
|
|
731
731
|
## `saltcorn run-tests [PACKAGE]`
|
|
732
732
|
|
|
@@ -750,7 +750,7 @@ OPTIONS
|
|
|
750
750
|
--watchAll Watch files for changes and rerun all tests.
|
|
751
751
|
```
|
|
752
752
|
|
|
753
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
753
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/run-tests.js)_
|
|
754
754
|
|
|
755
755
|
## `saltcorn run-trigger TRIGGER`
|
|
756
756
|
|
|
@@ -767,7 +767,7 @@ OPTIONS
|
|
|
767
767
|
-t, --tenant=tenant tenant
|
|
768
768
|
```
|
|
769
769
|
|
|
770
|
-
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
770
|
+
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/run-trigger.js)_
|
|
771
771
|
|
|
772
772
|
## `saltcorn scheduler`
|
|
773
773
|
|
|
@@ -781,7 +781,7 @@ OPTIONS
|
|
|
781
781
|
-v, --verbose Verbose
|
|
782
782
|
```
|
|
783
783
|
|
|
784
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
784
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/scheduler.js)_
|
|
785
785
|
|
|
786
786
|
## `saltcorn serve`
|
|
787
787
|
|
|
@@ -802,7 +802,7 @@ OPTIONS
|
|
|
802
802
|
--subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
|
|
803
803
|
```
|
|
804
804
|
|
|
805
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
805
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/serve.js)_
|
|
806
806
|
|
|
807
807
|
## `saltcorn set-cfg [KEY] [VALUE]`
|
|
808
808
|
|
|
@@ -823,7 +823,7 @@ OPTIONS
|
|
|
823
823
|
-t, --tenant=tenant tenant
|
|
824
824
|
```
|
|
825
825
|
|
|
826
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
826
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/set-cfg.js)_
|
|
827
827
|
|
|
828
828
|
## `saltcorn setup`
|
|
829
829
|
|
|
@@ -842,7 +842,7 @@ DESCRIPTION
|
|
|
842
842
|
configuration file
|
|
843
843
|
```
|
|
844
844
|
|
|
845
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
845
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/setup.js)_
|
|
846
846
|
|
|
847
847
|
## `saltcorn setup-benchmark`
|
|
848
848
|
|
|
@@ -856,7 +856,7 @@ OPTIONS
|
|
|
856
856
|
-t, --tenant=tenant tenant
|
|
857
857
|
```
|
|
858
858
|
|
|
859
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
859
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/setup-benchmark.js)_
|
|
860
860
|
|
|
861
861
|
## `saltcorn sync-upload-data`
|
|
862
862
|
|
|
@@ -873,7 +873,7 @@ OPTIONS
|
|
|
873
873
|
--userEmail=userEmail email of the user running the sync
|
|
874
874
|
```
|
|
875
875
|
|
|
876
|
-
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
876
|
+
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/sync-upload-data.js)_
|
|
877
877
|
|
|
878
878
|
## `saltcorn take-snapshot`
|
|
879
879
|
|
|
@@ -888,7 +888,7 @@ OPTIONS
|
|
|
888
888
|
-t, --tenant=tenant tenant
|
|
889
889
|
```
|
|
890
890
|
|
|
891
|
-
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
891
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/take-snapshot.js)_
|
|
892
892
|
|
|
893
893
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
894
894
|
|
|
@@ -905,5 +905,5 @@ ARGUMENTS
|
|
|
905
905
|
TENANT tenant name
|
|
906
906
|
```
|
|
907
907
|
|
|
908
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.
|
|
908
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.9.3-beta.5/src/commands/transform-field.js)_
|
|
909
909
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saltcorn/cli",
|
|
3
|
-
"version": "0.9.3-beta.
|
|
3
|
+
"version": "0.9.3-beta.5",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@saltcorn/cli",
|
|
9
|
-
"version": "0.9.3-beta.
|
|
9
|
+
"version": "0.9.3-beta.5",
|
|
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.3-beta.
|
|
17
|
-
"@saltcorn/data": "0.9.3-beta.
|
|
18
|
-
"@saltcorn/mobile-app": "0.9.3-beta.
|
|
19
|
-
"@saltcorn/mobile-builder": "0.9.3-beta.
|
|
20
|
-
"@saltcorn/server": "0.9.3-beta.
|
|
16
|
+
"@saltcorn/admin-models": "0.9.3-beta.5",
|
|
17
|
+
"@saltcorn/data": "0.9.3-beta.5",
|
|
18
|
+
"@saltcorn/mobile-app": "0.9.3-beta.5",
|
|
19
|
+
"@saltcorn/mobile-builder": "0.9.3-beta.5",
|
|
20
|
+
"@saltcorn/server": "0.9.3-beta.5",
|
|
21
21
|
"cli-ux": "^5.6.7",
|
|
22
22
|
"contractis": "^0.1.0",
|
|
23
23
|
"dateformat": "^3.0.3",
|
|
@@ -3779,14 +3779,14 @@
|
|
|
3779
3779
|
}
|
|
3780
3780
|
},
|
|
3781
3781
|
"node_modules/@saltcorn/admin-models": {
|
|
3782
|
-
"version": "0.9.3-beta.
|
|
3783
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.3-beta.
|
|
3784
|
-
"integrity": "sha512-
|
|
3785
|
-
"dependencies": {
|
|
3786
|
-
"@saltcorn/data": "0.9.3-beta.
|
|
3787
|
-
"@saltcorn/db-common": "0.9.3-beta.
|
|
3788
|
-
"@saltcorn/markup": "0.9.3-beta.
|
|
3789
|
-
"@saltcorn/types": "0.9.3-beta.
|
|
3782
|
+
"version": "0.9.3-beta.5",
|
|
3783
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.3-beta.5.tgz",
|
|
3784
|
+
"integrity": "sha512-j/bIx9lsR23DvpQMOnnBLUXXJEO5vQCL606YTo86fpC4jlJR5PMzAkPm9fVXchJhPFChHw5JY6744knu0NFxGw==",
|
|
3785
|
+
"dependencies": {
|
|
3786
|
+
"@saltcorn/data": "0.9.3-beta.5",
|
|
3787
|
+
"@saltcorn/db-common": "0.9.3-beta.5",
|
|
3788
|
+
"@saltcorn/markup": "0.9.3-beta.5",
|
|
3789
|
+
"@saltcorn/types": "0.9.3-beta.5",
|
|
3790
3790
|
"@types/lodash": "^4.14.182",
|
|
3791
3791
|
"adm-zip": "0.5.5",
|
|
3792
3792
|
"chaos-guinea-pig": "^0.1.4",
|
|
@@ -3799,30 +3799,30 @@
|
|
|
3799
3799
|
}
|
|
3800
3800
|
},
|
|
3801
3801
|
"node_modules/@saltcorn/base-plugin": {
|
|
3802
|
-
"version": "0.9.3-beta.
|
|
3803
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.3-beta.
|
|
3804
|
-
"integrity": "sha512-
|
|
3802
|
+
"version": "0.9.3-beta.5",
|
|
3803
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.3-beta.5.tgz",
|
|
3804
|
+
"integrity": "sha512-Jf6W6jaZN98SAu++9aEm2Z3GxtAsvQqaSofq+QBD07um/W25vCrSpgzgcsEimsF2kRPDx/yTGqmG8c3bK0HRIw==",
|
|
3805
3805
|
"dependencies": {
|
|
3806
|
-
"@saltcorn/data": "0.9.3-beta.
|
|
3806
|
+
"@saltcorn/data": "0.9.3-beta.5"
|
|
3807
3807
|
}
|
|
3808
3808
|
},
|
|
3809
3809
|
"node_modules/@saltcorn/builder": {
|
|
3810
|
-
"version": "0.9.3-beta.
|
|
3811
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.3-beta.
|
|
3812
|
-
"integrity": "sha512-
|
|
3810
|
+
"version": "0.9.3-beta.5",
|
|
3811
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.3-beta.5.tgz",
|
|
3812
|
+
"integrity": "sha512-hkFVgQLHRGa8UEDNmbVLSvWcgiP/b7zFj0uUlzdBdFZkIBXit5L/smJq4m4a13hcccHO+faCm/BJwpB/k6ii/w==",
|
|
3813
3813
|
"dependencies": {
|
|
3814
3814
|
"styled-components": "4.4.1"
|
|
3815
3815
|
}
|
|
3816
3816
|
},
|
|
3817
3817
|
"node_modules/@saltcorn/data": {
|
|
3818
|
-
"version": "0.9.3-beta.
|
|
3819
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.3-beta.
|
|
3820
|
-
"integrity": "sha512
|
|
3821
|
-
"dependencies": {
|
|
3822
|
-
"@saltcorn/db-common": "0.9.3-beta.
|
|
3823
|
-
"@saltcorn/markup": "0.9.3-beta.
|
|
3824
|
-
"@saltcorn/sqlite-mobile": "0.9.3-beta.
|
|
3825
|
-
"@saltcorn/types": "0.9.3-beta.
|
|
3818
|
+
"version": "0.9.3-beta.5",
|
|
3819
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.3-beta.5.tgz",
|
|
3820
|
+
"integrity": "sha512-+vl3L8Hp8HPdIX3zooM+7BxvrPkkt2xW+RZSPzLarv0QKpfmvK1R/8/tnV6Anr1pfq7Pl9VaqL4l5lPDusX6KA==",
|
|
3821
|
+
"dependencies": {
|
|
3822
|
+
"@saltcorn/db-common": "0.9.3-beta.5",
|
|
3823
|
+
"@saltcorn/markup": "0.9.3-beta.5",
|
|
3824
|
+
"@saltcorn/sqlite-mobile": "0.9.3-beta.5",
|
|
3825
|
+
"@saltcorn/types": "0.9.3-beta.5",
|
|
3826
3826
|
"acorn": "^8.0.3",
|
|
3827
3827
|
"assert": "^2.0.0",
|
|
3828
3828
|
"astring": "^1.4.3",
|
|
@@ -3865,27 +3865,27 @@
|
|
|
3865
3865
|
"vm-browserify": "^1.1.2"
|
|
3866
3866
|
},
|
|
3867
3867
|
"optionalDependencies": {
|
|
3868
|
-
"@saltcorn/postgres": "0.9.3-beta.
|
|
3869
|
-
"@saltcorn/sqlite": "0.9.3-beta.
|
|
3868
|
+
"@saltcorn/postgres": "0.9.3-beta.5",
|
|
3869
|
+
"@saltcorn/sqlite": "0.9.3-beta.5"
|
|
3870
3870
|
}
|
|
3871
3871
|
},
|
|
3872
3872
|
"node_modules/@saltcorn/db-common": {
|
|
3873
|
-
"version": "0.9.3-beta.
|
|
3874
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.3-beta.
|
|
3875
|
-
"integrity": "sha512-
|
|
3873
|
+
"version": "0.9.3-beta.5",
|
|
3874
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.3-beta.5.tgz",
|
|
3875
|
+
"integrity": "sha512-uBbRyUi31KxYA6rmJTz2HgWIlzOy91N/zK0nuMEO26/WOj8AHOSjuWZk41V/D9rgFaHOXR2N1MKq1F8I2ld+aA=="
|
|
3876
3876
|
},
|
|
3877
3877
|
"node_modules/@saltcorn/filemanager": {
|
|
3878
|
-
"version": "0.9.3-beta.
|
|
3879
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.3-beta.
|
|
3880
|
-
"integrity": "sha512-
|
|
3878
|
+
"version": "0.9.3-beta.5",
|
|
3879
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.3-beta.5.tgz",
|
|
3880
|
+
"integrity": "sha512-kpAmU6d2PGCeVTXQHSoAmiMogf6XgzN/xBUQDRPvzLjNvOyQsHiyfICgOAr37gfPon1kdiVEiJUA8jmjTm8iQQ==",
|
|
3881
3881
|
"dependencies": {
|
|
3882
3882
|
"sirv-cli": "^2.0.0"
|
|
3883
3883
|
}
|
|
3884
3884
|
},
|
|
3885
3885
|
"node_modules/@saltcorn/markup": {
|
|
3886
|
-
"version": "0.9.3-beta.
|
|
3887
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.3-beta.
|
|
3888
|
-
"integrity": "sha512-
|
|
3886
|
+
"version": "0.9.3-beta.5",
|
|
3887
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.3-beta.5.tgz",
|
|
3888
|
+
"integrity": "sha512-h3i6sPHMYtG/JUkHX0J0R/CZca2M6kC3gHwUpXJYhBTpWzmv17i3EP87blYE3ckh+KyRYYj12rvNt4KZbdKmrg==",
|
|
3889
3889
|
"dependencies": {
|
|
3890
3890
|
"escape-html": "^1.0.3",
|
|
3891
3891
|
"html-tags": "3.1.0",
|
|
@@ -3893,27 +3893,27 @@
|
|
|
3893
3893
|
}
|
|
3894
3894
|
},
|
|
3895
3895
|
"node_modules/@saltcorn/mobile-app": {
|
|
3896
|
-
"version": "0.9.3-beta.
|
|
3897
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.3-beta.
|
|
3898
|
-
"integrity": "sha512
|
|
3896
|
+
"version": "0.9.3-beta.5",
|
|
3897
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.3-beta.5.tgz",
|
|
3898
|
+
"integrity": "sha512-JqaUd+WHA05x27lPAOOATaSZ00WwM6eKcqYC8UrKqAc7G7BnoK4crzImjCbKnKD/RjYMb8zrIfWJgSxv7Yd5fQ==",
|
|
3899
3899
|
"dependencies": {
|
|
3900
3900
|
"cordova": "^11.0.0",
|
|
3901
3901
|
"cordova-sqlite-ext": "^6.0.0"
|
|
3902
3902
|
}
|
|
3903
3903
|
},
|
|
3904
3904
|
"node_modules/@saltcorn/mobile-builder": {
|
|
3905
|
-
"version": "0.9.3-beta.
|
|
3906
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.3-beta.
|
|
3907
|
-
"integrity": "sha512-
|
|
3905
|
+
"version": "0.9.3-beta.5",
|
|
3906
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.3-beta.5.tgz",
|
|
3907
|
+
"integrity": "sha512-0/pGqfkEVqaGIfut4fvfBbfDEXGazQ2FdvTQPe07XyQ45aRbdQJbvFZktm7cUY5y+aeriBksYoQBYqRDjZWNjA==",
|
|
3908
3908
|
"hasInstallScript": true,
|
|
3909
3909
|
"dependencies": {
|
|
3910
|
-
"@saltcorn/base-plugin": "0.9.3-beta.
|
|
3911
|
-
"@saltcorn/data": "0.9.3-beta.
|
|
3912
|
-
"@saltcorn/db-common": "0.9.3-beta.
|
|
3913
|
-
"@saltcorn/markup": "0.9.3-beta.
|
|
3914
|
-
"@saltcorn/mobile-app": "0.9.3-beta.
|
|
3915
|
-
"@saltcorn/sbadmin2": "0.9.3-beta.
|
|
3916
|
-
"@saltcorn/server": "0.9.3-beta.
|
|
3910
|
+
"@saltcorn/base-plugin": "0.9.3-beta.5",
|
|
3911
|
+
"@saltcorn/data": "0.9.3-beta.5",
|
|
3912
|
+
"@saltcorn/db-common": "0.9.3-beta.5",
|
|
3913
|
+
"@saltcorn/markup": "0.9.3-beta.5",
|
|
3914
|
+
"@saltcorn/mobile-app": "0.9.3-beta.5",
|
|
3915
|
+
"@saltcorn/sbadmin2": "0.9.3-beta.5",
|
|
3916
|
+
"@saltcorn/server": "0.9.3-beta.5",
|
|
3917
3917
|
"fs-extra": "^10.0.1",
|
|
3918
3918
|
"live-plugin-manager": "^0.17.1",
|
|
3919
3919
|
"webpack": "5.68.0",
|
|
@@ -3955,40 +3955,40 @@
|
|
|
3955
3955
|
}
|
|
3956
3956
|
},
|
|
3957
3957
|
"node_modules/@saltcorn/postgres": {
|
|
3958
|
-
"version": "0.9.3-beta.
|
|
3959
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.3-beta.
|
|
3960
|
-
"integrity": "sha512-
|
|
3958
|
+
"version": "0.9.3-beta.5",
|
|
3959
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.3-beta.5.tgz",
|
|
3960
|
+
"integrity": "sha512-ET+IHapevOhLe1oJhHluYJsj5ee9+0XYIJG584HfOusl/UDGH7C5Nh69anRIS5Z9PozZbFAlHR9BqS+3k30wsA==",
|
|
3961
3961
|
"optional": true,
|
|
3962
3962
|
"dependencies": {
|
|
3963
|
-
"@saltcorn/db-common": "0.9.3-beta.
|
|
3963
|
+
"@saltcorn/db-common": "0.9.3-beta.5",
|
|
3964
3964
|
"pg": "^8.2.1",
|
|
3965
3965
|
"pg-copy-streams": "^5.1.1"
|
|
3966
3966
|
}
|
|
3967
3967
|
},
|
|
3968
3968
|
"node_modules/@saltcorn/sbadmin2": {
|
|
3969
|
-
"version": "0.9.3-beta.
|
|
3970
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.3-beta.
|
|
3971
|
-
"integrity": "sha512-
|
|
3969
|
+
"version": "0.9.3-beta.5",
|
|
3970
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.3-beta.5.tgz",
|
|
3971
|
+
"integrity": "sha512-ibFAXON0gtU598CmoKl83B1xQGmg0kPIZywUTv8AUz6eTzp7/TftLPfWbzUiKKNimLxO2lXTQeBH194LSE1c8g==",
|
|
3972
3972
|
"dependencies": {
|
|
3973
|
-
"@saltcorn/data": "0.9.3-beta.
|
|
3974
|
-
"@saltcorn/markup": "0.9.3-beta.
|
|
3973
|
+
"@saltcorn/data": "0.9.3-beta.5",
|
|
3974
|
+
"@saltcorn/markup": "0.9.3-beta.5",
|
|
3975
3975
|
"nunito-fontface": "0.7.3",
|
|
3976
3976
|
"startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
|
|
3977
3977
|
}
|
|
3978
3978
|
},
|
|
3979
3979
|
"node_modules/@saltcorn/server": {
|
|
3980
|
-
"version": "0.9.3-beta.
|
|
3981
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.3-beta.
|
|
3982
|
-
"integrity": "sha512-
|
|
3980
|
+
"version": "0.9.3-beta.5",
|
|
3981
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.3-beta.5.tgz",
|
|
3982
|
+
"integrity": "sha512-PeT6WWB/EXr5fPGlxjAPh4qU4VHHFanFOBFrEKqaQ+HLWBKgnStKAI8V2TQMuhH6YqiGf8SVnRr2rIN21y1t5Q==",
|
|
3983
3983
|
"dependencies": {
|
|
3984
3984
|
"@aws-sdk/client-s3": "^3.451.0",
|
|
3985
|
-
"@saltcorn/admin-models": "0.9.3-beta.
|
|
3986
|
-
"@saltcorn/base-plugin": "0.9.3-beta.
|
|
3987
|
-
"@saltcorn/builder": "0.9.3-beta.
|
|
3988
|
-
"@saltcorn/data": "0.9.3-beta.
|
|
3989
|
-
"@saltcorn/filemanager": "0.9.3-beta.
|
|
3990
|
-
"@saltcorn/markup": "0.9.3-beta.
|
|
3991
|
-
"@saltcorn/sbadmin2": "0.9.3-beta.
|
|
3985
|
+
"@saltcorn/admin-models": "0.9.3-beta.5",
|
|
3986
|
+
"@saltcorn/base-plugin": "0.9.3-beta.5",
|
|
3987
|
+
"@saltcorn/builder": "0.9.3-beta.5",
|
|
3988
|
+
"@saltcorn/data": "0.9.3-beta.5",
|
|
3989
|
+
"@saltcorn/filemanager": "0.9.3-beta.5",
|
|
3990
|
+
"@saltcorn/markup": "0.9.3-beta.5",
|
|
3991
|
+
"@saltcorn/sbadmin2": "0.9.3-beta.5",
|
|
3992
3992
|
"@socket.io/cluster-adapter": "^0.2.1",
|
|
3993
3993
|
"@socket.io/sticky": "^1.0.1",
|
|
3994
3994
|
"adm-zip": "0.5.10",
|
|
@@ -4034,6 +4034,7 @@
|
|
|
4034
4034
|
"systeminformation": "^5.21.7",
|
|
4035
4035
|
"thirty-two": "1.0.2",
|
|
4036
4036
|
"tmp-promise": "^3.0.2",
|
|
4037
|
+
"ua-parser-js": "^1.0.37",
|
|
4037
4038
|
"underscore": "1.13.6",
|
|
4038
4039
|
"uuid": "^8.2.0"
|
|
4039
4040
|
},
|
|
@@ -4051,29 +4052,29 @@
|
|
|
4051
4052
|
}
|
|
4052
4053
|
},
|
|
4053
4054
|
"node_modules/@saltcorn/sqlite": {
|
|
4054
|
-
"version": "0.9.3-beta.
|
|
4055
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.3-beta.
|
|
4056
|
-
"integrity": "sha512-
|
|
4055
|
+
"version": "0.9.3-beta.5",
|
|
4056
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.3-beta.5.tgz",
|
|
4057
|
+
"integrity": "sha512-p2FHbJIRDznHpoLe6aCrPZLOtxjUzDqLpehWPOgX7AuwYSenJqtav1o9Ypfx6Imtt0oRxDaYFUcn+bLDFaodzA==",
|
|
4057
4058
|
"optional": true,
|
|
4058
4059
|
"dependencies": {
|
|
4059
|
-
"@saltcorn/db-common": "0.9.3-beta.
|
|
4060
|
+
"@saltcorn/db-common": "0.9.3-beta.5"
|
|
4060
4061
|
},
|
|
4061
4062
|
"optionalDependencies": {
|
|
4062
4063
|
"sqlite3": "^5.0.8"
|
|
4063
4064
|
}
|
|
4064
4065
|
},
|
|
4065
4066
|
"node_modules/@saltcorn/sqlite-mobile": {
|
|
4066
|
-
"version": "0.9.3-beta.
|
|
4067
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.3-beta.
|
|
4068
|
-
"integrity": "sha512-
|
|
4067
|
+
"version": "0.9.3-beta.5",
|
|
4068
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.3-beta.5.tgz",
|
|
4069
|
+
"integrity": "sha512-UymdN6YLIG55T5r7ZBwJMH2mGQ8KOVpDROeudS34OIgi594IExMh4UIH3cOMIcqpeEcK65xfL3E8xaW5P15K5g==",
|
|
4069
4070
|
"dependencies": {
|
|
4070
|
-
"@saltcorn/db-common": "0.9.3-beta.
|
|
4071
|
+
"@saltcorn/db-common": "0.9.3-beta.5"
|
|
4071
4072
|
}
|
|
4072
4073
|
},
|
|
4073
4074
|
"node_modules/@saltcorn/types": {
|
|
4074
|
-
"version": "0.9.3-beta.
|
|
4075
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.3-beta.
|
|
4076
|
-
"integrity": "sha512-
|
|
4075
|
+
"version": "0.9.3-beta.5",
|
|
4076
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.3-beta.5.tgz",
|
|
4077
|
+
"integrity": "sha512-a/GNBZ5QU4kqt/ITexuknUVeVS7Lih1CChM4QuquFnP+geTYqmUbFmnpRI03qVWlQepqKc/JAr72rIdw8fegDA=="
|
|
4077
4078
|
},
|
|
4078
4079
|
"node_modules/@sindresorhus/is": {
|
|
4079
4080
|
"version": "0.14.0",
|
|
@@ -4976,9 +4977,9 @@
|
|
|
4976
4977
|
"integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g=="
|
|
4977
4978
|
},
|
|
4978
4979
|
"node_modules/@types/node": {
|
|
4979
|
-
"version": "20.11.
|
|
4980
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.
|
|
4981
|
-
"integrity": "sha512-
|
|
4980
|
+
"version": "20.11.3",
|
|
4981
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.3.tgz",
|
|
4982
|
+
"integrity": "sha512-nrlmbvGPNGaj84IJZXMPhQuCMEVTT/hXZMJJG/aIqVL9fKxqk814sGGtJA4GI6hpJSLQjpi6cn0Qx9eOf9SDVg==",
|
|
4982
4983
|
"dependencies": {
|
|
4983
4984
|
"undici-types": "~5.26.4"
|
|
4984
4985
|
}
|
|
@@ -17183,14 +17184,15 @@
|
|
|
17183
17184
|
"integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw=="
|
|
17184
17185
|
},
|
|
17185
17186
|
"node_modules/set-function-length": {
|
|
17186
|
-
"version": "1.
|
|
17187
|
-
"resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.
|
|
17188
|
-
"integrity": "sha512-
|
|
17187
|
+
"version": "1.2.0",
|
|
17188
|
+
"resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.0.tgz",
|
|
17189
|
+
"integrity": "sha512-4DBHDoyHlM1IRPGYcoxexgh67y4ueR53FKV1yyxwFMY7aCqcN/38M1+SwZ/qJQ8iLv7+ck385ot4CcisOAPT9w==",
|
|
17189
17190
|
"dependencies": {
|
|
17190
17191
|
"define-data-property": "^1.1.1",
|
|
17191
|
-
"
|
|
17192
|
+
"function-bind": "^1.1.2",
|
|
17193
|
+
"get-intrinsic": "^1.2.2",
|
|
17192
17194
|
"gopd": "^1.0.1",
|
|
17193
|
-
"has-property-descriptors": "^1.0.
|
|
17195
|
+
"has-property-descriptors": "^1.0.1"
|
|
17194
17196
|
},
|
|
17195
17197
|
"engines": {
|
|
17196
17198
|
"node": ">= 0.4"
|
|
@@ -18901,6 +18903,28 @@
|
|
|
18901
18903
|
"node": ">=14.17"
|
|
18902
18904
|
}
|
|
18903
18905
|
},
|
|
18906
|
+
"node_modules/ua-parser-js": {
|
|
18907
|
+
"version": "1.0.37",
|
|
18908
|
+
"resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.37.tgz",
|
|
18909
|
+
"integrity": "sha512-bhTyI94tZofjo+Dn8SN6Zv8nBDvyXTymAdM3LDI/0IboIUwTu1rEhW7v2TfiVsoYWgkQ4kOVqnI8APUFbIQIFQ==",
|
|
18910
|
+
"funding": [
|
|
18911
|
+
{
|
|
18912
|
+
"type": "opencollective",
|
|
18913
|
+
"url": "https://opencollective.com/ua-parser-js"
|
|
18914
|
+
},
|
|
18915
|
+
{
|
|
18916
|
+
"type": "paypal",
|
|
18917
|
+
"url": "https://paypal.me/faisalman"
|
|
18918
|
+
},
|
|
18919
|
+
{
|
|
18920
|
+
"type": "github",
|
|
18921
|
+
"url": "https://github.com/sponsors/faisalman"
|
|
18922
|
+
}
|
|
18923
|
+
],
|
|
18924
|
+
"engines": {
|
|
18925
|
+
"node": "*"
|
|
18926
|
+
}
|
|
18927
|
+
},
|
|
18904
18928
|
"node_modules/uc.micro": {
|
|
18905
18929
|
"version": "1.0.6",
|
|
18906
18930
|
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz",
|
|
@@ -22715,14 +22739,14 @@
|
|
|
22715
22739
|
}
|
|
22716
22740
|
},
|
|
22717
22741
|
"@saltcorn/admin-models": {
|
|
22718
|
-
"version": "0.9.3-beta.
|
|
22719
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.3-beta.
|
|
22720
|
-
"integrity": "sha512-
|
|
22721
|
-
"requires": {
|
|
22722
|
-
"@saltcorn/data": "0.9.3-beta.
|
|
22723
|
-
"@saltcorn/db-common": "0.9.3-beta.
|
|
22724
|
-
"@saltcorn/markup": "0.9.3-beta.
|
|
22725
|
-
"@saltcorn/types": "0.9.3-beta.
|
|
22742
|
+
"version": "0.9.3-beta.5",
|
|
22743
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.3-beta.5.tgz",
|
|
22744
|
+
"integrity": "sha512-j/bIx9lsR23DvpQMOnnBLUXXJEO5vQCL606YTo86fpC4jlJR5PMzAkPm9fVXchJhPFChHw5JY6744knu0NFxGw==",
|
|
22745
|
+
"requires": {
|
|
22746
|
+
"@saltcorn/data": "0.9.3-beta.5",
|
|
22747
|
+
"@saltcorn/db-common": "0.9.3-beta.5",
|
|
22748
|
+
"@saltcorn/markup": "0.9.3-beta.5",
|
|
22749
|
+
"@saltcorn/types": "0.9.3-beta.5",
|
|
22726
22750
|
"@types/lodash": "^4.14.182",
|
|
22727
22751
|
"adm-zip": "0.5.5",
|
|
22728
22752
|
"chaos-guinea-pig": "^0.1.4",
|
|
@@ -22735,32 +22759,32 @@
|
|
|
22735
22759
|
}
|
|
22736
22760
|
},
|
|
22737
22761
|
"@saltcorn/base-plugin": {
|
|
22738
|
-
"version": "0.9.3-beta.
|
|
22739
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.3-beta.
|
|
22740
|
-
"integrity": "sha512-
|
|
22762
|
+
"version": "0.9.3-beta.5",
|
|
22763
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.3-beta.5.tgz",
|
|
22764
|
+
"integrity": "sha512-Jf6W6jaZN98SAu++9aEm2Z3GxtAsvQqaSofq+QBD07um/W25vCrSpgzgcsEimsF2kRPDx/yTGqmG8c3bK0HRIw==",
|
|
22741
22765
|
"requires": {
|
|
22742
|
-
"@saltcorn/data": "0.9.3-beta.
|
|
22766
|
+
"@saltcorn/data": "0.9.3-beta.5"
|
|
22743
22767
|
}
|
|
22744
22768
|
},
|
|
22745
22769
|
"@saltcorn/builder": {
|
|
22746
|
-
"version": "0.9.3-beta.
|
|
22747
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.3-beta.
|
|
22748
|
-
"integrity": "sha512-
|
|
22770
|
+
"version": "0.9.3-beta.5",
|
|
22771
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.3-beta.5.tgz",
|
|
22772
|
+
"integrity": "sha512-hkFVgQLHRGa8UEDNmbVLSvWcgiP/b7zFj0uUlzdBdFZkIBXit5L/smJq4m4a13hcccHO+faCm/BJwpB/k6ii/w==",
|
|
22749
22773
|
"requires": {
|
|
22750
22774
|
"styled-components": "4.4.1"
|
|
22751
22775
|
}
|
|
22752
22776
|
},
|
|
22753
22777
|
"@saltcorn/data": {
|
|
22754
|
-
"version": "0.9.3-beta.
|
|
22755
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.3-beta.
|
|
22756
|
-
"integrity": "sha512
|
|
22757
|
-
"requires": {
|
|
22758
|
-
"@saltcorn/db-common": "0.9.3-beta.
|
|
22759
|
-
"@saltcorn/markup": "0.9.3-beta.
|
|
22760
|
-
"@saltcorn/postgres": "0.9.3-beta.
|
|
22761
|
-
"@saltcorn/sqlite": "0.9.3-beta.
|
|
22762
|
-
"@saltcorn/sqlite-mobile": "0.9.3-beta.
|
|
22763
|
-
"@saltcorn/types": "0.9.3-beta.
|
|
22778
|
+
"version": "0.9.3-beta.5",
|
|
22779
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.3-beta.5.tgz",
|
|
22780
|
+
"integrity": "sha512-+vl3L8Hp8HPdIX3zooM+7BxvrPkkt2xW+RZSPzLarv0QKpfmvK1R/8/tnV6Anr1pfq7Pl9VaqL4l5lPDusX6KA==",
|
|
22781
|
+
"requires": {
|
|
22782
|
+
"@saltcorn/db-common": "0.9.3-beta.5",
|
|
22783
|
+
"@saltcorn/markup": "0.9.3-beta.5",
|
|
22784
|
+
"@saltcorn/postgres": "0.9.3-beta.5",
|
|
22785
|
+
"@saltcorn/sqlite": "0.9.3-beta.5",
|
|
22786
|
+
"@saltcorn/sqlite-mobile": "0.9.3-beta.5",
|
|
22787
|
+
"@saltcorn/types": "0.9.3-beta.5",
|
|
22764
22788
|
"acorn": "^8.0.3",
|
|
22765
22789
|
"assert": "^2.0.0",
|
|
22766
22790
|
"astring": "^1.4.3",
|
|
@@ -22804,22 +22828,22 @@
|
|
|
22804
22828
|
}
|
|
22805
22829
|
},
|
|
22806
22830
|
"@saltcorn/db-common": {
|
|
22807
|
-
"version": "0.9.3-beta.
|
|
22808
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.3-beta.
|
|
22809
|
-
"integrity": "sha512-
|
|
22831
|
+
"version": "0.9.3-beta.5",
|
|
22832
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.3-beta.5.tgz",
|
|
22833
|
+
"integrity": "sha512-uBbRyUi31KxYA6rmJTz2HgWIlzOy91N/zK0nuMEO26/WOj8AHOSjuWZk41V/D9rgFaHOXR2N1MKq1F8I2ld+aA=="
|
|
22810
22834
|
},
|
|
22811
22835
|
"@saltcorn/filemanager": {
|
|
22812
|
-
"version": "0.9.3-beta.
|
|
22813
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.3-beta.
|
|
22814
|
-
"integrity": "sha512-
|
|
22836
|
+
"version": "0.9.3-beta.5",
|
|
22837
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.3-beta.5.tgz",
|
|
22838
|
+
"integrity": "sha512-kpAmU6d2PGCeVTXQHSoAmiMogf6XgzN/xBUQDRPvzLjNvOyQsHiyfICgOAr37gfPon1kdiVEiJUA8jmjTm8iQQ==",
|
|
22815
22839
|
"requires": {
|
|
22816
22840
|
"sirv-cli": "^2.0.0"
|
|
22817
22841
|
}
|
|
22818
22842
|
},
|
|
22819
22843
|
"@saltcorn/markup": {
|
|
22820
|
-
"version": "0.9.3-beta.
|
|
22821
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.3-beta.
|
|
22822
|
-
"integrity": "sha512-
|
|
22844
|
+
"version": "0.9.3-beta.5",
|
|
22845
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.3-beta.5.tgz",
|
|
22846
|
+
"integrity": "sha512-h3i6sPHMYtG/JUkHX0J0R/CZca2M6kC3gHwUpXJYhBTpWzmv17i3EP87blYE3ckh+KyRYYj12rvNt4KZbdKmrg==",
|
|
22823
22847
|
"requires": {
|
|
22824
22848
|
"escape-html": "^1.0.3",
|
|
22825
22849
|
"html-tags": "3.1.0",
|
|
@@ -22827,26 +22851,26 @@
|
|
|
22827
22851
|
}
|
|
22828
22852
|
},
|
|
22829
22853
|
"@saltcorn/mobile-app": {
|
|
22830
|
-
"version": "0.9.3-beta.
|
|
22831
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.3-beta.
|
|
22832
|
-
"integrity": "sha512
|
|
22854
|
+
"version": "0.9.3-beta.5",
|
|
22855
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.3-beta.5.tgz",
|
|
22856
|
+
"integrity": "sha512-JqaUd+WHA05x27lPAOOATaSZ00WwM6eKcqYC8UrKqAc7G7BnoK4crzImjCbKnKD/RjYMb8zrIfWJgSxv7Yd5fQ==",
|
|
22833
22857
|
"requires": {
|
|
22834
22858
|
"cordova": "^11.0.0",
|
|
22835
22859
|
"cordova-sqlite-ext": "^6.0.0"
|
|
22836
22860
|
}
|
|
22837
22861
|
},
|
|
22838
22862
|
"@saltcorn/mobile-builder": {
|
|
22839
|
-
"version": "0.9.3-beta.
|
|
22840
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.3-beta.
|
|
22841
|
-
"integrity": "sha512-
|
|
22842
|
-
"requires": {
|
|
22843
|
-
"@saltcorn/base-plugin": "0.9.3-beta.
|
|
22844
|
-
"@saltcorn/data": "0.9.3-beta.
|
|
22845
|
-
"@saltcorn/db-common": "0.9.3-beta.
|
|
22846
|
-
"@saltcorn/markup": "0.9.3-beta.
|
|
22847
|
-
"@saltcorn/mobile-app": "0.9.3-beta.
|
|
22848
|
-
"@saltcorn/sbadmin2": "0.9.3-beta.
|
|
22849
|
-
"@saltcorn/server": "0.9.3-beta.
|
|
22863
|
+
"version": "0.9.3-beta.5",
|
|
22864
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.3-beta.5.tgz",
|
|
22865
|
+
"integrity": "sha512-0/pGqfkEVqaGIfut4fvfBbfDEXGazQ2FdvTQPe07XyQ45aRbdQJbvFZktm7cUY5y+aeriBksYoQBYqRDjZWNjA==",
|
|
22866
|
+
"requires": {
|
|
22867
|
+
"@saltcorn/base-plugin": "0.9.3-beta.5",
|
|
22868
|
+
"@saltcorn/data": "0.9.3-beta.5",
|
|
22869
|
+
"@saltcorn/db-common": "0.9.3-beta.5",
|
|
22870
|
+
"@saltcorn/markup": "0.9.3-beta.5",
|
|
22871
|
+
"@saltcorn/mobile-app": "0.9.3-beta.5",
|
|
22872
|
+
"@saltcorn/sbadmin2": "0.9.3-beta.5",
|
|
22873
|
+
"@saltcorn/server": "0.9.3-beta.5",
|
|
22850
22874
|
"fs-extra": "^10.0.1",
|
|
22851
22875
|
"live-plugin-manager": "^0.17.1",
|
|
22852
22876
|
"webpack": "5.68.0",
|
|
@@ -22882,40 +22906,40 @@
|
|
|
22882
22906
|
}
|
|
22883
22907
|
},
|
|
22884
22908
|
"@saltcorn/postgres": {
|
|
22885
|
-
"version": "0.9.3-beta.
|
|
22886
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.3-beta.
|
|
22887
|
-
"integrity": "sha512-
|
|
22909
|
+
"version": "0.9.3-beta.5",
|
|
22910
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.3-beta.5.tgz",
|
|
22911
|
+
"integrity": "sha512-ET+IHapevOhLe1oJhHluYJsj5ee9+0XYIJG584HfOusl/UDGH7C5Nh69anRIS5Z9PozZbFAlHR9BqS+3k30wsA==",
|
|
22888
22912
|
"optional": true,
|
|
22889
22913
|
"requires": {
|
|
22890
|
-
"@saltcorn/db-common": "0.9.3-beta.
|
|
22914
|
+
"@saltcorn/db-common": "0.9.3-beta.5",
|
|
22891
22915
|
"pg": "^8.2.1",
|
|
22892
22916
|
"pg-copy-streams": "^5.1.1"
|
|
22893
22917
|
}
|
|
22894
22918
|
},
|
|
22895
22919
|
"@saltcorn/sbadmin2": {
|
|
22896
|
-
"version": "0.9.3-beta.
|
|
22897
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.3-beta.
|
|
22898
|
-
"integrity": "sha512-
|
|
22920
|
+
"version": "0.9.3-beta.5",
|
|
22921
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.3-beta.5.tgz",
|
|
22922
|
+
"integrity": "sha512-ibFAXON0gtU598CmoKl83B1xQGmg0kPIZywUTv8AUz6eTzp7/TftLPfWbzUiKKNimLxO2lXTQeBH194LSE1c8g==",
|
|
22899
22923
|
"requires": {
|
|
22900
|
-
"@saltcorn/data": "0.9.3-beta.
|
|
22901
|
-
"@saltcorn/markup": "0.9.3-beta.
|
|
22924
|
+
"@saltcorn/data": "0.9.3-beta.5",
|
|
22925
|
+
"@saltcorn/markup": "0.9.3-beta.5",
|
|
22902
22926
|
"nunito-fontface": "0.7.3",
|
|
22903
22927
|
"startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
|
|
22904
22928
|
}
|
|
22905
22929
|
},
|
|
22906
22930
|
"@saltcorn/server": {
|
|
22907
|
-
"version": "0.9.3-beta.
|
|
22908
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.3-beta.
|
|
22909
|
-
"integrity": "sha512-
|
|
22931
|
+
"version": "0.9.3-beta.5",
|
|
22932
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.3-beta.5.tgz",
|
|
22933
|
+
"integrity": "sha512-PeT6WWB/EXr5fPGlxjAPh4qU4VHHFanFOBFrEKqaQ+HLWBKgnStKAI8V2TQMuhH6YqiGf8SVnRr2rIN21y1t5Q==",
|
|
22910
22934
|
"requires": {
|
|
22911
22935
|
"@aws-sdk/client-s3": "^3.451.0",
|
|
22912
|
-
"@saltcorn/admin-models": "0.9.3-beta.
|
|
22913
|
-
"@saltcorn/base-plugin": "0.9.3-beta.
|
|
22914
|
-
"@saltcorn/builder": "0.9.3-beta.
|
|
22915
|
-
"@saltcorn/data": "0.9.3-beta.
|
|
22916
|
-
"@saltcorn/filemanager": "0.9.3-beta.
|
|
22917
|
-
"@saltcorn/markup": "0.9.3-beta.
|
|
22918
|
-
"@saltcorn/sbadmin2": "0.9.3-beta.
|
|
22936
|
+
"@saltcorn/admin-models": "0.9.3-beta.5",
|
|
22937
|
+
"@saltcorn/base-plugin": "0.9.3-beta.5",
|
|
22938
|
+
"@saltcorn/builder": "0.9.3-beta.5",
|
|
22939
|
+
"@saltcorn/data": "0.9.3-beta.5",
|
|
22940
|
+
"@saltcorn/filemanager": "0.9.3-beta.5",
|
|
22941
|
+
"@saltcorn/markup": "0.9.3-beta.5",
|
|
22942
|
+
"@saltcorn/sbadmin2": "0.9.3-beta.5",
|
|
22919
22943
|
"@socket.io/cluster-adapter": "^0.2.1",
|
|
22920
22944
|
"@socket.io/sticky": "^1.0.1",
|
|
22921
22945
|
"adm-zip": "0.5.10",
|
|
@@ -22963,6 +22987,7 @@
|
|
|
22963
22987
|
"systeminformation": "^5.21.7",
|
|
22964
22988
|
"thirty-two": "1.0.2",
|
|
22965
22989
|
"tmp-promise": "^3.0.2",
|
|
22990
|
+
"ua-parser-js": "^1.0.37",
|
|
22966
22991
|
"underscore": "1.13.6",
|
|
22967
22992
|
"uuid": "^8.2.0"
|
|
22968
22993
|
},
|
|
@@ -22975,27 +23000,27 @@
|
|
|
22975
23000
|
}
|
|
22976
23001
|
},
|
|
22977
23002
|
"@saltcorn/sqlite": {
|
|
22978
|
-
"version": "0.9.3-beta.
|
|
22979
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.3-beta.
|
|
22980
|
-
"integrity": "sha512-
|
|
23003
|
+
"version": "0.9.3-beta.5",
|
|
23004
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.3-beta.5.tgz",
|
|
23005
|
+
"integrity": "sha512-p2FHbJIRDznHpoLe6aCrPZLOtxjUzDqLpehWPOgX7AuwYSenJqtav1o9Ypfx6Imtt0oRxDaYFUcn+bLDFaodzA==",
|
|
22981
23006
|
"optional": true,
|
|
22982
23007
|
"requires": {
|
|
22983
|
-
"@saltcorn/db-common": "0.9.3-beta.
|
|
23008
|
+
"@saltcorn/db-common": "0.9.3-beta.5",
|
|
22984
23009
|
"sqlite3": "^5.0.8"
|
|
22985
23010
|
}
|
|
22986
23011
|
},
|
|
22987
23012
|
"@saltcorn/sqlite-mobile": {
|
|
22988
|
-
"version": "0.9.3-beta.
|
|
22989
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.3-beta.
|
|
22990
|
-
"integrity": "sha512-
|
|
23013
|
+
"version": "0.9.3-beta.5",
|
|
23014
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.3-beta.5.tgz",
|
|
23015
|
+
"integrity": "sha512-UymdN6YLIG55T5r7ZBwJMH2mGQ8KOVpDROeudS34OIgi594IExMh4UIH3cOMIcqpeEcK65xfL3E8xaW5P15K5g==",
|
|
22991
23016
|
"requires": {
|
|
22992
|
-
"@saltcorn/db-common": "0.9.3-beta.
|
|
23017
|
+
"@saltcorn/db-common": "0.9.3-beta.5"
|
|
22993
23018
|
}
|
|
22994
23019
|
},
|
|
22995
23020
|
"@saltcorn/types": {
|
|
22996
|
-
"version": "0.9.3-beta.
|
|
22997
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.3-beta.
|
|
22998
|
-
"integrity": "sha512-
|
|
23021
|
+
"version": "0.9.3-beta.5",
|
|
23022
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.3-beta.5.tgz",
|
|
23023
|
+
"integrity": "sha512-a/GNBZ5QU4kqt/ITexuknUVeVS7Lih1CChM4QuquFnP+geTYqmUbFmnpRI03qVWlQepqKc/JAr72rIdw8fegDA=="
|
|
22999
23024
|
},
|
|
23000
23025
|
"@sindresorhus/is": {
|
|
23001
23026
|
"version": "0.14.0",
|
|
@@ -23759,9 +23784,9 @@
|
|
|
23759
23784
|
"integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g=="
|
|
23760
23785
|
},
|
|
23761
23786
|
"@types/node": {
|
|
23762
|
-
"version": "20.11.
|
|
23763
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.
|
|
23764
|
-
"integrity": "sha512-
|
|
23787
|
+
"version": "20.11.3",
|
|
23788
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.3.tgz",
|
|
23789
|
+
"integrity": "sha512-nrlmbvGPNGaj84IJZXMPhQuCMEVTT/hXZMJJG/aIqVL9fKxqk814sGGtJA4GI6hpJSLQjpi6cn0Qx9eOf9SDVg==",
|
|
23765
23790
|
"requires": {
|
|
23766
23791
|
"undici-types": "~5.26.4"
|
|
23767
23792
|
}
|
|
@@ -33319,14 +33344,15 @@
|
|
|
33319
33344
|
"integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw=="
|
|
33320
33345
|
},
|
|
33321
33346
|
"set-function-length": {
|
|
33322
|
-
"version": "1.
|
|
33323
|
-
"resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.
|
|
33324
|
-
"integrity": "sha512-
|
|
33347
|
+
"version": "1.2.0",
|
|
33348
|
+
"resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.0.tgz",
|
|
33349
|
+
"integrity": "sha512-4DBHDoyHlM1IRPGYcoxexgh67y4ueR53FKV1yyxwFMY7aCqcN/38M1+SwZ/qJQ8iLv7+ck385ot4CcisOAPT9w==",
|
|
33325
33350
|
"requires": {
|
|
33326
33351
|
"define-data-property": "^1.1.1",
|
|
33327
|
-
"
|
|
33352
|
+
"function-bind": "^1.1.2",
|
|
33353
|
+
"get-intrinsic": "^1.2.2",
|
|
33328
33354
|
"gopd": "^1.0.1",
|
|
33329
|
-
"has-property-descriptors": "^1.0.
|
|
33355
|
+
"has-property-descriptors": "^1.0.1"
|
|
33330
33356
|
}
|
|
33331
33357
|
},
|
|
33332
33358
|
"setprototypeof": {
|
|
@@ -34580,6 +34606,11 @@
|
|
|
34580
34606
|
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
|
|
34581
34607
|
"peer": true
|
|
34582
34608
|
},
|
|
34609
|
+
"ua-parser-js": {
|
|
34610
|
+
"version": "1.0.37",
|
|
34611
|
+
"resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.37.tgz",
|
|
34612
|
+
"integrity": "sha512-bhTyI94tZofjo+Dn8SN6Zv8nBDvyXTymAdM3LDI/0IboIUwTu1rEhW7v2TfiVsoYWgkQ4kOVqnI8APUFbIQIFQ=="
|
|
34613
|
+
},
|
|
34583
34614
|
"uc.micro": {
|
|
34584
34615
|
"version": "1.0.6",
|
|
34585
34616
|
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz",
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.9.3-beta.4","commands":{"add-schema":{"id":"add-schema","description":"Add Saltcorn schema to existing database","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false}},"args":[]},"backup":{"id":"backup","description":"Backup the PostgreSQL database to a file with pg_dump or saltcorn backup zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"output":{"name":"output","type":"option","char":"o","description":"output filename"},"tenant":{"name":"tenant","type":"option","char":"t","description":"Backup tenant in saltcorn zip format"},"zip":{"name":"zip","type":"boolean","char":"z","description":"Backup public in saltcorn zip format","allowNo":false}},"args":[]},"build-app":{"id":"build-app","description":"Build mobile app","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenantAppName":{"name":"tenantAppName","type":"option","description":"Optional name of a tenant application, if set, the app will be build for this tenant"},"platforms":{"name":"platforms","type":"option","char":"p","description":"Platforms to build for, space separated list"},"entryPoint":{"name":"entryPoint","type":"option","char":"e","description":"This is the first view or page (see -t) after the login."},"entryPointType":{"name":"entryPointType","type":"option","char":"t","description":"Type of the entry point ('view' or 'page'). The default is 'view'."},"localUserTables":{"name":"localUserTables","type":"option","char":"l","description":"user defined tables that should be replicated into the app"},"synchedTables":{"name":"synchedTables","type":"option","description":"Table names for which the offline should be synchronized with the saltcorn server"},"includedPlugins":{"name":"includedPlugins","type":"option","description":"Names of plugins that should be bundled into the app.If empty, no modules are used."},"useDocker":{"name":"useDocker","type":"boolean","char":"d","description":"Use a docker container to build the app.","allowNo":false},"buildDirectory":{"name":"buildDirectory","type":"option","char":"b","description":"A directory where the app should be build"},"copyAppDirectory":{"name":"copyAppDirectory","type":"option","char":"c","description":"If set, the app file will be copied here, please set 'user email', too"},"userEmail":{"name":"userEmail","type":"option","char":"u","description":"Email of the user building the app"},"appName":{"name":"appName","type":"option","description":"Name of the mobile app (default SaltcornMobileApp)"},"appVersion":{"name":"appVersion","type":"option","description":"Version of the mobile app (default 1.0.0)"},"appIcon":{"name":"appIcon","type":"option","description":"A png that will be used as launcher icon. The default is a png of a saltcorn symbol."},"serverURL":{"name":"serverURL","type":"option","char":"s","description":"URL to a saltcorn server"},"splashPage":{"name":"splashPage","type":"option","description":"Name of a page that should be shown while the app is loading."},"autoPublicLogin":{"name":"autoPublicLogin","type":"boolean","description":"Show public entry points before the login as a public user.","allowNo":false},"allowOfflineMode":{"name":"allowOfflineMode","type":"boolean","description":"Switch to offline mode when there is no internet, sync the data when a connection is available again.","allowNo":false},"buildForEmulator":{"name":"buildForEmulator","type":"boolean","description":"build without '--device', generates no .ipa file so that iOS apps can be build without developer accounts","allowNo":false}},"args":[]},"build-cordova-builder":{"id":"build-cordova-builder","description":"Build the 'saltcorn/cordova-builder' docker image","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"buildClean":{"name":"buildClean","type":"boolean","description":"run a clean build with --no-cache","allowNo":false}},"args":[]},"configuration-check-backups":{"id":"configuration-check-backups","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"destructive":{"name":"destructive","type":"boolean","char":"d","description":"destructive","allowNo":false}},"args":[{"name":"files","description":"backup file to check. can be repeated, e.g. with *","required":true}]},"configuration-check":{"id":"configuration-check","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"create-tenant":{"id":"create-tenant","description":"Create a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"url":{"name":"url","type":"option","description":"Url of tenant"},"email":{"name":"email","type":"option","char":"e","description":"Email of owner of tenant"},"description":{"name":"description","type":"option","char":"d","description":"Description of tenant"}},"args":[{"name":"tenant","description":"Tenant subdomain to create","required":true}]},"create-user":{"id":"create-user","description":"Create a new user","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"Admin user","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"email"},"role":{"name":"role","type":"option","char":"r","description":"role"},"password":{"name":"password","type":"option","char":"p","description":"password"}},"args":[]},"delete-tenants":{"id":"delete-tenants","description":"Delete inactive tenants","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"delete-user":{"id":"delete-user","description":"Delete user.\n\nCommand deletes the user specified by USER_EMAIL.\n\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"user_email","description":"User to delete","required":true}]},"fixtures":{"id":"fixtures","description":"Load fixtures for testing\n...\nThis manual step it is never required for users and rarely required for developers\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"reset":{"name":"reset","type":"boolean","char":"r","description":"Also reset schema","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"get-cfg":{"id":"get-cfg","description":"Get a configuration value. The value is printed to stdout as a JSON value","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"plugin":{"name":"plugin","type":"option","char":"p","description":"plugin"}},"args":[{"name":"key","description":"Configuration key","required":false}]},"info":{"id":"info","description":"Show paths\n...\nShow configuration and file store paths\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":["paths"],"flags":{"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"inspect":{"id":"inspect","description":"Inspect an entity's JSON representation, or list entities","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"type","description":"Entity type","required":true,"options":["view","page","trigger","table"]},{"name":"name","description":"Entity name. If not supplied, list all names"}]},"install-pack":{"id":"install-pack","description":"Install a pack or restore a snapshot","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Pack name in store"},"file":{"name":"file","type":"option","char":"f","description":"File with pack JSON"}},"args":[]},"install-plugin":{"id":"install-plugin","description":"Install a plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Plugin name in store"},"directory":{"name":"directory","type":"option","char":"d","description":"Directory with local plugin"}},"args":[]},"list-tenants":{"id":"list-tenants","description":"List tenants in CSV format","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","required":false,"allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"list-triggers":{"id":"list-triggers","description":"List triggers","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","required":false,"allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"list-users":{"id":"list-users","description":"List users","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","required":false,"allowNo":false}},"args":[]},"migrate":{"id":"migrate","description":"Run Database structure migrations\n...\nNOTE!\n- Please stop Saltcorn before run DB migrations.\n- Please make db backup before migration.\n- There are no way to rollback migration if you doesn't make backup.\n\nThis is not normally required as migrations will be run when the server starts.\nHowever, this command may be useful if you are running multiple application\nservers and need to control when the migrations are run.\n","usage":"saltcorn migrate","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"modify-user":{"id":"modify-user","description":"Modify (update) user.\n\nCommand changes the user specified by USER_EMAIL.\n\nYou can change the user group, password and email.\n\nNOTE that -a and -r role (--role=role) can give conflict.\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"make user be Admin","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"new email"},"role":{"name":"role","type":"option","char":"r","description":"new role (can conflict with -a option)"},"password":{"name":"password","type":"option","char":"p","description":"new password"},"imode":{"name":"imode","type":"boolean","char":"i","description":"interactive mode","allowNo":false}},"args":[{"name":"user_email","description":"User to modify","required":true}]},"plugins":{"id":"plugins","description":"List and upgrade plugins for tenants\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"examples":["plugins -v - verbose output of commands","plugins -u -d - dry-run for plugin update","plugins -u -f - force plugin update"],"flags":{"upgrade":{"name":"upgrade","type":"boolean","char":"u","description":"Upgrade","allowNo":false},"dryRun":{"name":"dryRun","type":"boolean","char":"d","description":"Upgrade dry-run","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false},"force":{"name":"force","type":"boolean","char":"f","description":"Force update","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"Plugin name"}},"args":[]},"reset-schema":{"id":"reset-schema","description":"Reset the database\n...\nThis will delete all existing information\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"restore":{"id":"restore","description":"Restore a previously backed up database (zip or sqlc format)","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"file","description":"backup file to restore","required":true}]},"rm-tenant":{"id":"rm-tenant","description":"Remove a tenant.\nAttention! All tenant data will be lost!\nIt recommended to make backup of tenant before perform this command.\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":true}},"args":[]},"run-benchmark":{"id":"run-benchmark","description":"Run benchmark","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"token":{"name":"token","type":"option","char":"t","description":"API Token for reporting results"},"benchmark":{"name":"benchmark","type":"option","char":"b","description":"Which benchmark to run"},"delay":{"name":"delay","type":"option","char":"d","description":"delay between runs (s)","default":30}},"args":[{"name":"baseurl","description":"Base URL","required":false}]},"run-js":{"id":"run-js","description":"Run javascript code","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant name"},"code":{"name":"code","type":"option","char":"c","description":"js code"},"file":{"name":"file","type":"option","char":"f","description":"path to script file"}},"args":[]},"run-sql":{"id":"run-sql","description":"Run sql expression","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant name"},"sql":{"name":"sql","type":"option","char":"s","description":"sql statement"},"file":{"name":"file","type":"option","char":"f","description":"path to sql file name"}},"args":[]},"run-tests":{"id":"run-tests","description":"Run test suites","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false},"listTests":{"name":"listTests","type":"boolean","char":"l","description":"List tests","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"detectOpenHandles":{"name":"detectOpenHandles","type":"boolean","char":"d","description":"Detect Open Handles","allowNo":false},"testFilter":{"name":"testFilter","type":"option","char":"t","description":"Filter tests by suite or test name"},"watch":{"name":"watch","type":"boolean","description":"Watch files for changes and rerun tests related to changed files.","allowNo":false},"watchAll":{"name":"watchAll","type":"boolean","description":"Watch files for changes and rerun all tests.","allowNo":false},"database":{"name":"database","type":"option","description":"Run on specified database. Default is saltcorn_test"}},"args":[{"name":"package","description":"which package to run tests for"}]},"run-trigger":{"id":"run-trigger","description":"Run a trigger","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":false}},"args":[{"name":"trigger","description":"trigger name","required":true}]},"scheduler":{"id":"scheduler","description":"Run the Saltcorn scheduler","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false}},"args":[]},"serve":{"id":"serve","description":"Start the Saltcorn server","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"port":{"name":"port","type":"option","char":"p","description":"port","default":3000},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"watchReaper":{"name":"watchReaper","type":"boolean","char":"r","description":"Watch reaper","allowNo":false},"dev":{"name":"dev","type":"boolean","char":"d","description":"Run in dev mode and re-start on file changes","allowNo":false},"addschema":{"name":"addschema","type":"boolean","char":"a","description":"Add schema if missing","allowNo":false},"nomigrate":{"name":"nomigrate","type":"boolean","char":"n","description":"No migrations","allowNo":false},"noscheduler":{"name":"noscheduler","type":"boolean","char":"s","description":"No scheduler","allowNo":false},"subdomain_offset":{"name":"subdomain_offset","type":"option","description":"Number of parts to remove to access subdomain in 'multi_tenant' mode"}},"args":[]},"set-cfg":{"id":"set-cfg","description":"Set a configuration value. The supplied value (argument, or file stdin) will be parsed as JSON. If this fails, it is stored as a string.","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"plugin":{"name":"plugin","type":"option","char":"p","description":"plugin"},"file":{"name":"file","type":"option","char":"f","description":"file"},"stdin":{"name":"stdin","type":"boolean","char":"i","description":"read value from stdin","allowNo":false}},"args":[{"name":"key","description":"Configuration key","required":false},{"name":"value","description":"Configuration value (JSON or string)"}]},"setup-benchmark":{"id":"setup-benchmark","description":"Setup an instance for benchmarking","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"setup":{"id":"setup","description":"Set up a new system\n...\nThis will attempt to install or connect a database, and set up a\nconfiguration file\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false}},"args":[]},"sync-upload-data":{"id":"sync-upload-data","description":"Runs a sync for data supplied by the mobile app","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenantAppName":{"name":"tenantAppName","type":"option","description":"Optional name of a tenant application"},"userEmail":{"name":"userEmail","type":"option","description":"email of the user running the sync"},"directory":{"name":"directory","type":"option","description":"directory name for input output data"},"syncTimestamp":{"name":"syncTimestamp","type":"option","description":"new timestamp for the sync_info rows"}},"args":[]},"take-snapshot":{"id":"take-snapshot","description":"Print a current snapshout to stdout","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"fresh":{"name":"fresh","type":"boolean","char":"f","description":"fresh","allowNo":false}},"args":[]},"transform-field":{"id":"transform-field","description":"transform an existing field by applying a calculated expression","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"expression","description":"expression to calculate field","required":true},{"name":"field","description":"field name","required":true},{"name":"table","description":"table name","required":true},{"name":"tenant","description":"tenant name","required":false}]},"dev:localize-plugin":{"id":"dev:localize-plugin","description":"Convert plugin to local plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"unlocalize":{"name":"unlocalize","type":"boolean","char":"u","description":"Unlocalize plugin (local to npm)","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"plugin","description":"Current plugin name","required":true},{"name":"path","description":"Absolute path to local plugin"}]},"dev:make-migration":{"id":"dev:make-migration","description":"Create a new blank Database structure migration file.\nThese migrations update database structure.\nYou should not normally need to run this\nunless you are a developer.\n","usage":"make-migration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"dev:plugin-test":{"id":"dev:plugin-test","description":"Install a plugin, spawn 'npm run test' in the install directory and check the return code.","usage":"saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"directory":{"name":"directory","type":"option","char":"d","description":"Directory of local plugin"},"name":{"name":"name","type":"option","char":"n","description":"Plugin name in store of a released plugin"},"backupFile":{"name":"backupFile","type":"option","char":"f","description":"Optional name of a backup file in the tests folder. If you ommit this, then the test has to create its own data."},"database":{"name":"database","type":"option","description":"Run on specified database. Default is 'saltcorn_test''"}},"args":[]},"dev:post-release":{"id":"dev:post-release","description":"Post-release tasks: docker and vagrant builds","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"task","description":"What to do","options":["docker","vagrant","all","none"]}]},"dev:release":{"id":"dev:release","description":"Release a new saltcorn version","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"version","description":"New version number","required":true}]},"dev:test-plugin":{"id":"dev:test-plugin","description":"Test a plugin\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"path","description":"path to plugin package","required":true}]}}}
|
|
1
|
+
{"version":"0.9.3-beta.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)"},"appVersion":{"name":"appVersion","type":"option","description":"Version of the mobile app (default 1.0.0)"},"appIcon":{"name":"appIcon","type":"option","description":"A png that will be used as launcher icon. The default is a png of a saltcorn symbol."},"serverURL":{"name":"serverURL","type":"option","char":"s","description":"URL to a saltcorn server"},"splashPage":{"name":"splashPage","type":"option","description":"Name of a page that should be shown while the app is loading."},"autoPublicLogin":{"name":"autoPublicLogin","type":"boolean","description":"Show public entry points before the login as a public user.","allowNo":false},"allowOfflineMode":{"name":"allowOfflineMode","type":"boolean","description":"Switch to offline mode when there is no internet, sync the data when a connection is available again.","allowNo":false},"buildForEmulator":{"name":"buildForEmulator","type":"boolean","description":"build without '--device', generates no .ipa file so that iOS apps can be build without developer accounts","allowNo":false}},"args":[]},"build-cordova-builder":{"id":"build-cordova-builder","description":"Build the 'saltcorn/cordova-builder' docker image","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"buildClean":{"name":"buildClean","type":"boolean","description":"run a clean build with --no-cache","allowNo":false}},"args":[]},"configuration-check-backups":{"id":"configuration-check-backups","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"destructive":{"name":"destructive","type":"boolean","char":"d","description":"destructive","allowNo":false}},"args":[{"name":"files","description":"backup file to check. can be repeated, e.g. with *","required":true}]},"configuration-check":{"id":"configuration-check","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"create-tenant":{"id":"create-tenant","description":"Create a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"url":{"name":"url","type":"option","description":"Url of tenant"},"email":{"name":"email","type":"option","char":"e","description":"Email of owner of tenant"},"description":{"name":"description","type":"option","char":"d","description":"Description of tenant"}},"args":[{"name":"tenant","description":"Tenant subdomain to create","required":true}]},"create-user":{"id":"create-user","description":"Create a new user","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"Admin user","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"email"},"role":{"name":"role","type":"option","char":"r","description":"role"},"password":{"name":"password","type":"option","char":"p","description":"password"}},"args":[]},"delete-tenants":{"id":"delete-tenants","description":"Delete inactive tenants","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"delete-user":{"id":"delete-user","description":"Delete user.\n\nCommand deletes the user specified by USER_EMAIL.\n\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"user_email","description":"User to delete","required":true}]},"fixtures":{"id":"fixtures","description":"Load fixtures for testing\n...\nThis manual step it is never required for users and rarely required for developers\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"reset":{"name":"reset","type":"boolean","char":"r","description":"Also reset schema","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"get-cfg":{"id":"get-cfg","description":"Get a configuration value. The value is printed to stdout as a JSON value","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"plugin":{"name":"plugin","type":"option","char":"p","description":"plugin"}},"args":[{"name":"key","description":"Configuration key","required":false}]},"info":{"id":"info","description":"Show paths\n...\nShow configuration and file store paths\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":["paths"],"flags":{"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"inspect":{"id":"inspect","description":"Inspect an entity's JSON representation, or list entities","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"type","description":"Entity type","required":true,"options":["view","page","trigger","table"]},{"name":"name","description":"Entity name. If not supplied, list all names"}]},"install-pack":{"id":"install-pack","description":"Install a pack or restore a snapshot","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Pack name in store"},"file":{"name":"file","type":"option","char":"f","description":"File with pack JSON"}},"args":[]},"install-plugin":{"id":"install-plugin","description":"Install a plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Plugin name in store"},"directory":{"name":"directory","type":"option","char":"d","description":"Directory with local plugin"}},"args":[]},"list-tenants":{"id":"list-tenants","description":"List tenants in CSV format","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","required":false,"allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"list-triggers":{"id":"list-triggers","description":"List triggers","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","required":false,"allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"list-users":{"id":"list-users","description":"List users","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","required":false,"allowNo":false}},"args":[]},"migrate":{"id":"migrate","description":"Run Database structure migrations\n...\nNOTE!\n- Please stop Saltcorn before run DB migrations.\n- Please make db backup before migration.\n- There are no way to rollback migration if you doesn't make backup.\n\nThis is not normally required as migrations will be run when the server starts.\nHowever, this command may be useful if you are running multiple application\nservers and need to control when the migrations are run.\n","usage":"saltcorn migrate","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"modify-user":{"id":"modify-user","description":"Modify (update) user.\n\nCommand changes the user specified by USER_EMAIL.\n\nYou can change the user group, password and email.\n\nNOTE that -a and -r role (--role=role) can give conflict.\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"make user be Admin","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"new email"},"role":{"name":"role","type":"option","char":"r","description":"new role (can conflict with -a option)"},"password":{"name":"password","type":"option","char":"p","description":"new password"},"imode":{"name":"imode","type":"boolean","char":"i","description":"interactive mode","allowNo":false}},"args":[{"name":"user_email","description":"User to modify","required":true}]},"plugins":{"id":"plugins","description":"List and upgrade plugins for tenants\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"examples":["plugins -v - verbose output of commands","plugins -u -d - dry-run for plugin update","plugins -u -f - force plugin update"],"flags":{"upgrade":{"name":"upgrade","type":"boolean","char":"u","description":"Upgrade","allowNo":false},"dryRun":{"name":"dryRun","type":"boolean","char":"d","description":"Upgrade dry-run","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false},"force":{"name":"force","type":"boolean","char":"f","description":"Force update","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"Plugin name"}},"args":[]},"reset-schema":{"id":"reset-schema","description":"Reset the database\n...\nThis will delete all existing information\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"restore":{"id":"restore","description":"Restore a previously backed up database (zip or sqlc format)","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"file","description":"backup file to restore","required":true}]},"rm-tenant":{"id":"rm-tenant","description":"Remove a tenant.\nAttention! All tenant data will be lost!\nIt recommended to make backup of tenant before perform this command.\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":true}},"args":[]},"run-benchmark":{"id":"run-benchmark","description":"Run benchmark","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"token":{"name":"token","type":"option","char":"t","description":"API Token for reporting results"},"benchmark":{"name":"benchmark","type":"option","char":"b","description":"Which benchmark to run"},"delay":{"name":"delay","type":"option","char":"d","description":"delay between runs (s)","default":30}},"args":[{"name":"baseurl","description":"Base URL","required":false}]},"run-js":{"id":"run-js","description":"Run javascript code","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant name"},"code":{"name":"code","type":"option","char":"c","description":"js code"},"file":{"name":"file","type":"option","char":"f","description":"path to script file"}},"args":[]},"run-sql":{"id":"run-sql","description":"Run sql expression","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant name"},"sql":{"name":"sql","type":"option","char":"s","description":"sql statement"},"file":{"name":"file","type":"option","char":"f","description":"path to sql file name"}},"args":[]},"run-tests":{"id":"run-tests","description":"Run test suites","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false},"listTests":{"name":"listTests","type":"boolean","char":"l","description":"List tests","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"detectOpenHandles":{"name":"detectOpenHandles","type":"boolean","char":"d","description":"Detect Open Handles","allowNo":false},"testFilter":{"name":"testFilter","type":"option","char":"t","description":"Filter tests by suite or test name"},"watch":{"name":"watch","type":"boolean","description":"Watch files for changes and rerun tests related to changed files.","allowNo":false},"watchAll":{"name":"watchAll","type":"boolean","description":"Watch files for changes and rerun all tests.","allowNo":false},"database":{"name":"database","type":"option","description":"Run on specified database. Default is saltcorn_test"}},"args":[{"name":"package","description":"which package to run tests for"}]},"run-trigger":{"id":"run-trigger","description":"Run a trigger","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":false}},"args":[{"name":"trigger","description":"trigger name","required":true}]},"scheduler":{"id":"scheduler","description":"Run the Saltcorn scheduler","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false}},"args":[]},"serve":{"id":"serve","description":"Start the Saltcorn server","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"port":{"name":"port","type":"option","char":"p","description":"port","default":3000},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"watchReaper":{"name":"watchReaper","type":"boolean","char":"r","description":"Watch reaper","allowNo":false},"dev":{"name":"dev","type":"boolean","char":"d","description":"Run in dev mode and re-start on file changes","allowNo":false},"addschema":{"name":"addschema","type":"boolean","char":"a","description":"Add schema if missing","allowNo":false},"nomigrate":{"name":"nomigrate","type":"boolean","char":"n","description":"No migrations","allowNo":false},"noscheduler":{"name":"noscheduler","type":"boolean","char":"s","description":"No scheduler","allowNo":false},"subdomain_offset":{"name":"subdomain_offset","type":"option","description":"Number of parts to remove to access subdomain in 'multi_tenant' mode"}},"args":[]},"set-cfg":{"id":"set-cfg","description":"Set a configuration value. The supplied value (argument, or file stdin) will be parsed as JSON. If this fails, it is stored as a string.","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"plugin":{"name":"plugin","type":"option","char":"p","description":"plugin"},"file":{"name":"file","type":"option","char":"f","description":"file"},"stdin":{"name":"stdin","type":"boolean","char":"i","description":"read value from stdin","allowNo":false}},"args":[{"name":"key","description":"Configuration key","required":false},{"name":"value","description":"Configuration value (JSON or string)"}]},"setup-benchmark":{"id":"setup-benchmark","description":"Setup an instance for benchmarking","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"setup":{"id":"setup","description":"Set up a new system\n...\nThis will attempt to install or connect a database, and set up a\nconfiguration file\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false}},"args":[]},"sync-upload-data":{"id":"sync-upload-data","description":"Runs a sync for data supplied by the mobile app","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenantAppName":{"name":"tenantAppName","type":"option","description":"Optional name of a tenant application"},"userEmail":{"name":"userEmail","type":"option","description":"email of the user running the sync"},"directory":{"name":"directory","type":"option","description":"directory name for input output data"},"syncTimestamp":{"name":"syncTimestamp","type":"option","description":"new timestamp for the sync_info rows"}},"args":[]},"take-snapshot":{"id":"take-snapshot","description":"Print a current snapshout to stdout","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"fresh":{"name":"fresh","type":"boolean","char":"f","description":"fresh","allowNo":false}},"args":[]},"transform-field":{"id":"transform-field","description":"transform an existing field by applying a calculated expression","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"expression","description":"expression to calculate field","required":true},{"name":"field","description":"field name","required":true},{"name":"table","description":"table name","required":true},{"name":"tenant","description":"tenant name","required":false}]},"dev:localize-plugin":{"id":"dev:localize-plugin","description":"Convert plugin to local plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"unlocalize":{"name":"unlocalize","type":"boolean","char":"u","description":"Unlocalize plugin (local to npm)","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"plugin","description":"Current plugin name","required":true},{"name":"path","description":"Absolute path to local plugin"}]},"dev:make-migration":{"id":"dev:make-migration","description":"Create a new blank Database structure migration file.\nThese migrations update database structure.\nYou should not normally need to run this\nunless you are a developer.\n","usage":"make-migration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"dev:plugin-test":{"id":"dev:plugin-test","description":"Install a plugin, spawn 'npm run test' in the install directory and check the return code.","usage":"saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"directory":{"name":"directory","type":"option","char":"d","description":"Directory of local plugin"},"name":{"name":"name","type":"option","char":"n","description":"Plugin name in store of a released plugin"},"backupFile":{"name":"backupFile","type":"option","char":"f","description":"Optional name of a backup file in the tests folder. If you ommit this, then the test has to create its own data."},"database":{"name":"database","type":"option","description":"Run on specified database. Default is 'saltcorn_test''"}},"args":[]},"dev:post-release":{"id":"dev:post-release","description":"Post-release tasks: docker and vagrant builds","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"task","description":"What to do","options":["docker","vagrant","all","none"]}]},"dev:release":{"id":"dev:release","description":"Release a new saltcorn version","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"version","description":"New version number","required":true}]},"dev:test-plugin":{"id":"dev:test-plugin","description":"Test a plugin\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"path","description":"path to plugin package","required":true}]}}}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@saltcorn/cli",
|
|
3
3
|
"description": "Command-line interface for Saltcorn, open-source no-code platform",
|
|
4
4
|
"homepage": "https://saltcorn.com",
|
|
5
|
-
"version": "0.9.3-beta.
|
|
5
|
+
"version": "0.9.3-beta.5",
|
|
6
6
|
"author": "Tom Nielsen @glutamate",
|
|
7
7
|
"bin": {
|
|
8
8
|
"saltcorn": "./bin/saltcorn"
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
"@oclif/config": "^1.18.3",
|
|
14
14
|
"@oclif/plugin-plugins": "^2.1.0",
|
|
15
15
|
"@oclif/plugin-help": "^3.3.1",
|
|
16
|
-
"@saltcorn/admin-models": "0.9.3-beta.
|
|
17
|
-
"@saltcorn/data": "0.9.3-beta.
|
|
18
|
-
"@saltcorn/mobile-app": "0.9.3-beta.
|
|
19
|
-
"@saltcorn/mobile-builder": "0.9.3-beta.
|
|
20
|
-
"@saltcorn/server": "0.9.3-beta.
|
|
16
|
+
"@saltcorn/admin-models": "0.9.3-beta.5",
|
|
17
|
+
"@saltcorn/data": "0.9.3-beta.5",
|
|
18
|
+
"@saltcorn/mobile-app": "0.9.3-beta.5",
|
|
19
|
+
"@saltcorn/mobile-builder": "0.9.3-beta.5",
|
|
20
|
+
"@saltcorn/server": "0.9.3-beta.5",
|
|
21
21
|
"cli-ux": "^5.6.7",
|
|
22
22
|
"contractis": "^0.1.0",
|
|
23
23
|
"dateformat": "^3.0.3",
|