@saltcorn/cli 1.1.2 → 1.1.3-beta.0
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 +49 -49
- package/npm-shrinkwrap.json +107 -132
- 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.
|
|
23
|
+
@saltcorn/cli/1.1.3-beta.0 linux-x64 node-v18.20.6
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -96,7 +96,7 @@ DESCRIPTION
|
|
|
96
96
|
Add Saltcorn schema to existing database
|
|
97
97
|
```
|
|
98
98
|
|
|
99
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
99
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/add-schema.js)_
|
|
100
100
|
|
|
101
101
|
## `saltcorn backup`
|
|
102
102
|
|
|
@@ -117,7 +117,7 @@ DESCRIPTION
|
|
|
117
117
|
Backup the PostgreSQL database to a file with pg_dump or saltcorn backup zip
|
|
118
118
|
```
|
|
119
119
|
|
|
120
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
120
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/backup.js)_
|
|
121
121
|
|
|
122
122
|
## `saltcorn build-app`
|
|
123
123
|
|
|
@@ -175,7 +175,7 @@ DESCRIPTION
|
|
|
175
175
|
Build mobile app
|
|
176
176
|
```
|
|
177
177
|
|
|
178
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
178
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/build-app.js)_
|
|
179
179
|
|
|
180
180
|
## `saltcorn build-capacitor-builder`
|
|
181
181
|
|
|
@@ -193,7 +193,7 @@ DESCRIPTION
|
|
|
193
193
|
Build the 'saltcorn/capacitor-builder' docker image or pull it from docker hub.
|
|
194
194
|
```
|
|
195
195
|
|
|
196
|
-
_See code: [src/commands/build-capacitor-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
196
|
+
_See code: [src/commands/build-capacitor-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/build-capacitor-builder.js)_
|
|
197
197
|
|
|
198
198
|
## `saltcorn configuration-check`
|
|
199
199
|
|
|
@@ -210,7 +210,7 @@ DESCRIPTION
|
|
|
210
210
|
Check configuration
|
|
211
211
|
```
|
|
212
212
|
|
|
213
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
213
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/configuration-check.js)_
|
|
214
214
|
|
|
215
215
|
## `saltcorn configuration-check-backups FILES`
|
|
216
216
|
|
|
@@ -230,7 +230,7 @@ DESCRIPTION
|
|
|
230
230
|
Check configuration
|
|
231
231
|
```
|
|
232
232
|
|
|
233
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
233
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/configuration-check-backups.js)_
|
|
234
234
|
|
|
235
235
|
## `saltcorn create-tenant TENANT`
|
|
236
236
|
|
|
@@ -252,7 +252,7 @@ DESCRIPTION
|
|
|
252
252
|
Create a tenant
|
|
253
253
|
```
|
|
254
254
|
|
|
255
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
255
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/create-tenant.js)_
|
|
256
256
|
|
|
257
257
|
## `saltcorn create-user`
|
|
258
258
|
|
|
@@ -273,7 +273,7 @@ DESCRIPTION
|
|
|
273
273
|
Create a new user
|
|
274
274
|
```
|
|
275
275
|
|
|
276
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
276
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/create-user.js)_
|
|
277
277
|
|
|
278
278
|
## `saltcorn delete-tenants`
|
|
279
279
|
|
|
@@ -287,7 +287,7 @@ DESCRIPTION
|
|
|
287
287
|
Delete inactive tenants
|
|
288
288
|
```
|
|
289
289
|
|
|
290
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
290
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/delete-tenants.js)_
|
|
291
291
|
|
|
292
292
|
## `saltcorn delete-user USER_EMAIL`
|
|
293
293
|
|
|
@@ -310,7 +310,7 @@ DESCRIPTION
|
|
|
310
310
|
Command deletes the user specified by USER_EMAIL.
|
|
311
311
|
```
|
|
312
312
|
|
|
313
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
313
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/delete-user.js)_
|
|
314
314
|
|
|
315
315
|
## `saltcorn dev:localize-plugin PLUGIN [PATH]`
|
|
316
316
|
|
|
@@ -332,7 +332,7 @@ DESCRIPTION
|
|
|
332
332
|
Convert plugin to local plugin
|
|
333
333
|
```
|
|
334
334
|
|
|
335
|
-
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
335
|
+
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/dev/localize-plugin.js)_
|
|
336
336
|
|
|
337
337
|
## `saltcorn make-migration`
|
|
338
338
|
|
|
@@ -349,7 +349,7 @@ DESCRIPTION
|
|
|
349
349
|
unless you are a developer.
|
|
350
350
|
```
|
|
351
351
|
|
|
352
|
-
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
352
|
+
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/dev/make-migration.js)_
|
|
353
353
|
|
|
354
354
|
## `saltcorn saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip`
|
|
355
355
|
|
|
@@ -370,7 +370,7 @@ DESCRIPTION
|
|
|
370
370
|
Install a plugin, spawn 'npm run test' in the install directory and check the return code.
|
|
371
371
|
```
|
|
372
372
|
|
|
373
|
-
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
373
|
+
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/dev/plugin-test.js)_
|
|
374
374
|
|
|
375
375
|
## `saltcorn dev:post-release [TASK]`
|
|
376
376
|
|
|
@@ -387,7 +387,7 @@ DESCRIPTION
|
|
|
387
387
|
Post-release tasks: docker and vagrant builds
|
|
388
388
|
```
|
|
389
389
|
|
|
390
|
-
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
390
|
+
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/dev/post-release.js)_
|
|
391
391
|
|
|
392
392
|
## `saltcorn dev:release VERSION`
|
|
393
393
|
|
|
@@ -407,7 +407,7 @@ DESCRIPTION
|
|
|
407
407
|
Release a new saltcorn version
|
|
408
408
|
```
|
|
409
409
|
|
|
410
|
-
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
410
|
+
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/dev/release.js)_
|
|
411
411
|
|
|
412
412
|
## `saltcorn dev:release-resume VERSION`
|
|
413
413
|
|
|
@@ -427,7 +427,7 @@ DESCRIPTION
|
|
|
427
427
|
Release a new saltcorn version
|
|
428
428
|
```
|
|
429
429
|
|
|
430
|
-
_See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
430
|
+
_See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/dev/release-resume.js)_
|
|
431
431
|
|
|
432
432
|
## `saltcorn dev:test-plugin PATH`
|
|
433
433
|
|
|
@@ -446,7 +446,7 @@ DESCRIPTION
|
|
|
446
446
|
Extra documentation goes here
|
|
447
447
|
```
|
|
448
448
|
|
|
449
|
-
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
449
|
+
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/dev/test-plugin.js)_
|
|
450
450
|
|
|
451
451
|
## `saltcorn dev:translate LOCALE`
|
|
452
452
|
|
|
@@ -466,7 +466,7 @@ DESCRIPTION
|
|
|
466
466
|
Produce translation files with LLM
|
|
467
467
|
```
|
|
468
468
|
|
|
469
|
-
_See code: [src/commands/dev/translate.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
469
|
+
_See code: [src/commands/dev/translate.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/dev/translate.js)_
|
|
470
470
|
|
|
471
471
|
## `saltcorn fixtures`
|
|
472
472
|
|
|
@@ -486,7 +486,7 @@ DESCRIPTION
|
|
|
486
486
|
This manual step it is never required for users and rarely required for developers
|
|
487
487
|
```
|
|
488
488
|
|
|
489
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
489
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/fixtures.js)_
|
|
490
490
|
|
|
491
491
|
## `saltcorn get-cfg [KEY]`
|
|
492
492
|
|
|
@@ -507,7 +507,7 @@ DESCRIPTION
|
|
|
507
507
|
Get a configuration value. The value is printed to stdout as a JSON value
|
|
508
508
|
```
|
|
509
509
|
|
|
510
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
510
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/get-cfg.js)_
|
|
511
511
|
|
|
512
512
|
## `saltcorn info`
|
|
513
513
|
|
|
@@ -530,7 +530,7 @@ ALIASES
|
|
|
530
530
|
$ saltcorn paths
|
|
531
531
|
```
|
|
532
532
|
|
|
533
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
533
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/info.js)_
|
|
534
534
|
|
|
535
535
|
## `saltcorn inspect TYPE [NAME]`
|
|
536
536
|
|
|
@@ -551,7 +551,7 @@ DESCRIPTION
|
|
|
551
551
|
Inspect an entity's JSON representation, or list entities
|
|
552
552
|
```
|
|
553
553
|
|
|
554
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
554
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/inspect.js)_
|
|
555
555
|
|
|
556
556
|
## `saltcorn install-pack`
|
|
557
557
|
|
|
@@ -570,7 +570,7 @@ DESCRIPTION
|
|
|
570
570
|
Install a pack or restore a snapshot
|
|
571
571
|
```
|
|
572
572
|
|
|
573
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
573
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/install-pack.js)_
|
|
574
574
|
|
|
575
575
|
## `saltcorn install-plugin`
|
|
576
576
|
|
|
@@ -590,7 +590,7 @@ DESCRIPTION
|
|
|
590
590
|
Install a plugin
|
|
591
591
|
```
|
|
592
592
|
|
|
593
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
593
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/install-plugin.js)_
|
|
594
594
|
|
|
595
595
|
## `saltcorn list-tenants`
|
|
596
596
|
|
|
@@ -609,7 +609,7 @@ DESCRIPTION
|
|
|
609
609
|
List tenants in CSV format
|
|
610
610
|
```
|
|
611
611
|
|
|
612
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
612
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/list-tenants.js)_
|
|
613
613
|
|
|
614
614
|
## `saltcorn list-triggers`
|
|
615
615
|
|
|
@@ -628,7 +628,7 @@ DESCRIPTION
|
|
|
628
628
|
List triggers
|
|
629
629
|
```
|
|
630
630
|
|
|
631
|
-
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
631
|
+
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/list-triggers.js)_
|
|
632
632
|
|
|
633
633
|
## `saltcorn list-users`
|
|
634
634
|
|
|
@@ -646,7 +646,7 @@ DESCRIPTION
|
|
|
646
646
|
List users
|
|
647
647
|
```
|
|
648
648
|
|
|
649
|
-
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
649
|
+
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/list-users.js)_
|
|
650
650
|
|
|
651
651
|
## `saltcorn saltcorn migrate`
|
|
652
652
|
|
|
@@ -669,7 +669,7 @@ DESCRIPTION
|
|
|
669
669
|
servers and need to control when the migrations are run.
|
|
670
670
|
```
|
|
671
671
|
|
|
672
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
672
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/migrate.js)_
|
|
673
673
|
|
|
674
674
|
## `saltcorn modify-user USER_EMAIL`
|
|
675
675
|
|
|
@@ -700,7 +700,7 @@ DESCRIPTION
|
|
|
700
700
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
701
701
|
```
|
|
702
702
|
|
|
703
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
703
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/modify-user.js)_
|
|
704
704
|
|
|
705
705
|
## `saltcorn paths`
|
|
706
706
|
|
|
@@ -752,7 +752,7 @@ EXAMPLES
|
|
|
752
752
|
plugins -u -f - force plugin update
|
|
753
753
|
```
|
|
754
754
|
|
|
755
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
755
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/plugins.js)_
|
|
756
756
|
|
|
757
757
|
## `saltcorn prepare`
|
|
758
758
|
|
|
@@ -770,7 +770,7 @@ DESCRIPTION
|
|
|
770
770
|
Prepare to serve. Optional, may accelerate subsequent 'saltcorn serve' startup
|
|
771
771
|
```
|
|
772
772
|
|
|
773
|
-
_See code: [src/commands/prepare.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
773
|
+
_See code: [src/commands/prepare.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/prepare.js)_
|
|
774
774
|
|
|
775
775
|
## `saltcorn reset-schema`
|
|
776
776
|
|
|
@@ -790,7 +790,7 @@ DESCRIPTION
|
|
|
790
790
|
This will delete all existing information
|
|
791
791
|
```
|
|
792
792
|
|
|
793
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
793
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/reset-schema.js)_
|
|
794
794
|
|
|
795
795
|
## `saltcorn restore FILE`
|
|
796
796
|
|
|
@@ -810,7 +810,7 @@ DESCRIPTION
|
|
|
810
810
|
Restore a previously backed up database (zip or sqlc format)
|
|
811
811
|
```
|
|
812
812
|
|
|
813
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
813
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/restore.js)_
|
|
814
814
|
|
|
815
815
|
## `saltcorn rm-tenant`
|
|
816
816
|
|
|
@@ -830,7 +830,7 @@ DESCRIPTION
|
|
|
830
830
|
It recommended to make backup of tenant before perform this command.
|
|
831
831
|
```
|
|
832
832
|
|
|
833
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
833
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/rm-tenant.js)_
|
|
834
834
|
|
|
835
835
|
## `saltcorn run-benchmark [BASEURL]`
|
|
836
836
|
|
|
@@ -852,7 +852,7 @@ DESCRIPTION
|
|
|
852
852
|
Run benchmark
|
|
853
853
|
```
|
|
854
854
|
|
|
855
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
855
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/run-benchmark.js)_
|
|
856
856
|
|
|
857
857
|
## `saltcorn run-js`
|
|
858
858
|
|
|
@@ -871,7 +871,7 @@ DESCRIPTION
|
|
|
871
871
|
Run javascript code
|
|
872
872
|
```
|
|
873
873
|
|
|
874
|
-
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
874
|
+
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/run-js.js)_
|
|
875
875
|
|
|
876
876
|
## `saltcorn run-sql`
|
|
877
877
|
|
|
@@ -890,7 +890,7 @@ DESCRIPTION
|
|
|
890
890
|
Run sql expression
|
|
891
891
|
```
|
|
892
892
|
|
|
893
|
-
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
893
|
+
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/run-sql.js)_
|
|
894
894
|
|
|
895
895
|
## `saltcorn run-tests [PACKAGE]`
|
|
896
896
|
|
|
@@ -917,7 +917,7 @@ DESCRIPTION
|
|
|
917
917
|
Run test suites
|
|
918
918
|
```
|
|
919
919
|
|
|
920
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
920
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/run-tests.js)_
|
|
921
921
|
|
|
922
922
|
## `saltcorn run-trigger TRIGGER`
|
|
923
923
|
|
|
@@ -937,7 +937,7 @@ DESCRIPTION
|
|
|
937
937
|
Run a trigger
|
|
938
938
|
```
|
|
939
939
|
|
|
940
|
-
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
940
|
+
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/run-trigger.js)_
|
|
941
941
|
|
|
942
942
|
## `saltcorn scheduler`
|
|
943
943
|
|
|
@@ -954,7 +954,7 @@ DESCRIPTION
|
|
|
954
954
|
Run the Saltcorn scheduler
|
|
955
955
|
```
|
|
956
956
|
|
|
957
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
957
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/scheduler.js)_
|
|
958
958
|
|
|
959
959
|
## `saltcorn serve`
|
|
960
960
|
|
|
@@ -978,7 +978,7 @@ DESCRIPTION
|
|
|
978
978
|
Start the Saltcorn server
|
|
979
979
|
```
|
|
980
980
|
|
|
981
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
981
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/serve.js)_
|
|
982
982
|
|
|
983
983
|
## `saltcorn set-cfg [KEY] [VALUE]`
|
|
984
984
|
|
|
@@ -1003,7 +1003,7 @@ DESCRIPTION
|
|
|
1003
1003
|
stored as a string.
|
|
1004
1004
|
```
|
|
1005
1005
|
|
|
1006
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
1006
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/set-cfg.js)_
|
|
1007
1007
|
|
|
1008
1008
|
## `saltcorn set-daily-time [MINS]`
|
|
1009
1009
|
|
|
@@ -1023,7 +1023,7 @@ DESCRIPTION
|
|
|
1023
1023
|
Set the time the default daily event will run, offset in minutes from the current time. Restart required.
|
|
1024
1024
|
```
|
|
1025
1025
|
|
|
1026
|
-
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
1026
|
+
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/set-daily-time.js)_
|
|
1027
1027
|
|
|
1028
1028
|
## `saltcorn setup`
|
|
1029
1029
|
|
|
@@ -1043,7 +1043,7 @@ DESCRIPTION
|
|
|
1043
1043
|
configuration file
|
|
1044
1044
|
```
|
|
1045
1045
|
|
|
1046
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
1046
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/setup.js)_
|
|
1047
1047
|
|
|
1048
1048
|
## `saltcorn setup-benchmark`
|
|
1049
1049
|
|
|
@@ -1061,7 +1061,7 @@ DESCRIPTION
|
|
|
1061
1061
|
Setup an instance for benchmarking
|
|
1062
1062
|
```
|
|
1063
1063
|
|
|
1064
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
1064
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/setup-benchmark.js)_
|
|
1065
1065
|
|
|
1066
1066
|
## `saltcorn sync-upload-data`
|
|
1067
1067
|
|
|
@@ -1082,7 +1082,7 @@ DESCRIPTION
|
|
|
1082
1082
|
Runs a sync for data supplied by the mobile app
|
|
1083
1083
|
```
|
|
1084
1084
|
|
|
1085
|
-
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
1085
|
+
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/sync-upload-data.js)_
|
|
1086
1086
|
|
|
1087
1087
|
## `saltcorn take-snapshot`
|
|
1088
1088
|
|
|
@@ -1100,7 +1100,7 @@ DESCRIPTION
|
|
|
1100
1100
|
Print a current snapshout to stdout
|
|
1101
1101
|
```
|
|
1102
1102
|
|
|
1103
|
-
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
1103
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/take-snapshot.js)_
|
|
1104
1104
|
|
|
1105
1105
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
1106
1106
|
|
|
@@ -1120,5 +1120,5 @@ DESCRIPTION
|
|
|
1120
1120
|
transform an existing field by applying a calculated expression
|
|
1121
1121
|
```
|
|
1122
1122
|
|
|
1123
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.1.
|
|
1123
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.0/packages/saltcorn-cli/src/commands/transform-field.js)_
|
|
1124
1124
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saltcorn/cli",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3-beta.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@saltcorn/cli",
|
|
9
|
-
"version": "1.1.
|
|
9
|
+
"version": "1.1.3-beta.0",
|
|
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.
|
|
15
|
-
"@saltcorn/common-code": "1.1.
|
|
16
|
-
"@saltcorn/data": "1.1.
|
|
17
|
-
"@saltcorn/mobile-app": "1.1.
|
|
18
|
-
"@saltcorn/mobile-builder": "1.1.
|
|
19
|
-
"@saltcorn/plugins-loader": "1.1.
|
|
20
|
-
"@saltcorn/server": "1.1.
|
|
14
|
+
"@saltcorn/admin-models": "1.1.3-beta.0",
|
|
15
|
+
"@saltcorn/common-code": "1.1.3-beta.0",
|
|
16
|
+
"@saltcorn/data": "1.1.3-beta.0",
|
|
17
|
+
"@saltcorn/mobile-app": "1.1.3-beta.0",
|
|
18
|
+
"@saltcorn/mobile-builder": "1.1.3-beta.0",
|
|
19
|
+
"@saltcorn/plugins-loader": "1.1.3-beta.0",
|
|
20
|
+
"@saltcorn/server": "1.1.3-beta.0",
|
|
21
21
|
"contractis": "^0.1.0",
|
|
22
22
|
"dateformat": "^4.6.3",
|
|
23
23
|
"inquirer": "^12.3.3",
|
|
@@ -3777,15 +3777,15 @@
|
|
|
3777
3777
|
}
|
|
3778
3778
|
},
|
|
3779
3779
|
"node_modules/@saltcorn/admin-models": {
|
|
3780
|
-
"version": "1.1.
|
|
3781
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-1.1.
|
|
3782
|
-
"integrity": "sha512-
|
|
3780
|
+
"version": "1.1.3-beta.0",
|
|
3781
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-1.1.3-beta.0.tgz",
|
|
3782
|
+
"integrity": "sha512-JKaXGhQELBy5Sot/sTH9QDpGAHuCZXURFYFZXZK/nQ6vOT+cP4obns0vXjeROSyuXJA/zol10aOOce6ye4mUGQ==",
|
|
3783
3783
|
"license": "MIT",
|
|
3784
3784
|
"dependencies": {
|
|
3785
|
-
"@saltcorn/data": "1.1.
|
|
3786
|
-
"@saltcorn/db-common": "1.1.
|
|
3787
|
-
"@saltcorn/markup": "1.1.
|
|
3788
|
-
"@saltcorn/types": "1.1.
|
|
3785
|
+
"@saltcorn/data": "1.1.3-beta.0",
|
|
3786
|
+
"@saltcorn/db-common": "1.1.3-beta.0",
|
|
3787
|
+
"@saltcorn/markup": "1.1.3-beta.0",
|
|
3788
|
+
"@saltcorn/types": "1.1.3-beta.0",
|
|
3789
3789
|
"adm-zip": "0.5.16",
|
|
3790
3790
|
"chaos-guinea-pig": "0.2.0",
|
|
3791
3791
|
"csv-stringify": "^6.5.2",
|
|
@@ -3798,40 +3798,40 @@
|
|
|
3798
3798
|
}
|
|
3799
3799
|
},
|
|
3800
3800
|
"node_modules/@saltcorn/base-plugin": {
|
|
3801
|
-
"version": "1.1.
|
|
3802
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-1.1.
|
|
3803
|
-
"integrity": "sha512-
|
|
3801
|
+
"version": "1.1.3-beta.0",
|
|
3802
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-1.1.3-beta.0.tgz",
|
|
3803
|
+
"integrity": "sha512-xdv5iA3oTmh6Z+0dEPwQ1fYVSHAQ2PCttuK//4q075WOwN+kCkeENSfARdSKGRXIJjWfFZCXs0V1O7LRcsVWkQ==",
|
|
3804
3804
|
"license": "MIT",
|
|
3805
3805
|
"dependencies": {
|
|
3806
|
-
"@saltcorn/data": "1.1.
|
|
3806
|
+
"@saltcorn/data": "1.1.3-beta.0"
|
|
3807
3807
|
}
|
|
3808
3808
|
},
|
|
3809
3809
|
"node_modules/@saltcorn/builder": {
|
|
3810
|
-
"version": "1.1.
|
|
3811
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-1.1.
|
|
3812
|
-
"integrity": "sha512-
|
|
3810
|
+
"version": "1.1.3-beta.0",
|
|
3811
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-1.1.3-beta.0.tgz",
|
|
3812
|
+
"integrity": "sha512-MzZLON0xi0DAfGA+xMLuYWSG3a5ohq87qxMYi19TrizevCUL7ZKNILypx1th72Qf0GmRLyryFCeaCz0Aj0l2+Q==",
|
|
3813
3813
|
"license": "MIT",
|
|
3814
3814
|
"dependencies": {
|
|
3815
3815
|
"styled-components": "4.4.1"
|
|
3816
3816
|
}
|
|
3817
3817
|
},
|
|
3818
3818
|
"node_modules/@saltcorn/common-code": {
|
|
3819
|
-
"version": "1.1.
|
|
3820
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-1.1.
|
|
3821
|
-
"integrity": "sha512-
|
|
3819
|
+
"version": "1.1.3-beta.0",
|
|
3820
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-1.1.3-beta.0.tgz",
|
|
3821
|
+
"integrity": "sha512-GHYM3xz8ef9ETS9udcjy5gdXddw07ANZuvBfS4Q7uHEMrZYBGwtkhcbKx61hfwhmegxYHMuat1Xxsc0igNAx3Q==",
|
|
3822
3822
|
"license": "MIT"
|
|
3823
3823
|
},
|
|
3824
3824
|
"node_modules/@saltcorn/data": {
|
|
3825
|
-
"version": "1.1.
|
|
3826
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-1.1.
|
|
3827
|
-
"integrity": "sha512-
|
|
3825
|
+
"version": "1.1.3-beta.0",
|
|
3826
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-1.1.3-beta.0.tgz",
|
|
3827
|
+
"integrity": "sha512-zeF4GsE9Y9e39g4ndhG1CpPp8/5pXsEiMsoU3ttMM5mbHTb+V5l1l6buhGZqtt7D5IVGNTZuLaVTJ5f/weur9A==",
|
|
3828
3828
|
"license": "MIT",
|
|
3829
3829
|
"dependencies": {
|
|
3830
|
-
"@saltcorn/common-code": "1.1.
|
|
3831
|
-
"@saltcorn/db-common": "1.1.
|
|
3832
|
-
"@saltcorn/markup": "1.1.
|
|
3833
|
-
"@saltcorn/sqlite-mobile": "1.1.
|
|
3834
|
-
"@saltcorn/types": "1.1.
|
|
3830
|
+
"@saltcorn/common-code": "1.1.3-beta.0",
|
|
3831
|
+
"@saltcorn/db-common": "1.1.3-beta.0",
|
|
3832
|
+
"@saltcorn/markup": "1.1.3-beta.0",
|
|
3833
|
+
"@saltcorn/sqlite-mobile": "1.1.3-beta.0",
|
|
3834
|
+
"@saltcorn/types": "1.1.3-beta.0",
|
|
3835
3835
|
"acorn": "^8.14.0",
|
|
3836
3836
|
"assert": "^2.1.0",
|
|
3837
3837
|
"astring": "^1.9.0",
|
|
@@ -3878,28 +3878,28 @@
|
|
|
3878
3878
|
"vm-browserify": "^1.1.2"
|
|
3879
3879
|
},
|
|
3880
3880
|
"optionalDependencies": {
|
|
3881
|
-
"@saltcorn/postgres": "1.1.
|
|
3882
|
-
"@saltcorn/sqlite": "1.1.
|
|
3881
|
+
"@saltcorn/postgres": "1.1.3-beta.0",
|
|
3882
|
+
"@saltcorn/sqlite": "1.1.3-beta.0"
|
|
3883
3883
|
}
|
|
3884
3884
|
},
|
|
3885
3885
|
"node_modules/@saltcorn/db-common": {
|
|
3886
|
-
"version": "1.1.
|
|
3887
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-1.1.
|
|
3888
|
-
"integrity": "sha512-
|
|
3886
|
+
"version": "1.1.3-beta.0",
|
|
3887
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-1.1.3-beta.0.tgz",
|
|
3888
|
+
"integrity": "sha512-Wi4SiaR1Xc2Gy3B1MLK5PlY0aMu9O730R9VnMBbXb61///OyTOW7LIs0KsYrPUOC7ys6pYSxSG49JmRX0F/kJQ==",
|
|
3889
3889
|
"license": "MIT"
|
|
3890
3890
|
},
|
|
3891
3891
|
"node_modules/@saltcorn/filemanager": {
|
|
3892
|
-
"version": "1.1.
|
|
3893
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-1.1.
|
|
3894
|
-
"integrity": "sha512-
|
|
3892
|
+
"version": "1.1.3-beta.0",
|
|
3893
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-1.1.3-beta.0.tgz",
|
|
3894
|
+
"integrity": "sha512-M3luGDO90emsFYbXZjxpJi8H+6sh/sTvd60FeaF0IP0fz064MQ4mL81qY4E6p3Zpc6VR0UDnorutkJStYvwyBA==",
|
|
3895
3895
|
"dependencies": {
|
|
3896
3896
|
"sirv-cli": "^2.0.0"
|
|
3897
3897
|
}
|
|
3898
3898
|
},
|
|
3899
3899
|
"node_modules/@saltcorn/markup": {
|
|
3900
|
-
"version": "1.1.
|
|
3901
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-1.1.
|
|
3902
|
-
"integrity": "sha512-
|
|
3900
|
+
"version": "1.1.3-beta.0",
|
|
3901
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-1.1.3-beta.0.tgz",
|
|
3902
|
+
"integrity": "sha512-J4NRcqfLktDOAI+0KQagQufy70Dddx1Jf+Hhqr7QSoTj+f/oQ9egynsfuTPHWZbS5WKBMBbxJx1sVUivB4KYcA==",
|
|
3903
3903
|
"license": "MIT",
|
|
3904
3904
|
"dependencies": {
|
|
3905
3905
|
"escape-html": "^1.0.3",
|
|
@@ -3908,9 +3908,9 @@
|
|
|
3908
3908
|
}
|
|
3909
3909
|
},
|
|
3910
3910
|
"node_modules/@saltcorn/mobile-app": {
|
|
3911
|
-
"version": "1.1.
|
|
3912
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-1.1.
|
|
3913
|
-
"integrity": "sha512-
|
|
3911
|
+
"version": "1.1.3-beta.0",
|
|
3912
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-1.1.3-beta.0.tgz",
|
|
3913
|
+
"integrity": "sha512-3DP+cM5zYxrV+4WTYAWBLE7HHfJj86VeDiOaYUtDlr1kmR172Lq4kNRSrgdExPvFmDbm28GikXbc5AFCsudCBQ==",
|
|
3914
3914
|
"license": "MIT",
|
|
3915
3915
|
"dependencies": {
|
|
3916
3916
|
"axios": "^1.7.7",
|
|
@@ -3932,18 +3932,18 @@
|
|
|
3932
3932
|
}
|
|
3933
3933
|
},
|
|
3934
3934
|
"node_modules/@saltcorn/mobile-builder": {
|
|
3935
|
-
"version": "1.1.
|
|
3936
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-1.1.
|
|
3937
|
-
"integrity": "sha512-
|
|
3938
|
-
"license": "MIT",
|
|
3939
|
-
"dependencies": {
|
|
3940
|
-
"@saltcorn/base-plugin": "1.1.
|
|
3941
|
-
"@saltcorn/data": "1.1.
|
|
3942
|
-
"@saltcorn/db-common": "1.1.
|
|
3943
|
-
"@saltcorn/markup": "1.1.
|
|
3944
|
-
"@saltcorn/mobile-app": "1.1.
|
|
3945
|
-
"@saltcorn/sbadmin2": "1.1.
|
|
3946
|
-
"@saltcorn/server": "1.1.
|
|
3935
|
+
"version": "1.1.3-beta.0",
|
|
3936
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-1.1.3-beta.0.tgz",
|
|
3937
|
+
"integrity": "sha512-sIDSjltlcDZt14v1shUetjGhcKjobB9x/DEu4bPMmsNcPhbwXhJZ7lRvN0XLMvaX+/re00YjRSa+QgoKcKSyUg==",
|
|
3938
|
+
"license": "MIT",
|
|
3939
|
+
"dependencies": {
|
|
3940
|
+
"@saltcorn/base-plugin": "1.1.3-beta.0",
|
|
3941
|
+
"@saltcorn/data": "1.1.3-beta.0",
|
|
3942
|
+
"@saltcorn/db-common": "1.1.3-beta.0",
|
|
3943
|
+
"@saltcorn/markup": "1.1.3-beta.0",
|
|
3944
|
+
"@saltcorn/mobile-app": "1.1.3-beta.0",
|
|
3945
|
+
"@saltcorn/sbadmin2": "1.1.3-beta.0",
|
|
3946
|
+
"@saltcorn/server": "1.1.3-beta.0",
|
|
3947
3947
|
"fs-extra": "^11.3.0",
|
|
3948
3948
|
"live-plugin-manager": "^1.0.0",
|
|
3949
3949
|
"resize-with-sharp-or-jimp": "0.1.8",
|
|
@@ -3954,56 +3954,56 @@
|
|
|
3954
3954
|
}
|
|
3955
3955
|
},
|
|
3956
3956
|
"node_modules/@saltcorn/plugins-loader": {
|
|
3957
|
-
"version": "1.1.
|
|
3958
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-1.1.
|
|
3959
|
-
"integrity": "sha512-
|
|
3957
|
+
"version": "1.1.3-beta.0",
|
|
3958
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-1.1.3-beta.0.tgz",
|
|
3959
|
+
"integrity": "sha512-mhBCcEXKnGPtn5eIruy5J/mo3PIYVKRCmnorf+1UVJjukLi4GgCl400EukiUsCdXaf6VcuBYOadEQz4Z50EF2w==",
|
|
3960
3960
|
"license": "MIT",
|
|
3961
3961
|
"dependencies": {
|
|
3962
|
-
"@saltcorn/data": "1.1.
|
|
3962
|
+
"@saltcorn/data": "1.1.3-beta.0",
|
|
3963
3963
|
"env-paths": "^2.2.1",
|
|
3964
3964
|
"https-proxy-agent": "^7.0.6",
|
|
3965
3965
|
"npm-registry-fetch": "17.1.0"
|
|
3966
3966
|
}
|
|
3967
3967
|
},
|
|
3968
3968
|
"node_modules/@saltcorn/postgres": {
|
|
3969
|
-
"version": "1.1.
|
|
3970
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-1.1.
|
|
3971
|
-
"integrity": "sha512-
|
|
3969
|
+
"version": "1.1.3-beta.0",
|
|
3970
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-1.1.3-beta.0.tgz",
|
|
3971
|
+
"integrity": "sha512-xDvtql9YnXlM5ZOSFyhvbSxEwYI+kZKbPA316Kse0OeV6ccyi/WJT5mSx6wHJGvzv3nsGrmeGgX6vjMgOhlPVg==",
|
|
3972
3972
|
"license": "MIT",
|
|
3973
3973
|
"optional": true,
|
|
3974
3974
|
"dependencies": {
|
|
3975
|
-
"@saltcorn/db-common": "1.1.
|
|
3975
|
+
"@saltcorn/db-common": "1.1.3-beta.0",
|
|
3976
3976
|
"pg": "^8.13.1",
|
|
3977
3977
|
"pg-copy-streams": "^6.0.6",
|
|
3978
3978
|
"replacestream": "4.0.3"
|
|
3979
3979
|
}
|
|
3980
3980
|
},
|
|
3981
3981
|
"node_modules/@saltcorn/sbadmin2": {
|
|
3982
|
-
"version": "1.1.
|
|
3983
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-1.1.
|
|
3984
|
-
"integrity": "sha512-
|
|
3982
|
+
"version": "1.1.3-beta.0",
|
|
3983
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-1.1.3-beta.0.tgz",
|
|
3984
|
+
"integrity": "sha512-t22JPU6RSDvNgSPopq9DwpOG49+7v1OIHC2mRefBnolbB2TLuB5Ico6bs7iwryHyWl7utx6boFuwhvpOnOuU5A==",
|
|
3985
3985
|
"license": "MIT",
|
|
3986
3986
|
"dependencies": {
|
|
3987
|
-
"@saltcorn/data": "1.1.
|
|
3988
|
-
"@saltcorn/markup": "1.1.
|
|
3987
|
+
"@saltcorn/data": "1.1.3-beta.0",
|
|
3988
|
+
"@saltcorn/markup": "1.1.3-beta.0"
|
|
3989
3989
|
}
|
|
3990
3990
|
},
|
|
3991
3991
|
"node_modules/@saltcorn/server": {
|
|
3992
|
-
"version": "1.1.
|
|
3993
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-1.1.
|
|
3994
|
-
"integrity": "sha512
|
|
3992
|
+
"version": "1.1.3-beta.0",
|
|
3993
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-1.1.3-beta.0.tgz",
|
|
3994
|
+
"integrity": "sha512-5QEsuCBrQCdU0f3kgj6gHa3u5sNgf/ClinF1/p52Ko/L5axVcB8iD3P2KbzDjockI/7+npVSOQymfZ0N0pQNDQ==",
|
|
3995
3995
|
"license": "MIT",
|
|
3996
3996
|
"dependencies": {
|
|
3997
3997
|
"@aws-sdk/client-s3": "^3.735.0",
|
|
3998
3998
|
"@dr.pogodin/csurf": "^1.14.1",
|
|
3999
|
-
"@saltcorn/admin-models": "1.1.
|
|
4000
|
-
"@saltcorn/base-plugin": "1.1.
|
|
4001
|
-
"@saltcorn/builder": "1.1.
|
|
4002
|
-
"@saltcorn/data": "1.1.
|
|
4003
|
-
"@saltcorn/filemanager": "1.1.
|
|
4004
|
-
"@saltcorn/markup": "1.1.
|
|
4005
|
-
"@saltcorn/plugins-loader": "1.1.
|
|
4006
|
-
"@saltcorn/sbadmin2": "1.1.
|
|
3999
|
+
"@saltcorn/admin-models": "1.1.3-beta.0",
|
|
4000
|
+
"@saltcorn/base-plugin": "1.1.3-beta.0",
|
|
4001
|
+
"@saltcorn/builder": "1.1.3-beta.0",
|
|
4002
|
+
"@saltcorn/data": "1.1.3-beta.0",
|
|
4003
|
+
"@saltcorn/filemanager": "1.1.3-beta.0",
|
|
4004
|
+
"@saltcorn/markup": "1.1.3-beta.0",
|
|
4005
|
+
"@saltcorn/plugins-loader": "1.1.3-beta.0",
|
|
4006
|
+
"@saltcorn/sbadmin2": "1.1.3-beta.0",
|
|
4007
4007
|
"@socket.io/cluster-adapter": "^0.2.1",
|
|
4008
4008
|
"@socket.io/sticky": "^1.0.1",
|
|
4009
4009
|
"adm-zip": "0.5.16",
|
|
@@ -4059,33 +4059,33 @@
|
|
|
4059
4059
|
}
|
|
4060
4060
|
},
|
|
4061
4061
|
"node_modules/@saltcorn/sqlite": {
|
|
4062
|
-
"version": "1.1.
|
|
4063
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-1.1.
|
|
4064
|
-
"integrity": "sha512-
|
|
4062
|
+
"version": "1.1.3-beta.0",
|
|
4063
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-1.1.3-beta.0.tgz",
|
|
4064
|
+
"integrity": "sha512-GZ8NK1Umw0xLDHgNpKs+vxLouhOZDvCar69jf0R07dQ4Jr8I98M3+taVQ8MGtxxFUWziEBrczfTypnCkdEvjPQ==",
|
|
4065
4065
|
"license": "MIT",
|
|
4066
4066
|
"optional": true,
|
|
4067
4067
|
"dependencies": {
|
|
4068
|
-
"@saltcorn/db-common": "1.1.
|
|
4068
|
+
"@saltcorn/db-common": "1.1.3-beta.0"
|
|
4069
4069
|
},
|
|
4070
4070
|
"optionalDependencies": {
|
|
4071
4071
|
"sqlite3": "5.1.7"
|
|
4072
4072
|
}
|
|
4073
4073
|
},
|
|
4074
4074
|
"node_modules/@saltcorn/sqlite-mobile": {
|
|
4075
|
-
"version": "1.1.
|
|
4076
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-1.1.
|
|
4077
|
-
"integrity": "sha512-
|
|
4075
|
+
"version": "1.1.3-beta.0",
|
|
4076
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-1.1.3-beta.0.tgz",
|
|
4077
|
+
"integrity": "sha512-ggUJl3hGY7yug39d2Ese6WwXLU33dVPbDu0a9hFWSEwO1qrurUxpS+poTi2q/GRVmyEst6BsCIfYAwFtdvVINg==",
|
|
4078
4078
|
"license": "MIT",
|
|
4079
4079
|
"dependencies": {
|
|
4080
4080
|
"@capacitor-community/sqlite": "^6.0.2",
|
|
4081
4081
|
"@capacitor/core": "^6.2.0",
|
|
4082
|
-
"@saltcorn/db-common": "1.1.
|
|
4082
|
+
"@saltcorn/db-common": "1.1.3-beta.0"
|
|
4083
4083
|
}
|
|
4084
4084
|
},
|
|
4085
4085
|
"node_modules/@saltcorn/types": {
|
|
4086
|
-
"version": "1.1.
|
|
4087
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-1.1.
|
|
4088
|
-
"integrity": "sha512-
|
|
4086
|
+
"version": "1.1.3-beta.0",
|
|
4087
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-1.1.3-beta.0.tgz",
|
|
4088
|
+
"integrity": "sha512-Si7Ugl3EQvnx1MgR2Avl8BH6z/DZICIeDsAHo659C8dV3pKNMjtVFvkAgRXWOi4z9tmn8OAk81eGv/XZZs1AqQ==",
|
|
4089
4089
|
"license": "MIT"
|
|
4090
4090
|
},
|
|
4091
4091
|
"node_modules/@sinclair/typebox": {
|
|
@@ -5485,9 +5485,9 @@
|
|
|
5485
5485
|
"license": "MPL-2.0"
|
|
5486
5486
|
},
|
|
5487
5487
|
"node_modules/acorn": {
|
|
5488
|
-
"version": "8.14.
|
|
5489
|
-
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.
|
|
5490
|
-
"integrity": "sha512-
|
|
5488
|
+
"version": "8.14.1",
|
|
5489
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz",
|
|
5490
|
+
"integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
|
|
5491
5491
|
"license": "MIT",
|
|
5492
5492
|
"bin": {
|
|
5493
5493
|
"acorn": "bin/acorn"
|
|
@@ -9142,47 +9142,22 @@
|
|
|
9142
9142
|
}
|
|
9143
9143
|
},
|
|
9144
9144
|
"node_modules/finalhandler": {
|
|
9145
|
-
"version": "2.
|
|
9146
|
-
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.
|
|
9147
|
-
"integrity": "sha512
|
|
9145
|
+
"version": "2.1.0",
|
|
9146
|
+
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.0.tgz",
|
|
9147
|
+
"integrity": "sha512-/t88Ty3d5JWQbWYgaOGCCYfXRwV1+be02WqYYlL6h0lEiUAMPM8o8qKGO01YIkOHzka2up08wvgYD0mDiI+q3Q==",
|
|
9148
9148
|
"license": "MIT",
|
|
9149
9149
|
"dependencies": {
|
|
9150
|
-
"debug": "
|
|
9151
|
-
"encodeurl": "
|
|
9152
|
-
"escape-html": "
|
|
9153
|
-
"on-finished": "2.4.1",
|
|
9154
|
-
"parseurl": "
|
|
9155
|
-
"statuses": "2.0.1"
|
|
9156
|
-
"unpipe": "~1.0.0"
|
|
9150
|
+
"debug": "^4.4.0",
|
|
9151
|
+
"encodeurl": "^2.0.0",
|
|
9152
|
+
"escape-html": "^1.0.3",
|
|
9153
|
+
"on-finished": "^2.4.1",
|
|
9154
|
+
"parseurl": "^1.3.3",
|
|
9155
|
+
"statuses": "^2.0.1"
|
|
9157
9156
|
},
|
|
9158
9157
|
"engines": {
|
|
9159
9158
|
"node": ">= 0.8"
|
|
9160
9159
|
}
|
|
9161
9160
|
},
|
|
9162
|
-
"node_modules/finalhandler/node_modules/debug": {
|
|
9163
|
-
"version": "2.6.9",
|
|
9164
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
9165
|
-
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
|
9166
|
-
"license": "MIT",
|
|
9167
|
-
"dependencies": {
|
|
9168
|
-
"ms": "2.0.0"
|
|
9169
|
-
}
|
|
9170
|
-
},
|
|
9171
|
-
"node_modules/finalhandler/node_modules/encodeurl": {
|
|
9172
|
-
"version": "1.0.2",
|
|
9173
|
-
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
|
|
9174
|
-
"integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
|
|
9175
|
-
"license": "MIT",
|
|
9176
|
-
"engines": {
|
|
9177
|
-
"node": ">= 0.8"
|
|
9178
|
-
}
|
|
9179
|
-
},
|
|
9180
|
-
"node_modules/finalhandler/node_modules/ms": {
|
|
9181
|
-
"version": "2.0.0",
|
|
9182
|
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
9183
|
-
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
9184
|
-
"license": "MIT"
|
|
9185
|
-
},
|
|
9186
9161
|
"node_modules/find-up": {
|
|
9187
9162
|
"version": "4.1.0",
|
|
9188
9163
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
|
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.
|
|
5
|
+
"version": "1.1.3-beta.0",
|
|
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.
|
|
15
|
-
"@saltcorn/common-code": "1.1.
|
|
16
|
-
"@saltcorn/data": "1.1.
|
|
17
|
-
"@saltcorn/mobile-app": "1.1.
|
|
18
|
-
"@saltcorn/mobile-builder": "1.1.
|
|
19
|
-
"@saltcorn/plugins-loader": "1.1.
|
|
20
|
-
"@saltcorn/server": "1.1.
|
|
14
|
+
"@saltcorn/admin-models": "1.1.3-beta.0",
|
|
15
|
+
"@saltcorn/common-code": "1.1.3-beta.0",
|
|
16
|
+
"@saltcorn/data": "1.1.3-beta.0",
|
|
17
|
+
"@saltcorn/mobile-app": "1.1.3-beta.0",
|
|
18
|
+
"@saltcorn/mobile-builder": "1.1.3-beta.0",
|
|
19
|
+
"@saltcorn/plugins-loader": "1.1.3-beta.0",
|
|
20
|
+
"@saltcorn/server": "1.1.3-beta.0",
|
|
21
21
|
"contractis": "^0.1.0",
|
|
22
22
|
"dateformat": "^4.6.3",
|
|
23
23
|
"inquirer": "^12.3.3",
|