@saltcorn/cli 1.1.0-beta.22 → 1.1.0-beta.23
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 +95 -95
- 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.0-beta.
|
|
23
|
+
@saltcorn/cli/1.1.0-beta.23 linux-x64 node-v22.12.0
|
|
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.0-beta.
|
|
97
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/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.0-beta.
|
|
118
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/backup.js)_
|
|
119
119
|
|
|
120
120
|
## `saltcorn build-app`
|
|
121
121
|
|
|
@@ -162,7 +162,7 @@ DESCRIPTION
|
|
|
162
162
|
Build mobile app
|
|
163
163
|
```
|
|
164
164
|
|
|
165
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
165
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/build-app.js)_
|
|
166
166
|
|
|
167
167
|
## `saltcorn build-cordova-builder`
|
|
168
168
|
|
|
@@ -179,7 +179,7 @@ DESCRIPTION
|
|
|
179
179
|
Build the 'saltcorn/cordova-builder' docker image
|
|
180
180
|
```
|
|
181
181
|
|
|
182
|
-
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
182
|
+
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/build-cordova-builder.js)_
|
|
183
183
|
|
|
184
184
|
## `saltcorn configuration-check`
|
|
185
185
|
|
|
@@ -196,7 +196,7 @@ DESCRIPTION
|
|
|
196
196
|
Check configuration
|
|
197
197
|
```
|
|
198
198
|
|
|
199
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
199
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/configuration-check.js)_
|
|
200
200
|
|
|
201
201
|
## `saltcorn configuration-check-backups FILES`
|
|
202
202
|
|
|
@@ -216,7 +216,7 @@ DESCRIPTION
|
|
|
216
216
|
Check configuration
|
|
217
217
|
```
|
|
218
218
|
|
|
219
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
219
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/configuration-check-backups.js)_
|
|
220
220
|
|
|
221
221
|
## `saltcorn create-tenant TENANT`
|
|
222
222
|
|
|
@@ -238,7 +238,7 @@ DESCRIPTION
|
|
|
238
238
|
Create a tenant
|
|
239
239
|
```
|
|
240
240
|
|
|
241
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
241
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/create-tenant.js)_
|
|
242
242
|
|
|
243
243
|
## `saltcorn create-user`
|
|
244
244
|
|
|
@@ -259,7 +259,7 @@ DESCRIPTION
|
|
|
259
259
|
Create a new user
|
|
260
260
|
```
|
|
261
261
|
|
|
262
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
262
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/create-user.js)_
|
|
263
263
|
|
|
264
264
|
## `saltcorn delete-tenants`
|
|
265
265
|
|
|
@@ -273,7 +273,7 @@ DESCRIPTION
|
|
|
273
273
|
Delete inactive tenants
|
|
274
274
|
```
|
|
275
275
|
|
|
276
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
276
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/delete-tenants.js)_
|
|
277
277
|
|
|
278
278
|
## `saltcorn delete-user USER_EMAIL`
|
|
279
279
|
|
|
@@ -296,7 +296,7 @@ DESCRIPTION
|
|
|
296
296
|
Command deletes the user specified by USER_EMAIL.
|
|
297
297
|
```
|
|
298
298
|
|
|
299
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
299
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/delete-user.js)_
|
|
300
300
|
|
|
301
301
|
## `saltcorn dev:localize-plugin PLUGIN [PATH]`
|
|
302
302
|
|
|
@@ -318,7 +318,7 @@ DESCRIPTION
|
|
|
318
318
|
Convert plugin to local plugin
|
|
319
319
|
```
|
|
320
320
|
|
|
321
|
-
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
321
|
+
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/dev/localize-plugin.js)_
|
|
322
322
|
|
|
323
323
|
## `saltcorn make-migration`
|
|
324
324
|
|
|
@@ -335,7 +335,7 @@ DESCRIPTION
|
|
|
335
335
|
unless you are a developer.
|
|
336
336
|
```
|
|
337
337
|
|
|
338
|
-
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
338
|
+
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/dev/make-migration.js)_
|
|
339
339
|
|
|
340
340
|
## `saltcorn saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip`
|
|
341
341
|
|
|
@@ -356,7 +356,7 @@ DESCRIPTION
|
|
|
356
356
|
Install a plugin, spawn 'npm run test' in the install directory and check the return code.
|
|
357
357
|
```
|
|
358
358
|
|
|
359
|
-
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
359
|
+
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/dev/plugin-test.js)_
|
|
360
360
|
|
|
361
361
|
## `saltcorn dev:post-release [TASK]`
|
|
362
362
|
|
|
@@ -373,7 +373,7 @@ DESCRIPTION
|
|
|
373
373
|
Post-release tasks: docker and vagrant builds
|
|
374
374
|
```
|
|
375
375
|
|
|
376
|
-
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
376
|
+
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/dev/post-release.js)_
|
|
377
377
|
|
|
378
378
|
## `saltcorn dev:release VERSION`
|
|
379
379
|
|
|
@@ -393,7 +393,7 @@ DESCRIPTION
|
|
|
393
393
|
Release a new saltcorn version
|
|
394
394
|
```
|
|
395
395
|
|
|
396
|
-
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
396
|
+
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/dev/release.js)_
|
|
397
397
|
|
|
398
398
|
## `saltcorn dev:release-resume VERSION`
|
|
399
399
|
|
|
@@ -413,7 +413,7 @@ DESCRIPTION
|
|
|
413
413
|
Release a new saltcorn version
|
|
414
414
|
```
|
|
415
415
|
|
|
416
|
-
_See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
416
|
+
_See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/dev/release-resume.js)_
|
|
417
417
|
|
|
418
418
|
## `saltcorn dev:test-plugin PATH`
|
|
419
419
|
|
|
@@ -432,7 +432,7 @@ DESCRIPTION
|
|
|
432
432
|
Extra documentation goes here
|
|
433
433
|
```
|
|
434
434
|
|
|
435
|
-
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
435
|
+
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/dev/test-plugin.js)_
|
|
436
436
|
|
|
437
437
|
## `saltcorn fixtures`
|
|
438
438
|
|
|
@@ -452,7 +452,7 @@ DESCRIPTION
|
|
|
452
452
|
This manual step it is never required for users and rarely required for developers
|
|
453
453
|
```
|
|
454
454
|
|
|
455
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
455
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/fixtures.js)_
|
|
456
456
|
|
|
457
457
|
## `saltcorn get-cfg [KEY]`
|
|
458
458
|
|
|
@@ -473,7 +473,7 @@ DESCRIPTION
|
|
|
473
473
|
Get a configuration value. The value is printed to stdout as a JSON value
|
|
474
474
|
```
|
|
475
475
|
|
|
476
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
476
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/get-cfg.js)_
|
|
477
477
|
|
|
478
478
|
## `saltcorn info`
|
|
479
479
|
|
|
@@ -496,7 +496,7 @@ ALIASES
|
|
|
496
496
|
$ saltcorn paths
|
|
497
497
|
```
|
|
498
498
|
|
|
499
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
499
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/info.js)_
|
|
500
500
|
|
|
501
501
|
## `saltcorn inspect TYPE [NAME]`
|
|
502
502
|
|
|
@@ -517,7 +517,7 @@ DESCRIPTION
|
|
|
517
517
|
Inspect an entity's JSON representation, or list entities
|
|
518
518
|
```
|
|
519
519
|
|
|
520
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
520
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/inspect.js)_
|
|
521
521
|
|
|
522
522
|
## `saltcorn install-pack`
|
|
523
523
|
|
|
@@ -536,7 +536,7 @@ DESCRIPTION
|
|
|
536
536
|
Install a pack or restore a snapshot
|
|
537
537
|
```
|
|
538
538
|
|
|
539
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
539
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/install-pack.js)_
|
|
540
540
|
|
|
541
541
|
## `saltcorn install-plugin`
|
|
542
542
|
|
|
@@ -556,7 +556,7 @@ DESCRIPTION
|
|
|
556
556
|
Install a plugin
|
|
557
557
|
```
|
|
558
558
|
|
|
559
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
559
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/install-plugin.js)_
|
|
560
560
|
|
|
561
561
|
## `saltcorn list-tenants`
|
|
562
562
|
|
|
@@ -575,7 +575,7 @@ DESCRIPTION
|
|
|
575
575
|
List tenants in CSV format
|
|
576
576
|
```
|
|
577
577
|
|
|
578
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
578
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/list-tenants.js)_
|
|
579
579
|
|
|
580
580
|
## `saltcorn list-triggers`
|
|
581
581
|
|
|
@@ -594,7 +594,7 @@ DESCRIPTION
|
|
|
594
594
|
List triggers
|
|
595
595
|
```
|
|
596
596
|
|
|
597
|
-
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
597
|
+
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/list-triggers.js)_
|
|
598
598
|
|
|
599
599
|
## `saltcorn list-users`
|
|
600
600
|
|
|
@@ -612,7 +612,7 @@ DESCRIPTION
|
|
|
612
612
|
List users
|
|
613
613
|
```
|
|
614
614
|
|
|
615
|
-
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
615
|
+
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/list-users.js)_
|
|
616
616
|
|
|
617
617
|
## `saltcorn saltcorn migrate`
|
|
618
618
|
|
|
@@ -635,7 +635,7 @@ DESCRIPTION
|
|
|
635
635
|
servers and need to control when the migrations are run.
|
|
636
636
|
```
|
|
637
637
|
|
|
638
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
638
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/migrate.js)_
|
|
639
639
|
|
|
640
640
|
## `saltcorn modify-user USER_EMAIL`
|
|
641
641
|
|
|
@@ -666,7 +666,7 @@ DESCRIPTION
|
|
|
666
666
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
667
667
|
```
|
|
668
668
|
|
|
669
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
669
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/modify-user.js)_
|
|
670
670
|
|
|
671
671
|
## `saltcorn paths`
|
|
672
672
|
|
|
@@ -718,7 +718,7 @@ EXAMPLES
|
|
|
718
718
|
plugins -u -f - force plugin update
|
|
719
719
|
```
|
|
720
720
|
|
|
721
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
721
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/plugins.js)_
|
|
722
722
|
|
|
723
723
|
## `saltcorn reset-schema`
|
|
724
724
|
|
|
@@ -738,7 +738,7 @@ DESCRIPTION
|
|
|
738
738
|
This will delete all existing information
|
|
739
739
|
```
|
|
740
740
|
|
|
741
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
741
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/reset-schema.js)_
|
|
742
742
|
|
|
743
743
|
## `saltcorn restore FILE`
|
|
744
744
|
|
|
@@ -758,7 +758,7 @@ DESCRIPTION
|
|
|
758
758
|
Restore a previously backed up database (zip or sqlc format)
|
|
759
759
|
```
|
|
760
760
|
|
|
761
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
761
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/restore.js)_
|
|
762
762
|
|
|
763
763
|
## `saltcorn rm-tenant`
|
|
764
764
|
|
|
@@ -778,7 +778,7 @@ DESCRIPTION
|
|
|
778
778
|
It recommended to make backup of tenant before perform this command.
|
|
779
779
|
```
|
|
780
780
|
|
|
781
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
781
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/rm-tenant.js)_
|
|
782
782
|
|
|
783
783
|
## `saltcorn run-benchmark [BASEURL]`
|
|
784
784
|
|
|
@@ -800,7 +800,7 @@ DESCRIPTION
|
|
|
800
800
|
Run benchmark
|
|
801
801
|
```
|
|
802
802
|
|
|
803
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
803
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/run-benchmark.js)_
|
|
804
804
|
|
|
805
805
|
## `saltcorn run-js`
|
|
806
806
|
|
|
@@ -819,7 +819,7 @@ DESCRIPTION
|
|
|
819
819
|
Run javascript code
|
|
820
820
|
```
|
|
821
821
|
|
|
822
|
-
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
822
|
+
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/run-js.js)_
|
|
823
823
|
|
|
824
824
|
## `saltcorn run-sql`
|
|
825
825
|
|
|
@@ -838,7 +838,7 @@ DESCRIPTION
|
|
|
838
838
|
Run sql expression
|
|
839
839
|
```
|
|
840
840
|
|
|
841
|
-
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
841
|
+
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/run-sql.js)_
|
|
842
842
|
|
|
843
843
|
## `saltcorn run-tests [PACKAGE]`
|
|
844
844
|
|
|
@@ -865,7 +865,7 @@ DESCRIPTION
|
|
|
865
865
|
Run test suites
|
|
866
866
|
```
|
|
867
867
|
|
|
868
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
868
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/run-tests.js)_
|
|
869
869
|
|
|
870
870
|
## `saltcorn run-trigger TRIGGER`
|
|
871
871
|
|
|
@@ -885,7 +885,7 @@ DESCRIPTION
|
|
|
885
885
|
Run a trigger
|
|
886
886
|
```
|
|
887
887
|
|
|
888
|
-
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
888
|
+
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/run-trigger.js)_
|
|
889
889
|
|
|
890
890
|
## `saltcorn scheduler`
|
|
891
891
|
|
|
@@ -902,7 +902,7 @@ DESCRIPTION
|
|
|
902
902
|
Run the Saltcorn scheduler
|
|
903
903
|
```
|
|
904
904
|
|
|
905
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
905
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/scheduler.js)_
|
|
906
906
|
|
|
907
907
|
## `saltcorn serve`
|
|
908
908
|
|
|
@@ -926,7 +926,7 @@ DESCRIPTION
|
|
|
926
926
|
Start the Saltcorn server
|
|
927
927
|
```
|
|
928
928
|
|
|
929
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
929
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/serve.js)_
|
|
930
930
|
|
|
931
931
|
## `saltcorn set-cfg [KEY] [VALUE]`
|
|
932
932
|
|
|
@@ -951,7 +951,7 @@ DESCRIPTION
|
|
|
951
951
|
stored as a string.
|
|
952
952
|
```
|
|
953
953
|
|
|
954
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
954
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/set-cfg.js)_
|
|
955
955
|
|
|
956
956
|
## `saltcorn set-daily-time [MINS]`
|
|
957
957
|
|
|
@@ -971,7 +971,7 @@ DESCRIPTION
|
|
|
971
971
|
Set the time the default daily event will run, offset in minutes from the current time. Restart required.
|
|
972
972
|
```
|
|
973
973
|
|
|
974
|
-
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
974
|
+
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/set-daily-time.js)_
|
|
975
975
|
|
|
976
976
|
## `saltcorn setup`
|
|
977
977
|
|
|
@@ -991,7 +991,7 @@ DESCRIPTION
|
|
|
991
991
|
configuration file
|
|
992
992
|
```
|
|
993
993
|
|
|
994
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
994
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/setup.js)_
|
|
995
995
|
|
|
996
996
|
## `saltcorn setup-benchmark`
|
|
997
997
|
|
|
@@ -1009,7 +1009,7 @@ DESCRIPTION
|
|
|
1009
1009
|
Setup an instance for benchmarking
|
|
1010
1010
|
```
|
|
1011
1011
|
|
|
1012
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
1012
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/setup-benchmark.js)_
|
|
1013
1013
|
|
|
1014
1014
|
## `saltcorn sync-upload-data`
|
|
1015
1015
|
|
|
@@ -1030,7 +1030,7 @@ DESCRIPTION
|
|
|
1030
1030
|
Runs a sync for data supplied by the mobile app
|
|
1031
1031
|
```
|
|
1032
1032
|
|
|
1033
|
-
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
1033
|
+
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/sync-upload-data.js)_
|
|
1034
1034
|
|
|
1035
1035
|
## `saltcorn take-snapshot`
|
|
1036
1036
|
|
|
@@ -1048,7 +1048,7 @@ DESCRIPTION
|
|
|
1048
1048
|
Print a current snapshout to stdout
|
|
1049
1049
|
```
|
|
1050
1050
|
|
|
1051
|
-
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
1051
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/take-snapshot.js)_
|
|
1052
1052
|
|
|
1053
1053
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
1054
1054
|
|
|
@@ -1068,5 +1068,5 @@ DESCRIPTION
|
|
|
1068
1068
|
transform an existing field by applying a calculated expression
|
|
1069
1069
|
```
|
|
1070
1070
|
|
|
1071
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
1071
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.23/packages/saltcorn-cli/src/commands/transform-field.js)_
|
|
1072
1072
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saltcorn/cli",
|
|
3
|
-
"version": "1.1.0-beta.
|
|
3
|
+
"version": "1.1.0-beta.23",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@saltcorn/cli",
|
|
9
|
-
"version": "1.1.0-beta.
|
|
9
|
+
"version": "1.1.0-beta.23",
|
|
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.0-beta.
|
|
15
|
-
"@saltcorn/common-code": "1.1.0-beta.
|
|
16
|
-
"@saltcorn/data": "1.1.0-beta.
|
|
17
|
-
"@saltcorn/mobile-app": "1.1.0-beta.
|
|
18
|
-
"@saltcorn/mobile-builder": "1.1.0-beta.
|
|
19
|
-
"@saltcorn/plugins-loader": "1.1.0-beta.
|
|
20
|
-
"@saltcorn/server": "1.1.0-beta.
|
|
14
|
+
"@saltcorn/admin-models": "1.1.0-beta.23",
|
|
15
|
+
"@saltcorn/common-code": "1.1.0-beta.23",
|
|
16
|
+
"@saltcorn/data": "1.1.0-beta.23",
|
|
17
|
+
"@saltcorn/mobile-app": "1.1.0-beta.23",
|
|
18
|
+
"@saltcorn/mobile-builder": "1.1.0-beta.23",
|
|
19
|
+
"@saltcorn/plugins-loader": "1.1.0-beta.23",
|
|
20
|
+
"@saltcorn/server": "1.1.0-beta.23",
|
|
21
21
|
"contractis": "^0.1.0",
|
|
22
22
|
"dateformat": "^3.0.3",
|
|
23
23
|
"inquirer": "^7.3.3",
|
|
@@ -4474,15 +4474,15 @@
|
|
|
4474
4474
|
}
|
|
4475
4475
|
},
|
|
4476
4476
|
"node_modules/@saltcorn/admin-models": {
|
|
4477
|
-
"version": "1.1.0-beta.
|
|
4478
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-1.1.0-beta.
|
|
4479
|
-
"integrity": "sha512-
|
|
4477
|
+
"version": "1.1.0-beta.23",
|
|
4478
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-1.1.0-beta.23.tgz",
|
|
4479
|
+
"integrity": "sha512-CFv8VRuoy0DVPElAfBuNst2iYL/6NSkC7FVoUIqE3k2hAgqkDCcb1zUqaTQPduzq+FTMWCiOn+w4JnjxTu9DNQ==",
|
|
4480
4480
|
"license": "MIT",
|
|
4481
4481
|
"dependencies": {
|
|
4482
|
-
"@saltcorn/data": "1.1.0-beta.
|
|
4483
|
-
"@saltcorn/db-common": "1.1.0-beta.
|
|
4484
|
-
"@saltcorn/markup": "1.1.0-beta.
|
|
4485
|
-
"@saltcorn/types": "1.1.0-beta.
|
|
4482
|
+
"@saltcorn/data": "1.1.0-beta.23",
|
|
4483
|
+
"@saltcorn/db-common": "1.1.0-beta.23",
|
|
4484
|
+
"@saltcorn/markup": "1.1.0-beta.23",
|
|
4485
|
+
"@saltcorn/types": "1.1.0-beta.23",
|
|
4486
4486
|
"@types/lodash": "^4.14.182",
|
|
4487
4487
|
"@types/ssh2-sftp-client": "9.0.3",
|
|
4488
4488
|
"adm-zip": "0.5.5",
|
|
@@ -4497,40 +4497,40 @@
|
|
|
4497
4497
|
}
|
|
4498
4498
|
},
|
|
4499
4499
|
"node_modules/@saltcorn/base-plugin": {
|
|
4500
|
-
"version": "1.1.0-beta.
|
|
4501
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-1.1.0-beta.
|
|
4502
|
-
"integrity": "sha512-
|
|
4500
|
+
"version": "1.1.0-beta.23",
|
|
4501
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-1.1.0-beta.23.tgz",
|
|
4502
|
+
"integrity": "sha512-8Nwj2jzEQgbMm/PDSqIT7WySw++DM2VhS6OUbJwyOSs5gk7AgxF9vD6+50cV6+iC62dvtyNDajoaen9AqOCwDQ==",
|
|
4503
4503
|
"license": "MIT",
|
|
4504
4504
|
"dependencies": {
|
|
4505
|
-
"@saltcorn/data": "1.1.0-beta.
|
|
4505
|
+
"@saltcorn/data": "1.1.0-beta.23"
|
|
4506
4506
|
}
|
|
4507
4507
|
},
|
|
4508
4508
|
"node_modules/@saltcorn/builder": {
|
|
4509
|
-
"version": "1.1.0-beta.
|
|
4510
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-1.1.0-beta.
|
|
4511
|
-
"integrity": "sha512-
|
|
4509
|
+
"version": "1.1.0-beta.23",
|
|
4510
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-1.1.0-beta.23.tgz",
|
|
4511
|
+
"integrity": "sha512-iW26bnALqCUIRRieRMl7LjJ9HN5/DXseR1DSYllJ0qMS2O96UHMA2ES0gt/9UXE9jA6pyHoeq/vCwl09FR/jyQ==",
|
|
4512
4512
|
"license": "MIT",
|
|
4513
4513
|
"dependencies": {
|
|
4514
4514
|
"styled-components": "4.4.1"
|
|
4515
4515
|
}
|
|
4516
4516
|
},
|
|
4517
4517
|
"node_modules/@saltcorn/common-code": {
|
|
4518
|
-
"version": "1.1.0-beta.
|
|
4519
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-1.1.0-beta.
|
|
4520
|
-
"integrity": "sha512-
|
|
4518
|
+
"version": "1.1.0-beta.23",
|
|
4519
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-1.1.0-beta.23.tgz",
|
|
4520
|
+
"integrity": "sha512-bVaOeU3dI7XpIKia77olOu5YZ4TUaG1A7iFkQrWPrvWjiol0HNI+9Dk+PEUul6BofC5zkFH4GmK5pUpMO/MW5g==",
|
|
4521
4521
|
"license": "MIT"
|
|
4522
4522
|
},
|
|
4523
4523
|
"node_modules/@saltcorn/data": {
|
|
4524
|
-
"version": "1.1.0-beta.
|
|
4525
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-1.1.0-beta.
|
|
4526
|
-
"integrity": "sha512-
|
|
4524
|
+
"version": "1.1.0-beta.23",
|
|
4525
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-1.1.0-beta.23.tgz",
|
|
4526
|
+
"integrity": "sha512-y9FUD2Ao9mJxlBoZWGaIylwe5vwmxLgb1icdw4gnEMV8gWPEqPalpvGetTH1qyWOoF62dzp6TbV6KvMgje3Kww==",
|
|
4527
4527
|
"license": "MIT",
|
|
4528
4528
|
"dependencies": {
|
|
4529
|
-
"@saltcorn/common-code": "1.1.0-beta.
|
|
4530
|
-
"@saltcorn/db-common": "1.1.0-beta.
|
|
4531
|
-
"@saltcorn/markup": "1.1.0-beta.
|
|
4532
|
-
"@saltcorn/sqlite-mobile": "1.1.0-beta.
|
|
4533
|
-
"@saltcorn/types": "1.1.0-beta.
|
|
4529
|
+
"@saltcorn/common-code": "1.1.0-beta.23",
|
|
4530
|
+
"@saltcorn/db-common": "1.1.0-beta.23",
|
|
4531
|
+
"@saltcorn/markup": "1.1.0-beta.23",
|
|
4532
|
+
"@saltcorn/sqlite-mobile": "1.1.0-beta.23",
|
|
4533
|
+
"@saltcorn/types": "1.1.0-beta.23",
|
|
4534
4534
|
"acorn": "^8.0.3",
|
|
4535
4535
|
"assert": "^2.0.0",
|
|
4536
4536
|
"astring": "^1.4.3",
|
|
@@ -4574,28 +4574,28 @@
|
|
|
4574
4574
|
"vm-browserify": "^1.1.2"
|
|
4575
4575
|
},
|
|
4576
4576
|
"optionalDependencies": {
|
|
4577
|
-
"@saltcorn/postgres": "1.1.0-beta.
|
|
4578
|
-
"@saltcorn/sqlite": "1.1.0-beta.
|
|
4577
|
+
"@saltcorn/postgres": "1.1.0-beta.23",
|
|
4578
|
+
"@saltcorn/sqlite": "1.1.0-beta.23"
|
|
4579
4579
|
}
|
|
4580
4580
|
},
|
|
4581
4581
|
"node_modules/@saltcorn/db-common": {
|
|
4582
|
-
"version": "1.1.0-beta.
|
|
4583
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-1.1.0-beta.
|
|
4584
|
-
"integrity": "sha512-
|
|
4582
|
+
"version": "1.1.0-beta.23",
|
|
4583
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-1.1.0-beta.23.tgz",
|
|
4584
|
+
"integrity": "sha512-S8JPlirvTUq+54pF5NkrPy1E59ZF74rwHppcYAOzIYSnmYlLoyd1MTsWB+Gx55h+NjoyD18/+qtfsRHC+A4lkw==",
|
|
4585
4585
|
"license": "MIT"
|
|
4586
4586
|
},
|
|
4587
4587
|
"node_modules/@saltcorn/filemanager": {
|
|
4588
|
-
"version": "1.1.0-beta.
|
|
4589
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-1.1.0-beta.
|
|
4590
|
-
"integrity": "sha512-
|
|
4588
|
+
"version": "1.1.0-beta.23",
|
|
4589
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-1.1.0-beta.23.tgz",
|
|
4590
|
+
"integrity": "sha512-8jBEZOAwR96DKxHvxEYjDs+4KAdscVOjMf5xaVZbDSVZvRBm/ck4ItMKhWSIobg+syum6BETE189CrHzgbzfsQ==",
|
|
4591
4591
|
"dependencies": {
|
|
4592
4592
|
"sirv-cli": "^2.0.0"
|
|
4593
4593
|
}
|
|
4594
4594
|
},
|
|
4595
4595
|
"node_modules/@saltcorn/markup": {
|
|
4596
|
-
"version": "1.1.0-beta.
|
|
4597
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-1.1.0-beta.
|
|
4598
|
-
"integrity": "sha512-
|
|
4596
|
+
"version": "1.1.0-beta.23",
|
|
4597
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-1.1.0-beta.23.tgz",
|
|
4598
|
+
"integrity": "sha512-9mhXqg0ZlzC0ggsAh6rqrZjfniU0/e0nMVcQZalMBGtE98cD6gi1Ipylyruee4Ab+hxULudspDOlB8Gk7GuL5w==",
|
|
4599
4599
|
"license": "MIT",
|
|
4600
4600
|
"dependencies": {
|
|
4601
4601
|
"escape-html": "^1.0.3",
|
|
@@ -4604,9 +4604,9 @@
|
|
|
4604
4604
|
}
|
|
4605
4605
|
},
|
|
4606
4606
|
"node_modules/@saltcorn/mobile-app": {
|
|
4607
|
-
"version": "1.1.0-beta.
|
|
4608
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-1.1.0-beta.
|
|
4609
|
-
"integrity": "sha512-
|
|
4607
|
+
"version": "1.1.0-beta.23",
|
|
4608
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-1.1.0-beta.23.tgz",
|
|
4609
|
+
"integrity": "sha512-eurFwMxFIUN8hSZZr/r3B7rgIfusZ8IiFSF2pnR9PuM5SwfSCmguHnoOpE9wEqscKw04rtX0ibAaj+8yoD2dDA==",
|
|
4610
4610
|
"license": "MIT",
|
|
4611
4611
|
"dependencies": {
|
|
4612
4612
|
"axios": "^1.7.7",
|
|
@@ -4628,18 +4628,18 @@
|
|
|
4628
4628
|
}
|
|
4629
4629
|
},
|
|
4630
4630
|
"node_modules/@saltcorn/mobile-builder": {
|
|
4631
|
-
"version": "1.1.0-beta.
|
|
4632
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-1.1.0-beta.
|
|
4633
|
-
"integrity": "sha512-
|
|
4634
|
-
"license": "MIT",
|
|
4635
|
-
"dependencies": {
|
|
4636
|
-
"@saltcorn/base-plugin": "1.1.0-beta.
|
|
4637
|
-
"@saltcorn/data": "1.1.0-beta.
|
|
4638
|
-
"@saltcorn/db-common": "1.1.0-beta.
|
|
4639
|
-
"@saltcorn/markup": "1.1.0-beta.
|
|
4640
|
-
"@saltcorn/mobile-app": "1.1.0-beta.
|
|
4641
|
-
"@saltcorn/sbadmin2": "1.1.0-beta.
|
|
4642
|
-
"@saltcorn/server": "1.1.0-beta.
|
|
4631
|
+
"version": "1.1.0-beta.23",
|
|
4632
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-1.1.0-beta.23.tgz",
|
|
4633
|
+
"integrity": "sha512-FwHSbWZgvGaAd8FAbCjBrpFIea8xJNnH9SkElcpOYpu8VQtnFL/idWNrSVycsYggKkOHSO1i1u3ip4s2bgU8Kg==",
|
|
4634
|
+
"license": "MIT",
|
|
4635
|
+
"dependencies": {
|
|
4636
|
+
"@saltcorn/base-plugin": "1.1.0-beta.23",
|
|
4637
|
+
"@saltcorn/data": "1.1.0-beta.23",
|
|
4638
|
+
"@saltcorn/db-common": "1.1.0-beta.23",
|
|
4639
|
+
"@saltcorn/markup": "1.1.0-beta.23",
|
|
4640
|
+
"@saltcorn/mobile-app": "1.1.0-beta.23",
|
|
4641
|
+
"@saltcorn/sbadmin2": "1.1.0-beta.23",
|
|
4642
|
+
"@saltcorn/server": "1.1.0-beta.23",
|
|
4643
4643
|
"fs-extra": "^10.0.1",
|
|
4644
4644
|
"live-plugin-manager": "^0.17.1",
|
|
4645
4645
|
"resize-with-sharp-or-jimp": "0.1.8",
|
|
@@ -4650,56 +4650,56 @@
|
|
|
4650
4650
|
}
|
|
4651
4651
|
},
|
|
4652
4652
|
"node_modules/@saltcorn/plugins-loader": {
|
|
4653
|
-
"version": "1.1.0-beta.
|
|
4654
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-1.1.0-beta.
|
|
4655
|
-
"integrity": "sha512-
|
|
4653
|
+
"version": "1.1.0-beta.23",
|
|
4654
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-1.1.0-beta.23.tgz",
|
|
4655
|
+
"integrity": "sha512-E8fUaexrFpOl7P7v0UbNHvfVIZYmKDAxa+8L+dfsnmUc2ueZFjUAZCkndr7FdUyIsMvqfK1DduyHpESinqh1mA==",
|
|
4656
4656
|
"license": "MIT",
|
|
4657
4657
|
"dependencies": {
|
|
4658
|
-
"@saltcorn/data": "1.1.0-beta.
|
|
4658
|
+
"@saltcorn/data": "1.1.0-beta.23",
|
|
4659
4659
|
"env-paths": "^2.2.0",
|
|
4660
4660
|
"npm-registry-fetch": "17.1.0"
|
|
4661
4661
|
}
|
|
4662
4662
|
},
|
|
4663
4663
|
"node_modules/@saltcorn/postgres": {
|
|
4664
|
-
"version": "1.1.0-beta.
|
|
4665
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-1.1.0-beta.
|
|
4666
|
-
"integrity": "sha512-
|
|
4664
|
+
"version": "1.1.0-beta.23",
|
|
4665
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-1.1.0-beta.23.tgz",
|
|
4666
|
+
"integrity": "sha512-3O15AnqktDJrjqPFqfcVoQ5SKFLRO/K7m5U24R30mrjvN15i2Hb5GgKFfsNErlgPC9qw2LE1ECxapiDRawy9tQ==",
|
|
4667
4667
|
"license": "MIT",
|
|
4668
4668
|
"optional": true,
|
|
4669
4669
|
"dependencies": {
|
|
4670
|
-
"@saltcorn/db-common": "1.1.0-beta.
|
|
4670
|
+
"@saltcorn/db-common": "1.1.0-beta.23",
|
|
4671
4671
|
"pg": "^8.2.1",
|
|
4672
4672
|
"pg-copy-streams": "^5.1.1",
|
|
4673
4673
|
"replacestream": "4.0.3"
|
|
4674
4674
|
}
|
|
4675
4675
|
},
|
|
4676
4676
|
"node_modules/@saltcorn/sbadmin2": {
|
|
4677
|
-
"version": "1.1.0-beta.
|
|
4678
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-1.1.0-beta.
|
|
4679
|
-
"integrity": "sha512-
|
|
4677
|
+
"version": "1.1.0-beta.23",
|
|
4678
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-1.1.0-beta.23.tgz",
|
|
4679
|
+
"integrity": "sha512-TeqBou9wGrfRslnt5bb/UMoAmH+w6MKgS08+7VlPUKGrzUTUHK48b/TR7hK+ZUNTF62f2+vWyAF5qQUclBVqsg==",
|
|
4680
4680
|
"license": "MIT",
|
|
4681
4681
|
"dependencies": {
|
|
4682
|
-
"@saltcorn/data": "1.1.0-beta.
|
|
4683
|
-
"@saltcorn/markup": "1.1.0-beta.
|
|
4682
|
+
"@saltcorn/data": "1.1.0-beta.23",
|
|
4683
|
+
"@saltcorn/markup": "1.1.0-beta.23",
|
|
4684
4684
|
"nunito-fontface": "0.7.3",
|
|
4685
4685
|
"startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
|
|
4686
4686
|
}
|
|
4687
4687
|
},
|
|
4688
4688
|
"node_modules/@saltcorn/server": {
|
|
4689
|
-
"version": "1.1.0-beta.
|
|
4690
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-1.1.0-beta.
|
|
4691
|
-
"integrity": "sha512-
|
|
4689
|
+
"version": "1.1.0-beta.23",
|
|
4690
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-1.1.0-beta.23.tgz",
|
|
4691
|
+
"integrity": "sha512-fmqoTwaTJH9B8M/6J8/lrySabyQdPPJSXXS8KkcUog6UEfI1fx+oG48OlYj9VUtScBjK5WFaPVTKLM3LR4DSgw==",
|
|
4692
4692
|
"license": "MIT",
|
|
4693
4693
|
"dependencies": {
|
|
4694
4694
|
"@aws-sdk/client-s3": "^3.451.0",
|
|
4695
|
-
"@saltcorn/admin-models": "1.1.0-beta.
|
|
4696
|
-
"@saltcorn/base-plugin": "1.1.0-beta.
|
|
4697
|
-
"@saltcorn/builder": "1.1.0-beta.
|
|
4698
|
-
"@saltcorn/data": "1.1.0-beta.
|
|
4699
|
-
"@saltcorn/filemanager": "1.1.0-beta.
|
|
4700
|
-
"@saltcorn/markup": "1.1.0-beta.
|
|
4701
|
-
"@saltcorn/plugins-loader": "1.1.0-beta.
|
|
4702
|
-
"@saltcorn/sbadmin2": "1.1.0-beta.
|
|
4695
|
+
"@saltcorn/admin-models": "1.1.0-beta.23",
|
|
4696
|
+
"@saltcorn/base-plugin": "1.1.0-beta.23",
|
|
4697
|
+
"@saltcorn/builder": "1.1.0-beta.23",
|
|
4698
|
+
"@saltcorn/data": "1.1.0-beta.23",
|
|
4699
|
+
"@saltcorn/filemanager": "1.1.0-beta.23",
|
|
4700
|
+
"@saltcorn/markup": "1.1.0-beta.23",
|
|
4701
|
+
"@saltcorn/plugins-loader": "1.1.0-beta.23",
|
|
4702
|
+
"@saltcorn/sbadmin2": "1.1.0-beta.23",
|
|
4703
4703
|
"@socket.io/cluster-adapter": "^0.2.1",
|
|
4704
4704
|
"@socket.io/sticky": "^1.0.1",
|
|
4705
4705
|
"adm-zip": "0.5.10",
|
|
@@ -4765,33 +4765,33 @@
|
|
|
4765
4765
|
}
|
|
4766
4766
|
},
|
|
4767
4767
|
"node_modules/@saltcorn/sqlite": {
|
|
4768
|
-
"version": "1.1.0-beta.
|
|
4769
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-1.1.0-beta.
|
|
4770
|
-
"integrity": "sha512-
|
|
4768
|
+
"version": "1.1.0-beta.23",
|
|
4769
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-1.1.0-beta.23.tgz",
|
|
4770
|
+
"integrity": "sha512-DgrQ6frVOvxTU6sHd/8V/L9xE3LIapQA0J0ZD2UApQQnshc0HJxMg8P49/4w7d0NHqxnGZMKzrpYoUj2+syf5A==",
|
|
4771
4771
|
"license": "MIT",
|
|
4772
4772
|
"optional": true,
|
|
4773
4773
|
"dependencies": {
|
|
4774
|
-
"@saltcorn/db-common": "1.1.0-beta.
|
|
4774
|
+
"@saltcorn/db-common": "1.1.0-beta.23"
|
|
4775
4775
|
},
|
|
4776
4776
|
"optionalDependencies": {
|
|
4777
4777
|
"sqlite3": "5.1.7"
|
|
4778
4778
|
}
|
|
4779
4779
|
},
|
|
4780
4780
|
"node_modules/@saltcorn/sqlite-mobile": {
|
|
4781
|
-
"version": "1.1.0-beta.
|
|
4782
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-1.1.0-beta.
|
|
4783
|
-
"integrity": "sha512-
|
|
4781
|
+
"version": "1.1.0-beta.23",
|
|
4782
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-1.1.0-beta.23.tgz",
|
|
4783
|
+
"integrity": "sha512-pBermr1q7dgsVgVO+5qiltzzyJqWgE+2hPYbdza+6fdhwNsy0YdITDC8SHsaYF6uKnL4AxOQgaGvOvkkMllo1g==",
|
|
4784
4784
|
"license": "MIT",
|
|
4785
4785
|
"dependencies": {
|
|
4786
4786
|
"@capacitor-community/sqlite": "^6.0.2",
|
|
4787
4787
|
"@capacitor/core": "^6.2.0",
|
|
4788
|
-
"@saltcorn/db-common": "1.1.0-beta.
|
|
4788
|
+
"@saltcorn/db-common": "1.1.0-beta.23"
|
|
4789
4789
|
}
|
|
4790
4790
|
},
|
|
4791
4791
|
"node_modules/@saltcorn/types": {
|
|
4792
|
-
"version": "1.1.0-beta.
|
|
4793
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-1.1.0-beta.
|
|
4794
|
-
"integrity": "sha512-
|
|
4792
|
+
"version": "1.1.0-beta.23",
|
|
4793
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-1.1.0-beta.23.tgz",
|
|
4794
|
+
"integrity": "sha512-LDStwbeW953ZqYHtkYDmwTeYa7LlW7NyGRMM2oj0TnTw3/+lCfonDd8fiIB6mA+i7frsMRI1RuwwNS8+o+fXUQ==",
|
|
4795
4795
|
"license": "MIT"
|
|
4796
4796
|
},
|
|
4797
4797
|
"node_modules/@sigstore/bundle": {
|
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.0-beta.
|
|
5
|
+
"version": "1.1.0-beta.23",
|
|
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.0-beta.
|
|
15
|
-
"@saltcorn/common-code": "1.1.0-beta.
|
|
16
|
-
"@saltcorn/data": "1.1.0-beta.
|
|
17
|
-
"@saltcorn/mobile-app": "1.1.0-beta.
|
|
18
|
-
"@saltcorn/mobile-builder": "1.1.0-beta.
|
|
19
|
-
"@saltcorn/plugins-loader": "1.1.0-beta.
|
|
20
|
-
"@saltcorn/server": "1.1.0-beta.
|
|
14
|
+
"@saltcorn/admin-models": "1.1.0-beta.23",
|
|
15
|
+
"@saltcorn/common-code": "1.1.0-beta.23",
|
|
16
|
+
"@saltcorn/data": "1.1.0-beta.23",
|
|
17
|
+
"@saltcorn/mobile-app": "1.1.0-beta.23",
|
|
18
|
+
"@saltcorn/mobile-builder": "1.1.0-beta.23",
|
|
19
|
+
"@saltcorn/plugins-loader": "1.1.0-beta.23",
|
|
20
|
+
"@saltcorn/server": "1.1.0-beta.23",
|
|
21
21
|
"contractis": "^0.1.0",
|
|
22
22
|
"dateformat": "^3.0.3",
|
|
23
23
|
"inquirer": "^7.3.3",
|