@saltcorn/cli 0.9.6-beta.12 → 0.9.6-beta.13
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 +46 -46
- package/npm-shrinkwrap.json +183 -183
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
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.6-beta.
|
|
23
|
+
@saltcorn/cli/0.9.6-beta.13 linux-x64 node-v18.7.0
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -90,7 +90,7 @@ OPTIONS
|
|
|
90
90
|
-f, --force force command execution
|
|
91
91
|
```
|
|
92
92
|
|
|
93
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
93
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/add-schema.js)_
|
|
94
94
|
|
|
95
95
|
## `saltcorn backup`
|
|
96
96
|
|
|
@@ -107,7 +107,7 @@ OPTIONS
|
|
|
107
107
|
-z, --zip Backup public in saltcorn zip format
|
|
108
108
|
```
|
|
109
109
|
|
|
110
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
110
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/backup.js)_
|
|
111
111
|
|
|
112
112
|
## `saltcorn build-app`
|
|
113
113
|
|
|
@@ -174,7 +174,7 @@ OPTIONS
|
|
|
174
174
|
build for this tenant
|
|
175
175
|
```
|
|
176
176
|
|
|
177
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
177
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/build-app.js)_
|
|
178
178
|
|
|
179
179
|
## `saltcorn build-cordova-builder`
|
|
180
180
|
|
|
@@ -188,7 +188,7 @@ OPTIONS
|
|
|
188
188
|
--buildClean run a clean build with --no-cache
|
|
189
189
|
```
|
|
190
190
|
|
|
191
|
-
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
191
|
+
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/build-cordova-builder.js)_
|
|
192
192
|
|
|
193
193
|
## `saltcorn configuration-check`
|
|
194
194
|
|
|
@@ -202,7 +202,7 @@ OPTIONS
|
|
|
202
202
|
-t, --tenant=tenant tenant
|
|
203
203
|
```
|
|
204
204
|
|
|
205
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
205
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/configuration-check.js)_
|
|
206
206
|
|
|
207
207
|
## `saltcorn configuration-check-backups FILES`
|
|
208
208
|
|
|
@@ -219,7 +219,7 @@ OPTIONS
|
|
|
219
219
|
-d, --destructive destructive
|
|
220
220
|
```
|
|
221
221
|
|
|
222
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
222
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/configuration-check-backups.js)_
|
|
223
223
|
|
|
224
224
|
## `saltcorn create-tenant TENANT`
|
|
225
225
|
|
|
@@ -238,7 +238,7 @@ OPTIONS
|
|
|
238
238
|
--url=url Url of tenant
|
|
239
239
|
```
|
|
240
240
|
|
|
241
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
241
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/create-tenant.js)_
|
|
242
242
|
|
|
243
243
|
## `saltcorn create-user`
|
|
244
244
|
|
|
@@ -256,7 +256,7 @@ OPTIONS
|
|
|
256
256
|
-t, --tenant=tenant tenant
|
|
257
257
|
```
|
|
258
258
|
|
|
259
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
259
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/create-user.js)_
|
|
260
260
|
|
|
261
261
|
## `saltcorn delete-tenants`
|
|
262
262
|
|
|
@@ -267,7 +267,7 @@ USAGE
|
|
|
267
267
|
$ saltcorn delete-tenants
|
|
268
268
|
```
|
|
269
269
|
|
|
270
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
270
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/delete-tenants.js)_
|
|
271
271
|
|
|
272
272
|
## `saltcorn delete-user USER_EMAIL`
|
|
273
273
|
|
|
@@ -288,7 +288,7 @@ DESCRIPTION
|
|
|
288
288
|
Command deletes the user specified by USER_EMAIL.
|
|
289
289
|
```
|
|
290
290
|
|
|
291
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
291
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/delete-user.js)_
|
|
292
292
|
|
|
293
293
|
## `saltcorn dev:localize-plugin PLUGIN [PATH]`
|
|
294
294
|
|
|
@@ -307,7 +307,7 @@ OPTIONS
|
|
|
307
307
|
-u, --unlocalize Unlocalize plugin (local to npm)
|
|
308
308
|
```
|
|
309
309
|
|
|
310
|
-
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
310
|
+
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/dev/localize-plugin.js)_
|
|
311
311
|
|
|
312
312
|
## `saltcorn make-migration`
|
|
313
313
|
|
|
@@ -323,7 +323,7 @@ DESCRIPTION
|
|
|
323
323
|
unless you are a developer.
|
|
324
324
|
```
|
|
325
325
|
|
|
326
|
-
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
326
|
+
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/dev/make-migration.js)_
|
|
327
327
|
|
|
328
328
|
## `saltcorn saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip`
|
|
329
329
|
|
|
@@ -344,7 +344,7 @@ OPTIONS
|
|
|
344
344
|
--database=database Run on specified database. Default is 'saltcorn_test''
|
|
345
345
|
```
|
|
346
346
|
|
|
347
|
-
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
347
|
+
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/dev/plugin-test.js)_
|
|
348
348
|
|
|
349
349
|
## `saltcorn dev:post-release [TASK]`
|
|
350
350
|
|
|
@@ -358,7 +358,7 @@ ARGUMENTS
|
|
|
358
358
|
TASK (docker|vagrant|all|none) What to do
|
|
359
359
|
```
|
|
360
360
|
|
|
361
|
-
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
361
|
+
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/dev/post-release.js)_
|
|
362
362
|
|
|
363
363
|
## `saltcorn dev:release VERSION`
|
|
364
364
|
|
|
@@ -375,7 +375,7 @@ OPTIONS
|
|
|
375
375
|
-t, --tag=tag NPM tag
|
|
376
376
|
```
|
|
377
377
|
|
|
378
|
-
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
378
|
+
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/dev/release.js)_
|
|
379
379
|
|
|
380
380
|
## `saltcorn dev:test-plugin PATH`
|
|
381
381
|
|
|
@@ -393,7 +393,7 @@ DESCRIPTION
|
|
|
393
393
|
Extra documentation goes here
|
|
394
394
|
```
|
|
395
395
|
|
|
396
|
-
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
396
|
+
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/dev/test-plugin.js)_
|
|
397
397
|
|
|
398
398
|
## `saltcorn fixtures`
|
|
399
399
|
|
|
@@ -412,7 +412,7 @@ DESCRIPTION
|
|
|
412
412
|
This manual step it is never required for users and rarely required for developers
|
|
413
413
|
```
|
|
414
414
|
|
|
415
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
415
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/fixtures.js)_
|
|
416
416
|
|
|
417
417
|
## `saltcorn get-cfg [KEY]`
|
|
418
418
|
|
|
@@ -430,7 +430,7 @@ OPTIONS
|
|
|
430
430
|
-t, --tenant=tenant tenant
|
|
431
431
|
```
|
|
432
432
|
|
|
433
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
433
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/get-cfg.js)_
|
|
434
434
|
|
|
435
435
|
## `saltcorn help [COMMAND]`
|
|
436
436
|
|
|
@@ -468,7 +468,7 @@ ALIASES
|
|
|
468
468
|
$ saltcorn paths
|
|
469
469
|
```
|
|
470
470
|
|
|
471
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
471
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/info.js)_
|
|
472
472
|
|
|
473
473
|
## `saltcorn inspect TYPE [NAME]`
|
|
474
474
|
|
|
@@ -486,7 +486,7 @@ OPTIONS
|
|
|
486
486
|
-t, --tenant=tenant tenant
|
|
487
487
|
```
|
|
488
488
|
|
|
489
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
489
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/inspect.js)_
|
|
490
490
|
|
|
491
491
|
## `saltcorn install-pack`
|
|
492
492
|
|
|
@@ -502,7 +502,7 @@ OPTIONS
|
|
|
502
502
|
-t, --tenant=tenant tenant
|
|
503
503
|
```
|
|
504
504
|
|
|
505
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
505
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/install-pack.js)_
|
|
506
506
|
|
|
507
507
|
## `saltcorn install-plugin`
|
|
508
508
|
|
|
@@ -518,7 +518,7 @@ OPTIONS
|
|
|
518
518
|
-t, --tenant=tenant tenant
|
|
519
519
|
```
|
|
520
520
|
|
|
521
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
521
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/install-plugin.js)_
|
|
522
522
|
|
|
523
523
|
## `saltcorn list-tenants`
|
|
524
524
|
|
|
@@ -534,7 +534,7 @@ OPTIONS
|
|
|
534
534
|
-v, --verbose verbose output
|
|
535
535
|
```
|
|
536
536
|
|
|
537
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
537
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/list-tenants.js)_
|
|
538
538
|
|
|
539
539
|
## `saltcorn list-triggers`
|
|
540
540
|
|
|
@@ -550,7 +550,7 @@ OPTIONS
|
|
|
550
550
|
-v, --verbose verbose output
|
|
551
551
|
```
|
|
552
552
|
|
|
553
|
-
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
553
|
+
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/list-triggers.js)_
|
|
554
554
|
|
|
555
555
|
## `saltcorn list-users`
|
|
556
556
|
|
|
@@ -565,7 +565,7 @@ OPTIONS
|
|
|
565
565
|
-v, --verbose verbose output
|
|
566
566
|
```
|
|
567
567
|
|
|
568
|
-
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
568
|
+
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/list-users.js)_
|
|
569
569
|
|
|
570
570
|
## `saltcorn saltcorn migrate`
|
|
571
571
|
|
|
@@ -587,7 +587,7 @@ DESCRIPTION
|
|
|
587
587
|
servers and need to control when the migrations are run.
|
|
588
588
|
```
|
|
589
589
|
|
|
590
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
590
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/migrate.js)_
|
|
591
591
|
|
|
592
592
|
## `saltcorn modify-user USER_EMAIL`
|
|
593
593
|
|
|
@@ -616,7 +616,7 @@ DESCRIPTION
|
|
|
616
616
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
617
617
|
```
|
|
618
618
|
|
|
619
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
619
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/modify-user.js)_
|
|
620
620
|
|
|
621
621
|
## `saltcorn plugins`
|
|
622
622
|
|
|
@@ -643,7 +643,7 @@ EXAMPLES
|
|
|
643
643
|
plugins -u -f - force plugin update
|
|
644
644
|
```
|
|
645
645
|
|
|
646
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
646
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/plugins.js)_
|
|
647
647
|
|
|
648
648
|
## `saltcorn reset-schema`
|
|
649
649
|
|
|
@@ -662,7 +662,7 @@ DESCRIPTION
|
|
|
662
662
|
This will delete all existing information
|
|
663
663
|
```
|
|
664
664
|
|
|
665
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
665
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/reset-schema.js)_
|
|
666
666
|
|
|
667
667
|
## `saltcorn restore FILE`
|
|
668
668
|
|
|
@@ -679,7 +679,7 @@ OPTIONS
|
|
|
679
679
|
-t, --tenant=tenant tenant
|
|
680
680
|
```
|
|
681
681
|
|
|
682
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
682
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/restore.js)_
|
|
683
683
|
|
|
684
684
|
## `saltcorn rm-tenant`
|
|
685
685
|
|
|
@@ -698,7 +698,7 @@ DESCRIPTION
|
|
|
698
698
|
It recommended to make backup of tenant before perform this command.
|
|
699
699
|
```
|
|
700
700
|
|
|
701
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
701
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/rm-tenant.js)_
|
|
702
702
|
|
|
703
703
|
## `saltcorn run-benchmark [BASEURL]`
|
|
704
704
|
|
|
@@ -717,7 +717,7 @@ OPTIONS
|
|
|
717
717
|
-t, --token=token API Token for reporting results
|
|
718
718
|
```
|
|
719
719
|
|
|
720
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
720
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/run-benchmark.js)_
|
|
721
721
|
|
|
722
722
|
## `saltcorn run-js`
|
|
723
723
|
|
|
@@ -733,7 +733,7 @@ OPTIONS
|
|
|
733
733
|
-t, --tenant=tenant tenant name
|
|
734
734
|
```
|
|
735
735
|
|
|
736
|
-
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
736
|
+
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/run-js.js)_
|
|
737
737
|
|
|
738
738
|
## `saltcorn run-sql`
|
|
739
739
|
|
|
@@ -749,7 +749,7 @@ OPTIONS
|
|
|
749
749
|
-t, --tenant=tenant tenant name
|
|
750
750
|
```
|
|
751
751
|
|
|
752
|
-
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
752
|
+
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/run-sql.js)_
|
|
753
753
|
|
|
754
754
|
## `saltcorn run-tests [PACKAGE]`
|
|
755
755
|
|
|
@@ -773,7 +773,7 @@ OPTIONS
|
|
|
773
773
|
--watchAll Watch files for changes and rerun all tests.
|
|
774
774
|
```
|
|
775
775
|
|
|
776
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
776
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/run-tests.js)_
|
|
777
777
|
|
|
778
778
|
## `saltcorn run-trigger TRIGGER`
|
|
779
779
|
|
|
@@ -790,7 +790,7 @@ OPTIONS
|
|
|
790
790
|
-t, --tenant=tenant tenant
|
|
791
791
|
```
|
|
792
792
|
|
|
793
|
-
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
793
|
+
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/run-trigger.js)_
|
|
794
794
|
|
|
795
795
|
## `saltcorn scheduler`
|
|
796
796
|
|
|
@@ -804,7 +804,7 @@ OPTIONS
|
|
|
804
804
|
-v, --verbose Verbose
|
|
805
805
|
```
|
|
806
806
|
|
|
807
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
807
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/scheduler.js)_
|
|
808
808
|
|
|
809
809
|
## `saltcorn serve`
|
|
810
810
|
|
|
@@ -825,7 +825,7 @@ OPTIONS
|
|
|
825
825
|
--subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
|
|
826
826
|
```
|
|
827
827
|
|
|
828
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
828
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/serve.js)_
|
|
829
829
|
|
|
830
830
|
## `saltcorn set-cfg [KEY] [VALUE]`
|
|
831
831
|
|
|
@@ -846,7 +846,7 @@ OPTIONS
|
|
|
846
846
|
-t, --tenant=tenant tenant
|
|
847
847
|
```
|
|
848
848
|
|
|
849
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
849
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/set-cfg.js)_
|
|
850
850
|
|
|
851
851
|
## `saltcorn set-daily-time [MINS]`
|
|
852
852
|
|
|
@@ -863,7 +863,7 @@ OPTIONS
|
|
|
863
863
|
-t, --tenant=tenant tenant
|
|
864
864
|
```
|
|
865
865
|
|
|
866
|
-
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
866
|
+
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/set-daily-time.js)_
|
|
867
867
|
|
|
868
868
|
## `saltcorn setup`
|
|
869
869
|
|
|
@@ -882,7 +882,7 @@ DESCRIPTION
|
|
|
882
882
|
configuration file
|
|
883
883
|
```
|
|
884
884
|
|
|
885
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
885
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/setup.js)_
|
|
886
886
|
|
|
887
887
|
## `saltcorn setup-benchmark`
|
|
888
888
|
|
|
@@ -896,7 +896,7 @@ OPTIONS
|
|
|
896
896
|
-t, --tenant=tenant tenant
|
|
897
897
|
```
|
|
898
898
|
|
|
899
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
899
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/setup-benchmark.js)_
|
|
900
900
|
|
|
901
901
|
## `saltcorn sync-upload-data`
|
|
902
902
|
|
|
@@ -913,7 +913,7 @@ OPTIONS
|
|
|
913
913
|
--userEmail=userEmail email of the user running the sync
|
|
914
914
|
```
|
|
915
915
|
|
|
916
|
-
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
916
|
+
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/sync-upload-data.js)_
|
|
917
917
|
|
|
918
918
|
## `saltcorn take-snapshot`
|
|
919
919
|
|
|
@@ -928,7 +928,7 @@ OPTIONS
|
|
|
928
928
|
-t, --tenant=tenant tenant
|
|
929
929
|
```
|
|
930
930
|
|
|
931
|
-
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
931
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/take-snapshot.js)_
|
|
932
932
|
|
|
933
933
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
934
934
|
|
|
@@ -945,5 +945,5 @@ ARGUMENTS
|
|
|
945
945
|
TENANT tenant name
|
|
946
946
|
```
|
|
947
947
|
|
|
948
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
948
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.13/packages/saltcorn-cli/src/commands/transform-field.js)_
|
|
949
949
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saltcorn/cli",
|
|
3
|
-
"version": "0.9.6-beta.
|
|
3
|
+
"version": "0.9.6-beta.13",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@saltcorn/cli",
|
|
9
|
-
"version": "0.9.6-beta.
|
|
9
|
+
"version": "0.9.6-beta.13",
|
|
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.6-beta.
|
|
17
|
-
"@saltcorn/common-code": "0.9.6-beta.
|
|
18
|
-
"@saltcorn/data": "0.9.6-beta.
|
|
19
|
-
"@saltcorn/mobile-app": "0.9.6-beta.
|
|
20
|
-
"@saltcorn/mobile-builder": "0.9.6-beta.
|
|
21
|
-
"@saltcorn/plugins-loader": "0.9.6-beta.
|
|
22
|
-
"@saltcorn/server": "0.9.6-beta.
|
|
16
|
+
"@saltcorn/admin-models": "0.9.6-beta.13",
|
|
17
|
+
"@saltcorn/common-code": "0.9.6-beta.13",
|
|
18
|
+
"@saltcorn/data": "0.9.6-beta.13",
|
|
19
|
+
"@saltcorn/mobile-app": "0.9.6-beta.13",
|
|
20
|
+
"@saltcorn/mobile-builder": "0.9.6-beta.13",
|
|
21
|
+
"@saltcorn/plugins-loader": "0.9.6-beta.13",
|
|
22
|
+
"@saltcorn/server": "0.9.6-beta.13",
|
|
23
23
|
"cli-ux": "^5.6.7",
|
|
24
24
|
"contractis": "^0.1.0",
|
|
25
25
|
"dateformat": "^3.0.3",
|
|
@@ -4183,14 +4183,14 @@
|
|
|
4183
4183
|
}
|
|
4184
4184
|
},
|
|
4185
4185
|
"node_modules/@saltcorn/admin-models": {
|
|
4186
|
-
"version": "0.9.6-beta.
|
|
4187
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.6-beta.
|
|
4188
|
-
"integrity": "sha512-
|
|
4189
|
-
"dependencies": {
|
|
4190
|
-
"@saltcorn/data": "0.9.6-beta.
|
|
4191
|
-
"@saltcorn/db-common": "0.9.6-beta.
|
|
4192
|
-
"@saltcorn/markup": "0.9.6-beta.
|
|
4193
|
-
"@saltcorn/types": "0.9.6-beta.
|
|
4186
|
+
"version": "0.9.6-beta.13",
|
|
4187
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.6-beta.13.tgz",
|
|
4188
|
+
"integrity": "sha512-DujckxL1XXgfaHMeR4+XdZ+3QCsb8E11kjtQSTlKyqBHagN3JDljvBW0RD8kfyhPfZqlSR373PTdqiob4Dg97w==",
|
|
4189
|
+
"dependencies": {
|
|
4190
|
+
"@saltcorn/data": "0.9.6-beta.13",
|
|
4191
|
+
"@saltcorn/db-common": "0.9.6-beta.13",
|
|
4192
|
+
"@saltcorn/markup": "0.9.6-beta.13",
|
|
4193
|
+
"@saltcorn/types": "0.9.6-beta.13",
|
|
4194
4194
|
"@types/lodash": "^4.14.182",
|
|
4195
4195
|
"@types/ssh2-sftp-client": "9.0.3",
|
|
4196
4196
|
"adm-zip": "0.5.5",
|
|
@@ -4205,36 +4205,36 @@
|
|
|
4205
4205
|
}
|
|
4206
4206
|
},
|
|
4207
4207
|
"node_modules/@saltcorn/base-plugin": {
|
|
4208
|
-
"version": "0.9.6-beta.
|
|
4209
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.6-beta.
|
|
4210
|
-
"integrity": "sha512-
|
|
4208
|
+
"version": "0.9.6-beta.13",
|
|
4209
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.6-beta.13.tgz",
|
|
4210
|
+
"integrity": "sha512-6JIWXrH2V++9PnLOJUfRFLY4d/j6KA2SoG2k7zNSWyycl3eAw0UgeH8BDKaKVgznh6pAw58/QO+0ieBXaLe4qg==",
|
|
4211
4211
|
"dependencies": {
|
|
4212
|
-
"@saltcorn/data": "0.9.6-beta.
|
|
4212
|
+
"@saltcorn/data": "0.9.6-beta.13"
|
|
4213
4213
|
}
|
|
4214
4214
|
},
|
|
4215
4215
|
"node_modules/@saltcorn/builder": {
|
|
4216
|
-
"version": "0.9.6-beta.
|
|
4217
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.6-beta.
|
|
4218
|
-
"integrity": "sha512-
|
|
4216
|
+
"version": "0.9.6-beta.13",
|
|
4217
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.6-beta.13.tgz",
|
|
4218
|
+
"integrity": "sha512-vH738j5trriOIXpzx0qTAb0ODy5r/U3BLQ0DB8x09JKW6ZlFh61BDSN8aauMuQylqEczJqRxj8j4EYAnOmFSjA==",
|
|
4219
4219
|
"dependencies": {
|
|
4220
4220
|
"styled-components": "4.4.1"
|
|
4221
4221
|
}
|
|
4222
4222
|
},
|
|
4223
4223
|
"node_modules/@saltcorn/common-code": {
|
|
4224
|
-
"version": "0.9.6-beta.
|
|
4225
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-0.9.6-beta.
|
|
4226
|
-
"integrity": "sha512-
|
|
4224
|
+
"version": "0.9.6-beta.13",
|
|
4225
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-0.9.6-beta.13.tgz",
|
|
4226
|
+
"integrity": "sha512-lekJ4C4gmLOt+n0NsPA2PD9Jkl3X5F422GHuwejF4kjrGU4v3aCZLXWJtaU+v7WZOlP1rD9nQVakMQ5uNXU8Ow=="
|
|
4227
4227
|
},
|
|
4228
4228
|
"node_modules/@saltcorn/data": {
|
|
4229
|
-
"version": "0.9.6-beta.
|
|
4230
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.6-beta.
|
|
4231
|
-
"integrity": "sha512-
|
|
4232
|
-
"dependencies": {
|
|
4233
|
-
"@saltcorn/common-code": "0.9.6-beta.
|
|
4234
|
-
"@saltcorn/db-common": "0.9.6-beta.
|
|
4235
|
-
"@saltcorn/markup": "0.9.6-beta.
|
|
4236
|
-
"@saltcorn/sqlite-mobile": "0.9.6-beta.
|
|
4237
|
-
"@saltcorn/types": "0.9.6-beta.
|
|
4229
|
+
"version": "0.9.6-beta.13",
|
|
4230
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.6-beta.13.tgz",
|
|
4231
|
+
"integrity": "sha512-yPsr9mlvRxhB5SFsr3M0QLEYNJy/qDM724EiJaE2o06R0IdKil/tOydyA/F3VEuDXaf/TT2sYfBweI90B4qhLw==",
|
|
4232
|
+
"dependencies": {
|
|
4233
|
+
"@saltcorn/common-code": "0.9.6-beta.13",
|
|
4234
|
+
"@saltcorn/db-common": "0.9.6-beta.13",
|
|
4235
|
+
"@saltcorn/markup": "0.9.6-beta.13",
|
|
4236
|
+
"@saltcorn/sqlite-mobile": "0.9.6-beta.13",
|
|
4237
|
+
"@saltcorn/types": "0.9.6-beta.13",
|
|
4238
4238
|
"acorn": "^8.0.3",
|
|
4239
4239
|
"assert": "^2.0.0",
|
|
4240
4240
|
"astring": "^1.4.3",
|
|
@@ -4277,27 +4277,27 @@
|
|
|
4277
4277
|
"vm-browserify": "^1.1.2"
|
|
4278
4278
|
},
|
|
4279
4279
|
"optionalDependencies": {
|
|
4280
|
-
"@saltcorn/postgres": "0.9.6-beta.
|
|
4281
|
-
"@saltcorn/sqlite": "0.9.6-beta.
|
|
4280
|
+
"@saltcorn/postgres": "0.9.6-beta.13",
|
|
4281
|
+
"@saltcorn/sqlite": "0.9.6-beta.13"
|
|
4282
4282
|
}
|
|
4283
4283
|
},
|
|
4284
4284
|
"node_modules/@saltcorn/db-common": {
|
|
4285
|
-
"version": "0.9.6-beta.
|
|
4286
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.6-beta.
|
|
4287
|
-
"integrity": "sha512-
|
|
4285
|
+
"version": "0.9.6-beta.13",
|
|
4286
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.6-beta.13.tgz",
|
|
4287
|
+
"integrity": "sha512-vudZdnp4P/+gnoe6MNhIub7p2l3i/Ncdy9y0X2WR5izKuU1LQ4onfNzsDSaFnGnouDb24YH7SCkBNwpUmCc2aA=="
|
|
4288
4288
|
},
|
|
4289
4289
|
"node_modules/@saltcorn/filemanager": {
|
|
4290
|
-
"version": "0.9.6-beta.
|
|
4291
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.6-beta.
|
|
4292
|
-
"integrity": "sha512-
|
|
4290
|
+
"version": "0.9.6-beta.13",
|
|
4291
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.6-beta.13.tgz",
|
|
4292
|
+
"integrity": "sha512-9EDndiZcIk/mz0QRuFd36uy4fUSHUrca+rlVMGg+UMgRo7nP07zMvCQ4cbIRLmN3w7i1k2vXo7cHacW5V3JVqQ==",
|
|
4293
4293
|
"dependencies": {
|
|
4294
4294
|
"sirv-cli": "^2.0.0"
|
|
4295
4295
|
}
|
|
4296
4296
|
},
|
|
4297
4297
|
"node_modules/@saltcorn/markup": {
|
|
4298
|
-
"version": "0.9.6-beta.
|
|
4299
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.6-beta.
|
|
4300
|
-
"integrity": "sha512-
|
|
4298
|
+
"version": "0.9.6-beta.13",
|
|
4299
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.6-beta.13.tgz",
|
|
4300
|
+
"integrity": "sha512-pr6ncfi1ctufEfdLIwku59NbaTU9OsCSe/GokdR+maF1akOQrdj+/8J+i1jWGB/yEOryj4dj+J5sdnpXTAPUYw==",
|
|
4301
4301
|
"dependencies": {
|
|
4302
4302
|
"escape-html": "^1.0.3",
|
|
4303
4303
|
"html-tags": "3.1.0",
|
|
@@ -4305,26 +4305,26 @@
|
|
|
4305
4305
|
}
|
|
4306
4306
|
},
|
|
4307
4307
|
"node_modules/@saltcorn/mobile-app": {
|
|
4308
|
-
"version": "0.9.6-beta.
|
|
4309
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.6-beta.
|
|
4310
|
-
"integrity": "sha512-
|
|
4308
|
+
"version": "0.9.6-beta.13",
|
|
4309
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.6-beta.13.tgz",
|
|
4310
|
+
"integrity": "sha512-jN4669O7buZKXAkBQDCBu87yBbfS49tV0VxpZC/Zlc6mAbj2VJEKdaFXlMFWirTHHfqN98e5sOQXLit79oZF2g==",
|
|
4311
4311
|
"dependencies": {
|
|
4312
4312
|
"cordova": "^12.0.0",
|
|
4313
4313
|
"cordova-sqlite-ext": "^6.0.0"
|
|
4314
4314
|
}
|
|
4315
4315
|
},
|
|
4316
4316
|
"node_modules/@saltcorn/mobile-builder": {
|
|
4317
|
-
"version": "0.9.6-beta.
|
|
4318
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.6-beta.
|
|
4319
|
-
"integrity": "sha512-
|
|
4320
|
-
"dependencies": {
|
|
4321
|
-
"@saltcorn/base-plugin": "0.9.6-beta.
|
|
4322
|
-
"@saltcorn/data": "0.9.6-beta.
|
|
4323
|
-
"@saltcorn/db-common": "0.9.6-beta.
|
|
4324
|
-
"@saltcorn/markup": "0.9.6-beta.
|
|
4325
|
-
"@saltcorn/mobile-app": "0.9.6-beta.
|
|
4326
|
-
"@saltcorn/sbadmin2": "0.9.6-beta.
|
|
4327
|
-
"@saltcorn/server": "0.9.6-beta.
|
|
4317
|
+
"version": "0.9.6-beta.13",
|
|
4318
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.6-beta.13.tgz",
|
|
4319
|
+
"integrity": "sha512-kJYiKOQlVvHrhF3p5Cv2VrG0p06Uewf9j2OoJItPkBO8f/fi9mHrokU9hmv2Cu5e88AHw+Sp0bEqqq3Z+ectag==",
|
|
4320
|
+
"dependencies": {
|
|
4321
|
+
"@saltcorn/base-plugin": "0.9.6-beta.13",
|
|
4322
|
+
"@saltcorn/data": "0.9.6-beta.13",
|
|
4323
|
+
"@saltcorn/db-common": "0.9.6-beta.13",
|
|
4324
|
+
"@saltcorn/markup": "0.9.6-beta.13",
|
|
4325
|
+
"@saltcorn/mobile-app": "0.9.6-beta.13",
|
|
4326
|
+
"@saltcorn/sbadmin2": "0.9.6-beta.13",
|
|
4327
|
+
"@saltcorn/server": "0.9.6-beta.13",
|
|
4328
4328
|
"fs-extra": "^10.0.1",
|
|
4329
4329
|
"live-plugin-manager": "^0.17.1",
|
|
4330
4330
|
"resize-with-sharp-or-jimp": "0.1.7",
|
|
@@ -4367,51 +4367,51 @@
|
|
|
4367
4367
|
}
|
|
4368
4368
|
},
|
|
4369
4369
|
"node_modules/@saltcorn/plugins-loader": {
|
|
4370
|
-
"version": "0.9.6-beta.
|
|
4371
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-0.9.6-beta.
|
|
4372
|
-
"integrity": "sha512-
|
|
4370
|
+
"version": "0.9.6-beta.13",
|
|
4371
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-0.9.6-beta.13.tgz",
|
|
4372
|
+
"integrity": "sha512-VOb+t/xe8qPN79dUNyWIlmdt97H0ZN2f1jzIezZvoxTGw//KH5brtxg5+KSNrmKLwss7gCbTfTZAP4Fhj+KRww==",
|
|
4373
4373
|
"dependencies": {
|
|
4374
|
-
"@saltcorn/data": "0.9.6-beta.
|
|
4374
|
+
"@saltcorn/data": "0.9.6-beta.13",
|
|
4375
4375
|
"env-paths": "^2.2.0",
|
|
4376
4376
|
"npm-registry-fetch": "16.0.0"
|
|
4377
4377
|
}
|
|
4378
4378
|
},
|
|
4379
4379
|
"node_modules/@saltcorn/postgres": {
|
|
4380
|
-
"version": "0.9.6-beta.
|
|
4381
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.6-beta.
|
|
4382
|
-
"integrity": "sha512-
|
|
4380
|
+
"version": "0.9.6-beta.13",
|
|
4381
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.6-beta.13.tgz",
|
|
4382
|
+
"integrity": "sha512-e1DPInaVuENEHSP/+jpKJkbLGblpTNRWLkwBthbYsky5La32dxsArKyu/TTnVBhruE3tX9FaWy1cnZ1+OUbkqQ==",
|
|
4383
4383
|
"optional": true,
|
|
4384
4384
|
"dependencies": {
|
|
4385
|
-
"@saltcorn/db-common": "0.9.6-beta.
|
|
4385
|
+
"@saltcorn/db-common": "0.9.6-beta.13",
|
|
4386
4386
|
"pg": "^8.2.1",
|
|
4387
4387
|
"pg-copy-streams": "^5.1.1"
|
|
4388
4388
|
}
|
|
4389
4389
|
},
|
|
4390
4390
|
"node_modules/@saltcorn/sbadmin2": {
|
|
4391
|
-
"version": "0.9.6-beta.
|
|
4392
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.6-beta.
|
|
4393
|
-
"integrity": "sha512-
|
|
4391
|
+
"version": "0.9.6-beta.13",
|
|
4392
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.6-beta.13.tgz",
|
|
4393
|
+
"integrity": "sha512-ympev5Urztx7h1R0CU0Ma/bNW0BL8yF4oAw8+LK27LFENFMmMQgO5wWMgzlhoQWyLFsWQXiXN1E/oW1uQDjn6A==",
|
|
4394
4394
|
"dependencies": {
|
|
4395
|
-
"@saltcorn/data": "0.9.6-beta.
|
|
4396
|
-
"@saltcorn/markup": "0.9.6-beta.
|
|
4395
|
+
"@saltcorn/data": "0.9.6-beta.13",
|
|
4396
|
+
"@saltcorn/markup": "0.9.6-beta.13",
|
|
4397
4397
|
"nunito-fontface": "0.7.3",
|
|
4398
4398
|
"startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
|
|
4399
4399
|
}
|
|
4400
4400
|
},
|
|
4401
4401
|
"node_modules/@saltcorn/server": {
|
|
4402
|
-
"version": "0.9.6-beta.
|
|
4403
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.6-beta.
|
|
4404
|
-
"integrity": "sha512-
|
|
4402
|
+
"version": "0.9.6-beta.13",
|
|
4403
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.6-beta.13.tgz",
|
|
4404
|
+
"integrity": "sha512-aKVbAVdg2JWYp6NQkiash2D53OYZ3+vsK20C22PhOVreyG2BckD15S4nmIAVY+J/0DtIoTepiwFsXeMTY9lihA==",
|
|
4405
4405
|
"dependencies": {
|
|
4406
4406
|
"@aws-sdk/client-s3": "^3.451.0",
|
|
4407
|
-
"@saltcorn/admin-models": "0.9.6-beta.
|
|
4408
|
-
"@saltcorn/base-plugin": "0.9.6-beta.
|
|
4409
|
-
"@saltcorn/builder": "0.9.6-beta.
|
|
4410
|
-
"@saltcorn/data": "0.9.6-beta.
|
|
4411
|
-
"@saltcorn/filemanager": "0.9.6-beta.
|
|
4412
|
-
"@saltcorn/markup": "0.9.6-beta.
|
|
4413
|
-
"@saltcorn/plugins-loader": "0.9.6-beta.
|
|
4414
|
-
"@saltcorn/sbadmin2": "0.9.6-beta.
|
|
4407
|
+
"@saltcorn/admin-models": "0.9.6-beta.13",
|
|
4408
|
+
"@saltcorn/base-plugin": "0.9.6-beta.13",
|
|
4409
|
+
"@saltcorn/builder": "0.9.6-beta.13",
|
|
4410
|
+
"@saltcorn/data": "0.9.6-beta.13",
|
|
4411
|
+
"@saltcorn/filemanager": "0.9.6-beta.13",
|
|
4412
|
+
"@saltcorn/markup": "0.9.6-beta.13",
|
|
4413
|
+
"@saltcorn/plugins-loader": "0.9.6-beta.13",
|
|
4414
|
+
"@saltcorn/sbadmin2": "0.9.6-beta.13",
|
|
4415
4415
|
"@socket.io/cluster-adapter": "^0.2.1",
|
|
4416
4416
|
"@socket.io/sticky": "^1.0.1",
|
|
4417
4417
|
"adm-zip": "0.5.10",
|
|
@@ -4476,29 +4476,29 @@
|
|
|
4476
4476
|
}
|
|
4477
4477
|
},
|
|
4478
4478
|
"node_modules/@saltcorn/sqlite": {
|
|
4479
|
-
"version": "0.9.6-beta.
|
|
4480
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.6-beta.
|
|
4481
|
-
"integrity": "sha512
|
|
4479
|
+
"version": "0.9.6-beta.13",
|
|
4480
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.6-beta.13.tgz",
|
|
4481
|
+
"integrity": "sha512-s41njo6He7EdH595bXaiGv258DT74BIb1fWbP86U1pUZSl2q2ognB9Epc38zzMnnMUtgLTrWrFDMjDwTdxadYA==",
|
|
4482
4482
|
"optional": true,
|
|
4483
4483
|
"dependencies": {
|
|
4484
|
-
"@saltcorn/db-common": "0.9.6-beta.
|
|
4484
|
+
"@saltcorn/db-common": "0.9.6-beta.13"
|
|
4485
4485
|
},
|
|
4486
4486
|
"optionalDependencies": {
|
|
4487
4487
|
"sqlite3": "^5.0.8"
|
|
4488
4488
|
}
|
|
4489
4489
|
},
|
|
4490
4490
|
"node_modules/@saltcorn/sqlite-mobile": {
|
|
4491
|
-
"version": "0.9.6-beta.
|
|
4492
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.6-beta.
|
|
4493
|
-
"integrity": "sha512-
|
|
4491
|
+
"version": "0.9.6-beta.13",
|
|
4492
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.6-beta.13.tgz",
|
|
4493
|
+
"integrity": "sha512-BwUMSOW//z7lKk/tcvhqxt4PKoBCxw1gLhdKfmrlYVnvP8/KD4UIeFuWxfYUl+N+CQ7bFpovNQJzFNj7IHcqjQ==",
|
|
4494
4494
|
"dependencies": {
|
|
4495
|
-
"@saltcorn/db-common": "0.9.6-beta.
|
|
4495
|
+
"@saltcorn/db-common": "0.9.6-beta.13"
|
|
4496
4496
|
}
|
|
4497
4497
|
},
|
|
4498
4498
|
"node_modules/@saltcorn/types": {
|
|
4499
|
-
"version": "0.9.6-beta.
|
|
4500
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.6-beta.
|
|
4501
|
-
"integrity": "sha512-
|
|
4499
|
+
"version": "0.9.6-beta.13",
|
|
4500
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.6-beta.13.tgz",
|
|
4501
|
+
"integrity": "sha512-zt+6vpPKTdEuti6B0QmbaxE5F4cXARwUwAgkUT22+IYosak9P6JOUkz2tq2An79gXS9/KyvEqrT7i5hkmQEzIQ=="
|
|
4502
4502
|
},
|
|
4503
4503
|
"node_modules/@sigstore/bundle": {
|
|
4504
4504
|
"version": "1.1.0",
|
|
@@ -23948,14 +23948,14 @@
|
|
|
23948
23948
|
}
|
|
23949
23949
|
},
|
|
23950
23950
|
"@saltcorn/admin-models": {
|
|
23951
|
-
"version": "0.9.6-beta.
|
|
23952
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.6-beta.
|
|
23953
|
-
"integrity": "sha512-
|
|
23954
|
-
"requires": {
|
|
23955
|
-
"@saltcorn/data": "0.9.6-beta.
|
|
23956
|
-
"@saltcorn/db-common": "0.9.6-beta.
|
|
23957
|
-
"@saltcorn/markup": "0.9.6-beta.
|
|
23958
|
-
"@saltcorn/types": "0.9.6-beta.
|
|
23951
|
+
"version": "0.9.6-beta.13",
|
|
23952
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.6-beta.13.tgz",
|
|
23953
|
+
"integrity": "sha512-DujckxL1XXgfaHMeR4+XdZ+3QCsb8E11kjtQSTlKyqBHagN3JDljvBW0RD8kfyhPfZqlSR373PTdqiob4Dg97w==",
|
|
23954
|
+
"requires": {
|
|
23955
|
+
"@saltcorn/data": "0.9.6-beta.13",
|
|
23956
|
+
"@saltcorn/db-common": "0.9.6-beta.13",
|
|
23957
|
+
"@saltcorn/markup": "0.9.6-beta.13",
|
|
23958
|
+
"@saltcorn/types": "0.9.6-beta.13",
|
|
23959
23959
|
"@types/lodash": "^4.14.182",
|
|
23960
23960
|
"@types/ssh2-sftp-client": "9.0.3",
|
|
23961
23961
|
"adm-zip": "0.5.5",
|
|
@@ -23970,38 +23970,38 @@
|
|
|
23970
23970
|
}
|
|
23971
23971
|
},
|
|
23972
23972
|
"@saltcorn/base-plugin": {
|
|
23973
|
-
"version": "0.9.6-beta.
|
|
23974
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.6-beta.
|
|
23975
|
-
"integrity": "sha512-
|
|
23973
|
+
"version": "0.9.6-beta.13",
|
|
23974
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.6-beta.13.tgz",
|
|
23975
|
+
"integrity": "sha512-6JIWXrH2V++9PnLOJUfRFLY4d/j6KA2SoG2k7zNSWyycl3eAw0UgeH8BDKaKVgznh6pAw58/QO+0ieBXaLe4qg==",
|
|
23976
23976
|
"requires": {
|
|
23977
|
-
"@saltcorn/data": "0.9.6-beta.
|
|
23977
|
+
"@saltcorn/data": "0.9.6-beta.13"
|
|
23978
23978
|
}
|
|
23979
23979
|
},
|
|
23980
23980
|
"@saltcorn/builder": {
|
|
23981
|
-
"version": "0.9.6-beta.
|
|
23982
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.6-beta.
|
|
23983
|
-
"integrity": "sha512-
|
|
23981
|
+
"version": "0.9.6-beta.13",
|
|
23982
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.6-beta.13.tgz",
|
|
23983
|
+
"integrity": "sha512-vH738j5trriOIXpzx0qTAb0ODy5r/U3BLQ0DB8x09JKW6ZlFh61BDSN8aauMuQylqEczJqRxj8j4EYAnOmFSjA==",
|
|
23984
23984
|
"requires": {
|
|
23985
23985
|
"styled-components": "4.4.1"
|
|
23986
23986
|
}
|
|
23987
23987
|
},
|
|
23988
23988
|
"@saltcorn/common-code": {
|
|
23989
|
-
"version": "0.9.6-beta.
|
|
23990
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-0.9.6-beta.
|
|
23991
|
-
"integrity": "sha512-
|
|
23989
|
+
"version": "0.9.6-beta.13",
|
|
23990
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-0.9.6-beta.13.tgz",
|
|
23991
|
+
"integrity": "sha512-lekJ4C4gmLOt+n0NsPA2PD9Jkl3X5F422GHuwejF4kjrGU4v3aCZLXWJtaU+v7WZOlP1rD9nQVakMQ5uNXU8Ow=="
|
|
23992
23992
|
},
|
|
23993
23993
|
"@saltcorn/data": {
|
|
23994
|
-
"version": "0.9.6-beta.
|
|
23995
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.6-beta.
|
|
23996
|
-
"integrity": "sha512-
|
|
23997
|
-
"requires": {
|
|
23998
|
-
"@saltcorn/common-code": "0.9.6-beta.
|
|
23999
|
-
"@saltcorn/db-common": "0.9.6-beta.
|
|
24000
|
-
"@saltcorn/markup": "0.9.6-beta.
|
|
24001
|
-
"@saltcorn/postgres": "0.9.6-beta.
|
|
24002
|
-
"@saltcorn/sqlite": "0.9.6-beta.
|
|
24003
|
-
"@saltcorn/sqlite-mobile": "0.9.6-beta.
|
|
24004
|
-
"@saltcorn/types": "0.9.6-beta.
|
|
23994
|
+
"version": "0.9.6-beta.13",
|
|
23995
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.6-beta.13.tgz",
|
|
23996
|
+
"integrity": "sha512-yPsr9mlvRxhB5SFsr3M0QLEYNJy/qDM724EiJaE2o06R0IdKil/tOydyA/F3VEuDXaf/TT2sYfBweI90B4qhLw==",
|
|
23997
|
+
"requires": {
|
|
23998
|
+
"@saltcorn/common-code": "0.9.6-beta.13",
|
|
23999
|
+
"@saltcorn/db-common": "0.9.6-beta.13",
|
|
24000
|
+
"@saltcorn/markup": "0.9.6-beta.13",
|
|
24001
|
+
"@saltcorn/postgres": "0.9.6-beta.13",
|
|
24002
|
+
"@saltcorn/sqlite": "0.9.6-beta.13",
|
|
24003
|
+
"@saltcorn/sqlite-mobile": "0.9.6-beta.13",
|
|
24004
|
+
"@saltcorn/types": "0.9.6-beta.13",
|
|
24005
24005
|
"acorn": "^8.0.3",
|
|
24006
24006
|
"assert": "^2.0.0",
|
|
24007
24007
|
"astring": "^1.4.3",
|
|
@@ -24045,22 +24045,22 @@
|
|
|
24045
24045
|
}
|
|
24046
24046
|
},
|
|
24047
24047
|
"@saltcorn/db-common": {
|
|
24048
|
-
"version": "0.9.6-beta.
|
|
24049
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.6-beta.
|
|
24050
|
-
"integrity": "sha512-
|
|
24048
|
+
"version": "0.9.6-beta.13",
|
|
24049
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.6-beta.13.tgz",
|
|
24050
|
+
"integrity": "sha512-vudZdnp4P/+gnoe6MNhIub7p2l3i/Ncdy9y0X2WR5izKuU1LQ4onfNzsDSaFnGnouDb24YH7SCkBNwpUmCc2aA=="
|
|
24051
24051
|
},
|
|
24052
24052
|
"@saltcorn/filemanager": {
|
|
24053
|
-
"version": "0.9.6-beta.
|
|
24054
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.6-beta.
|
|
24055
|
-
"integrity": "sha512-
|
|
24053
|
+
"version": "0.9.6-beta.13",
|
|
24054
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.6-beta.13.tgz",
|
|
24055
|
+
"integrity": "sha512-9EDndiZcIk/mz0QRuFd36uy4fUSHUrca+rlVMGg+UMgRo7nP07zMvCQ4cbIRLmN3w7i1k2vXo7cHacW5V3JVqQ==",
|
|
24056
24056
|
"requires": {
|
|
24057
24057
|
"sirv-cli": "^2.0.0"
|
|
24058
24058
|
}
|
|
24059
24059
|
},
|
|
24060
24060
|
"@saltcorn/markup": {
|
|
24061
|
-
"version": "0.9.6-beta.
|
|
24062
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.6-beta.
|
|
24063
|
-
"integrity": "sha512-
|
|
24061
|
+
"version": "0.9.6-beta.13",
|
|
24062
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.6-beta.13.tgz",
|
|
24063
|
+
"integrity": "sha512-pr6ncfi1ctufEfdLIwku59NbaTU9OsCSe/GokdR+maF1akOQrdj+/8J+i1jWGB/yEOryj4dj+J5sdnpXTAPUYw==",
|
|
24064
24064
|
"requires": {
|
|
24065
24065
|
"escape-html": "^1.0.3",
|
|
24066
24066
|
"html-tags": "3.1.0",
|
|
@@ -24068,26 +24068,26 @@
|
|
|
24068
24068
|
}
|
|
24069
24069
|
},
|
|
24070
24070
|
"@saltcorn/mobile-app": {
|
|
24071
|
-
"version": "0.9.6-beta.
|
|
24072
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.6-beta.
|
|
24073
|
-
"integrity": "sha512-
|
|
24071
|
+
"version": "0.9.6-beta.13",
|
|
24072
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.6-beta.13.tgz",
|
|
24073
|
+
"integrity": "sha512-jN4669O7buZKXAkBQDCBu87yBbfS49tV0VxpZC/Zlc6mAbj2VJEKdaFXlMFWirTHHfqN98e5sOQXLit79oZF2g==",
|
|
24074
24074
|
"requires": {
|
|
24075
24075
|
"cordova": "^12.0.0",
|
|
24076
24076
|
"cordova-sqlite-ext": "^6.0.0"
|
|
24077
24077
|
}
|
|
24078
24078
|
},
|
|
24079
24079
|
"@saltcorn/mobile-builder": {
|
|
24080
|
-
"version": "0.9.6-beta.
|
|
24081
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.6-beta.
|
|
24082
|
-
"integrity": "sha512-
|
|
24083
|
-
"requires": {
|
|
24084
|
-
"@saltcorn/base-plugin": "0.9.6-beta.
|
|
24085
|
-
"@saltcorn/data": "0.9.6-beta.
|
|
24086
|
-
"@saltcorn/db-common": "0.9.6-beta.
|
|
24087
|
-
"@saltcorn/markup": "0.9.6-beta.
|
|
24088
|
-
"@saltcorn/mobile-app": "0.9.6-beta.
|
|
24089
|
-
"@saltcorn/sbadmin2": "0.9.6-beta.
|
|
24090
|
-
"@saltcorn/server": "0.9.6-beta.
|
|
24080
|
+
"version": "0.9.6-beta.13",
|
|
24081
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.6-beta.13.tgz",
|
|
24082
|
+
"integrity": "sha512-kJYiKOQlVvHrhF3p5Cv2VrG0p06Uewf9j2OoJItPkBO8f/fi9mHrokU9hmv2Cu5e88AHw+Sp0bEqqq3Z+ectag==",
|
|
24083
|
+
"requires": {
|
|
24084
|
+
"@saltcorn/base-plugin": "0.9.6-beta.13",
|
|
24085
|
+
"@saltcorn/data": "0.9.6-beta.13",
|
|
24086
|
+
"@saltcorn/db-common": "0.9.6-beta.13",
|
|
24087
|
+
"@saltcorn/markup": "0.9.6-beta.13",
|
|
24088
|
+
"@saltcorn/mobile-app": "0.9.6-beta.13",
|
|
24089
|
+
"@saltcorn/sbadmin2": "0.9.6-beta.13",
|
|
24090
|
+
"@saltcorn/server": "0.9.6-beta.13",
|
|
24091
24091
|
"fs-extra": "^10.0.1",
|
|
24092
24092
|
"live-plugin-manager": "^0.17.1",
|
|
24093
24093
|
"resize-with-sharp-or-jimp": "0.1.7",
|
|
@@ -24124,51 +24124,51 @@
|
|
|
24124
24124
|
}
|
|
24125
24125
|
},
|
|
24126
24126
|
"@saltcorn/plugins-loader": {
|
|
24127
|
-
"version": "0.9.6-beta.
|
|
24128
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-0.9.6-beta.
|
|
24129
|
-
"integrity": "sha512-
|
|
24127
|
+
"version": "0.9.6-beta.13",
|
|
24128
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-0.9.6-beta.13.tgz",
|
|
24129
|
+
"integrity": "sha512-VOb+t/xe8qPN79dUNyWIlmdt97H0ZN2f1jzIezZvoxTGw//KH5brtxg5+KSNrmKLwss7gCbTfTZAP4Fhj+KRww==",
|
|
24130
24130
|
"requires": {
|
|
24131
|
-
"@saltcorn/data": "0.9.6-beta.
|
|
24131
|
+
"@saltcorn/data": "0.9.6-beta.13",
|
|
24132
24132
|
"env-paths": "^2.2.0",
|
|
24133
24133
|
"npm-registry-fetch": "16.0.0"
|
|
24134
24134
|
}
|
|
24135
24135
|
},
|
|
24136
24136
|
"@saltcorn/postgres": {
|
|
24137
|
-
"version": "0.9.6-beta.
|
|
24138
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.6-beta.
|
|
24139
|
-
"integrity": "sha512-
|
|
24137
|
+
"version": "0.9.6-beta.13",
|
|
24138
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.6-beta.13.tgz",
|
|
24139
|
+
"integrity": "sha512-e1DPInaVuENEHSP/+jpKJkbLGblpTNRWLkwBthbYsky5La32dxsArKyu/TTnVBhruE3tX9FaWy1cnZ1+OUbkqQ==",
|
|
24140
24140
|
"optional": true,
|
|
24141
24141
|
"requires": {
|
|
24142
|
-
"@saltcorn/db-common": "0.9.6-beta.
|
|
24142
|
+
"@saltcorn/db-common": "0.9.6-beta.13",
|
|
24143
24143
|
"pg": "^8.2.1",
|
|
24144
24144
|
"pg-copy-streams": "^5.1.1"
|
|
24145
24145
|
}
|
|
24146
24146
|
},
|
|
24147
24147
|
"@saltcorn/sbadmin2": {
|
|
24148
|
-
"version": "0.9.6-beta.
|
|
24149
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.6-beta.
|
|
24150
|
-
"integrity": "sha512-
|
|
24148
|
+
"version": "0.9.6-beta.13",
|
|
24149
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.6-beta.13.tgz",
|
|
24150
|
+
"integrity": "sha512-ympev5Urztx7h1R0CU0Ma/bNW0BL8yF4oAw8+LK27LFENFMmMQgO5wWMgzlhoQWyLFsWQXiXN1E/oW1uQDjn6A==",
|
|
24151
24151
|
"requires": {
|
|
24152
|
-
"@saltcorn/data": "0.9.6-beta.
|
|
24153
|
-
"@saltcorn/markup": "0.9.6-beta.
|
|
24152
|
+
"@saltcorn/data": "0.9.6-beta.13",
|
|
24153
|
+
"@saltcorn/markup": "0.9.6-beta.13",
|
|
24154
24154
|
"nunito-fontface": "0.7.3",
|
|
24155
24155
|
"startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
|
|
24156
24156
|
}
|
|
24157
24157
|
},
|
|
24158
24158
|
"@saltcorn/server": {
|
|
24159
|
-
"version": "0.9.6-beta.
|
|
24160
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.6-beta.
|
|
24161
|
-
"integrity": "sha512-
|
|
24159
|
+
"version": "0.9.6-beta.13",
|
|
24160
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.6-beta.13.tgz",
|
|
24161
|
+
"integrity": "sha512-aKVbAVdg2JWYp6NQkiash2D53OYZ3+vsK20C22PhOVreyG2BckD15S4nmIAVY+J/0DtIoTepiwFsXeMTY9lihA==",
|
|
24162
24162
|
"requires": {
|
|
24163
24163
|
"@aws-sdk/client-s3": "^3.451.0",
|
|
24164
|
-
"@saltcorn/admin-models": "0.9.6-beta.
|
|
24165
|
-
"@saltcorn/base-plugin": "0.9.6-beta.
|
|
24166
|
-
"@saltcorn/builder": "0.9.6-beta.
|
|
24167
|
-
"@saltcorn/data": "0.9.6-beta.
|
|
24168
|
-
"@saltcorn/filemanager": "0.9.6-beta.
|
|
24169
|
-
"@saltcorn/markup": "0.9.6-beta.
|
|
24170
|
-
"@saltcorn/plugins-loader": "0.9.6-beta.
|
|
24171
|
-
"@saltcorn/sbadmin2": "0.9.6-beta.
|
|
24164
|
+
"@saltcorn/admin-models": "0.9.6-beta.13",
|
|
24165
|
+
"@saltcorn/base-plugin": "0.9.6-beta.13",
|
|
24166
|
+
"@saltcorn/builder": "0.9.6-beta.13",
|
|
24167
|
+
"@saltcorn/data": "0.9.6-beta.13",
|
|
24168
|
+
"@saltcorn/filemanager": "0.9.6-beta.13",
|
|
24169
|
+
"@saltcorn/markup": "0.9.6-beta.13",
|
|
24170
|
+
"@saltcorn/plugins-loader": "0.9.6-beta.13",
|
|
24171
|
+
"@saltcorn/sbadmin2": "0.9.6-beta.13",
|
|
24172
24172
|
"@socket.io/cluster-adapter": "^0.2.1",
|
|
24173
24173
|
"@socket.io/sticky": "^1.0.1",
|
|
24174
24174
|
"adm-zip": "0.5.10",
|
|
@@ -24230,27 +24230,27 @@
|
|
|
24230
24230
|
}
|
|
24231
24231
|
},
|
|
24232
24232
|
"@saltcorn/sqlite": {
|
|
24233
|
-
"version": "0.9.6-beta.
|
|
24234
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.6-beta.
|
|
24235
|
-
"integrity": "sha512
|
|
24233
|
+
"version": "0.9.6-beta.13",
|
|
24234
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.6-beta.13.tgz",
|
|
24235
|
+
"integrity": "sha512-s41njo6He7EdH595bXaiGv258DT74BIb1fWbP86U1pUZSl2q2ognB9Epc38zzMnnMUtgLTrWrFDMjDwTdxadYA==",
|
|
24236
24236
|
"optional": true,
|
|
24237
24237
|
"requires": {
|
|
24238
|
-
"@saltcorn/db-common": "0.9.6-beta.
|
|
24238
|
+
"@saltcorn/db-common": "0.9.6-beta.13",
|
|
24239
24239
|
"sqlite3": "^5.0.8"
|
|
24240
24240
|
}
|
|
24241
24241
|
},
|
|
24242
24242
|
"@saltcorn/sqlite-mobile": {
|
|
24243
|
-
"version": "0.9.6-beta.
|
|
24244
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.6-beta.
|
|
24245
|
-
"integrity": "sha512-
|
|
24243
|
+
"version": "0.9.6-beta.13",
|
|
24244
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.6-beta.13.tgz",
|
|
24245
|
+
"integrity": "sha512-BwUMSOW//z7lKk/tcvhqxt4PKoBCxw1gLhdKfmrlYVnvP8/KD4UIeFuWxfYUl+N+CQ7bFpovNQJzFNj7IHcqjQ==",
|
|
24246
24246
|
"requires": {
|
|
24247
|
-
"@saltcorn/db-common": "0.9.6-beta.
|
|
24247
|
+
"@saltcorn/db-common": "0.9.6-beta.13"
|
|
24248
24248
|
}
|
|
24249
24249
|
},
|
|
24250
24250
|
"@saltcorn/types": {
|
|
24251
|
-
"version": "0.9.6-beta.
|
|
24252
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.6-beta.
|
|
24253
|
-
"integrity": "sha512-
|
|
24251
|
+
"version": "0.9.6-beta.13",
|
|
24252
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.6-beta.13.tgz",
|
|
24253
|
+
"integrity": "sha512-zt+6vpPKTdEuti6B0QmbaxE5F4cXARwUwAgkUT22+IYosak9P6JOUkz2tq2An79gXS9/KyvEqrT7i5hkmQEzIQ=="
|
|
24254
24254
|
},
|
|
24255
24255
|
"@sigstore/bundle": {
|
|
24256
24256
|
"version": "1.1.0",
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.9.6-beta.12","commands":{"add-schema":{"id":"add-schema","description":"Add Saltcorn schema to existing database","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false}},"args":[]},"backup":{"id":"backup","description":"Backup the PostgreSQL database to a file with pg_dump or saltcorn backup zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"output":{"name":"output","type":"option","char":"o","description":"output filename"},"tenant":{"name":"tenant","type":"option","char":"t","description":"Backup tenant in saltcorn zip format"},"zip":{"name":"zip","type":"boolean","char":"z","description":"Backup public in saltcorn zip format","allowNo":false}},"args":[]},"build-app":{"id":"build-app","description":"Build mobile app","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenantAppName":{"name":"tenantAppName","type":"option","description":"Optional name of a tenant application, if set, the app will be build for this tenant"},"platforms":{"name":"platforms","type":"option","char":"p","description":"Platforms to build for, space separated list"},"entryPoint":{"name":"entryPoint","type":"option","char":"e","description":"This is the first view or page (see -t) after the login."},"entryPointType":{"name":"entryPointType","type":"option","char":"t","description":"Type of the entry point ('view' or 'page'). The default is 'view'."},"localUserTables":{"name":"localUserTables","type":"option","char":"l","description":"user defined tables that should be replicated into the app"},"synchedTables":{"name":"synchedTables","type":"option","description":"Table names for which the offline should be synchronized with the saltcorn server"},"includedPlugins":{"name":"includedPlugins","type":"option","description":"Names of plugins that should be bundled into the app.If empty, no modules are used."},"useDocker":{"name":"useDocker","type":"boolean","char":"d","description":"Use a docker container to build the app.","allowNo":false},"buildDirectory":{"name":"buildDirectory","type":"option","char":"b","description":"A directory where the app should be build"},"copyAppDirectory":{"name":"copyAppDirectory","type":"option","char":"c","description":"If set, the app file will be copied here, please set 'user email', too"},"userEmail":{"name":"userEmail","type":"option","char":"u","description":"Email of the user building the app"},"appName":{"name":"appName","type":"option","description":"Name of the mobile app (default SaltcornMobileApp)"},"appId":{"name":"appId","type":"option","description":"Id of the mobile app (default com.saltcorn.mobileapp)"},"appVersion":{"name":"appVersion","type":"option","description":"Version of the mobile app (default 1.0.0)"},"appIcon":{"name":"appIcon","type":"option","description":"A png that will be used as launcher icon. The default is a png of a saltcorn symbol."},"serverURL":{"name":"serverURL","type":"option","char":"s","description":"URL to a saltcorn server"},"splashPage":{"name":"splashPage","type":"option","description":"Name of a page that should be shown while the app is loading."},"autoPublicLogin":{"name":"autoPublicLogin","type":"boolean","description":"Show public entry points before the login as a public user.","allowNo":false},"allowOfflineMode":{"name":"allowOfflineMode","type":"boolean","description":"Switch to offline mode when there is no internet, sync the data when a connection is available again.","allowNo":false},"provisioningProfile":{"name":"provisioningProfile","type":"option","description":"This profile will be used to sign your app"},"buildType":{"name":"buildType","type":"option","description":"debug or release build"},"androidKeystore":{"name":"androidKeystore","type":"option","description":"A self-signed certificate that includes the private key used to sign your app."},"androidKeyStoreAlias":{"name":"androidKeyStoreAlias","type":"option","description":"A unique name to identify the key within the keystore file."},"androidKeystorePassword":{"name":"androidKeystorePassword","type":"option","description":"he password to access the keystore file."}},"args":[]},"build-cordova-builder":{"id":"build-cordova-builder","description":"Build the 'saltcorn/cordova-builder' docker image","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"buildClean":{"name":"buildClean","type":"boolean","description":"run a clean build with --no-cache","allowNo":false}},"args":[]},"configuration-check-backups":{"id":"configuration-check-backups","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"destructive":{"name":"destructive","type":"boolean","char":"d","description":"destructive","allowNo":false}},"args":[{"name":"files","description":"backup file to check. can be repeated, e.g. with *","required":true}]},"configuration-check":{"id":"configuration-check","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"create-tenant":{"id":"create-tenant","description":"Create a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"url":{"name":"url","type":"option","description":"Url of tenant"},"email":{"name":"email","type":"option","char":"e","description":"Email of owner of tenant"},"description":{"name":"description","type":"option","char":"d","description":"Description of tenant"}},"args":[{"name":"tenant","description":"Tenant subdomain to create","required":true}]},"create-user":{"id":"create-user","description":"Create a new user","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"Admin user","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"email"},"role":{"name":"role","type":"option","char":"r","description":"role"},"password":{"name":"password","type":"option","char":"p","description":"password"}},"args":[]},"delete-tenants":{"id":"delete-tenants","description":"Delete inactive tenants","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"delete-user":{"id":"delete-user","description":"Delete user.\n\nCommand deletes the user specified by USER_EMAIL.\n\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"user_email","description":"User to delete","required":true}]},"fixtures":{"id":"fixtures","description":"Load fixtures for testing\n...\nThis manual step it is never required for users and rarely required for developers\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"reset":{"name":"reset","type":"boolean","char":"r","description":"Also reset schema","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"get-cfg":{"id":"get-cfg","description":"Get a configuration value. The value is printed to stdout as a JSON value","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"plugin":{"name":"plugin","type":"option","char":"p","description":"plugin"}},"args":[{"name":"key","description":"Configuration key","required":false}]},"info":{"id":"info","description":"Show paths\n...\nShow configuration and file store paths\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":["paths"],"flags":{"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"inspect":{"id":"inspect","description":"Inspect an entity's JSON representation, or list entities","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"type","description":"Entity type","required":true,"options":["view","page","trigger","table"]},{"name":"name","description":"Entity name. If not supplied, list all names"}]},"install-pack":{"id":"install-pack","description":"Install a pack or restore a snapshot","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Pack name in store"},"file":{"name":"file","type":"option","char":"f","description":"File with pack JSON"}},"args":[]},"install-plugin":{"id":"install-plugin","description":"Install a plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Plugin name in store"},"directory":{"name":"directory","type":"option","char":"d","description":"Directory with local plugin"}},"args":[]},"list-tenants":{"id":"list-tenants","description":"List tenants in CSV format","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","required":false,"allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"list-triggers":{"id":"list-triggers","description":"List triggers","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","required":false,"allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"list-users":{"id":"list-users","description":"List users","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","required":false,"allowNo":false}},"args":[]},"migrate":{"id":"migrate","description":"Run Database structure migrations\n...\nNOTE!\n- Please stop Saltcorn before run DB migrations.\n- Please make db backup before migration.\n- There are no way to rollback migration if you doesn't make backup.\n\nThis is not normally required as migrations will be run when the server starts.\nHowever, this command may be useful if you are running multiple application\nservers and need to control when the migrations are run.\n","usage":"saltcorn migrate","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"modify-user":{"id":"modify-user","description":"Modify (update) user.\n\nCommand changes the user specified by USER_EMAIL.\n\nYou can change the user group, password and email.\n\nNOTE that -a and -r role (--role=role) can give conflict.\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"make user be Admin","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"new email"},"role":{"name":"role","type":"option","char":"r","description":"new role (can conflict with -a option)"},"password":{"name":"password","type":"option","char":"p","description":"new password"},"imode":{"name":"imode","type":"boolean","char":"i","description":"interactive mode","allowNo":false}},"args":[{"name":"user_email","description":"User to modify","required":true}]},"plugins":{"id":"plugins","description":"List and upgrade plugins for tenants\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"examples":["plugins -v - verbose output of commands","plugins -u -d - dry-run for plugin update","plugins -u -f - force plugin update"],"flags":{"upgrade":{"name":"upgrade","type":"boolean","char":"u","description":"Upgrade","allowNo":false},"dryRun":{"name":"dryRun","type":"boolean","char":"d","description":"Upgrade dry-run","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false},"force":{"name":"force","type":"boolean","char":"f","description":"Force update","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"Plugin name"}},"args":[]},"reset-schema":{"id":"reset-schema","description":"Reset the database\n...\nThis will delete all existing information\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"restore":{"id":"restore","description":"Restore a previously backed up database (zip or sqlc format)","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"file","description":"backup file to restore","required":true}]},"rm-tenant":{"id":"rm-tenant","description":"Remove a tenant.\nAttention! All tenant data will be lost!\nIt recommended to make backup of tenant before perform this command.\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":true}},"args":[]},"run-benchmark":{"id":"run-benchmark","description":"Run benchmark","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"token":{"name":"token","type":"option","char":"t","description":"API Token for reporting results"},"benchmark":{"name":"benchmark","type":"option","char":"b","description":"Which benchmark to run"},"delay":{"name":"delay","type":"option","char":"d","description":"delay between runs (s)","default":30}},"args":[{"name":"baseurl","description":"Base URL","required":false}]},"run-js":{"id":"run-js","description":"Run javascript code","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant name"},"code":{"name":"code","type":"option","char":"c","description":"js code"},"file":{"name":"file","type":"option","char":"f","description":"path to script file"}},"args":[]},"run-sql":{"id":"run-sql","description":"Run sql expression","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant name"},"sql":{"name":"sql","type":"option","char":"s","description":"sql statement"},"file":{"name":"file","type":"option","char":"f","description":"path to sql file name"}},"args":[]},"run-tests":{"id":"run-tests","description":"Run test suites","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false},"listTests":{"name":"listTests","type":"boolean","char":"l","description":"List tests","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"detectOpenHandles":{"name":"detectOpenHandles","type":"boolean","char":"d","description":"Detect Open Handles","allowNo":false},"testFilter":{"name":"testFilter","type":"option","char":"t","description":"Filter tests by suite or test name"},"watch":{"name":"watch","type":"boolean","description":"Watch files for changes and rerun tests related to changed files.","allowNo":false},"watchAll":{"name":"watchAll","type":"boolean","description":"Watch files for changes and rerun all tests.","allowNo":false},"database":{"name":"database","type":"option","description":"Run on specified database. Default is saltcorn_test"}},"args":[{"name":"package","description":"which package to run tests for"}]},"run-trigger":{"id":"run-trigger","description":"Run a trigger","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":false}},"args":[{"name":"trigger","description":"trigger name","required":true}]},"scheduler":{"id":"scheduler","description":"Run the Saltcorn scheduler","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false}},"args":[]},"serve":{"id":"serve","description":"Start the Saltcorn server","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"port":{"name":"port","type":"option","char":"p","description":"port","default":3000},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"watchReaper":{"name":"watchReaper","type":"boolean","char":"r","description":"Watch reaper","allowNo":false},"dev":{"name":"dev","type":"boolean","char":"d","description":"Run in dev mode and re-start on file changes","allowNo":false},"addschema":{"name":"addschema","type":"boolean","char":"a","description":"Add schema if missing","allowNo":false},"nomigrate":{"name":"nomigrate","type":"boolean","char":"n","description":"No migrations","allowNo":false},"noscheduler":{"name":"noscheduler","type":"boolean","char":"s","description":"No scheduler","allowNo":false},"subdomain_offset":{"name":"subdomain_offset","type":"option","description":"Number of parts to remove to access subdomain in 'multi_tenant' mode"}},"args":[]},"set-cfg":{"id":"set-cfg","description":"Set a configuration value. The supplied value (argument, or file stdin) will be parsed as JSON. If this fails, it is stored as a string.","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"plugin":{"name":"plugin","type":"option","char":"p","description":"plugin"},"file":{"name":"file","type":"option","char":"f","description":"file"},"stdin":{"name":"stdin","type":"boolean","char":"i","description":"read value from stdin","allowNo":false}},"args":[{"name":"key","description":"Configuration key","required":false},{"name":"value","description":"Configuration value (JSON or string)"}]},"set-daily-time":{"id":"set-daily-time","description":"Set the time the default daily event will run, offset in minutes from the current time. Restart required.","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"mins","description":"Number of minutes in the futute (negative for past)"}]},"setup-benchmark":{"id":"setup-benchmark","description":"Setup an instance for benchmarking","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"setup":{"id":"setup","description":"Set up a new system\n...\nThis will attempt to install or connect a database, and set up a\nconfiguration file\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false}},"args":[]},"sync-upload-data":{"id":"sync-upload-data","description":"Runs a sync for data supplied by the mobile app","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenantAppName":{"name":"tenantAppName","type":"option","description":"Optional name of a tenant application"},"userEmail":{"name":"userEmail","type":"option","description":"email of the user running the sync"},"directory":{"name":"directory","type":"option","description":"directory name for input output data"},"syncTimestamp":{"name":"syncTimestamp","type":"option","description":"new timestamp for the sync_info rows"}},"args":[]},"take-snapshot":{"id":"take-snapshot","description":"Print a current snapshout to stdout","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"fresh":{"name":"fresh","type":"boolean","char":"f","description":"fresh","allowNo":false}},"args":[]},"transform-field":{"id":"transform-field","description":"transform an existing field by applying a calculated expression","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"expression","description":"expression to calculate field","required":true},{"name":"field","description":"field name","required":true},{"name":"table","description":"table name","required":true},{"name":"tenant","description":"tenant name","required":false}]},"dev:localize-plugin":{"id":"dev:localize-plugin","description":"Convert plugin to local plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"unlocalize":{"name":"unlocalize","type":"boolean","char":"u","description":"Unlocalize plugin (local to npm)","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"plugin","description":"Current plugin name","required":true},{"name":"path","description":"Absolute path to local plugin"}]},"dev:make-migration":{"id":"dev:make-migration","description":"Create a new blank Database structure migration file.\nThese migrations update database structure.\nYou should not normally need to run this\nunless you are a developer.\n","usage":"make-migration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"dev:plugin-test":{"id":"dev:plugin-test","description":"Install a plugin, spawn 'npm run test' in the install directory and check the return code.","usage":"saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"directory":{"name":"directory","type":"option","char":"d","description":"Directory of local plugin"},"name":{"name":"name","type":"option","char":"n","description":"Plugin name in store of a released plugin"},"backupFile":{"name":"backupFile","type":"option","char":"f","description":"Optional name of a backup file in the tests folder. If you ommit this, then the test has to create its own data."},"database":{"name":"database","type":"option","description":"Run on specified database. Default is 'saltcorn_test''"}},"args":[]},"dev:post-release":{"id":"dev:post-release","description":"Post-release tasks: docker and vagrant builds","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"task","description":"What to do","options":["docker","vagrant","all","none"]}]},"dev:release":{"id":"dev:release","description":"Release a new saltcorn version","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tag":{"name":"tag","type":"option","char":"t","description":"NPM tag"}},"args":[{"name":"version","description":"New version number","required":true}]},"dev:test-plugin":{"id":"dev:test-plugin","description":"Test a plugin\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"path","description":"path to plugin package","required":true}]}}}
|
|
1
|
+
{"version":"0.9.6-beta.13","commands":{"add-schema":{"id":"add-schema","description":"Add Saltcorn schema to existing database","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false}},"args":[]},"backup":{"id":"backup","description":"Backup the PostgreSQL database to a file with pg_dump or saltcorn backup zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"output":{"name":"output","type":"option","char":"o","description":"output filename"},"tenant":{"name":"tenant","type":"option","char":"t","description":"Backup tenant in saltcorn zip format"},"zip":{"name":"zip","type":"boolean","char":"z","description":"Backup public in saltcorn zip format","allowNo":false}},"args":[]},"build-app":{"id":"build-app","description":"Build mobile app","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenantAppName":{"name":"tenantAppName","type":"option","description":"Optional name of a tenant application, if set, the app will be build for this tenant"},"platforms":{"name":"platforms","type":"option","char":"p","description":"Platforms to build for, space separated list"},"entryPoint":{"name":"entryPoint","type":"option","char":"e","description":"This is the first view or page (see -t) after the login."},"entryPointType":{"name":"entryPointType","type":"option","char":"t","description":"Type of the entry point ('view' or 'page'). The default is 'view'."},"localUserTables":{"name":"localUserTables","type":"option","char":"l","description":"user defined tables that should be replicated into the app"},"synchedTables":{"name":"synchedTables","type":"option","description":"Table names for which the offline should be synchronized with the saltcorn server"},"includedPlugins":{"name":"includedPlugins","type":"option","description":"Names of plugins that should be bundled into the app.If empty, no modules are used."},"useDocker":{"name":"useDocker","type":"boolean","char":"d","description":"Use a docker container to build the app.","allowNo":false},"buildDirectory":{"name":"buildDirectory","type":"option","char":"b","description":"A directory where the app should be build"},"copyAppDirectory":{"name":"copyAppDirectory","type":"option","char":"c","description":"If set, the app file will be copied here, please set 'user email', too"},"userEmail":{"name":"userEmail","type":"option","char":"u","description":"Email of the user building the app"},"appName":{"name":"appName","type":"option","description":"Name of the mobile app (default SaltcornMobileApp)"},"appId":{"name":"appId","type":"option","description":"Id of the mobile app (default com.saltcorn.mobileapp)"},"appVersion":{"name":"appVersion","type":"option","description":"Version of the mobile app (default 1.0.0)"},"appIcon":{"name":"appIcon","type":"option","description":"A png that will be used as launcher icon. The default is a png of a saltcorn symbol."},"serverURL":{"name":"serverURL","type":"option","char":"s","description":"URL to a saltcorn server"},"splashPage":{"name":"splashPage","type":"option","description":"Name of a page that should be shown while the app is loading."},"autoPublicLogin":{"name":"autoPublicLogin","type":"boolean","description":"Show public entry points before the login as a public user.","allowNo":false},"allowOfflineMode":{"name":"allowOfflineMode","type":"boolean","description":"Switch to offline mode when there is no internet, sync the data when a connection is available again.","allowNo":false},"provisioningProfile":{"name":"provisioningProfile","type":"option","description":"This profile will be used to sign your app"},"buildType":{"name":"buildType","type":"option","description":"debug or release build"},"androidKeystore":{"name":"androidKeystore","type":"option","description":"A self-signed certificate that includes the private key used to sign your app."},"androidKeyStoreAlias":{"name":"androidKeyStoreAlias","type":"option","description":"A unique name to identify the key within the keystore file."},"androidKeystorePassword":{"name":"androidKeystorePassword","type":"option","description":"he password to access the keystore file."}},"args":[]},"build-cordova-builder":{"id":"build-cordova-builder","description":"Build the 'saltcorn/cordova-builder' docker image","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"buildClean":{"name":"buildClean","type":"boolean","description":"run a clean build with --no-cache","allowNo":false}},"args":[]},"configuration-check-backups":{"id":"configuration-check-backups","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"destructive":{"name":"destructive","type":"boolean","char":"d","description":"destructive","allowNo":false}},"args":[{"name":"files","description":"backup file to check. can be repeated, e.g. with *","required":true}]},"configuration-check":{"id":"configuration-check","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"create-tenant":{"id":"create-tenant","description":"Create a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"url":{"name":"url","type":"option","description":"Url of tenant"},"email":{"name":"email","type":"option","char":"e","description":"Email of owner of tenant"},"description":{"name":"description","type":"option","char":"d","description":"Description of tenant"}},"args":[{"name":"tenant","description":"Tenant subdomain to create","required":true}]},"create-user":{"id":"create-user","description":"Create a new user","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"Admin user","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"email"},"role":{"name":"role","type":"option","char":"r","description":"role"},"password":{"name":"password","type":"option","char":"p","description":"password"}},"args":[]},"delete-tenants":{"id":"delete-tenants","description":"Delete inactive tenants","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"delete-user":{"id":"delete-user","description":"Delete user.\n\nCommand deletes the user specified by USER_EMAIL.\n\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"user_email","description":"User to delete","required":true}]},"fixtures":{"id":"fixtures","description":"Load fixtures for testing\n...\nThis manual step it is never required for users and rarely required for developers\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"reset":{"name":"reset","type":"boolean","char":"r","description":"Also reset schema","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"get-cfg":{"id":"get-cfg","description":"Get a configuration value. The value is printed to stdout as a JSON value","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"plugin":{"name":"plugin","type":"option","char":"p","description":"plugin"}},"args":[{"name":"key","description":"Configuration key","required":false}]},"info":{"id":"info","description":"Show paths\n...\nShow configuration and file store paths\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":["paths"],"flags":{"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"inspect":{"id":"inspect","description":"Inspect an entity's JSON representation, or list entities","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"type","description":"Entity type","required":true,"options":["view","page","trigger","table"]},{"name":"name","description":"Entity name. If not supplied, list all names"}]},"install-pack":{"id":"install-pack","description":"Install a pack or restore a snapshot","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Pack name in store"},"file":{"name":"file","type":"option","char":"f","description":"File with pack JSON"}},"args":[]},"install-plugin":{"id":"install-plugin","description":"Install a plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Plugin name in store"},"directory":{"name":"directory","type":"option","char":"d","description":"Directory with local plugin"}},"args":[]},"list-tenants":{"id":"list-tenants","description":"List tenants in CSV format","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","required":false,"allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"list-triggers":{"id":"list-triggers","description":"List triggers","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","required":false,"allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"list-users":{"id":"list-users","description":"List users","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","required":false,"allowNo":false}},"args":[]},"migrate":{"id":"migrate","description":"Run Database structure migrations\n...\nNOTE!\n- Please stop Saltcorn before run DB migrations.\n- Please make db backup before migration.\n- There are no way to rollback migration if you doesn't make backup.\n\nThis is not normally required as migrations will be run when the server starts.\nHowever, this command may be useful if you are running multiple application\nservers and need to control when the migrations are run.\n","usage":"saltcorn migrate","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"modify-user":{"id":"modify-user","description":"Modify (update) user.\n\nCommand changes the user specified by USER_EMAIL.\n\nYou can change the user group, password and email.\n\nNOTE that -a and -r role (--role=role) can give conflict.\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"make user be Admin","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"new email"},"role":{"name":"role","type":"option","char":"r","description":"new role (can conflict with -a option)"},"password":{"name":"password","type":"option","char":"p","description":"new password"},"imode":{"name":"imode","type":"boolean","char":"i","description":"interactive mode","allowNo":false}},"args":[{"name":"user_email","description":"User to modify","required":true}]},"plugins":{"id":"plugins","description":"List and upgrade plugins for tenants\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"examples":["plugins -v - verbose output of commands","plugins -u -d - dry-run for plugin update","plugins -u -f - force plugin update"],"flags":{"upgrade":{"name":"upgrade","type":"boolean","char":"u","description":"Upgrade","allowNo":false},"dryRun":{"name":"dryRun","type":"boolean","char":"d","description":"Upgrade dry-run","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false},"force":{"name":"force","type":"boolean","char":"f","description":"Force update","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"Plugin name"}},"args":[]},"reset-schema":{"id":"reset-schema","description":"Reset the database\n...\nThis will delete all existing information\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"restore":{"id":"restore","description":"Restore a previously backed up database (zip or sqlc format)","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"file","description":"backup file to restore","required":true}]},"rm-tenant":{"id":"rm-tenant","description":"Remove a tenant.\nAttention! All tenant data will be lost!\nIt recommended to make backup of tenant before perform this command.\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":true}},"args":[]},"run-benchmark":{"id":"run-benchmark","description":"Run benchmark","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"token":{"name":"token","type":"option","char":"t","description":"API Token for reporting results"},"benchmark":{"name":"benchmark","type":"option","char":"b","description":"Which benchmark to run"},"delay":{"name":"delay","type":"option","char":"d","description":"delay between runs (s)","default":30}},"args":[{"name":"baseurl","description":"Base URL","required":false}]},"run-js":{"id":"run-js","description":"Run javascript code","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant name"},"code":{"name":"code","type":"option","char":"c","description":"js code"},"file":{"name":"file","type":"option","char":"f","description":"path to script file"}},"args":[]},"run-sql":{"id":"run-sql","description":"Run sql expression","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant name"},"sql":{"name":"sql","type":"option","char":"s","description":"sql statement"},"file":{"name":"file","type":"option","char":"f","description":"path to sql file name"}},"args":[]},"run-tests":{"id":"run-tests","description":"Run test suites","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false},"listTests":{"name":"listTests","type":"boolean","char":"l","description":"List tests","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"detectOpenHandles":{"name":"detectOpenHandles","type":"boolean","char":"d","description":"Detect Open Handles","allowNo":false},"testFilter":{"name":"testFilter","type":"option","char":"t","description":"Filter tests by suite or test name"},"watch":{"name":"watch","type":"boolean","description":"Watch files for changes and rerun tests related to changed files.","allowNo":false},"watchAll":{"name":"watchAll","type":"boolean","description":"Watch files for changes and rerun all tests.","allowNo":false},"database":{"name":"database","type":"option","description":"Run on specified database. Default is saltcorn_test"}},"args":[{"name":"package","description":"which package to run tests for"}]},"run-trigger":{"id":"run-trigger","description":"Run a trigger","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":false}},"args":[{"name":"trigger","description":"trigger name","required":true}]},"scheduler":{"id":"scheduler","description":"Run the Saltcorn scheduler","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false}},"args":[]},"serve":{"id":"serve","description":"Start the Saltcorn server","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"port":{"name":"port","type":"option","char":"p","description":"port","default":3000},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"watchReaper":{"name":"watchReaper","type":"boolean","char":"r","description":"Watch reaper","allowNo":false},"dev":{"name":"dev","type":"boolean","char":"d","description":"Run in dev mode and re-start on file changes","allowNo":false},"addschema":{"name":"addschema","type":"boolean","char":"a","description":"Add schema if missing","allowNo":false},"nomigrate":{"name":"nomigrate","type":"boolean","char":"n","description":"No migrations","allowNo":false},"noscheduler":{"name":"noscheduler","type":"boolean","char":"s","description":"No scheduler","allowNo":false},"subdomain_offset":{"name":"subdomain_offset","type":"option","description":"Number of parts to remove to access subdomain in 'multi_tenant' mode"}},"args":[]},"set-cfg":{"id":"set-cfg","description":"Set a configuration value. The supplied value (argument, or file stdin) will be parsed as JSON. If this fails, it is stored as a string.","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"plugin":{"name":"plugin","type":"option","char":"p","description":"plugin"},"file":{"name":"file","type":"option","char":"f","description":"file"},"stdin":{"name":"stdin","type":"boolean","char":"i","description":"read value from stdin","allowNo":false}},"args":[{"name":"key","description":"Configuration key","required":false},{"name":"value","description":"Configuration value (JSON or string)"}]},"set-daily-time":{"id":"set-daily-time","description":"Set the time the default daily event will run, offset in minutes from the current time. Restart required.","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"mins","description":"Number of minutes in the futute (negative for past)"}]},"setup-benchmark":{"id":"setup-benchmark","description":"Setup an instance for benchmarking","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"setup":{"id":"setup","description":"Set up a new system\n...\nThis will attempt to install or connect a database, and set up a\nconfiguration file\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false}},"args":[]},"sync-upload-data":{"id":"sync-upload-data","description":"Runs a sync for data supplied by the mobile app","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenantAppName":{"name":"tenantAppName","type":"option","description":"Optional name of a tenant application"},"userEmail":{"name":"userEmail","type":"option","description":"email of the user running the sync"},"directory":{"name":"directory","type":"option","description":"directory name for input output data"},"syncTimestamp":{"name":"syncTimestamp","type":"option","description":"new timestamp for the sync_info rows"}},"args":[]},"take-snapshot":{"id":"take-snapshot","description":"Print a current snapshout to stdout","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"fresh":{"name":"fresh","type":"boolean","char":"f","description":"fresh","allowNo":false}},"args":[]},"transform-field":{"id":"transform-field","description":"transform an existing field by applying a calculated expression","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"expression","description":"expression to calculate field","required":true},{"name":"field","description":"field name","required":true},{"name":"table","description":"table name","required":true},{"name":"tenant","description":"tenant name","required":false}]},"dev:localize-plugin":{"id":"dev:localize-plugin","description":"Convert plugin to local plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"unlocalize":{"name":"unlocalize","type":"boolean","char":"u","description":"Unlocalize plugin (local to npm)","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"plugin","description":"Current plugin name","required":true},{"name":"path","description":"Absolute path to local plugin"}]},"dev:make-migration":{"id":"dev:make-migration","description":"Create a new blank Database structure migration file.\nThese migrations update database structure.\nYou should not normally need to run this\nunless you are a developer.\n","usage":"make-migration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"dev:plugin-test":{"id":"dev:plugin-test","description":"Install a plugin, spawn 'npm run test' in the install directory and check the return code.","usage":"saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"directory":{"name":"directory","type":"option","char":"d","description":"Directory of local plugin"},"name":{"name":"name","type":"option","char":"n","description":"Plugin name in store of a released plugin"},"backupFile":{"name":"backupFile","type":"option","char":"f","description":"Optional name of a backup file in the tests folder. If you ommit this, then the test has to create its own data."},"database":{"name":"database","type":"option","description":"Run on specified database. Default is 'saltcorn_test''"}},"args":[]},"dev:post-release":{"id":"dev:post-release","description":"Post-release tasks: docker and vagrant builds","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"task","description":"What to do","options":["docker","vagrant","all","none"]}]},"dev:release":{"id":"dev:release","description":"Release a new saltcorn version","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tag":{"name":"tag","type":"option","char":"t","description":"NPM tag"}},"args":[{"name":"version","description":"New version number","required":true}]},"dev:test-plugin":{"id":"dev:test-plugin","description":"Test a plugin\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"path","description":"path to plugin package","required":true}]}}}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@saltcorn/cli",
|
|
3
3
|
"description": "Command-line interface for Saltcorn, open-source no-code platform",
|
|
4
4
|
"homepage": "https://saltcorn.com",
|
|
5
|
-
"version": "0.9.6-beta.
|
|
5
|
+
"version": "0.9.6-beta.13",
|
|
6
6
|
"author": "Tom Nielsen @glutamate",
|
|
7
7
|
"bin": {
|
|
8
8
|
"saltcorn": "./bin/saltcorn"
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
"@oclif/config": "^1.18.3",
|
|
14
14
|
"@oclif/plugin-plugins": "^2.1.0",
|
|
15
15
|
"@oclif/plugin-help": "^3.3.1",
|
|
16
|
-
"@saltcorn/admin-models": "0.9.6-beta.
|
|
17
|
-
"@saltcorn/common-code": "0.9.6-beta.
|
|
18
|
-
"@saltcorn/data": "0.9.6-beta.
|
|
19
|
-
"@saltcorn/mobile-app": "0.9.6-beta.
|
|
20
|
-
"@saltcorn/mobile-builder": "0.9.6-beta.
|
|
21
|
-
"@saltcorn/plugins-loader": "0.9.6-beta.
|
|
22
|
-
"@saltcorn/server": "0.9.6-beta.
|
|
16
|
+
"@saltcorn/admin-models": "0.9.6-beta.13",
|
|
17
|
+
"@saltcorn/common-code": "0.9.6-beta.13",
|
|
18
|
+
"@saltcorn/data": "0.9.6-beta.13",
|
|
19
|
+
"@saltcorn/mobile-app": "0.9.6-beta.13",
|
|
20
|
+
"@saltcorn/mobile-builder": "0.9.6-beta.13",
|
|
21
|
+
"@saltcorn/plugins-loader": "0.9.6-beta.13",
|
|
22
|
+
"@saltcorn/server": "0.9.6-beta.13",
|
|
23
23
|
"cli-ux": "^5.6.7",
|
|
24
24
|
"contractis": "^0.1.0",
|
|
25
25
|
"dateformat": "^3.0.3",
|