@saltcorn/cli 1.1.2-beta.4 → 1.1.2-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +47 -47
- package/npm-shrinkwrap.json +113 -113
- 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.2-beta.
|
|
23
|
+
@saltcorn/cli/1.1.2-beta.5 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.2-beta.
|
|
97
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/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.2-beta.
|
|
118
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/backup.js)_
|
|
119
119
|
|
|
120
120
|
## `saltcorn build-app`
|
|
121
121
|
|
|
@@ -173,7 +173,7 @@ DESCRIPTION
|
|
|
173
173
|
Build mobile app
|
|
174
174
|
```
|
|
175
175
|
|
|
176
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
176
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/build-app.js)_
|
|
177
177
|
|
|
178
178
|
## `saltcorn build-capacitor-builder`
|
|
179
179
|
|
|
@@ -191,7 +191,7 @@ DESCRIPTION
|
|
|
191
191
|
Build the 'saltcorn/capacitor-builder' docker image or pull it from docker hub.
|
|
192
192
|
```
|
|
193
193
|
|
|
194
|
-
_See code: [src/commands/build-capacitor-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
194
|
+
_See code: [src/commands/build-capacitor-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/build-capacitor-builder.js)_
|
|
195
195
|
|
|
196
196
|
## `saltcorn configuration-check`
|
|
197
197
|
|
|
@@ -208,7 +208,7 @@ DESCRIPTION
|
|
|
208
208
|
Check configuration
|
|
209
209
|
```
|
|
210
210
|
|
|
211
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
211
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/configuration-check.js)_
|
|
212
212
|
|
|
213
213
|
## `saltcorn configuration-check-backups FILES`
|
|
214
214
|
|
|
@@ -228,7 +228,7 @@ DESCRIPTION
|
|
|
228
228
|
Check configuration
|
|
229
229
|
```
|
|
230
230
|
|
|
231
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
231
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/configuration-check-backups.js)_
|
|
232
232
|
|
|
233
233
|
## `saltcorn create-tenant TENANT`
|
|
234
234
|
|
|
@@ -250,7 +250,7 @@ DESCRIPTION
|
|
|
250
250
|
Create a tenant
|
|
251
251
|
```
|
|
252
252
|
|
|
253
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
253
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/create-tenant.js)_
|
|
254
254
|
|
|
255
255
|
## `saltcorn create-user`
|
|
256
256
|
|
|
@@ -271,7 +271,7 @@ DESCRIPTION
|
|
|
271
271
|
Create a new user
|
|
272
272
|
```
|
|
273
273
|
|
|
274
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
274
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/create-user.js)_
|
|
275
275
|
|
|
276
276
|
## `saltcorn delete-tenants`
|
|
277
277
|
|
|
@@ -285,7 +285,7 @@ DESCRIPTION
|
|
|
285
285
|
Delete inactive tenants
|
|
286
286
|
```
|
|
287
287
|
|
|
288
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
288
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/delete-tenants.js)_
|
|
289
289
|
|
|
290
290
|
## `saltcorn delete-user USER_EMAIL`
|
|
291
291
|
|
|
@@ -308,7 +308,7 @@ DESCRIPTION
|
|
|
308
308
|
Command deletes the user specified by USER_EMAIL.
|
|
309
309
|
```
|
|
310
310
|
|
|
311
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
311
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/delete-user.js)_
|
|
312
312
|
|
|
313
313
|
## `saltcorn dev:localize-plugin PLUGIN [PATH]`
|
|
314
314
|
|
|
@@ -330,7 +330,7 @@ DESCRIPTION
|
|
|
330
330
|
Convert plugin to local plugin
|
|
331
331
|
```
|
|
332
332
|
|
|
333
|
-
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
333
|
+
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/dev/localize-plugin.js)_
|
|
334
334
|
|
|
335
335
|
## `saltcorn make-migration`
|
|
336
336
|
|
|
@@ -347,7 +347,7 @@ DESCRIPTION
|
|
|
347
347
|
unless you are a developer.
|
|
348
348
|
```
|
|
349
349
|
|
|
350
|
-
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
350
|
+
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/dev/make-migration.js)_
|
|
351
351
|
|
|
352
352
|
## `saltcorn saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip`
|
|
353
353
|
|
|
@@ -368,7 +368,7 @@ DESCRIPTION
|
|
|
368
368
|
Install a plugin, spawn 'npm run test' in the install directory and check the return code.
|
|
369
369
|
```
|
|
370
370
|
|
|
371
|
-
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
371
|
+
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/dev/plugin-test.js)_
|
|
372
372
|
|
|
373
373
|
## `saltcorn dev:post-release [TASK]`
|
|
374
374
|
|
|
@@ -385,7 +385,7 @@ DESCRIPTION
|
|
|
385
385
|
Post-release tasks: docker and vagrant builds
|
|
386
386
|
```
|
|
387
387
|
|
|
388
|
-
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
388
|
+
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/dev/post-release.js)_
|
|
389
389
|
|
|
390
390
|
## `saltcorn dev:release VERSION`
|
|
391
391
|
|
|
@@ -405,7 +405,7 @@ DESCRIPTION
|
|
|
405
405
|
Release a new saltcorn version
|
|
406
406
|
```
|
|
407
407
|
|
|
408
|
-
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
408
|
+
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/dev/release.js)_
|
|
409
409
|
|
|
410
410
|
## `saltcorn dev:release-resume VERSION`
|
|
411
411
|
|
|
@@ -425,7 +425,7 @@ DESCRIPTION
|
|
|
425
425
|
Release a new saltcorn version
|
|
426
426
|
```
|
|
427
427
|
|
|
428
|
-
_See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
428
|
+
_See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/dev/release-resume.js)_
|
|
429
429
|
|
|
430
430
|
## `saltcorn dev:test-plugin PATH`
|
|
431
431
|
|
|
@@ -444,7 +444,7 @@ DESCRIPTION
|
|
|
444
444
|
Extra documentation goes here
|
|
445
445
|
```
|
|
446
446
|
|
|
447
|
-
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
447
|
+
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/dev/test-plugin.js)_
|
|
448
448
|
|
|
449
449
|
## `saltcorn fixtures`
|
|
450
450
|
|
|
@@ -464,7 +464,7 @@ DESCRIPTION
|
|
|
464
464
|
This manual step it is never required for users and rarely required for developers
|
|
465
465
|
```
|
|
466
466
|
|
|
467
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
467
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/fixtures.js)_
|
|
468
468
|
|
|
469
469
|
## `saltcorn get-cfg [KEY]`
|
|
470
470
|
|
|
@@ -485,7 +485,7 @@ DESCRIPTION
|
|
|
485
485
|
Get a configuration value. The value is printed to stdout as a JSON value
|
|
486
486
|
```
|
|
487
487
|
|
|
488
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
488
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/get-cfg.js)_
|
|
489
489
|
|
|
490
490
|
## `saltcorn info`
|
|
491
491
|
|
|
@@ -508,7 +508,7 @@ ALIASES
|
|
|
508
508
|
$ saltcorn paths
|
|
509
509
|
```
|
|
510
510
|
|
|
511
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
511
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/info.js)_
|
|
512
512
|
|
|
513
513
|
## `saltcorn inspect TYPE [NAME]`
|
|
514
514
|
|
|
@@ -529,7 +529,7 @@ DESCRIPTION
|
|
|
529
529
|
Inspect an entity's JSON representation, or list entities
|
|
530
530
|
```
|
|
531
531
|
|
|
532
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
532
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/inspect.js)_
|
|
533
533
|
|
|
534
534
|
## `saltcorn install-pack`
|
|
535
535
|
|
|
@@ -548,7 +548,7 @@ DESCRIPTION
|
|
|
548
548
|
Install a pack or restore a snapshot
|
|
549
549
|
```
|
|
550
550
|
|
|
551
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
551
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/install-pack.js)_
|
|
552
552
|
|
|
553
553
|
## `saltcorn install-plugin`
|
|
554
554
|
|
|
@@ -568,7 +568,7 @@ DESCRIPTION
|
|
|
568
568
|
Install a plugin
|
|
569
569
|
```
|
|
570
570
|
|
|
571
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
571
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/install-plugin.js)_
|
|
572
572
|
|
|
573
573
|
## `saltcorn list-tenants`
|
|
574
574
|
|
|
@@ -587,7 +587,7 @@ DESCRIPTION
|
|
|
587
587
|
List tenants in CSV format
|
|
588
588
|
```
|
|
589
589
|
|
|
590
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
590
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/list-tenants.js)_
|
|
591
591
|
|
|
592
592
|
## `saltcorn list-triggers`
|
|
593
593
|
|
|
@@ -606,7 +606,7 @@ DESCRIPTION
|
|
|
606
606
|
List triggers
|
|
607
607
|
```
|
|
608
608
|
|
|
609
|
-
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
609
|
+
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/list-triggers.js)_
|
|
610
610
|
|
|
611
611
|
## `saltcorn list-users`
|
|
612
612
|
|
|
@@ -624,7 +624,7 @@ DESCRIPTION
|
|
|
624
624
|
List users
|
|
625
625
|
```
|
|
626
626
|
|
|
627
|
-
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
627
|
+
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/list-users.js)_
|
|
628
628
|
|
|
629
629
|
## `saltcorn saltcorn migrate`
|
|
630
630
|
|
|
@@ -647,7 +647,7 @@ DESCRIPTION
|
|
|
647
647
|
servers and need to control when the migrations are run.
|
|
648
648
|
```
|
|
649
649
|
|
|
650
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
650
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/migrate.js)_
|
|
651
651
|
|
|
652
652
|
## `saltcorn modify-user USER_EMAIL`
|
|
653
653
|
|
|
@@ -678,7 +678,7 @@ DESCRIPTION
|
|
|
678
678
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
679
679
|
```
|
|
680
680
|
|
|
681
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
681
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/modify-user.js)_
|
|
682
682
|
|
|
683
683
|
## `saltcorn paths`
|
|
684
684
|
|
|
@@ -730,7 +730,7 @@ EXAMPLES
|
|
|
730
730
|
plugins -u -f - force plugin update
|
|
731
731
|
```
|
|
732
732
|
|
|
733
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
733
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/plugins.js)_
|
|
734
734
|
|
|
735
735
|
## `saltcorn reset-schema`
|
|
736
736
|
|
|
@@ -750,7 +750,7 @@ DESCRIPTION
|
|
|
750
750
|
This will delete all existing information
|
|
751
751
|
```
|
|
752
752
|
|
|
753
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
753
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/reset-schema.js)_
|
|
754
754
|
|
|
755
755
|
## `saltcorn restore FILE`
|
|
756
756
|
|
|
@@ -770,7 +770,7 @@ DESCRIPTION
|
|
|
770
770
|
Restore a previously backed up database (zip or sqlc format)
|
|
771
771
|
```
|
|
772
772
|
|
|
773
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
773
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/restore.js)_
|
|
774
774
|
|
|
775
775
|
## `saltcorn rm-tenant`
|
|
776
776
|
|
|
@@ -790,7 +790,7 @@ DESCRIPTION
|
|
|
790
790
|
It recommended to make backup of tenant before perform this command.
|
|
791
791
|
```
|
|
792
792
|
|
|
793
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
793
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/rm-tenant.js)_
|
|
794
794
|
|
|
795
795
|
## `saltcorn run-benchmark [BASEURL]`
|
|
796
796
|
|
|
@@ -812,7 +812,7 @@ DESCRIPTION
|
|
|
812
812
|
Run benchmark
|
|
813
813
|
```
|
|
814
814
|
|
|
815
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
815
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/run-benchmark.js)_
|
|
816
816
|
|
|
817
817
|
## `saltcorn run-js`
|
|
818
818
|
|
|
@@ -831,7 +831,7 @@ DESCRIPTION
|
|
|
831
831
|
Run javascript code
|
|
832
832
|
```
|
|
833
833
|
|
|
834
|
-
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
834
|
+
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/run-js.js)_
|
|
835
835
|
|
|
836
836
|
## `saltcorn run-sql`
|
|
837
837
|
|
|
@@ -850,7 +850,7 @@ DESCRIPTION
|
|
|
850
850
|
Run sql expression
|
|
851
851
|
```
|
|
852
852
|
|
|
853
|
-
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
853
|
+
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/run-sql.js)_
|
|
854
854
|
|
|
855
855
|
## `saltcorn run-tests [PACKAGE]`
|
|
856
856
|
|
|
@@ -877,7 +877,7 @@ DESCRIPTION
|
|
|
877
877
|
Run test suites
|
|
878
878
|
```
|
|
879
879
|
|
|
880
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
880
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/run-tests.js)_
|
|
881
881
|
|
|
882
882
|
## `saltcorn run-trigger TRIGGER`
|
|
883
883
|
|
|
@@ -897,7 +897,7 @@ DESCRIPTION
|
|
|
897
897
|
Run a trigger
|
|
898
898
|
```
|
|
899
899
|
|
|
900
|
-
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
900
|
+
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/run-trigger.js)_
|
|
901
901
|
|
|
902
902
|
## `saltcorn scheduler`
|
|
903
903
|
|
|
@@ -914,7 +914,7 @@ DESCRIPTION
|
|
|
914
914
|
Run the Saltcorn scheduler
|
|
915
915
|
```
|
|
916
916
|
|
|
917
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
917
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/scheduler.js)_
|
|
918
918
|
|
|
919
919
|
## `saltcorn serve`
|
|
920
920
|
|
|
@@ -938,7 +938,7 @@ DESCRIPTION
|
|
|
938
938
|
Start the Saltcorn server
|
|
939
939
|
```
|
|
940
940
|
|
|
941
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
941
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/serve.js)_
|
|
942
942
|
|
|
943
943
|
## `saltcorn set-cfg [KEY] [VALUE]`
|
|
944
944
|
|
|
@@ -963,7 +963,7 @@ DESCRIPTION
|
|
|
963
963
|
stored as a string.
|
|
964
964
|
```
|
|
965
965
|
|
|
966
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
966
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/set-cfg.js)_
|
|
967
967
|
|
|
968
968
|
## `saltcorn set-daily-time [MINS]`
|
|
969
969
|
|
|
@@ -983,7 +983,7 @@ DESCRIPTION
|
|
|
983
983
|
Set the time the default daily event will run, offset in minutes from the current time. Restart required.
|
|
984
984
|
```
|
|
985
985
|
|
|
986
|
-
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
986
|
+
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/set-daily-time.js)_
|
|
987
987
|
|
|
988
988
|
## `saltcorn setup`
|
|
989
989
|
|
|
@@ -1003,7 +1003,7 @@ DESCRIPTION
|
|
|
1003
1003
|
configuration file
|
|
1004
1004
|
```
|
|
1005
1005
|
|
|
1006
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
1006
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/setup.js)_
|
|
1007
1007
|
|
|
1008
1008
|
## `saltcorn setup-benchmark`
|
|
1009
1009
|
|
|
@@ -1021,7 +1021,7 @@ DESCRIPTION
|
|
|
1021
1021
|
Setup an instance for benchmarking
|
|
1022
1022
|
```
|
|
1023
1023
|
|
|
1024
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
1024
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/setup-benchmark.js)_
|
|
1025
1025
|
|
|
1026
1026
|
## `saltcorn sync-upload-data`
|
|
1027
1027
|
|
|
@@ -1042,7 +1042,7 @@ DESCRIPTION
|
|
|
1042
1042
|
Runs a sync for data supplied by the mobile app
|
|
1043
1043
|
```
|
|
1044
1044
|
|
|
1045
|
-
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
1045
|
+
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/sync-upload-data.js)_
|
|
1046
1046
|
|
|
1047
1047
|
## `saltcorn take-snapshot`
|
|
1048
1048
|
|
|
@@ -1060,7 +1060,7 @@ DESCRIPTION
|
|
|
1060
1060
|
Print a current snapshout to stdout
|
|
1061
1061
|
```
|
|
1062
1062
|
|
|
1063
|
-
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
1063
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/take-snapshot.js)_
|
|
1064
1064
|
|
|
1065
1065
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
1066
1066
|
|
|
@@ -1080,5 +1080,5 @@ DESCRIPTION
|
|
|
1080
1080
|
transform an existing field by applying a calculated expression
|
|
1081
1081
|
```
|
|
1082
1082
|
|
|
1083
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.
|
|
1083
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.5/packages/saltcorn-cli/src/commands/transform-field.js)_
|
|
1084
1084
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saltcorn/cli",
|
|
3
|
-
"version": "1.1.2-beta.
|
|
3
|
+
"version": "1.1.2-beta.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@saltcorn/cli",
|
|
9
|
-
"version": "1.1.2-beta.
|
|
9
|
+
"version": "1.1.2-beta.5",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4.2.4",
|
|
13
13
|
"@oclif/plugin-plugins": "^5.4.26",
|
|
14
|
-
"@saltcorn/admin-models": "1.1.2-beta.
|
|
15
|
-
"@saltcorn/common-code": "1.1.2-beta.
|
|
16
|
-
"@saltcorn/data": "1.1.2-beta.
|
|
17
|
-
"@saltcorn/mobile-app": "1.1.2-beta.
|
|
18
|
-
"@saltcorn/mobile-builder": "1.1.2-beta.
|
|
19
|
-
"@saltcorn/plugins-loader": "1.1.2-beta.
|
|
20
|
-
"@saltcorn/server": "1.1.2-beta.
|
|
14
|
+
"@saltcorn/admin-models": "1.1.2-beta.5",
|
|
15
|
+
"@saltcorn/common-code": "1.1.2-beta.5",
|
|
16
|
+
"@saltcorn/data": "1.1.2-beta.5",
|
|
17
|
+
"@saltcorn/mobile-app": "1.1.2-beta.5",
|
|
18
|
+
"@saltcorn/mobile-builder": "1.1.2-beta.5",
|
|
19
|
+
"@saltcorn/plugins-loader": "1.1.2-beta.5",
|
|
20
|
+
"@saltcorn/server": "1.1.2-beta.5",
|
|
21
21
|
"contractis": "^0.1.0",
|
|
22
22
|
"dateformat": "^4.6.3",
|
|
23
23
|
"inquirer": "^12.3.3",
|
|
@@ -1605,9 +1605,9 @@
|
|
|
1605
1605
|
}
|
|
1606
1606
|
},
|
|
1607
1607
|
"node_modules/@grpc/grpc-js": {
|
|
1608
|
-
"version": "1.12.
|
|
1609
|
-
"resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.12.
|
|
1610
|
-
"integrity": "sha512-
|
|
1608
|
+
"version": "1.12.6",
|
|
1609
|
+
"resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.12.6.tgz",
|
|
1610
|
+
"integrity": "sha512-JXUj6PI0oqqzTGvKtzOkxtpsyPRNsrmhh41TtIz/zEB6J+AUiZZ0dxWzcMwO9Ns5rmSPuMdghlTbUuqIM48d3Q==",
|
|
1611
1611
|
"license": "Apache-2.0",
|
|
1612
1612
|
"dependencies": {
|
|
1613
1613
|
"@grpc/proto-loader": "^0.7.13",
|
|
@@ -3783,15 +3783,15 @@
|
|
|
3783
3783
|
}
|
|
3784
3784
|
},
|
|
3785
3785
|
"node_modules/@saltcorn/admin-models": {
|
|
3786
|
-
"version": "1.1.2-beta.
|
|
3787
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-1.1.2-beta.
|
|
3788
|
-
"integrity": "sha512-
|
|
3786
|
+
"version": "1.1.2-beta.5",
|
|
3787
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-1.1.2-beta.5.tgz",
|
|
3788
|
+
"integrity": "sha512-S4gBLMBJmZRiVuRim/iqv129nZMBiOO8Cd2x21gRlZISRRQSoge2uKF0+TOiEiVxgdSCSubMYx3udcPcC5VULA==",
|
|
3789
3789
|
"license": "MIT",
|
|
3790
3790
|
"dependencies": {
|
|
3791
|
-
"@saltcorn/data": "1.1.2-beta.
|
|
3792
|
-
"@saltcorn/db-common": "1.1.2-beta.
|
|
3793
|
-
"@saltcorn/markup": "1.1.2-beta.
|
|
3794
|
-
"@saltcorn/types": "1.1.2-beta.
|
|
3791
|
+
"@saltcorn/data": "1.1.2-beta.5",
|
|
3792
|
+
"@saltcorn/db-common": "1.1.2-beta.5",
|
|
3793
|
+
"@saltcorn/markup": "1.1.2-beta.5",
|
|
3794
|
+
"@saltcorn/types": "1.1.2-beta.5",
|
|
3795
3795
|
"adm-zip": "0.5.16",
|
|
3796
3796
|
"chaos-guinea-pig": "0.2.0",
|
|
3797
3797
|
"csv-stringify": "^6.5.2",
|
|
@@ -3804,40 +3804,40 @@
|
|
|
3804
3804
|
}
|
|
3805
3805
|
},
|
|
3806
3806
|
"node_modules/@saltcorn/base-plugin": {
|
|
3807
|
-
"version": "1.1.2-beta.
|
|
3808
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-1.1.2-beta.
|
|
3809
|
-
"integrity": "sha512-
|
|
3807
|
+
"version": "1.1.2-beta.5",
|
|
3808
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-1.1.2-beta.5.tgz",
|
|
3809
|
+
"integrity": "sha512-FofDx4obdwyH/eM3IlbVCpf2t8OVsI49DUqvAdgFPbpZg1wQTb66+w+khA2dhYE5Hr/AzSVGel7oA7b+8QfKrw==",
|
|
3810
3810
|
"license": "MIT",
|
|
3811
3811
|
"dependencies": {
|
|
3812
|
-
"@saltcorn/data": "1.1.2-beta.
|
|
3812
|
+
"@saltcorn/data": "1.1.2-beta.5"
|
|
3813
3813
|
}
|
|
3814
3814
|
},
|
|
3815
3815
|
"node_modules/@saltcorn/builder": {
|
|
3816
|
-
"version": "1.1.2-beta.
|
|
3817
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-1.1.2-beta.
|
|
3818
|
-
"integrity": "sha512-
|
|
3816
|
+
"version": "1.1.2-beta.5",
|
|
3817
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-1.1.2-beta.5.tgz",
|
|
3818
|
+
"integrity": "sha512-6VtM55ox79KHqWY5INEscqb0KWGNp3L/2EcCCmIL8zWaKYGCfzGHz4XzbZgGQgaFqdZwgchOnjpLNmyDUDJpug==",
|
|
3819
3819
|
"license": "MIT",
|
|
3820
3820
|
"dependencies": {
|
|
3821
3821
|
"styled-components": "4.4.1"
|
|
3822
3822
|
}
|
|
3823
3823
|
},
|
|
3824
3824
|
"node_modules/@saltcorn/common-code": {
|
|
3825
|
-
"version": "1.1.2-beta.
|
|
3826
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-1.1.2-beta.
|
|
3827
|
-
"integrity": "sha512-
|
|
3825
|
+
"version": "1.1.2-beta.5",
|
|
3826
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-1.1.2-beta.5.tgz",
|
|
3827
|
+
"integrity": "sha512-0OqrLuME6JRprYMLvwUpBHArx1x4+EN7JEGH+qnkOVB4kFsABBV1AvStBQ1Vs7rCys003roFvWhTnL2kcJUHjw==",
|
|
3828
3828
|
"license": "MIT"
|
|
3829
3829
|
},
|
|
3830
3830
|
"node_modules/@saltcorn/data": {
|
|
3831
|
-
"version": "1.1.2-beta.
|
|
3832
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-1.1.2-beta.
|
|
3833
|
-
"integrity": "sha512-
|
|
3831
|
+
"version": "1.1.2-beta.5",
|
|
3832
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-1.1.2-beta.5.tgz",
|
|
3833
|
+
"integrity": "sha512-38Wb2P+XaJaf1M/5BOsGJwoHQvtVHCYkFpG1UKjLY3oBKr2E5Adk3X+sM0E0Wr22FinfV9y/PwLg8jysiCLoeQ==",
|
|
3834
3834
|
"license": "MIT",
|
|
3835
3835
|
"dependencies": {
|
|
3836
|
-
"@saltcorn/common-code": "1.1.2-beta.
|
|
3837
|
-
"@saltcorn/db-common": "1.1.2-beta.
|
|
3838
|
-
"@saltcorn/markup": "1.1.2-beta.
|
|
3839
|
-
"@saltcorn/sqlite-mobile": "1.1.2-beta.
|
|
3840
|
-
"@saltcorn/types": "1.1.2-beta.
|
|
3836
|
+
"@saltcorn/common-code": "1.1.2-beta.5",
|
|
3837
|
+
"@saltcorn/db-common": "1.1.2-beta.5",
|
|
3838
|
+
"@saltcorn/markup": "1.1.2-beta.5",
|
|
3839
|
+
"@saltcorn/sqlite-mobile": "1.1.2-beta.5",
|
|
3840
|
+
"@saltcorn/types": "1.1.2-beta.5",
|
|
3841
3841
|
"acorn": "^8.14.0",
|
|
3842
3842
|
"assert": "^2.1.0",
|
|
3843
3843
|
"astring": "^1.9.0",
|
|
@@ -3883,28 +3883,28 @@
|
|
|
3883
3883
|
"vm-browserify": "^1.1.2"
|
|
3884
3884
|
},
|
|
3885
3885
|
"optionalDependencies": {
|
|
3886
|
-
"@saltcorn/postgres": "1.1.2-beta.
|
|
3887
|
-
"@saltcorn/sqlite": "1.1.2-beta.
|
|
3886
|
+
"@saltcorn/postgres": "1.1.2-beta.5",
|
|
3887
|
+
"@saltcorn/sqlite": "1.1.2-beta.5"
|
|
3888
3888
|
}
|
|
3889
3889
|
},
|
|
3890
3890
|
"node_modules/@saltcorn/db-common": {
|
|
3891
|
-
"version": "1.1.2-beta.
|
|
3892
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-1.1.2-beta.
|
|
3893
|
-
"integrity": "sha512-
|
|
3891
|
+
"version": "1.1.2-beta.5",
|
|
3892
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-1.1.2-beta.5.tgz",
|
|
3893
|
+
"integrity": "sha512-ZiaozDHQML2Qu7yazA7i5Kqbdy2GDIOEmQuOpqsdEHwxMqcGrdKRbTWXCW0iwqWzU9HD2SDWFlEwWAFX+2/Jzg==",
|
|
3894
3894
|
"license": "MIT"
|
|
3895
3895
|
},
|
|
3896
3896
|
"node_modules/@saltcorn/filemanager": {
|
|
3897
|
-
"version": "1.1.2-beta.
|
|
3898
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-1.1.2-beta.
|
|
3899
|
-
"integrity": "sha512-
|
|
3897
|
+
"version": "1.1.2-beta.5",
|
|
3898
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-1.1.2-beta.5.tgz",
|
|
3899
|
+
"integrity": "sha512-EsPrvurL/hP+Ulwy9PW5DEcptLigJebBoIV8sfZNBo0I5p3ZwID+ZyepZnHGSVHdfan/C9xE09G2okmURg55OA==",
|
|
3900
3900
|
"dependencies": {
|
|
3901
3901
|
"sirv-cli": "^2.0.0"
|
|
3902
3902
|
}
|
|
3903
3903
|
},
|
|
3904
3904
|
"node_modules/@saltcorn/markup": {
|
|
3905
|
-
"version": "1.1.2-beta.
|
|
3906
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-1.1.2-beta.
|
|
3907
|
-
"integrity": "sha512-
|
|
3905
|
+
"version": "1.1.2-beta.5",
|
|
3906
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-1.1.2-beta.5.tgz",
|
|
3907
|
+
"integrity": "sha512-VpqFMtTeDwHGcm46WHeQui/jcfe6N08O1z3sySC/LTI4w4kyVFjWfoWxK1MUTUDVbMpwL6P5smQrR6a3KSFSGA==",
|
|
3908
3908
|
"license": "MIT",
|
|
3909
3909
|
"dependencies": {
|
|
3910
3910
|
"escape-html": "^1.0.3",
|
|
@@ -3913,9 +3913,9 @@
|
|
|
3913
3913
|
}
|
|
3914
3914
|
},
|
|
3915
3915
|
"node_modules/@saltcorn/mobile-app": {
|
|
3916
|
-
"version": "1.1.2-beta.
|
|
3917
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-1.1.2-beta.
|
|
3918
|
-
"integrity": "sha512-
|
|
3916
|
+
"version": "1.1.2-beta.5",
|
|
3917
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-1.1.2-beta.5.tgz",
|
|
3918
|
+
"integrity": "sha512-iDIX5au4cuS5hrvI7yV/ZvuOn2L+k4GxF/7VXvbZes39ApaLuq/DPU7qCfA0TgQnvE3ZlfsPGRxgySCldbe1EA==",
|
|
3919
3919
|
"license": "MIT",
|
|
3920
3920
|
"dependencies": {
|
|
3921
3921
|
"axios": "^1.7.7",
|
|
@@ -3937,18 +3937,18 @@
|
|
|
3937
3937
|
}
|
|
3938
3938
|
},
|
|
3939
3939
|
"node_modules/@saltcorn/mobile-builder": {
|
|
3940
|
-
"version": "1.1.2-beta.
|
|
3941
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-1.1.2-beta.
|
|
3942
|
-
"integrity": "sha512-
|
|
3943
|
-
"license": "MIT",
|
|
3944
|
-
"dependencies": {
|
|
3945
|
-
"@saltcorn/base-plugin": "1.1.2-beta.
|
|
3946
|
-
"@saltcorn/data": "1.1.2-beta.
|
|
3947
|
-
"@saltcorn/db-common": "1.1.2-beta.
|
|
3948
|
-
"@saltcorn/markup": "1.1.2-beta.
|
|
3949
|
-
"@saltcorn/mobile-app": "1.1.2-beta.
|
|
3950
|
-
"@saltcorn/sbadmin2": "1.1.2-beta.
|
|
3951
|
-
"@saltcorn/server": "1.1.2-beta.
|
|
3940
|
+
"version": "1.1.2-beta.5",
|
|
3941
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-1.1.2-beta.5.tgz",
|
|
3942
|
+
"integrity": "sha512-o75FhUheiAky2dX4dNc1XbHu7dwUbxsOlWcfNz2ow/uUmxeEg+l/xWQUz8++TQqkIIhz3QaTcu0PuENq7dilMw==",
|
|
3943
|
+
"license": "MIT",
|
|
3944
|
+
"dependencies": {
|
|
3945
|
+
"@saltcorn/base-plugin": "1.1.2-beta.5",
|
|
3946
|
+
"@saltcorn/data": "1.1.2-beta.5",
|
|
3947
|
+
"@saltcorn/db-common": "1.1.2-beta.5",
|
|
3948
|
+
"@saltcorn/markup": "1.1.2-beta.5",
|
|
3949
|
+
"@saltcorn/mobile-app": "1.1.2-beta.5",
|
|
3950
|
+
"@saltcorn/sbadmin2": "1.1.2-beta.5",
|
|
3951
|
+
"@saltcorn/server": "1.1.2-beta.5",
|
|
3952
3952
|
"fs-extra": "^11.3.0",
|
|
3953
3953
|
"live-plugin-manager": "^1.0.0",
|
|
3954
3954
|
"resize-with-sharp-or-jimp": "0.1.8",
|
|
@@ -3959,56 +3959,56 @@
|
|
|
3959
3959
|
}
|
|
3960
3960
|
},
|
|
3961
3961
|
"node_modules/@saltcorn/plugins-loader": {
|
|
3962
|
-
"version": "1.1.2-beta.
|
|
3963
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-1.1.2-beta.
|
|
3964
|
-
"integrity": "sha512-
|
|
3962
|
+
"version": "1.1.2-beta.5",
|
|
3963
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-1.1.2-beta.5.tgz",
|
|
3964
|
+
"integrity": "sha512-WA+bEeqxo7H39QT1qM+xj/CvLK56R2aN5udszXIHiFrErc0zqOYSXI7icCAJWfBbR3MUahfpikXSacBTPAZkWw==",
|
|
3965
3965
|
"license": "MIT",
|
|
3966
3966
|
"dependencies": {
|
|
3967
|
-
"@saltcorn/data": "1.1.2-beta.
|
|
3967
|
+
"@saltcorn/data": "1.1.2-beta.5",
|
|
3968
3968
|
"env-paths": "^2.2.1",
|
|
3969
3969
|
"https-proxy-agent": "^7.0.6",
|
|
3970
3970
|
"npm-registry-fetch": "17.1.0"
|
|
3971
3971
|
}
|
|
3972
3972
|
},
|
|
3973
3973
|
"node_modules/@saltcorn/postgres": {
|
|
3974
|
-
"version": "1.1.2-beta.
|
|
3975
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-1.1.2-beta.
|
|
3976
|
-
"integrity": "sha512-
|
|
3974
|
+
"version": "1.1.2-beta.5",
|
|
3975
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-1.1.2-beta.5.tgz",
|
|
3976
|
+
"integrity": "sha512-4oIMRWsmjkaDDJksTHi6xoZ8Qj6dDOUaF4G8EkgPOP2K7buW9bVxO5MMyDhN0mICWP0WBgkuRJGIwL2vP4ebZg==",
|
|
3977
3977
|
"license": "MIT",
|
|
3978
3978
|
"optional": true,
|
|
3979
3979
|
"dependencies": {
|
|
3980
|
-
"@saltcorn/db-common": "1.1.2-beta.
|
|
3980
|
+
"@saltcorn/db-common": "1.1.2-beta.5",
|
|
3981
3981
|
"pg": "^8.13.1",
|
|
3982
3982
|
"pg-copy-streams": "^6.0.6",
|
|
3983
3983
|
"replacestream": "4.0.3"
|
|
3984
3984
|
}
|
|
3985
3985
|
},
|
|
3986
3986
|
"node_modules/@saltcorn/sbadmin2": {
|
|
3987
|
-
"version": "1.1.2-beta.
|
|
3988
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-1.1.2-beta.
|
|
3989
|
-
"integrity": "sha512-
|
|
3987
|
+
"version": "1.1.2-beta.5",
|
|
3988
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-1.1.2-beta.5.tgz",
|
|
3989
|
+
"integrity": "sha512-jfHPLo1Yqr8jAJmsGQL3bxqHmbarR91c8mTKW+5ZcDam1xGU7FnjAjtWgqn9/T/aS4ry8Y3mGqomuRdtjHaIKg==",
|
|
3990
3990
|
"license": "MIT",
|
|
3991
3991
|
"dependencies": {
|
|
3992
|
-
"@saltcorn/data": "1.1.2-beta.
|
|
3993
|
-
"@saltcorn/markup": "1.1.2-beta.
|
|
3992
|
+
"@saltcorn/data": "1.1.2-beta.5",
|
|
3993
|
+
"@saltcorn/markup": "1.1.2-beta.5"
|
|
3994
3994
|
}
|
|
3995
3995
|
},
|
|
3996
3996
|
"node_modules/@saltcorn/server": {
|
|
3997
|
-
"version": "1.1.2-beta.
|
|
3998
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-1.1.2-beta.
|
|
3999
|
-
"integrity": "sha512-
|
|
3997
|
+
"version": "1.1.2-beta.5",
|
|
3998
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-1.1.2-beta.5.tgz",
|
|
3999
|
+
"integrity": "sha512-MazeTV+xO2a0urbbeEJC3xqoLTIldxMJkjh/ndOJXRPgaZP2z/WrpK/SfyaLUVUyK0joS0XMqrp0ggyI4A4BMQ==",
|
|
4000
4000
|
"license": "MIT",
|
|
4001
4001
|
"dependencies": {
|
|
4002
4002
|
"@aws-sdk/client-s3": "^3.735.0",
|
|
4003
4003
|
"@dr.pogodin/csurf": "^1.14.1",
|
|
4004
|
-
"@saltcorn/admin-models": "1.1.2-beta.
|
|
4005
|
-
"@saltcorn/base-plugin": "1.1.2-beta.
|
|
4006
|
-
"@saltcorn/builder": "1.1.2-beta.
|
|
4007
|
-
"@saltcorn/data": "1.1.2-beta.
|
|
4008
|
-
"@saltcorn/filemanager": "1.1.2-beta.
|
|
4009
|
-
"@saltcorn/markup": "1.1.2-beta.
|
|
4010
|
-
"@saltcorn/plugins-loader": "1.1.2-beta.
|
|
4011
|
-
"@saltcorn/sbadmin2": "1.1.2-beta.
|
|
4004
|
+
"@saltcorn/admin-models": "1.1.2-beta.5",
|
|
4005
|
+
"@saltcorn/base-plugin": "1.1.2-beta.5",
|
|
4006
|
+
"@saltcorn/builder": "1.1.2-beta.5",
|
|
4007
|
+
"@saltcorn/data": "1.1.2-beta.5",
|
|
4008
|
+
"@saltcorn/filemanager": "1.1.2-beta.5",
|
|
4009
|
+
"@saltcorn/markup": "1.1.2-beta.5",
|
|
4010
|
+
"@saltcorn/plugins-loader": "1.1.2-beta.5",
|
|
4011
|
+
"@saltcorn/sbadmin2": "1.1.2-beta.5",
|
|
4012
4012
|
"@socket.io/cluster-adapter": "^0.2.1",
|
|
4013
4013
|
"@socket.io/sticky": "^1.0.1",
|
|
4014
4014
|
"adm-zip": "0.5.16",
|
|
@@ -4064,33 +4064,33 @@
|
|
|
4064
4064
|
}
|
|
4065
4065
|
},
|
|
4066
4066
|
"node_modules/@saltcorn/sqlite": {
|
|
4067
|
-
"version": "1.1.2-beta.
|
|
4068
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-1.1.2-beta.
|
|
4069
|
-
"integrity": "sha512-
|
|
4067
|
+
"version": "1.1.2-beta.5",
|
|
4068
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-1.1.2-beta.5.tgz",
|
|
4069
|
+
"integrity": "sha512-dbQeDuwsK7MmagNIAXT5ZtY+pHNLN7rkUU1KmNRgqDkWq6+8LXhrj/YX4vqRZ2xGZ2qAqbFgOMS+bg9/Kt2PSw==",
|
|
4070
4070
|
"license": "MIT",
|
|
4071
4071
|
"optional": true,
|
|
4072
4072
|
"dependencies": {
|
|
4073
|
-
"@saltcorn/db-common": "1.1.2-beta.
|
|
4073
|
+
"@saltcorn/db-common": "1.1.2-beta.5"
|
|
4074
4074
|
},
|
|
4075
4075
|
"optionalDependencies": {
|
|
4076
4076
|
"sqlite3": "5.1.7"
|
|
4077
4077
|
}
|
|
4078
4078
|
},
|
|
4079
4079
|
"node_modules/@saltcorn/sqlite-mobile": {
|
|
4080
|
-
"version": "1.1.2-beta.
|
|
4081
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-1.1.2-beta.
|
|
4082
|
-
"integrity": "sha512-
|
|
4080
|
+
"version": "1.1.2-beta.5",
|
|
4081
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-1.1.2-beta.5.tgz",
|
|
4082
|
+
"integrity": "sha512-6JIPW/ZwOsOCgu3QULT8G4XoHl5goAbxwJRv+6iKZt45bE4k/DTo80d0wfoWhBVVhg2eA0sOhQlnIoPUm9CkLA==",
|
|
4083
4083
|
"license": "MIT",
|
|
4084
4084
|
"dependencies": {
|
|
4085
4085
|
"@capacitor-community/sqlite": "^6.0.2",
|
|
4086
4086
|
"@capacitor/core": "^6.2.0",
|
|
4087
|
-
"@saltcorn/db-common": "1.1.2-beta.
|
|
4087
|
+
"@saltcorn/db-common": "1.1.2-beta.5"
|
|
4088
4088
|
}
|
|
4089
4089
|
},
|
|
4090
4090
|
"node_modules/@saltcorn/types": {
|
|
4091
|
-
"version": "1.1.2-beta.
|
|
4092
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-1.1.2-beta.
|
|
4093
|
-
"integrity": "sha512-
|
|
4091
|
+
"version": "1.1.2-beta.5",
|
|
4092
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-1.1.2-beta.5.tgz",
|
|
4093
|
+
"integrity": "sha512-x5Os7WKoBvejihQxZU1BjDCt5keHUsqNQoR/iRI/EbrpHcp3kHLf1E/YZUZ7ne5pSULPKg+03fxdw4cxxgptWg==",
|
|
4094
4094
|
"license": "MIT"
|
|
4095
4095
|
},
|
|
4096
4096
|
"node_modules/@sinclair/typebox": {
|
|
@@ -4905,9 +4905,9 @@
|
|
|
4905
4905
|
"license": "MIT"
|
|
4906
4906
|
},
|
|
4907
4907
|
"node_modules/@stencil/core": {
|
|
4908
|
-
"version": "4.25.
|
|
4909
|
-
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.25.
|
|
4910
|
-
"integrity": "sha512-
|
|
4908
|
+
"version": "4.25.3",
|
|
4909
|
+
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.25.3.tgz",
|
|
4910
|
+
"integrity": "sha512-wYSMS59jxB2ulWF8oNYOCMCo4NhGsvopn0Q7l7MBDQPRluBrodKRMfJiDV40tkJfYB4tq7o2TvgjcacH1gDNvQ==",
|
|
4911
4911
|
"license": "MIT",
|
|
4912
4912
|
"bin": {
|
|
4913
4913
|
"stencil": "bin/stencil"
|
|
@@ -8148,9 +8148,9 @@
|
|
|
8148
8148
|
}
|
|
8149
8149
|
},
|
|
8150
8150
|
"node_modules/electron-to-chromium": {
|
|
8151
|
-
"version": "1.5.
|
|
8152
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
8153
|
-
"integrity": "sha512-
|
|
8151
|
+
"version": "1.5.92",
|
|
8152
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.92.tgz",
|
|
8153
|
+
"integrity": "sha512-BeHgmNobs05N1HMmMZ7YIuHfYBGlq/UmvlsTgg+fsbFs9xVMj+xJHFg19GN04+9Q+r8Xnh9LXqaYIyEWElnNgQ==",
|
|
8154
8154
|
"license": "ISC"
|
|
8155
8155
|
},
|
|
8156
8156
|
"node_modules/elliptic": {
|
|
@@ -9527,9 +9527,9 @@
|
|
|
9527
9527
|
}
|
|
9528
9528
|
},
|
|
9529
9529
|
"node_modules/git-hooks-list": {
|
|
9530
|
-
"version": "3.
|
|
9531
|
-
"resolved": "https://registry.npmjs.org/git-hooks-list/-/git-hooks-list-3.
|
|
9532
|
-
"integrity": "sha512-
|
|
9530
|
+
"version": "3.2.0",
|
|
9531
|
+
"resolved": "https://registry.npmjs.org/git-hooks-list/-/git-hooks-list-3.2.0.tgz",
|
|
9532
|
+
"integrity": "sha512-ZHG9a1gEhUMX1TvGrLdyWb9kDopCBbTnI8z4JgRMYxsijWipgjSEYoPWqBuIB0DnRnvqlQSEeVmzpeuPm7NdFQ==",
|
|
9533
9533
|
"dev": true,
|
|
9534
9534
|
"license": "MIT",
|
|
9535
9535
|
"funding": {
|
|
@@ -16482,9 +16482,9 @@
|
|
|
16482
16482
|
}
|
|
16483
16483
|
},
|
|
16484
16484
|
"node_modules/object-inspect": {
|
|
16485
|
-
"version": "1.13.
|
|
16486
|
-
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.
|
|
16487
|
-
"integrity": "sha512-
|
|
16485
|
+
"version": "1.13.4",
|
|
16486
|
+
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
|
|
16487
|
+
"integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
|
|
16488
16488
|
"license": "MIT",
|
|
16489
16489
|
"engines": {
|
|
16490
16490
|
"node": ">= 0.4"
|
|
@@ -20299,9 +20299,9 @@
|
|
|
20299
20299
|
"license": "MIT"
|
|
20300
20300
|
},
|
|
20301
20301
|
"node_modules/terser": {
|
|
20302
|
-
"version": "5.
|
|
20303
|
-
"resolved": "https://registry.npmjs.org/terser/-/terser-5.
|
|
20304
|
-
"integrity": "sha512-
|
|
20302
|
+
"version": "5.38.0",
|
|
20303
|
+
"resolved": "https://registry.npmjs.org/terser/-/terser-5.38.0.tgz",
|
|
20304
|
+
"integrity": "sha512-a4GD5R1TjEeuCT6ZRiYMHmIf7okbCPEuhQET8bczV6FrQMMlFXA1n+G0KKjdlFCm3TEHV77GxfZB3vZSUQGFpg==",
|
|
20305
20305
|
"license": "BSD-2-Clause",
|
|
20306
20306
|
"dependencies": {
|
|
20307
20307
|
"@jridgewell/source-map": "^0.3.3",
|
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.2-beta.
|
|
5
|
+
"version": "1.1.2-beta.5",
|
|
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": "^4.2.4",
|
|
13
13
|
"@oclif/plugin-plugins": "^5.4.26",
|
|
14
|
-
"@saltcorn/admin-models": "1.1.2-beta.
|
|
15
|
-
"@saltcorn/common-code": "1.1.2-beta.
|
|
16
|
-
"@saltcorn/data": "1.1.2-beta.
|
|
17
|
-
"@saltcorn/mobile-app": "1.1.2-beta.
|
|
18
|
-
"@saltcorn/mobile-builder": "1.1.2-beta.
|
|
19
|
-
"@saltcorn/plugins-loader": "1.1.2-beta.
|
|
20
|
-
"@saltcorn/server": "1.1.2-beta.
|
|
14
|
+
"@saltcorn/admin-models": "1.1.2-beta.5",
|
|
15
|
+
"@saltcorn/common-code": "1.1.2-beta.5",
|
|
16
|
+
"@saltcorn/data": "1.1.2-beta.5",
|
|
17
|
+
"@saltcorn/mobile-app": "1.1.2-beta.5",
|
|
18
|
+
"@saltcorn/mobile-builder": "1.1.2-beta.5",
|
|
19
|
+
"@saltcorn/plugins-loader": "1.1.2-beta.5",
|
|
20
|
+
"@saltcorn/server": "1.1.2-beta.5",
|
|
21
21
|
"contractis": "^0.1.0",
|
|
22
22
|
"dateformat": "^4.6.3",
|
|
23
23
|
"inquirer": "^12.3.3",
|