@saltcorn/cli 1.1.1-rc.3 → 1.1.1
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 +47 -47
- package/npm-shrinkwrap.json +133 -133
- 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 (--version)
|
|
23
|
-
@saltcorn/cli/1.1.1
|
|
23
|
+
@saltcorn/cli/1.1.1 linux-x64 node-v18.20.6
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -94,7 +94,7 @@ DESCRIPTION
|
|
|
94
94
|
Add Saltcorn schema to existing database
|
|
95
95
|
```
|
|
96
96
|
|
|
97
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
97
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/add-schema.js)_
|
|
98
98
|
|
|
99
99
|
## `saltcorn backup`
|
|
100
100
|
|
|
@@ -115,7 +115,7 @@ DESCRIPTION
|
|
|
115
115
|
Backup the PostgreSQL database to a file with pg_dump or saltcorn backup zip
|
|
116
116
|
```
|
|
117
117
|
|
|
118
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
118
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/backup.js)_
|
|
119
119
|
|
|
120
120
|
## `saltcorn build-app`
|
|
121
121
|
|
|
@@ -172,7 +172,7 @@ DESCRIPTION
|
|
|
172
172
|
Build mobile app
|
|
173
173
|
```
|
|
174
174
|
|
|
175
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
175
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/build-app.js)_
|
|
176
176
|
|
|
177
177
|
## `saltcorn build-capacitor-builder`
|
|
178
178
|
|
|
@@ -190,7 +190,7 @@ DESCRIPTION
|
|
|
190
190
|
Build the 'saltcorn/capacitor-builder' docker image or pull it from docker hub.
|
|
191
191
|
```
|
|
192
192
|
|
|
193
|
-
_See code: [src/commands/build-capacitor-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
193
|
+
_See code: [src/commands/build-capacitor-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/build-capacitor-builder.js)_
|
|
194
194
|
|
|
195
195
|
## `saltcorn configuration-check`
|
|
196
196
|
|
|
@@ -207,7 +207,7 @@ DESCRIPTION
|
|
|
207
207
|
Check configuration
|
|
208
208
|
```
|
|
209
209
|
|
|
210
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
210
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/configuration-check.js)_
|
|
211
211
|
|
|
212
212
|
## `saltcorn configuration-check-backups FILES`
|
|
213
213
|
|
|
@@ -227,7 +227,7 @@ DESCRIPTION
|
|
|
227
227
|
Check configuration
|
|
228
228
|
```
|
|
229
229
|
|
|
230
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
230
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/configuration-check-backups.js)_
|
|
231
231
|
|
|
232
232
|
## `saltcorn create-tenant TENANT`
|
|
233
233
|
|
|
@@ -249,7 +249,7 @@ DESCRIPTION
|
|
|
249
249
|
Create a tenant
|
|
250
250
|
```
|
|
251
251
|
|
|
252
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
252
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/create-tenant.js)_
|
|
253
253
|
|
|
254
254
|
## `saltcorn create-user`
|
|
255
255
|
|
|
@@ -270,7 +270,7 @@ DESCRIPTION
|
|
|
270
270
|
Create a new user
|
|
271
271
|
```
|
|
272
272
|
|
|
273
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
273
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/create-user.js)_
|
|
274
274
|
|
|
275
275
|
## `saltcorn delete-tenants`
|
|
276
276
|
|
|
@@ -284,7 +284,7 @@ DESCRIPTION
|
|
|
284
284
|
Delete inactive tenants
|
|
285
285
|
```
|
|
286
286
|
|
|
287
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
287
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/delete-tenants.js)_
|
|
288
288
|
|
|
289
289
|
## `saltcorn delete-user USER_EMAIL`
|
|
290
290
|
|
|
@@ -307,7 +307,7 @@ DESCRIPTION
|
|
|
307
307
|
Command deletes the user specified by USER_EMAIL.
|
|
308
308
|
```
|
|
309
309
|
|
|
310
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
310
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/delete-user.js)_
|
|
311
311
|
|
|
312
312
|
## `saltcorn dev:localize-plugin PLUGIN [PATH]`
|
|
313
313
|
|
|
@@ -329,7 +329,7 @@ DESCRIPTION
|
|
|
329
329
|
Convert plugin to local plugin
|
|
330
330
|
```
|
|
331
331
|
|
|
332
|
-
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
332
|
+
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/dev/localize-plugin.js)_
|
|
333
333
|
|
|
334
334
|
## `saltcorn make-migration`
|
|
335
335
|
|
|
@@ -346,7 +346,7 @@ DESCRIPTION
|
|
|
346
346
|
unless you are a developer.
|
|
347
347
|
```
|
|
348
348
|
|
|
349
|
-
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
349
|
+
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/dev/make-migration.js)_
|
|
350
350
|
|
|
351
351
|
## `saltcorn saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip`
|
|
352
352
|
|
|
@@ -367,7 +367,7 @@ DESCRIPTION
|
|
|
367
367
|
Install a plugin, spawn 'npm run test' in the install directory and check the return code.
|
|
368
368
|
```
|
|
369
369
|
|
|
370
|
-
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
370
|
+
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/dev/plugin-test.js)_
|
|
371
371
|
|
|
372
372
|
## `saltcorn dev:post-release [TASK]`
|
|
373
373
|
|
|
@@ -384,7 +384,7 @@ DESCRIPTION
|
|
|
384
384
|
Post-release tasks: docker and vagrant builds
|
|
385
385
|
```
|
|
386
386
|
|
|
387
|
-
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
387
|
+
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/dev/post-release.js)_
|
|
388
388
|
|
|
389
389
|
## `saltcorn dev:release VERSION`
|
|
390
390
|
|
|
@@ -404,7 +404,7 @@ DESCRIPTION
|
|
|
404
404
|
Release a new saltcorn version
|
|
405
405
|
```
|
|
406
406
|
|
|
407
|
-
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
407
|
+
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/dev/release.js)_
|
|
408
408
|
|
|
409
409
|
## `saltcorn dev:release-resume VERSION`
|
|
410
410
|
|
|
@@ -424,7 +424,7 @@ DESCRIPTION
|
|
|
424
424
|
Release a new saltcorn version
|
|
425
425
|
```
|
|
426
426
|
|
|
427
|
-
_See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
427
|
+
_See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/dev/release-resume.js)_
|
|
428
428
|
|
|
429
429
|
## `saltcorn dev:test-plugin PATH`
|
|
430
430
|
|
|
@@ -443,7 +443,7 @@ DESCRIPTION
|
|
|
443
443
|
Extra documentation goes here
|
|
444
444
|
```
|
|
445
445
|
|
|
446
|
-
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
446
|
+
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/dev/test-plugin.js)_
|
|
447
447
|
|
|
448
448
|
## `saltcorn fixtures`
|
|
449
449
|
|
|
@@ -463,7 +463,7 @@ DESCRIPTION
|
|
|
463
463
|
This manual step it is never required for users and rarely required for developers
|
|
464
464
|
```
|
|
465
465
|
|
|
466
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
466
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/fixtures.js)_
|
|
467
467
|
|
|
468
468
|
## `saltcorn get-cfg [KEY]`
|
|
469
469
|
|
|
@@ -484,7 +484,7 @@ DESCRIPTION
|
|
|
484
484
|
Get a configuration value. The value is printed to stdout as a JSON value
|
|
485
485
|
```
|
|
486
486
|
|
|
487
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
487
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/get-cfg.js)_
|
|
488
488
|
|
|
489
489
|
## `saltcorn info`
|
|
490
490
|
|
|
@@ -507,7 +507,7 @@ ALIASES
|
|
|
507
507
|
$ saltcorn paths
|
|
508
508
|
```
|
|
509
509
|
|
|
510
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
510
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/info.js)_
|
|
511
511
|
|
|
512
512
|
## `saltcorn inspect TYPE [NAME]`
|
|
513
513
|
|
|
@@ -528,7 +528,7 @@ DESCRIPTION
|
|
|
528
528
|
Inspect an entity's JSON representation, or list entities
|
|
529
529
|
```
|
|
530
530
|
|
|
531
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
531
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/inspect.js)_
|
|
532
532
|
|
|
533
533
|
## `saltcorn install-pack`
|
|
534
534
|
|
|
@@ -547,7 +547,7 @@ DESCRIPTION
|
|
|
547
547
|
Install a pack or restore a snapshot
|
|
548
548
|
```
|
|
549
549
|
|
|
550
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
550
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/install-pack.js)_
|
|
551
551
|
|
|
552
552
|
## `saltcorn install-plugin`
|
|
553
553
|
|
|
@@ -567,7 +567,7 @@ DESCRIPTION
|
|
|
567
567
|
Install a plugin
|
|
568
568
|
```
|
|
569
569
|
|
|
570
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
570
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/install-plugin.js)_
|
|
571
571
|
|
|
572
572
|
## `saltcorn list-tenants`
|
|
573
573
|
|
|
@@ -586,7 +586,7 @@ DESCRIPTION
|
|
|
586
586
|
List tenants in CSV format
|
|
587
587
|
```
|
|
588
588
|
|
|
589
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
589
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/list-tenants.js)_
|
|
590
590
|
|
|
591
591
|
## `saltcorn list-triggers`
|
|
592
592
|
|
|
@@ -605,7 +605,7 @@ DESCRIPTION
|
|
|
605
605
|
List triggers
|
|
606
606
|
```
|
|
607
607
|
|
|
608
|
-
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
608
|
+
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/list-triggers.js)_
|
|
609
609
|
|
|
610
610
|
## `saltcorn list-users`
|
|
611
611
|
|
|
@@ -623,7 +623,7 @@ DESCRIPTION
|
|
|
623
623
|
List users
|
|
624
624
|
```
|
|
625
625
|
|
|
626
|
-
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
626
|
+
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/list-users.js)_
|
|
627
627
|
|
|
628
628
|
## `saltcorn saltcorn migrate`
|
|
629
629
|
|
|
@@ -646,7 +646,7 @@ DESCRIPTION
|
|
|
646
646
|
servers and need to control when the migrations are run.
|
|
647
647
|
```
|
|
648
648
|
|
|
649
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
649
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/migrate.js)_
|
|
650
650
|
|
|
651
651
|
## `saltcorn modify-user USER_EMAIL`
|
|
652
652
|
|
|
@@ -677,7 +677,7 @@ DESCRIPTION
|
|
|
677
677
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
678
678
|
```
|
|
679
679
|
|
|
680
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
680
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/modify-user.js)_
|
|
681
681
|
|
|
682
682
|
## `saltcorn paths`
|
|
683
683
|
|
|
@@ -729,7 +729,7 @@ EXAMPLES
|
|
|
729
729
|
plugins -u -f - force plugin update
|
|
730
730
|
```
|
|
731
731
|
|
|
732
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
732
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/plugins.js)_
|
|
733
733
|
|
|
734
734
|
## `saltcorn reset-schema`
|
|
735
735
|
|
|
@@ -749,7 +749,7 @@ DESCRIPTION
|
|
|
749
749
|
This will delete all existing information
|
|
750
750
|
```
|
|
751
751
|
|
|
752
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
752
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/reset-schema.js)_
|
|
753
753
|
|
|
754
754
|
## `saltcorn restore FILE`
|
|
755
755
|
|
|
@@ -769,7 +769,7 @@ DESCRIPTION
|
|
|
769
769
|
Restore a previously backed up database (zip or sqlc format)
|
|
770
770
|
```
|
|
771
771
|
|
|
772
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
772
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/restore.js)_
|
|
773
773
|
|
|
774
774
|
## `saltcorn rm-tenant`
|
|
775
775
|
|
|
@@ -789,7 +789,7 @@ DESCRIPTION
|
|
|
789
789
|
It recommended to make backup of tenant before perform this command.
|
|
790
790
|
```
|
|
791
791
|
|
|
792
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
792
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/rm-tenant.js)_
|
|
793
793
|
|
|
794
794
|
## `saltcorn run-benchmark [BASEURL]`
|
|
795
795
|
|
|
@@ -811,7 +811,7 @@ DESCRIPTION
|
|
|
811
811
|
Run benchmark
|
|
812
812
|
```
|
|
813
813
|
|
|
814
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
814
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/run-benchmark.js)_
|
|
815
815
|
|
|
816
816
|
## `saltcorn run-js`
|
|
817
817
|
|
|
@@ -830,7 +830,7 @@ DESCRIPTION
|
|
|
830
830
|
Run javascript code
|
|
831
831
|
```
|
|
832
832
|
|
|
833
|
-
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
833
|
+
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/run-js.js)_
|
|
834
834
|
|
|
835
835
|
## `saltcorn run-sql`
|
|
836
836
|
|
|
@@ -849,7 +849,7 @@ DESCRIPTION
|
|
|
849
849
|
Run sql expression
|
|
850
850
|
```
|
|
851
851
|
|
|
852
|
-
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
852
|
+
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/run-sql.js)_
|
|
853
853
|
|
|
854
854
|
## `saltcorn run-tests [PACKAGE]`
|
|
855
855
|
|
|
@@ -876,7 +876,7 @@ DESCRIPTION
|
|
|
876
876
|
Run test suites
|
|
877
877
|
```
|
|
878
878
|
|
|
879
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
879
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/run-tests.js)_
|
|
880
880
|
|
|
881
881
|
## `saltcorn run-trigger TRIGGER`
|
|
882
882
|
|
|
@@ -896,7 +896,7 @@ DESCRIPTION
|
|
|
896
896
|
Run a trigger
|
|
897
897
|
```
|
|
898
898
|
|
|
899
|
-
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
899
|
+
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/run-trigger.js)_
|
|
900
900
|
|
|
901
901
|
## `saltcorn scheduler`
|
|
902
902
|
|
|
@@ -913,7 +913,7 @@ DESCRIPTION
|
|
|
913
913
|
Run the Saltcorn scheduler
|
|
914
914
|
```
|
|
915
915
|
|
|
916
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
916
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/scheduler.js)_
|
|
917
917
|
|
|
918
918
|
## `saltcorn serve`
|
|
919
919
|
|
|
@@ -937,7 +937,7 @@ DESCRIPTION
|
|
|
937
937
|
Start the Saltcorn server
|
|
938
938
|
```
|
|
939
939
|
|
|
940
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
940
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/serve.js)_
|
|
941
941
|
|
|
942
942
|
## `saltcorn set-cfg [KEY] [VALUE]`
|
|
943
943
|
|
|
@@ -962,7 +962,7 @@ DESCRIPTION
|
|
|
962
962
|
stored as a string.
|
|
963
963
|
```
|
|
964
964
|
|
|
965
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
965
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/set-cfg.js)_
|
|
966
966
|
|
|
967
967
|
## `saltcorn set-daily-time [MINS]`
|
|
968
968
|
|
|
@@ -982,7 +982,7 @@ DESCRIPTION
|
|
|
982
982
|
Set the time the default daily event will run, offset in minutes from the current time. Restart required.
|
|
983
983
|
```
|
|
984
984
|
|
|
985
|
-
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
985
|
+
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/set-daily-time.js)_
|
|
986
986
|
|
|
987
987
|
## `saltcorn setup`
|
|
988
988
|
|
|
@@ -1002,7 +1002,7 @@ DESCRIPTION
|
|
|
1002
1002
|
configuration file
|
|
1003
1003
|
```
|
|
1004
1004
|
|
|
1005
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
1005
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/setup.js)_
|
|
1006
1006
|
|
|
1007
1007
|
## `saltcorn setup-benchmark`
|
|
1008
1008
|
|
|
@@ -1020,7 +1020,7 @@ DESCRIPTION
|
|
|
1020
1020
|
Setup an instance for benchmarking
|
|
1021
1021
|
```
|
|
1022
1022
|
|
|
1023
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
1023
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/setup-benchmark.js)_
|
|
1024
1024
|
|
|
1025
1025
|
## `saltcorn sync-upload-data`
|
|
1026
1026
|
|
|
@@ -1041,7 +1041,7 @@ DESCRIPTION
|
|
|
1041
1041
|
Runs a sync for data supplied by the mobile app
|
|
1042
1042
|
```
|
|
1043
1043
|
|
|
1044
|
-
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
1044
|
+
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/sync-upload-data.js)_
|
|
1045
1045
|
|
|
1046
1046
|
## `saltcorn take-snapshot`
|
|
1047
1047
|
|
|
@@ -1059,7 +1059,7 @@ DESCRIPTION
|
|
|
1059
1059
|
Print a current snapshout to stdout
|
|
1060
1060
|
```
|
|
1061
1061
|
|
|
1062
|
-
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
1062
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/take-snapshot.js)_
|
|
1063
1063
|
|
|
1064
1064
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
1065
1065
|
|
|
@@ -1079,5 +1079,5 @@ DESCRIPTION
|
|
|
1079
1079
|
transform an existing field by applying a calculated expression
|
|
1080
1080
|
```
|
|
1081
1081
|
|
|
1082
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1
|
|
1082
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1/packages/saltcorn-cli/src/commands/transform-field.js)_
|
|
1083
1083
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saltcorn/cli",
|
|
3
|
-
"version": "1.1.1
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@saltcorn/cli",
|
|
9
|
-
"version": "1.1.1
|
|
9
|
+
"version": "1.1.1",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^2.16.0",
|
|
13
13
|
"@oclif/plugin-plugins": "^3.9.4",
|
|
14
|
-
"@saltcorn/admin-models": "1.1.1
|
|
15
|
-
"@saltcorn/common-code": "1.1.1
|
|
16
|
-
"@saltcorn/data": "1.1.1
|
|
17
|
-
"@saltcorn/mobile-app": "1.1.1
|
|
18
|
-
"@saltcorn/mobile-builder": "1.1.1
|
|
19
|
-
"@saltcorn/plugins-loader": "1.1.1
|
|
20
|
-
"@saltcorn/server": "1.1.1
|
|
14
|
+
"@saltcorn/admin-models": "1.1.1",
|
|
15
|
+
"@saltcorn/common-code": "1.1.1",
|
|
16
|
+
"@saltcorn/data": "1.1.1",
|
|
17
|
+
"@saltcorn/mobile-app": "1.1.1",
|
|
18
|
+
"@saltcorn/mobile-builder": "1.1.1",
|
|
19
|
+
"@saltcorn/plugins-loader": "1.1.1",
|
|
20
|
+
"@saltcorn/server": "1.1.1",
|
|
21
21
|
"contractis": "^0.1.0",
|
|
22
22
|
"dateformat": "^3.0.3",
|
|
23
23
|
"inquirer": "^7.3.3",
|
|
@@ -258,16 +258,16 @@
|
|
|
258
258
|
}
|
|
259
259
|
},
|
|
260
260
|
"node_modules/@aws-sdk/client-s3": {
|
|
261
|
-
"version": "3.
|
|
262
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.
|
|
263
|
-
"integrity": "sha512-
|
|
261
|
+
"version": "3.740.0",
|
|
262
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.740.0.tgz",
|
|
263
|
+
"integrity": "sha512-X9aQOFJC3TsYwQP3AGcNhfYcFehVEHRKCHtHYOIKv5t1ydSJxpN/v34OrMMKvG1jFWMNkSYiSCVB9ZVo9KUwVA==",
|
|
264
264
|
"license": "Apache-2.0",
|
|
265
265
|
"dependencies": {
|
|
266
266
|
"@aws-crypto/sha1-browser": "5.2.0",
|
|
267
267
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
268
268
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
269
269
|
"@aws-sdk/core": "3.734.0",
|
|
270
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
270
|
+
"@aws-sdk/credential-provider-node": "3.738.0",
|
|
271
271
|
"@aws-sdk/middleware-bucket-endpoint": "3.734.0",
|
|
272
272
|
"@aws-sdk/middleware-expect-continue": "3.734.0",
|
|
273
273
|
"@aws-sdk/middleware-flexible-checksums": "3.735.0",
|
|
@@ -275,11 +275,11 @@
|
|
|
275
275
|
"@aws-sdk/middleware-location-constraint": "3.734.0",
|
|
276
276
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
277
277
|
"@aws-sdk/middleware-recursion-detection": "3.734.0",
|
|
278
|
-
"@aws-sdk/middleware-sdk-s3": "3.
|
|
278
|
+
"@aws-sdk/middleware-sdk-s3": "3.740.0",
|
|
279
279
|
"@aws-sdk/middleware-ssec": "3.734.0",
|
|
280
280
|
"@aws-sdk/middleware-user-agent": "3.734.0",
|
|
281
281
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
282
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
282
|
+
"@aws-sdk/signature-v4-multi-region": "3.740.0",
|
|
283
283
|
"@aws-sdk/types": "3.734.0",
|
|
284
284
|
"@aws-sdk/util-endpoints": "3.734.0",
|
|
285
285
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
@@ -457,9 +457,9 @@
|
|
|
457
457
|
}
|
|
458
458
|
},
|
|
459
459
|
"node_modules/@aws-sdk/credential-provider-node": {
|
|
460
|
-
"version": "3.
|
|
461
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.
|
|
462
|
-
"integrity": "sha512-
|
|
460
|
+
"version": "3.738.0",
|
|
461
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.738.0.tgz",
|
|
462
|
+
"integrity": "sha512-3MuREsazwBxghKb2sQQHvie+uuK4dX4/ckFYiSoffzJQd0YHxaGxf8cr4NOSCQCUesWu8D3Y0SzlnHGboVSkpA==",
|
|
463
463
|
"license": "Apache-2.0",
|
|
464
464
|
"dependencies": {
|
|
465
465
|
"@aws-sdk/credential-provider-env": "3.734.0",
|
|
@@ -533,9 +533,9 @@
|
|
|
533
533
|
}
|
|
534
534
|
},
|
|
535
535
|
"node_modules/@aws-sdk/lib-storage": {
|
|
536
|
-
"version": "3.
|
|
537
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/lib-storage/-/lib-storage-3.
|
|
538
|
-
"integrity": "sha512-
|
|
536
|
+
"version": "3.740.0",
|
|
537
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/lib-storage/-/lib-storage-3.740.0.tgz",
|
|
538
|
+
"integrity": "sha512-UFCxl7hSYHmHsWvKs3LYLUVPgLfiP0hZhAZbun1gVwmi+3eB3bBXmr/EwPxP4eqMAsdeIOBAgxGNxylgx16m8w==",
|
|
539
539
|
"license": "Apache-2.0",
|
|
540
540
|
"dependencies": {
|
|
541
541
|
"@smithy/abort-controller": "^4.0.1",
|
|
@@ -550,7 +550,7 @@
|
|
|
550
550
|
"node": ">=18.0.0"
|
|
551
551
|
},
|
|
552
552
|
"peerDependencies": {
|
|
553
|
-
"@aws-sdk/client-s3": "^3.
|
|
553
|
+
"@aws-sdk/client-s3": "^3.740.0"
|
|
554
554
|
}
|
|
555
555
|
},
|
|
556
556
|
"node_modules/@aws-sdk/lib-storage/node_modules/buffer": {
|
|
@@ -679,9 +679,9 @@
|
|
|
679
679
|
}
|
|
680
680
|
},
|
|
681
681
|
"node_modules/@aws-sdk/middleware-sdk-s3": {
|
|
682
|
-
"version": "3.
|
|
683
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.
|
|
684
|
-
"integrity": "sha512-
|
|
682
|
+
"version": "3.740.0",
|
|
683
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.740.0.tgz",
|
|
684
|
+
"integrity": "sha512-VML9TzNoQdAs5lSPQSEgZiPgMUSz2H7SltaLb9g4tHwKK5xQoTq5WcDd6V1d2aPxSN5Q2Q63aiVUBby6MdUN/Q==",
|
|
685
685
|
"license": "Apache-2.0",
|
|
686
686
|
"dependencies": {
|
|
687
687
|
"@aws-sdk/core": "3.734.0",
|
|
@@ -802,12 +802,12 @@
|
|
|
802
802
|
}
|
|
803
803
|
},
|
|
804
804
|
"node_modules/@aws-sdk/signature-v4-multi-region": {
|
|
805
|
-
"version": "3.
|
|
806
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.
|
|
807
|
-
"integrity": "sha512-
|
|
805
|
+
"version": "3.740.0",
|
|
806
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.740.0.tgz",
|
|
807
|
+
"integrity": "sha512-w+psidN3i+kl51nQEV3V+fKjKUqcEbqUA1GtubruDBvBqrl5El/fU2NF3Lo53y8CfI9wCdf3V7KOEpHIqxHNng==",
|
|
808
808
|
"license": "Apache-2.0",
|
|
809
809
|
"dependencies": {
|
|
810
|
-
"@aws-sdk/middleware-sdk-s3": "3.
|
|
810
|
+
"@aws-sdk/middleware-sdk-s3": "3.740.0",
|
|
811
811
|
"@aws-sdk/types": "3.734.0",
|
|
812
812
|
"@smithy/protocol-http": "^5.0.1",
|
|
813
813
|
"@smithy/signature-v4": "^5.0.1",
|
|
@@ -4494,15 +4494,15 @@
|
|
|
4494
4494
|
}
|
|
4495
4495
|
},
|
|
4496
4496
|
"node_modules/@saltcorn/admin-models": {
|
|
4497
|
-
"version": "1.1.1
|
|
4498
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-1.1.1
|
|
4499
|
-
"integrity": "sha512
|
|
4497
|
+
"version": "1.1.1",
|
|
4498
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-1.1.1.tgz",
|
|
4499
|
+
"integrity": "sha512-+9L+RcAaFkE6cBPDt0sMxJeFz3mzHm6HObtLGx1bruSmkhnDXbabfexkgqbYAeuTfnD+SAGZ2Ug0G+NdxBPtXw==",
|
|
4500
4500
|
"license": "MIT",
|
|
4501
4501
|
"dependencies": {
|
|
4502
|
-
"@saltcorn/data": "1.1.1
|
|
4503
|
-
"@saltcorn/db-common": "1.1.1
|
|
4504
|
-
"@saltcorn/markup": "1.1.1
|
|
4505
|
-
"@saltcorn/types": "1.1.1
|
|
4502
|
+
"@saltcorn/data": "1.1.1",
|
|
4503
|
+
"@saltcorn/db-common": "1.1.1",
|
|
4504
|
+
"@saltcorn/markup": "1.1.1",
|
|
4505
|
+
"@saltcorn/types": "1.1.1",
|
|
4506
4506
|
"@types/lodash": "^4.14.182",
|
|
4507
4507
|
"@types/ssh2-sftp-client": "9.0.3",
|
|
4508
4508
|
"adm-zip": "0.5.5",
|
|
@@ -4517,40 +4517,40 @@
|
|
|
4517
4517
|
}
|
|
4518
4518
|
},
|
|
4519
4519
|
"node_modules/@saltcorn/base-plugin": {
|
|
4520
|
-
"version": "1.1.1
|
|
4521
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-1.1.1
|
|
4522
|
-
"integrity": "sha512-
|
|
4520
|
+
"version": "1.1.1",
|
|
4521
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-1.1.1.tgz",
|
|
4522
|
+
"integrity": "sha512-crOJiAHvALYSVKUkZtJp5RzR82N3Tj7nZ+97wkvjgu7zEklRapRcJjzx1PS4bZnGmdy5h6afRBTW7/QpYjVs3A==",
|
|
4523
4523
|
"license": "MIT",
|
|
4524
4524
|
"dependencies": {
|
|
4525
|
-
"@saltcorn/data": "1.1.1
|
|
4525
|
+
"@saltcorn/data": "1.1.1"
|
|
4526
4526
|
}
|
|
4527
4527
|
},
|
|
4528
4528
|
"node_modules/@saltcorn/builder": {
|
|
4529
|
-
"version": "1.1.1
|
|
4530
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-1.1.1
|
|
4531
|
-
"integrity": "sha512-
|
|
4529
|
+
"version": "1.1.1",
|
|
4530
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-1.1.1.tgz",
|
|
4531
|
+
"integrity": "sha512-WDq19bAIQOM6xhA6jWlwXgPH2W7AG5o2zeZ52psBcpFJ0WXA+8os8s5Ulihcw12sSWsxN8inMzNR4XQQDLA6YQ==",
|
|
4532
4532
|
"license": "MIT",
|
|
4533
4533
|
"dependencies": {
|
|
4534
4534
|
"styled-components": "4.4.1"
|
|
4535
4535
|
}
|
|
4536
4536
|
},
|
|
4537
4537
|
"node_modules/@saltcorn/common-code": {
|
|
4538
|
-
"version": "1.1.1
|
|
4539
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-1.1.1
|
|
4540
|
-
"integrity": "sha512-
|
|
4538
|
+
"version": "1.1.1",
|
|
4539
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-1.1.1.tgz",
|
|
4540
|
+
"integrity": "sha512-IKPf8oRUZUoKhQwLeNjrj+vdhhTVYDOK8MkZhk2evlpmfTPAebGlvxJx7raZv9xwN1SBnrU2RV/6AjaYvqjgoQ==",
|
|
4541
4541
|
"license": "MIT"
|
|
4542
4542
|
},
|
|
4543
4543
|
"node_modules/@saltcorn/data": {
|
|
4544
|
-
"version": "1.1.1
|
|
4545
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-1.1.1
|
|
4546
|
-
"integrity": "sha512-
|
|
4544
|
+
"version": "1.1.1",
|
|
4545
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-1.1.1.tgz",
|
|
4546
|
+
"integrity": "sha512-VlXoTA3vRzvuykXSggcQAqJt0h2OUtVASTEx7YAeDIo80Jktzi4wmu+xERKWIAMpR94omsRIfXFW2gwbIsnZJg==",
|
|
4547
4547
|
"license": "MIT",
|
|
4548
4548
|
"dependencies": {
|
|
4549
|
-
"@saltcorn/common-code": "1.1.1
|
|
4550
|
-
"@saltcorn/db-common": "1.1.1
|
|
4551
|
-
"@saltcorn/markup": "1.1.1
|
|
4552
|
-
"@saltcorn/sqlite-mobile": "1.1.1
|
|
4553
|
-
"@saltcorn/types": "1.1.1
|
|
4549
|
+
"@saltcorn/common-code": "1.1.1",
|
|
4550
|
+
"@saltcorn/db-common": "1.1.1",
|
|
4551
|
+
"@saltcorn/markup": "1.1.1",
|
|
4552
|
+
"@saltcorn/sqlite-mobile": "1.1.1",
|
|
4553
|
+
"@saltcorn/types": "1.1.1",
|
|
4554
4554
|
"acorn": "^8.0.3",
|
|
4555
4555
|
"assert": "^2.0.0",
|
|
4556
4556
|
"astring": "^1.4.3",
|
|
@@ -4595,28 +4595,28 @@
|
|
|
4595
4595
|
"vm-browserify": "^1.1.2"
|
|
4596
4596
|
},
|
|
4597
4597
|
"optionalDependencies": {
|
|
4598
|
-
"@saltcorn/postgres": "1.1.1
|
|
4599
|
-
"@saltcorn/sqlite": "1.1.1
|
|
4598
|
+
"@saltcorn/postgres": "1.1.1",
|
|
4599
|
+
"@saltcorn/sqlite": "1.1.1"
|
|
4600
4600
|
}
|
|
4601
4601
|
},
|
|
4602
4602
|
"node_modules/@saltcorn/db-common": {
|
|
4603
|
-
"version": "1.1.1
|
|
4604
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-1.1.1
|
|
4605
|
-
"integrity": "sha512-
|
|
4603
|
+
"version": "1.1.1",
|
|
4604
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-1.1.1.tgz",
|
|
4605
|
+
"integrity": "sha512-V7F+ClWRnKkEQkNdFk9VtwVQNi2s1GSynFOldU0moh+tVTjIhkDKNHC0ucLfgSNzNZi/HEA8G7ej/BACNwj/Vw==",
|
|
4606
4606
|
"license": "MIT"
|
|
4607
4607
|
},
|
|
4608
4608
|
"node_modules/@saltcorn/filemanager": {
|
|
4609
|
-
"version": "1.1.1
|
|
4610
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-1.1.1
|
|
4611
|
-
"integrity": "sha512-
|
|
4609
|
+
"version": "1.1.1",
|
|
4610
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-1.1.1.tgz",
|
|
4611
|
+
"integrity": "sha512-F4S1uk4iGW3Z3esJy+H1HKubQR7btKye0SnySrCJphAoHU/pZtVH3ntAYzQjdq9KRwlc9A324tuBTe+JFtLBkA==",
|
|
4612
4612
|
"dependencies": {
|
|
4613
4613
|
"sirv-cli": "^2.0.0"
|
|
4614
4614
|
}
|
|
4615
4615
|
},
|
|
4616
4616
|
"node_modules/@saltcorn/markup": {
|
|
4617
|
-
"version": "1.1.1
|
|
4618
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-1.1.1
|
|
4619
|
-
"integrity": "sha512-
|
|
4617
|
+
"version": "1.1.1",
|
|
4618
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-1.1.1.tgz",
|
|
4619
|
+
"integrity": "sha512-pUhOLcZeKapThls4DerYT/EBs6Y1diSO5KgKYJxLAqQt6xpaK2/z2skSlYLTrcKEUIe6OeAfVZpWGunS/nATlg==",
|
|
4620
4620
|
"license": "MIT",
|
|
4621
4621
|
"dependencies": {
|
|
4622
4622
|
"escape-html": "^1.0.3",
|
|
@@ -4625,9 +4625,9 @@
|
|
|
4625
4625
|
}
|
|
4626
4626
|
},
|
|
4627
4627
|
"node_modules/@saltcorn/mobile-app": {
|
|
4628
|
-
"version": "1.1.1
|
|
4629
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-1.1.1
|
|
4630
|
-
"integrity": "sha512-
|
|
4628
|
+
"version": "1.1.1",
|
|
4629
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-1.1.1.tgz",
|
|
4630
|
+
"integrity": "sha512-Gu2CBLbFMx1r84NL2L8pWBOpBk+UUWob3M1DoQJz2qlIkp1zeKsanfbxotwhfI2IGLZaI974grvTsZyrQPnbWA==",
|
|
4631
4631
|
"license": "MIT",
|
|
4632
4632
|
"dependencies": {
|
|
4633
4633
|
"axios": "^1.7.7",
|
|
@@ -4649,18 +4649,18 @@
|
|
|
4649
4649
|
}
|
|
4650
4650
|
},
|
|
4651
4651
|
"node_modules/@saltcorn/mobile-builder": {
|
|
4652
|
-
"version": "1.1.1
|
|
4653
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-1.1.1
|
|
4654
|
-
"integrity": "sha512-
|
|
4655
|
-
"license": "MIT",
|
|
4656
|
-
"dependencies": {
|
|
4657
|
-
"@saltcorn/base-plugin": "1.1.1
|
|
4658
|
-
"@saltcorn/data": "1.1.1
|
|
4659
|
-
"@saltcorn/db-common": "1.1.1
|
|
4660
|
-
"@saltcorn/markup": "1.1.1
|
|
4661
|
-
"@saltcorn/mobile-app": "1.1.1
|
|
4662
|
-
"@saltcorn/sbadmin2": "1.1.1
|
|
4663
|
-
"@saltcorn/server": "1.1.1
|
|
4652
|
+
"version": "1.1.1",
|
|
4653
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-1.1.1.tgz",
|
|
4654
|
+
"integrity": "sha512-7f05cBmjVZgMxO33jou+s2gd6e55RmQnXn2QSi2K2LhzDW70Y9EX5hQq8QjzzgiD6zmTWtFVg9kUgFhgqu+Syg==",
|
|
4655
|
+
"license": "MIT",
|
|
4656
|
+
"dependencies": {
|
|
4657
|
+
"@saltcorn/base-plugin": "1.1.1",
|
|
4658
|
+
"@saltcorn/data": "1.1.1",
|
|
4659
|
+
"@saltcorn/db-common": "1.1.1",
|
|
4660
|
+
"@saltcorn/markup": "1.1.1",
|
|
4661
|
+
"@saltcorn/mobile-app": "1.1.1",
|
|
4662
|
+
"@saltcorn/sbadmin2": "1.1.1",
|
|
4663
|
+
"@saltcorn/server": "1.1.1",
|
|
4664
4664
|
"fs-extra": "^10.0.1",
|
|
4665
4665
|
"live-plugin-manager": "^0.17.1",
|
|
4666
4666
|
"resize-with-sharp-or-jimp": "0.1.8",
|
|
@@ -4671,55 +4671,55 @@
|
|
|
4671
4671
|
}
|
|
4672
4672
|
},
|
|
4673
4673
|
"node_modules/@saltcorn/plugins-loader": {
|
|
4674
|
-
"version": "1.1.1
|
|
4675
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-1.1.1
|
|
4676
|
-
"integrity": "sha512-
|
|
4674
|
+
"version": "1.1.1",
|
|
4675
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-1.1.1.tgz",
|
|
4676
|
+
"integrity": "sha512-YS4yCb2biVIA1333PlU8Fhx7ZbMabhRM5d+zyj46DC9gi2R5fkbXSOnEFeguVcOC5BpD4lawkdWierGsdClXzw==",
|
|
4677
4677
|
"license": "MIT",
|
|
4678
4678
|
"dependencies": {
|
|
4679
|
-
"@saltcorn/data": "1.1.1
|
|
4679
|
+
"@saltcorn/data": "1.1.1",
|
|
4680
4680
|
"env-paths": "^2.2.0",
|
|
4681
4681
|
"https-proxy-agent": "^7.0.6",
|
|
4682
4682
|
"npm-registry-fetch": "17.1.0"
|
|
4683
4683
|
}
|
|
4684
4684
|
},
|
|
4685
4685
|
"node_modules/@saltcorn/postgres": {
|
|
4686
|
-
"version": "1.1.1
|
|
4687
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-1.1.1
|
|
4688
|
-
"integrity": "sha512-
|
|
4686
|
+
"version": "1.1.1",
|
|
4687
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-1.1.1.tgz",
|
|
4688
|
+
"integrity": "sha512-8J7FmwzRwCxzppxWAuF7jjEhPm7aqSdqBIkvOusquVxH29rZTErF/s8QzQeMCTv6s7PUvEN/1uAqHhmqG05pjw==",
|
|
4689
4689
|
"license": "MIT",
|
|
4690
4690
|
"optional": true,
|
|
4691
4691
|
"dependencies": {
|
|
4692
|
-
"@saltcorn/db-common": "1.1.1
|
|
4692
|
+
"@saltcorn/db-common": "1.1.1",
|
|
4693
4693
|
"pg": "^8.2.1",
|
|
4694
4694
|
"pg-copy-streams": "^5.1.1",
|
|
4695
4695
|
"replacestream": "4.0.3"
|
|
4696
4696
|
}
|
|
4697
4697
|
},
|
|
4698
4698
|
"node_modules/@saltcorn/sbadmin2": {
|
|
4699
|
-
"version": "1.1.1
|
|
4700
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-1.1.1
|
|
4701
|
-
"integrity": "sha512-
|
|
4699
|
+
"version": "1.1.1",
|
|
4700
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-1.1.1.tgz",
|
|
4701
|
+
"integrity": "sha512-QCZfNhPxUWjahYO5b3Ka65PCc+vRy+OHx5zDAGNhxwwnCg0uvXMEURIUOW1IHrUFouo/OXhBMWAjYAJ9QZybRA==",
|
|
4702
4702
|
"license": "MIT",
|
|
4703
4703
|
"dependencies": {
|
|
4704
|
-
"@saltcorn/data": "1.1.1
|
|
4705
|
-
"@saltcorn/markup": "1.1.1
|
|
4704
|
+
"@saltcorn/data": "1.1.1",
|
|
4705
|
+
"@saltcorn/markup": "1.1.1"
|
|
4706
4706
|
}
|
|
4707
4707
|
},
|
|
4708
4708
|
"node_modules/@saltcorn/server": {
|
|
4709
|
-
"version": "1.1.1
|
|
4710
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-1.1.1
|
|
4711
|
-
"integrity": "sha512-
|
|
4709
|
+
"version": "1.1.1",
|
|
4710
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-1.1.1.tgz",
|
|
4711
|
+
"integrity": "sha512-3YiRWPEZZytdUMb2AtB4q0g2jNKMbgLjS7fjmCCRDxvL/fhsTfXl25Jlzaeo9zlUPXFx0ApT6PO5X7i3wm5G+Q==",
|
|
4712
4712
|
"license": "MIT",
|
|
4713
4713
|
"dependencies": {
|
|
4714
4714
|
"@aws-sdk/client-s3": "^3.451.0",
|
|
4715
|
-
"@saltcorn/admin-models": "1.1.1
|
|
4716
|
-
"@saltcorn/base-plugin": "1.1.1
|
|
4717
|
-
"@saltcorn/builder": "1.1.1
|
|
4718
|
-
"@saltcorn/data": "1.1.1
|
|
4719
|
-
"@saltcorn/filemanager": "1.1.1
|
|
4720
|
-
"@saltcorn/markup": "1.1.1
|
|
4721
|
-
"@saltcorn/plugins-loader": "1.1.1
|
|
4722
|
-
"@saltcorn/sbadmin2": "1.1.1
|
|
4715
|
+
"@saltcorn/admin-models": "1.1.1",
|
|
4716
|
+
"@saltcorn/base-plugin": "1.1.1",
|
|
4717
|
+
"@saltcorn/builder": "1.1.1",
|
|
4718
|
+
"@saltcorn/data": "1.1.1",
|
|
4719
|
+
"@saltcorn/filemanager": "1.1.1",
|
|
4720
|
+
"@saltcorn/markup": "1.1.1",
|
|
4721
|
+
"@saltcorn/plugins-loader": "1.1.1",
|
|
4722
|
+
"@saltcorn/sbadmin2": "1.1.1",
|
|
4723
4723
|
"@socket.io/cluster-adapter": "^0.2.1",
|
|
4724
4724
|
"@socket.io/sticky": "^1.0.1",
|
|
4725
4725
|
"adm-zip": "0.5.10",
|
|
@@ -4785,33 +4785,33 @@
|
|
|
4785
4785
|
}
|
|
4786
4786
|
},
|
|
4787
4787
|
"node_modules/@saltcorn/sqlite": {
|
|
4788
|
-
"version": "1.1.1
|
|
4789
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-1.1.1
|
|
4790
|
-
"integrity": "sha512
|
|
4788
|
+
"version": "1.1.1",
|
|
4789
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-1.1.1.tgz",
|
|
4790
|
+
"integrity": "sha512-+Gg9ptnciH6L4Es6Xj3DyiOIwPKIUOv522Bje/Ice7NhcTVkgdTgbk5EERroGJhz27Uh9zHDxt3NpsYCkag0pg==",
|
|
4791
4791
|
"license": "MIT",
|
|
4792
4792
|
"optional": true,
|
|
4793
4793
|
"dependencies": {
|
|
4794
|
-
"@saltcorn/db-common": "1.1.1
|
|
4794
|
+
"@saltcorn/db-common": "1.1.1"
|
|
4795
4795
|
},
|
|
4796
4796
|
"optionalDependencies": {
|
|
4797
4797
|
"sqlite3": "5.1.7"
|
|
4798
4798
|
}
|
|
4799
4799
|
},
|
|
4800
4800
|
"node_modules/@saltcorn/sqlite-mobile": {
|
|
4801
|
-
"version": "1.1.1
|
|
4802
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-1.1.1
|
|
4803
|
-
"integrity": "sha512
|
|
4801
|
+
"version": "1.1.1",
|
|
4802
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-1.1.1.tgz",
|
|
4803
|
+
"integrity": "sha512-uqWfwmQAC0SQWWodaPqac0jbR/bz7881MZb13i0xr0ax9qdsvGOv8I31/4SGis3f+Ad5DgEjADvLi4bpNV+u7Q==",
|
|
4804
4804
|
"license": "MIT",
|
|
4805
4805
|
"dependencies": {
|
|
4806
4806
|
"@capacitor-community/sqlite": "^6.0.2",
|
|
4807
4807
|
"@capacitor/core": "^6.2.0",
|
|
4808
|
-
"@saltcorn/db-common": "1.1.1
|
|
4808
|
+
"@saltcorn/db-common": "1.1.1"
|
|
4809
4809
|
}
|
|
4810
4810
|
},
|
|
4811
4811
|
"node_modules/@saltcorn/types": {
|
|
4812
|
-
"version": "1.1.1
|
|
4813
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-1.1.1
|
|
4814
|
-
"integrity": "sha512-
|
|
4812
|
+
"version": "1.1.1",
|
|
4813
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-1.1.1.tgz",
|
|
4814
|
+
"integrity": "sha512-wxtey/1NOm4bvaEMEsUFXfm4bAgctgAV/AyakCRsGLao6GcvuOPweNniiQ0ZqgnIcGl6FZ152a+GB9NUwodflA==",
|
|
4815
4815
|
"license": "MIT"
|
|
4816
4816
|
},
|
|
4817
4817
|
"node_modules/@sigstore/bundle": {
|
|
@@ -6232,9 +6232,9 @@
|
|
|
6232
6232
|
"license": "MIT"
|
|
6233
6233
|
},
|
|
6234
6234
|
"node_modules/@types/node": {
|
|
6235
|
-
"version": "22.
|
|
6236
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
6237
|
-
"integrity": "sha512-
|
|
6235
|
+
"version": "22.13.0",
|
|
6236
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.0.tgz",
|
|
6237
|
+
"integrity": "sha512-ClIbNe36lawluuvq3+YYhnIN2CELi+6q8NpnM7PYp4hBn/TatfboPgVSm2rwKRfnV2M+Ty9GWDFI64KEe+kysA==",
|
|
6238
6238
|
"license": "MIT",
|
|
6239
6239
|
"dependencies": {
|
|
6240
6240
|
"undici-types": "~6.20.0"
|
|
@@ -8181,9 +8181,9 @@
|
|
|
8181
8181
|
}
|
|
8182
8182
|
},
|
|
8183
8183
|
"node_modules/cjs-module-lexer": {
|
|
8184
|
-
"version": "1.4.
|
|
8185
|
-
"resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.
|
|
8186
|
-
"integrity": "sha512-
|
|
8184
|
+
"version": "1.4.3",
|
|
8185
|
+
"resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.3.tgz",
|
|
8186
|
+
"integrity": "sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q==",
|
|
8187
8187
|
"license": "MIT"
|
|
8188
8188
|
},
|
|
8189
8189
|
"node_modules/clean-css": {
|
|
@@ -9550,9 +9550,9 @@
|
|
|
9550
9550
|
}
|
|
9551
9551
|
},
|
|
9552
9552
|
"node_modules/electron-to-chromium": {
|
|
9553
|
-
"version": "1.5.
|
|
9554
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
9555
|
-
"integrity": "sha512-
|
|
9553
|
+
"version": "1.5.90",
|
|
9554
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.90.tgz",
|
|
9555
|
+
"integrity": "sha512-C3PN4aydfW91Natdyd449Kw+BzhLmof6tzy5W1pFC5SpQxVXT+oyiyOG9AgYYSN9OdA/ik3YkCrpwqI8ug5Tug==",
|
|
9556
9556
|
"license": "ISC"
|
|
9557
9557
|
},
|
|
9558
9558
|
"node_modules/elliptic": {
|
|
@@ -10319,9 +10319,9 @@
|
|
|
10319
10319
|
}
|
|
10320
10320
|
},
|
|
10321
10321
|
"node_modules/fastq": {
|
|
10322
|
-
"version": "1.
|
|
10323
|
-
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.
|
|
10324
|
-
"integrity": "sha512-
|
|
10322
|
+
"version": "1.19.0",
|
|
10323
|
+
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.0.tgz",
|
|
10324
|
+
"integrity": "sha512-7SFSRCNjBQIZH/xZR3iy5iQYR8aGBE0h3VG6/cwlbrpdciNYBMotQav8c1XI3HjHH+NikUpP53nPdlZSdWmFzA==",
|
|
10325
10325
|
"license": "ISC",
|
|
10326
10326
|
"dependencies": {
|
|
10327
10327
|
"reusify": "^1.0.4"
|
|
@@ -15116,9 +15116,9 @@
|
|
|
15116
15116
|
}
|
|
15117
15117
|
},
|
|
15118
15118
|
"node_modules/node-abi": {
|
|
15119
|
-
"version": "3.
|
|
15120
|
-
"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.
|
|
15121
|
-
"integrity": "sha512-
|
|
15119
|
+
"version": "3.74.0",
|
|
15120
|
+
"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.74.0.tgz",
|
|
15121
|
+
"integrity": "sha512-c5XK0MjkGBrQPGYG24GBADZud0NCbznxNx0ZkS+ebUTrmV1qTDxPxSL8zEAPURXSbLRWVexxmP4986BziahL5w==",
|
|
15122
15122
|
"license": "MIT",
|
|
15123
15123
|
"optional": true,
|
|
15124
15124
|
"dependencies": {
|
|
@@ -21840,9 +21840,9 @@
|
|
|
21840
21840
|
}
|
|
21841
21841
|
},
|
|
21842
21842
|
"node_modules/semver": {
|
|
21843
|
-
"version": "7.
|
|
21844
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
21845
|
-
"integrity": "sha512-
|
|
21843
|
+
"version": "7.7.0",
|
|
21844
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.0.tgz",
|
|
21845
|
+
"integrity": "sha512-DrfFnPzblFmNrIZzg5RzHegbiRWg7KMR7btwi2yjHwx06zsUbO5g613sVwEV7FTwmzJu+Io0lJe2GJ3LxqpvBQ==",
|
|
21846
21846
|
"license": "ISC",
|
|
21847
21847
|
"bin": {
|
|
21848
21848
|
"semver": "bin/semver.js"
|
package/oclif.manifest.json
CHANGED
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": "1.1.1
|
|
5
|
+
"version": "1.1.1",
|
|
6
6
|
"author": "Tom Nielsen @glutamate",
|
|
7
7
|
"bin": {
|
|
8
8
|
"saltcorn": "./bin/saltcorn"
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^2.16.0",
|
|
13
13
|
"@oclif/plugin-plugins": "^3.9.4",
|
|
14
|
-
"@saltcorn/admin-models": "1.1.1
|
|
15
|
-
"@saltcorn/common-code": "1.1.1
|
|
16
|
-
"@saltcorn/data": "1.1.1
|
|
17
|
-
"@saltcorn/mobile-app": "1.1.1
|
|
18
|
-
"@saltcorn/mobile-builder": "1.1.1
|
|
19
|
-
"@saltcorn/plugins-loader": "1.1.1
|
|
20
|
-
"@saltcorn/server": "1.1.1
|
|
14
|
+
"@saltcorn/admin-models": "1.1.1",
|
|
15
|
+
"@saltcorn/common-code": "1.1.1",
|
|
16
|
+
"@saltcorn/data": "1.1.1",
|
|
17
|
+
"@saltcorn/mobile-app": "1.1.1",
|
|
18
|
+
"@saltcorn/mobile-builder": "1.1.1",
|
|
19
|
+
"@saltcorn/plugins-loader": "1.1.1",
|
|
20
|
+
"@saltcorn/server": "1.1.1",
|
|
21
21
|
"contractis": "^0.1.0",
|
|
22
22
|
"dateformat": "^3.0.3",
|
|
23
23
|
"inquirer": "^7.3.3",
|