@saltcorn/cli 1.1.0-beta.10 → 1.1.0-beta.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +46 -46
- package/npm-shrinkwrap.json +105 -105
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
- package/src/commands/dev/release.js +6 -2
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.11 linux-x64 node-v22.11.0
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -93,7 +93,7 @@ DESCRIPTION
|
|
|
93
93
|
Add Saltcorn schema to existing database
|
|
94
94
|
```
|
|
95
95
|
|
|
96
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
96
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/add-schema.js)_
|
|
97
97
|
|
|
98
98
|
## `saltcorn backup`
|
|
99
99
|
|
|
@@ -114,7 +114,7 @@ DESCRIPTION
|
|
|
114
114
|
Backup the PostgreSQL database to a file with pg_dump or saltcorn backup zip
|
|
115
115
|
```
|
|
116
116
|
|
|
117
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
117
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/backup.js)_
|
|
118
118
|
|
|
119
119
|
## `saltcorn build-app`
|
|
120
120
|
|
|
@@ -161,7 +161,7 @@ DESCRIPTION
|
|
|
161
161
|
Build mobile app
|
|
162
162
|
```
|
|
163
163
|
|
|
164
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
164
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/build-app.js)_
|
|
165
165
|
|
|
166
166
|
## `saltcorn build-cordova-builder`
|
|
167
167
|
|
|
@@ -178,7 +178,7 @@ DESCRIPTION
|
|
|
178
178
|
Build the 'saltcorn/cordova-builder' docker image
|
|
179
179
|
```
|
|
180
180
|
|
|
181
|
-
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
181
|
+
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/build-cordova-builder.js)_
|
|
182
182
|
|
|
183
183
|
## `saltcorn configuration-check`
|
|
184
184
|
|
|
@@ -195,7 +195,7 @@ DESCRIPTION
|
|
|
195
195
|
Check configuration
|
|
196
196
|
```
|
|
197
197
|
|
|
198
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
198
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/configuration-check.js)_
|
|
199
199
|
|
|
200
200
|
## `saltcorn configuration-check-backups FILES`
|
|
201
201
|
|
|
@@ -215,7 +215,7 @@ DESCRIPTION
|
|
|
215
215
|
Check configuration
|
|
216
216
|
```
|
|
217
217
|
|
|
218
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
218
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/configuration-check-backups.js)_
|
|
219
219
|
|
|
220
220
|
## `saltcorn create-tenant TENANT`
|
|
221
221
|
|
|
@@ -237,7 +237,7 @@ DESCRIPTION
|
|
|
237
237
|
Create a tenant
|
|
238
238
|
```
|
|
239
239
|
|
|
240
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
240
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/create-tenant.js)_
|
|
241
241
|
|
|
242
242
|
## `saltcorn create-user`
|
|
243
243
|
|
|
@@ -258,7 +258,7 @@ DESCRIPTION
|
|
|
258
258
|
Create a new user
|
|
259
259
|
```
|
|
260
260
|
|
|
261
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
261
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/create-user.js)_
|
|
262
262
|
|
|
263
263
|
## `saltcorn delete-tenants`
|
|
264
264
|
|
|
@@ -272,7 +272,7 @@ DESCRIPTION
|
|
|
272
272
|
Delete inactive tenants
|
|
273
273
|
```
|
|
274
274
|
|
|
275
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
275
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/delete-tenants.js)_
|
|
276
276
|
|
|
277
277
|
## `saltcorn delete-user USER_EMAIL`
|
|
278
278
|
|
|
@@ -295,7 +295,7 @@ DESCRIPTION
|
|
|
295
295
|
Command deletes the user specified by USER_EMAIL.
|
|
296
296
|
```
|
|
297
297
|
|
|
298
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
298
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/delete-user.js)_
|
|
299
299
|
|
|
300
300
|
## `saltcorn dev:localize-plugin PLUGIN [PATH]`
|
|
301
301
|
|
|
@@ -317,7 +317,7 @@ DESCRIPTION
|
|
|
317
317
|
Convert plugin to local plugin
|
|
318
318
|
```
|
|
319
319
|
|
|
320
|
-
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
320
|
+
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/dev/localize-plugin.js)_
|
|
321
321
|
|
|
322
322
|
## `saltcorn make-migration`
|
|
323
323
|
|
|
@@ -334,7 +334,7 @@ DESCRIPTION
|
|
|
334
334
|
unless you are a developer.
|
|
335
335
|
```
|
|
336
336
|
|
|
337
|
-
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
337
|
+
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/dev/make-migration.js)_
|
|
338
338
|
|
|
339
339
|
## `saltcorn saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip`
|
|
340
340
|
|
|
@@ -355,7 +355,7 @@ DESCRIPTION
|
|
|
355
355
|
Install a plugin, spawn 'npm run test' in the install directory and check the return code.
|
|
356
356
|
```
|
|
357
357
|
|
|
358
|
-
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
358
|
+
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/dev/plugin-test.js)_
|
|
359
359
|
|
|
360
360
|
## `saltcorn dev:post-release [TASK]`
|
|
361
361
|
|
|
@@ -372,7 +372,7 @@ DESCRIPTION
|
|
|
372
372
|
Post-release tasks: docker and vagrant builds
|
|
373
373
|
```
|
|
374
374
|
|
|
375
|
-
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
375
|
+
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/dev/post-release.js)_
|
|
376
376
|
|
|
377
377
|
## `saltcorn dev:release VERSION`
|
|
378
378
|
|
|
@@ -392,7 +392,7 @@ DESCRIPTION
|
|
|
392
392
|
Release a new saltcorn version
|
|
393
393
|
```
|
|
394
394
|
|
|
395
|
-
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
395
|
+
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/dev/release.js)_
|
|
396
396
|
|
|
397
397
|
## `saltcorn dev:test-plugin PATH`
|
|
398
398
|
|
|
@@ -411,7 +411,7 @@ DESCRIPTION
|
|
|
411
411
|
Extra documentation goes here
|
|
412
412
|
```
|
|
413
413
|
|
|
414
|
-
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
414
|
+
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/dev/test-plugin.js)_
|
|
415
415
|
|
|
416
416
|
## `saltcorn fixtures`
|
|
417
417
|
|
|
@@ -431,7 +431,7 @@ DESCRIPTION
|
|
|
431
431
|
This manual step it is never required for users and rarely required for developers
|
|
432
432
|
```
|
|
433
433
|
|
|
434
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
434
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/fixtures.js)_
|
|
435
435
|
|
|
436
436
|
## `saltcorn get-cfg [KEY]`
|
|
437
437
|
|
|
@@ -452,7 +452,7 @@ DESCRIPTION
|
|
|
452
452
|
Get a configuration value. The value is printed to stdout as a JSON value
|
|
453
453
|
```
|
|
454
454
|
|
|
455
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
455
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/get-cfg.js)_
|
|
456
456
|
|
|
457
457
|
## `saltcorn info`
|
|
458
458
|
|
|
@@ -475,7 +475,7 @@ ALIASES
|
|
|
475
475
|
$ saltcorn paths
|
|
476
476
|
```
|
|
477
477
|
|
|
478
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
478
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/info.js)_
|
|
479
479
|
|
|
480
480
|
## `saltcorn inspect TYPE [NAME]`
|
|
481
481
|
|
|
@@ -496,7 +496,7 @@ DESCRIPTION
|
|
|
496
496
|
Inspect an entity's JSON representation, or list entities
|
|
497
497
|
```
|
|
498
498
|
|
|
499
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
499
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/inspect.js)_
|
|
500
500
|
|
|
501
501
|
## `saltcorn install-pack`
|
|
502
502
|
|
|
@@ -515,7 +515,7 @@ DESCRIPTION
|
|
|
515
515
|
Install a pack or restore a snapshot
|
|
516
516
|
```
|
|
517
517
|
|
|
518
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
518
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/install-pack.js)_
|
|
519
519
|
|
|
520
520
|
## `saltcorn install-plugin`
|
|
521
521
|
|
|
@@ -535,7 +535,7 @@ DESCRIPTION
|
|
|
535
535
|
Install a plugin
|
|
536
536
|
```
|
|
537
537
|
|
|
538
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
538
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/install-plugin.js)_
|
|
539
539
|
|
|
540
540
|
## `saltcorn list-tenants`
|
|
541
541
|
|
|
@@ -554,7 +554,7 @@ DESCRIPTION
|
|
|
554
554
|
List tenants in CSV format
|
|
555
555
|
```
|
|
556
556
|
|
|
557
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
557
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/list-tenants.js)_
|
|
558
558
|
|
|
559
559
|
## `saltcorn list-triggers`
|
|
560
560
|
|
|
@@ -573,7 +573,7 @@ DESCRIPTION
|
|
|
573
573
|
List triggers
|
|
574
574
|
```
|
|
575
575
|
|
|
576
|
-
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
576
|
+
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/list-triggers.js)_
|
|
577
577
|
|
|
578
578
|
## `saltcorn list-users`
|
|
579
579
|
|
|
@@ -591,7 +591,7 @@ DESCRIPTION
|
|
|
591
591
|
List users
|
|
592
592
|
```
|
|
593
593
|
|
|
594
|
-
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
594
|
+
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/list-users.js)_
|
|
595
595
|
|
|
596
596
|
## `saltcorn saltcorn migrate`
|
|
597
597
|
|
|
@@ -614,7 +614,7 @@ DESCRIPTION
|
|
|
614
614
|
servers and need to control when the migrations are run.
|
|
615
615
|
```
|
|
616
616
|
|
|
617
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
617
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/migrate.js)_
|
|
618
618
|
|
|
619
619
|
## `saltcorn modify-user USER_EMAIL`
|
|
620
620
|
|
|
@@ -645,7 +645,7 @@ DESCRIPTION
|
|
|
645
645
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
646
646
|
```
|
|
647
647
|
|
|
648
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
648
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/modify-user.js)_
|
|
649
649
|
|
|
650
650
|
## `saltcorn paths`
|
|
651
651
|
|
|
@@ -697,7 +697,7 @@ EXAMPLES
|
|
|
697
697
|
plugins -u -f - force plugin update
|
|
698
698
|
```
|
|
699
699
|
|
|
700
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
700
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/plugins.js)_
|
|
701
701
|
|
|
702
702
|
## `saltcorn reset-schema`
|
|
703
703
|
|
|
@@ -717,7 +717,7 @@ DESCRIPTION
|
|
|
717
717
|
This will delete all existing information
|
|
718
718
|
```
|
|
719
719
|
|
|
720
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
720
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/reset-schema.js)_
|
|
721
721
|
|
|
722
722
|
## `saltcorn restore FILE`
|
|
723
723
|
|
|
@@ -737,7 +737,7 @@ DESCRIPTION
|
|
|
737
737
|
Restore a previously backed up database (zip or sqlc format)
|
|
738
738
|
```
|
|
739
739
|
|
|
740
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
740
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/restore.js)_
|
|
741
741
|
|
|
742
742
|
## `saltcorn rm-tenant`
|
|
743
743
|
|
|
@@ -757,7 +757,7 @@ DESCRIPTION
|
|
|
757
757
|
It recommended to make backup of tenant before perform this command.
|
|
758
758
|
```
|
|
759
759
|
|
|
760
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
760
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/rm-tenant.js)_
|
|
761
761
|
|
|
762
762
|
## `saltcorn run-benchmark [BASEURL]`
|
|
763
763
|
|
|
@@ -779,7 +779,7 @@ DESCRIPTION
|
|
|
779
779
|
Run benchmark
|
|
780
780
|
```
|
|
781
781
|
|
|
782
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
782
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/run-benchmark.js)_
|
|
783
783
|
|
|
784
784
|
## `saltcorn run-js`
|
|
785
785
|
|
|
@@ -798,7 +798,7 @@ DESCRIPTION
|
|
|
798
798
|
Run javascript code
|
|
799
799
|
```
|
|
800
800
|
|
|
801
|
-
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
801
|
+
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/run-js.js)_
|
|
802
802
|
|
|
803
803
|
## `saltcorn run-sql`
|
|
804
804
|
|
|
@@ -817,7 +817,7 @@ DESCRIPTION
|
|
|
817
817
|
Run sql expression
|
|
818
818
|
```
|
|
819
819
|
|
|
820
|
-
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
820
|
+
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/run-sql.js)_
|
|
821
821
|
|
|
822
822
|
## `saltcorn run-tests [PACKAGE]`
|
|
823
823
|
|
|
@@ -844,7 +844,7 @@ DESCRIPTION
|
|
|
844
844
|
Run test suites
|
|
845
845
|
```
|
|
846
846
|
|
|
847
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
847
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/run-tests.js)_
|
|
848
848
|
|
|
849
849
|
## `saltcorn run-trigger TRIGGER`
|
|
850
850
|
|
|
@@ -864,7 +864,7 @@ DESCRIPTION
|
|
|
864
864
|
Run a trigger
|
|
865
865
|
```
|
|
866
866
|
|
|
867
|
-
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
867
|
+
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/run-trigger.js)_
|
|
868
868
|
|
|
869
869
|
## `saltcorn scheduler`
|
|
870
870
|
|
|
@@ -881,7 +881,7 @@ DESCRIPTION
|
|
|
881
881
|
Run the Saltcorn scheduler
|
|
882
882
|
```
|
|
883
883
|
|
|
884
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
884
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/scheduler.js)_
|
|
885
885
|
|
|
886
886
|
## `saltcorn serve`
|
|
887
887
|
|
|
@@ -905,7 +905,7 @@ DESCRIPTION
|
|
|
905
905
|
Start the Saltcorn server
|
|
906
906
|
```
|
|
907
907
|
|
|
908
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
908
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/serve.js)_
|
|
909
909
|
|
|
910
910
|
## `saltcorn set-cfg [KEY] [VALUE]`
|
|
911
911
|
|
|
@@ -930,7 +930,7 @@ DESCRIPTION
|
|
|
930
930
|
stored as a string.
|
|
931
931
|
```
|
|
932
932
|
|
|
933
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
933
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/set-cfg.js)_
|
|
934
934
|
|
|
935
935
|
## `saltcorn set-daily-time [MINS]`
|
|
936
936
|
|
|
@@ -950,7 +950,7 @@ DESCRIPTION
|
|
|
950
950
|
Set the time the default daily event will run, offset in minutes from the current time. Restart required.
|
|
951
951
|
```
|
|
952
952
|
|
|
953
|
-
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
953
|
+
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/set-daily-time.js)_
|
|
954
954
|
|
|
955
955
|
## `saltcorn setup`
|
|
956
956
|
|
|
@@ -970,7 +970,7 @@ DESCRIPTION
|
|
|
970
970
|
configuration file
|
|
971
971
|
```
|
|
972
972
|
|
|
973
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
973
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/setup.js)_
|
|
974
974
|
|
|
975
975
|
## `saltcorn setup-benchmark`
|
|
976
976
|
|
|
@@ -988,7 +988,7 @@ DESCRIPTION
|
|
|
988
988
|
Setup an instance for benchmarking
|
|
989
989
|
```
|
|
990
990
|
|
|
991
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
991
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/setup-benchmark.js)_
|
|
992
992
|
|
|
993
993
|
## `saltcorn sync-upload-data`
|
|
994
994
|
|
|
@@ -1009,7 +1009,7 @@ DESCRIPTION
|
|
|
1009
1009
|
Runs a sync for data supplied by the mobile app
|
|
1010
1010
|
```
|
|
1011
1011
|
|
|
1012
|
-
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
1012
|
+
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/sync-upload-data.js)_
|
|
1013
1013
|
|
|
1014
1014
|
## `saltcorn take-snapshot`
|
|
1015
1015
|
|
|
@@ -1027,7 +1027,7 @@ DESCRIPTION
|
|
|
1027
1027
|
Print a current snapshout to stdout
|
|
1028
1028
|
```
|
|
1029
1029
|
|
|
1030
|
-
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
1030
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/take-snapshot.js)_
|
|
1031
1031
|
|
|
1032
1032
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
1033
1033
|
|
|
@@ -1047,5 +1047,5 @@ DESCRIPTION
|
|
|
1047
1047
|
transform an existing field by applying a calculated expression
|
|
1048
1048
|
```
|
|
1049
1049
|
|
|
1050
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
1050
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.11/packages/saltcorn-cli/src/commands/transform-field.js)_
|
|
1051
1051
|
<!-- 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.11",
|
|
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.11",
|
|
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.11",
|
|
15
|
+
"@saltcorn/common-code": "1.1.0-beta.11",
|
|
16
|
+
"@saltcorn/data": "1.1.0-beta.11",
|
|
17
|
+
"@saltcorn/mobile-app": "1.1.0-beta.11",
|
|
18
|
+
"@saltcorn/mobile-builder": "1.1.0-beta.11",
|
|
19
|
+
"@saltcorn/plugins-loader": "1.1.0-beta.11",
|
|
20
|
+
"@saltcorn/server": "1.1.0-beta.11",
|
|
21
21
|
"contractis": "^0.1.0",
|
|
22
22
|
"dateformat": "^3.0.3",
|
|
23
23
|
"inquirer": "^7.3.3",
|
|
@@ -258,9 +258,9 @@
|
|
|
258
258
|
}
|
|
259
259
|
},
|
|
260
260
|
"node_modules/@aws-sdk/client-s3": {
|
|
261
|
-
"version": "3.
|
|
262
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.
|
|
263
|
-
"integrity": "sha512-
|
|
261
|
+
"version": "3.703.0",
|
|
262
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.703.0.tgz",
|
|
263
|
+
"integrity": "sha512-4TSrIamzASTeRPKXrTLcEwo+viPTuOSGcbXh4HC1R0m/rXwK0BHJ4btJ0Q34nZNF+WzvM+FiemXVjNc8qTAxog==",
|
|
264
264
|
"license": "Apache-2.0",
|
|
265
265
|
"dependencies": {
|
|
266
266
|
"@aws-crypto/sha1-browser": "5.2.0",
|
|
@@ -643,9 +643,9 @@
|
|
|
643
643
|
}
|
|
644
644
|
},
|
|
645
645
|
"node_modules/@aws-sdk/lib-storage": {
|
|
646
|
-
"version": "3.
|
|
647
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/lib-storage/-/lib-storage-3.
|
|
648
|
-
"integrity": "sha512-
|
|
646
|
+
"version": "3.703.0",
|
|
647
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/lib-storage/-/lib-storage-3.703.0.tgz",
|
|
648
|
+
"integrity": "sha512-0ejct/fmx/gF7aTcH5RUWiP9IodGWZY0tAfU8tYct0V41hPd9i9t55NbSk/jnzZcRN31NdSHfVxqGdISGAe0qg==",
|
|
649
649
|
"license": "Apache-2.0",
|
|
650
650
|
"dependencies": {
|
|
651
651
|
"@smithy/abort-controller": "^3.1.7",
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
"node": ">=16.0.0"
|
|
661
661
|
},
|
|
662
662
|
"peerDependencies": {
|
|
663
|
-
"@aws-sdk/client-s3": "^3.
|
|
663
|
+
"@aws-sdk/client-s3": "^3.703.0"
|
|
664
664
|
}
|
|
665
665
|
},
|
|
666
666
|
"node_modules/@aws-sdk/lib-storage/node_modules/buffer": {
|
|
@@ -4450,15 +4450,15 @@
|
|
|
4450
4450
|
}
|
|
4451
4451
|
},
|
|
4452
4452
|
"node_modules/@saltcorn/admin-models": {
|
|
4453
|
-
"version": "1.1.0-beta.
|
|
4454
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-1.1.0-beta.
|
|
4455
|
-
"integrity": "sha512-
|
|
4453
|
+
"version": "1.1.0-beta.11",
|
|
4454
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-1.1.0-beta.11.tgz",
|
|
4455
|
+
"integrity": "sha512-kyi33N9XRuRZr59iHVF890/vH/Vdqxamgu8lHPyIdGj4rGdg5fwyIaL3jtj1QZ4N4mkt31ppYmIddPzYp7WXYg==",
|
|
4456
4456
|
"license": "MIT",
|
|
4457
4457
|
"dependencies": {
|
|
4458
|
-
"@saltcorn/data": "1.1.0-beta.
|
|
4459
|
-
"@saltcorn/db-common": "1.1.0-beta.
|
|
4460
|
-
"@saltcorn/markup": "1.1.0-beta.
|
|
4461
|
-
"@saltcorn/types": "1.1.0-beta.
|
|
4458
|
+
"@saltcorn/data": "1.1.0-beta.11",
|
|
4459
|
+
"@saltcorn/db-common": "1.1.0-beta.11",
|
|
4460
|
+
"@saltcorn/markup": "1.1.0-beta.11",
|
|
4461
|
+
"@saltcorn/types": "1.1.0-beta.11",
|
|
4462
4462
|
"@types/lodash": "^4.14.182",
|
|
4463
4463
|
"@types/ssh2-sftp-client": "9.0.3",
|
|
4464
4464
|
"adm-zip": "0.5.5",
|
|
@@ -4473,40 +4473,40 @@
|
|
|
4473
4473
|
}
|
|
4474
4474
|
},
|
|
4475
4475
|
"node_modules/@saltcorn/base-plugin": {
|
|
4476
|
-
"version": "1.1.0-beta.
|
|
4477
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-1.1.0-beta.
|
|
4478
|
-
"integrity": "sha512-
|
|
4476
|
+
"version": "1.1.0-beta.11",
|
|
4477
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-1.1.0-beta.11.tgz",
|
|
4478
|
+
"integrity": "sha512-EwRfNtaTzrzfcuf1Wd9Gdbs4ZTkKRoADXWAyWAV3dgmTk7xYPUpl8JCqTkEQTYPJaHmiyer6Tw7QMYQCeOdXfw==",
|
|
4479
4479
|
"license": "MIT",
|
|
4480
4480
|
"dependencies": {
|
|
4481
|
-
"@saltcorn/data": "1.1.0-beta.
|
|
4481
|
+
"@saltcorn/data": "1.1.0-beta.11"
|
|
4482
4482
|
}
|
|
4483
4483
|
},
|
|
4484
4484
|
"node_modules/@saltcorn/builder": {
|
|
4485
|
-
"version": "1.1.0-beta.
|
|
4486
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-1.1.0-beta.
|
|
4487
|
-
"integrity": "sha512-
|
|
4485
|
+
"version": "1.1.0-beta.11",
|
|
4486
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-1.1.0-beta.11.tgz",
|
|
4487
|
+
"integrity": "sha512-1tZIJURVSuNLC8UBAG7c+hxjwdw21rzIssOlGqUw35SFMAihYLsQhw9U23hthnBZfgJr+63IADpS7LVD/FcDmA==",
|
|
4488
4488
|
"license": "MIT",
|
|
4489
4489
|
"dependencies": {
|
|
4490
4490
|
"styled-components": "4.4.1"
|
|
4491
4491
|
}
|
|
4492
4492
|
},
|
|
4493
4493
|
"node_modules/@saltcorn/common-code": {
|
|
4494
|
-
"version": "1.1.0-beta.
|
|
4495
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-1.1.0-beta.
|
|
4496
|
-
"integrity": "sha512-
|
|
4494
|
+
"version": "1.1.0-beta.11",
|
|
4495
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-1.1.0-beta.11.tgz",
|
|
4496
|
+
"integrity": "sha512-d62RzMfi21qyogf7udzjA9NjpdicYz8ZA7/87ro4uH4MSygb9HwuJ96fPDnrxtGFUGxyc8aA8HsfLodkcRnODw==",
|
|
4497
4497
|
"license": "MIT"
|
|
4498
4498
|
},
|
|
4499
4499
|
"node_modules/@saltcorn/data": {
|
|
4500
|
-
"version": "1.1.0-beta.
|
|
4501
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-1.1.0-beta.
|
|
4502
|
-
"integrity": "sha512-
|
|
4500
|
+
"version": "1.1.0-beta.11",
|
|
4501
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-1.1.0-beta.11.tgz",
|
|
4502
|
+
"integrity": "sha512-K+PAhYLrAD5t8OJlJXpFU9Wlpb2i/sCzgAGRp1d9WovixDrrs9jIjM9dqxXZIQ+zFT8AsvaKSuMLdmp4b/vMxA==",
|
|
4503
4503
|
"license": "MIT",
|
|
4504
4504
|
"dependencies": {
|
|
4505
|
-
"@saltcorn/common-code": "1.1.0-beta.
|
|
4506
|
-
"@saltcorn/db-common": "1.1.0-beta.
|
|
4507
|
-
"@saltcorn/markup": "1.1.0-beta.
|
|
4508
|
-
"@saltcorn/sqlite-mobile": "1.1.0-beta.
|
|
4509
|
-
"@saltcorn/types": "1.1.0-beta.
|
|
4505
|
+
"@saltcorn/common-code": "1.1.0-beta.11",
|
|
4506
|
+
"@saltcorn/db-common": "1.1.0-beta.11",
|
|
4507
|
+
"@saltcorn/markup": "1.1.0-beta.11",
|
|
4508
|
+
"@saltcorn/sqlite-mobile": "1.1.0-beta.11",
|
|
4509
|
+
"@saltcorn/types": "1.1.0-beta.11",
|
|
4510
4510
|
"acorn": "^8.0.3",
|
|
4511
4511
|
"assert": "^2.0.0",
|
|
4512
4512
|
"astring": "^1.4.3",
|
|
@@ -4549,28 +4549,28 @@
|
|
|
4549
4549
|
"vm-browserify": "^1.1.2"
|
|
4550
4550
|
},
|
|
4551
4551
|
"optionalDependencies": {
|
|
4552
|
-
"@saltcorn/postgres": "1.1.0-beta.
|
|
4553
|
-
"@saltcorn/sqlite": "1.1.0-beta.
|
|
4552
|
+
"@saltcorn/postgres": "1.1.0-beta.11",
|
|
4553
|
+
"@saltcorn/sqlite": "1.1.0-beta.11"
|
|
4554
4554
|
}
|
|
4555
4555
|
},
|
|
4556
4556
|
"node_modules/@saltcorn/db-common": {
|
|
4557
|
-
"version": "1.1.0-beta.
|
|
4558
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-1.1.0-beta.
|
|
4559
|
-
"integrity": "sha512
|
|
4557
|
+
"version": "1.1.0-beta.11",
|
|
4558
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-1.1.0-beta.11.tgz",
|
|
4559
|
+
"integrity": "sha512-+Pb76Ywirb+KWCfYpXPdByqecAs5S+Ue0u0aEzEihRMDOCvkt6e1XjnQBQUftoOczS5Urxfu92Lk8ZIdcM2bTQ==",
|
|
4560
4560
|
"license": "MIT"
|
|
4561
4561
|
},
|
|
4562
4562
|
"node_modules/@saltcorn/filemanager": {
|
|
4563
|
-
"version": "1.1.0-beta.
|
|
4564
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-1.1.0-beta.
|
|
4565
|
-
"integrity": "sha512-
|
|
4563
|
+
"version": "1.1.0-beta.11",
|
|
4564
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-1.1.0-beta.11.tgz",
|
|
4565
|
+
"integrity": "sha512-afOKt7kgI6p+7/D+CRMu6mC3+m/Eb83hcAh/C70b09T44cw+MHJfgCcUK22VsMs1nbXqnlQkfqHCaBCUlwMvwg==",
|
|
4566
4566
|
"dependencies": {
|
|
4567
4567
|
"sirv-cli": "^2.0.0"
|
|
4568
4568
|
}
|
|
4569
4569
|
},
|
|
4570
4570
|
"node_modules/@saltcorn/markup": {
|
|
4571
|
-
"version": "1.1.0-beta.
|
|
4572
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-1.1.0-beta.
|
|
4573
|
-
"integrity": "sha512-
|
|
4571
|
+
"version": "1.1.0-beta.11",
|
|
4572
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-1.1.0-beta.11.tgz",
|
|
4573
|
+
"integrity": "sha512-OlazhMWjTv0Gr7owuv8+/DKFPMGlUr/q+eSvxowRzhaQuDE1HjbXf95w53WNvA49NIiTTIYr/Zf46X538Yr84A==",
|
|
4574
4574
|
"license": "MIT",
|
|
4575
4575
|
"dependencies": {
|
|
4576
4576
|
"escape-html": "^1.0.3",
|
|
@@ -4579,24 +4579,24 @@
|
|
|
4579
4579
|
}
|
|
4580
4580
|
},
|
|
4581
4581
|
"node_modules/@saltcorn/mobile-app": {
|
|
4582
|
-
"version": "1.1.0-beta.
|
|
4583
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-1.1.0-beta.
|
|
4584
|
-
"integrity": "sha512-
|
|
4582
|
+
"version": "1.1.0-beta.11",
|
|
4583
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-1.1.0-beta.11.tgz",
|
|
4584
|
+
"integrity": "sha512-YSxeLFnglp9CsOKVtEXo1hUR8BT59oZw/FptSBcj5GW+3M6HdMJOOIeSlokdfotme5wTh89Pddz9XJQQqktwTA==",
|
|
4585
4585
|
"license": "MIT"
|
|
4586
4586
|
},
|
|
4587
4587
|
"node_modules/@saltcorn/mobile-builder": {
|
|
4588
|
-
"version": "1.1.0-beta.
|
|
4589
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-1.1.0-beta.
|
|
4590
|
-
"integrity": "sha512
|
|
4591
|
-
"license": "MIT",
|
|
4592
|
-
"dependencies": {
|
|
4593
|
-
"@saltcorn/base-plugin": "1.1.0-beta.
|
|
4594
|
-
"@saltcorn/data": "1.1.0-beta.
|
|
4595
|
-
"@saltcorn/db-common": "1.1.0-beta.
|
|
4596
|
-
"@saltcorn/markup": "1.1.0-beta.
|
|
4597
|
-
"@saltcorn/mobile-app": "1.1.0-beta.
|
|
4598
|
-
"@saltcorn/sbadmin2": "1.1.0-beta.
|
|
4599
|
-
"@saltcorn/server": "1.1.0-beta.
|
|
4588
|
+
"version": "1.1.0-beta.11",
|
|
4589
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-1.1.0-beta.11.tgz",
|
|
4590
|
+
"integrity": "sha512-Qt7TRdb7/pn2N4T2ZJg/uWhHEbLrpISlodFSzhrurfL2awRhM89XjNU7vSPGO6oPukbVPmGcvHJvYImoe4jTlA==",
|
|
4591
|
+
"license": "MIT",
|
|
4592
|
+
"dependencies": {
|
|
4593
|
+
"@saltcorn/base-plugin": "1.1.0-beta.11",
|
|
4594
|
+
"@saltcorn/data": "1.1.0-beta.11",
|
|
4595
|
+
"@saltcorn/db-common": "1.1.0-beta.11",
|
|
4596
|
+
"@saltcorn/markup": "1.1.0-beta.11",
|
|
4597
|
+
"@saltcorn/mobile-app": "1.1.0-beta.11",
|
|
4598
|
+
"@saltcorn/sbadmin2": "1.1.0-beta.11",
|
|
4599
|
+
"@saltcorn/server": "1.1.0-beta.11",
|
|
4600
4600
|
"fs-extra": "^10.0.1",
|
|
4601
4601
|
"live-plugin-manager": "^0.17.1",
|
|
4602
4602
|
"resize-with-sharp-or-jimp": "0.1.8",
|
|
@@ -4607,56 +4607,56 @@
|
|
|
4607
4607
|
}
|
|
4608
4608
|
},
|
|
4609
4609
|
"node_modules/@saltcorn/plugins-loader": {
|
|
4610
|
-
"version": "1.1.0-beta.
|
|
4611
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-1.1.0-beta.
|
|
4612
|
-
"integrity": "sha512-
|
|
4610
|
+
"version": "1.1.0-beta.11",
|
|
4611
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-1.1.0-beta.11.tgz",
|
|
4612
|
+
"integrity": "sha512-fjGiPs03nNemjKDJvJYVI+ckC4C1Mm4Hjglbu6S/MibCGDF0rT+4IDnpx5g8DNfhUcAhutmhM2aETY1dhRQ5Mw==",
|
|
4613
4613
|
"license": "MIT",
|
|
4614
4614
|
"dependencies": {
|
|
4615
|
-
"@saltcorn/data": "1.1.0-beta.
|
|
4615
|
+
"@saltcorn/data": "1.1.0-beta.11",
|
|
4616
4616
|
"env-paths": "^2.2.0",
|
|
4617
4617
|
"npm-registry-fetch": "17.1.0"
|
|
4618
4618
|
}
|
|
4619
4619
|
},
|
|
4620
4620
|
"node_modules/@saltcorn/postgres": {
|
|
4621
|
-
"version": "1.1.0-beta.
|
|
4622
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-1.1.0-beta.
|
|
4623
|
-
"integrity": "sha512-
|
|
4621
|
+
"version": "1.1.0-beta.11",
|
|
4622
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-1.1.0-beta.11.tgz",
|
|
4623
|
+
"integrity": "sha512-32xOZkecJoP20unkDHeh96aBMh+ri6PMcyFFZOU0xxoxjZVtKXncQPm/3vFZgd8EbsHkzoy3RsVYftAgR5bY0Q==",
|
|
4624
4624
|
"license": "MIT",
|
|
4625
4625
|
"optional": true,
|
|
4626
4626
|
"dependencies": {
|
|
4627
|
-
"@saltcorn/db-common": "1.1.0-beta.
|
|
4627
|
+
"@saltcorn/db-common": "1.1.0-beta.11",
|
|
4628
4628
|
"pg": "^8.2.1",
|
|
4629
4629
|
"pg-copy-streams": "^5.1.1",
|
|
4630
4630
|
"replacestream": "4.0.3"
|
|
4631
4631
|
}
|
|
4632
4632
|
},
|
|
4633
4633
|
"node_modules/@saltcorn/sbadmin2": {
|
|
4634
|
-
"version": "1.1.0-beta.
|
|
4635
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-1.1.0-beta.
|
|
4636
|
-
"integrity": "sha512-
|
|
4634
|
+
"version": "1.1.0-beta.11",
|
|
4635
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-1.1.0-beta.11.tgz",
|
|
4636
|
+
"integrity": "sha512-jKyF1auWYCcLERvJmuWoVNW8VFhFA8hjUEondl0gMLImM/LyCovoCMs6L5vwWwvFIvtjiDzBvUJDnHJNYWfyMA==",
|
|
4637
4637
|
"license": "MIT",
|
|
4638
4638
|
"dependencies": {
|
|
4639
|
-
"@saltcorn/data": "1.1.0-beta.
|
|
4640
|
-
"@saltcorn/markup": "1.1.0-beta.
|
|
4639
|
+
"@saltcorn/data": "1.1.0-beta.11",
|
|
4640
|
+
"@saltcorn/markup": "1.1.0-beta.11",
|
|
4641
4641
|
"nunito-fontface": "0.7.3",
|
|
4642
4642
|
"startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
|
|
4643
4643
|
}
|
|
4644
4644
|
},
|
|
4645
4645
|
"node_modules/@saltcorn/server": {
|
|
4646
|
-
"version": "1.1.0-beta.
|
|
4647
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-1.1.0-beta.
|
|
4648
|
-
"integrity": "sha512-
|
|
4646
|
+
"version": "1.1.0-beta.11",
|
|
4647
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-1.1.0-beta.11.tgz",
|
|
4648
|
+
"integrity": "sha512-2jzjinxzKaYPRtm/X/4u23+wI8iXkNxR1e8bQiEEUY/naqT5pyKNevevH6jKShOs7YrexOljOsJTGUK/MWGQwA==",
|
|
4649
4649
|
"license": "MIT",
|
|
4650
4650
|
"dependencies": {
|
|
4651
4651
|
"@aws-sdk/client-s3": "^3.451.0",
|
|
4652
|
-
"@saltcorn/admin-models": "1.1.0-beta.
|
|
4653
|
-
"@saltcorn/base-plugin": "1.1.0-beta.
|
|
4654
|
-
"@saltcorn/builder": "1.1.0-beta.
|
|
4655
|
-
"@saltcorn/data": "1.1.0-beta.
|
|
4656
|
-
"@saltcorn/filemanager": "1.1.0-beta.
|
|
4657
|
-
"@saltcorn/markup": "1.1.0-beta.
|
|
4658
|
-
"@saltcorn/plugins-loader": "1.1.0-beta.
|
|
4659
|
-
"@saltcorn/sbadmin2": "1.1.0-beta.
|
|
4652
|
+
"@saltcorn/admin-models": "1.1.0-beta.11",
|
|
4653
|
+
"@saltcorn/base-plugin": "1.1.0-beta.11",
|
|
4654
|
+
"@saltcorn/builder": "1.1.0-beta.11",
|
|
4655
|
+
"@saltcorn/data": "1.1.0-beta.11",
|
|
4656
|
+
"@saltcorn/filemanager": "1.1.0-beta.11",
|
|
4657
|
+
"@saltcorn/markup": "1.1.0-beta.11",
|
|
4658
|
+
"@saltcorn/plugins-loader": "1.1.0-beta.11",
|
|
4659
|
+
"@saltcorn/sbadmin2": "1.1.0-beta.11",
|
|
4660
4660
|
"@socket.io/cluster-adapter": "^0.2.1",
|
|
4661
4661
|
"@socket.io/sticky": "^1.0.1",
|
|
4662
4662
|
"adm-zip": "0.5.10",
|
|
@@ -4722,31 +4722,31 @@
|
|
|
4722
4722
|
}
|
|
4723
4723
|
},
|
|
4724
4724
|
"node_modules/@saltcorn/sqlite": {
|
|
4725
|
-
"version": "1.1.0-beta.
|
|
4726
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-1.1.0-beta.
|
|
4727
|
-
"integrity": "sha512-
|
|
4725
|
+
"version": "1.1.0-beta.11",
|
|
4726
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-1.1.0-beta.11.tgz",
|
|
4727
|
+
"integrity": "sha512-x16l2Hp6OXbAIEVCzmnQ4yqu77+OSdVtsx2CjXF1rmu8H+/31XdW+39BCTaJ+tjIhdYfYf9wpPFz2jTtZPBV1g==",
|
|
4728
4728
|
"license": "MIT",
|
|
4729
4729
|
"optional": true,
|
|
4730
4730
|
"dependencies": {
|
|
4731
|
-
"@saltcorn/db-common": "1.1.0-beta.
|
|
4731
|
+
"@saltcorn/db-common": "1.1.0-beta.11"
|
|
4732
4732
|
},
|
|
4733
4733
|
"optionalDependencies": {
|
|
4734
4734
|
"sqlite3": "5.1.7"
|
|
4735
4735
|
}
|
|
4736
4736
|
},
|
|
4737
4737
|
"node_modules/@saltcorn/sqlite-mobile": {
|
|
4738
|
-
"version": "1.1.0-beta.
|
|
4739
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-1.1.0-beta.
|
|
4740
|
-
"integrity": "sha512-
|
|
4738
|
+
"version": "1.1.0-beta.11",
|
|
4739
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-1.1.0-beta.11.tgz",
|
|
4740
|
+
"integrity": "sha512-SDh11fMkLlPpODApJdDfPmlT/NJi81shleJ/pJ4L1bodiil1iOlhfjUQskXaMHxZMs2OrmjvoS94KuFyJbIVUg==",
|
|
4741
4741
|
"license": "MIT",
|
|
4742
4742
|
"dependencies": {
|
|
4743
|
-
"@saltcorn/db-common": "1.1.0-beta.
|
|
4743
|
+
"@saltcorn/db-common": "1.1.0-beta.11"
|
|
4744
4744
|
}
|
|
4745
4745
|
},
|
|
4746
4746
|
"node_modules/@saltcorn/types": {
|
|
4747
|
-
"version": "1.1.0-beta.
|
|
4748
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-1.1.0-beta.
|
|
4749
|
-
"integrity": "sha512-
|
|
4747
|
+
"version": "1.1.0-beta.11",
|
|
4748
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-1.1.0-beta.11.tgz",
|
|
4749
|
+
"integrity": "sha512-Dvg3Ph2fAISuR+3ELAlnWVkgfqBU8VCwGommwaVsQSTjPGncVbuNo3KhwLcIi1DzQWw9SApbi20Gd4O3rp1+BA==",
|
|
4750
4750
|
"license": "MIT"
|
|
4751
4751
|
},
|
|
4752
4752
|
"node_modules/@sigstore/bundle": {
|
|
@@ -7866,9 +7866,9 @@
|
|
|
7866
7866
|
}
|
|
7867
7867
|
},
|
|
7868
7868
|
"node_modules/caniuse-lite": {
|
|
7869
|
-
"version": "1.0.
|
|
7870
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
7871
|
-
"integrity": "sha512-
|
|
7869
|
+
"version": "1.0.30001685",
|
|
7870
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001685.tgz",
|
|
7871
|
+
"integrity": "sha512-e/kJN1EMyHQzgcMEEgoo+YTCO1NGCmIYHk5Qk8jT6AazWemS5QFKJ5ShCJlH3GZrNIdZofcNCEwZqbMjjKzmnA==",
|
|
7872
7872
|
"funding": [
|
|
7873
7873
|
{
|
|
7874
7874
|
"type": "opencollective",
|
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.11",
|
|
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.11",
|
|
15
|
+
"@saltcorn/common-code": "1.1.0-beta.11",
|
|
16
|
+
"@saltcorn/data": "1.1.0-beta.11",
|
|
17
|
+
"@saltcorn/mobile-app": "1.1.0-beta.11",
|
|
18
|
+
"@saltcorn/mobile-builder": "1.1.0-beta.11",
|
|
19
|
+
"@saltcorn/plugins-loader": "1.1.0-beta.11",
|
|
20
|
+
"@saltcorn/server": "1.1.0-beta.11",
|
|
21
21
|
"contractis": "^0.1.0",
|
|
22
22
|
"dateformat": "^3.0.3",
|
|
23
23
|
"inquirer": "^7.3.3",
|
|
@@ -103,9 +103,9 @@ class ReleaseCommand extends Command {
|
|
|
103
103
|
if (flags.tag) tags.push(flags.tag);
|
|
104
104
|
const firstTag = tags[0];
|
|
105
105
|
console.log(
|
|
106
|
-
`packages/${dir}$ npm publish ${firstTag ? `--tag ${firstTag}` : ""}`
|
|
106
|
+
`packages/${dir}$ npm publish --access=public ${firstTag ? `--tag ${firstTag}` : ""}`
|
|
107
107
|
);
|
|
108
|
-
spawnSync("npm", ["publish", ...(firstTag ? ["--tag", firstTag] : [])], {
|
|
108
|
+
spawnSync("npm", ["publish", "--access=public", ...(firstTag ? ["--tag", firstTag] : [])], {
|
|
109
109
|
stdio: "inherit",
|
|
110
110
|
cwd: `packages/${dir}/`,
|
|
111
111
|
});
|
|
@@ -168,6 +168,10 @@ class ReleaseCommand extends Command {
|
|
|
168
168
|
stdio: "inherit",
|
|
169
169
|
cwd: ".",
|
|
170
170
|
});
|
|
171
|
+
spawnSync("npm", ["run", "tsc"], {
|
|
172
|
+
stdio: "inherit",
|
|
173
|
+
cwd: ".",
|
|
174
|
+
});
|
|
171
175
|
// do not run 'audit fix' on full point releases, only on -beta.x, -rc.x etc
|
|
172
176
|
/*if (version.includes("-"))
|
|
173
177
|
spawnSync("npm", ["audit", "fix"], {
|