@saltcorn/cli 1.6.0-alpha.4 → 1.6.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +52 -52
- package/npm-shrinkwrap.json +102 -102
- 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.6.0-alpha.
|
|
23
|
+
@saltcorn/cli/1.6.0-alpha.5 linux-x64 node-v20.19.4
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -99,7 +99,7 @@ DESCRIPTION
|
|
|
99
99
|
Add Saltcorn schema to existing database
|
|
100
100
|
```
|
|
101
101
|
|
|
102
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
102
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/add-schema.js)_
|
|
103
103
|
|
|
104
104
|
## `saltcorn backup`
|
|
105
105
|
|
|
@@ -120,7 +120,7 @@ DESCRIPTION
|
|
|
120
120
|
Backup the PostgreSQL database to a file with pg_dump or saltcorn backup zip
|
|
121
121
|
```
|
|
122
122
|
|
|
123
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
123
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/backup.js)_
|
|
124
124
|
|
|
125
125
|
## `saltcorn build-app`
|
|
126
126
|
|
|
@@ -197,7 +197,7 @@ DESCRIPTION
|
|
|
197
197
|
Build mobile app
|
|
198
198
|
```
|
|
199
199
|
|
|
200
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
200
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/build-app.js)_
|
|
201
201
|
|
|
202
202
|
## `saltcorn build-capacitor-builder`
|
|
203
203
|
|
|
@@ -215,7 +215,7 @@ DESCRIPTION
|
|
|
215
215
|
Build the 'saltcorn/capacitor-builder' docker image or pull it from docker hub.
|
|
216
216
|
```
|
|
217
217
|
|
|
218
|
-
_See code: [src/commands/build-capacitor-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
218
|
+
_See code: [src/commands/build-capacitor-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/build-capacitor-builder.js)_
|
|
219
219
|
|
|
220
220
|
## `saltcorn configuration-check`
|
|
221
221
|
|
|
@@ -232,7 +232,7 @@ DESCRIPTION
|
|
|
232
232
|
Check configuration
|
|
233
233
|
```
|
|
234
234
|
|
|
235
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
235
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/configuration-check.js)_
|
|
236
236
|
|
|
237
237
|
## `saltcorn configuration-check-backups FILES`
|
|
238
238
|
|
|
@@ -252,7 +252,7 @@ DESCRIPTION
|
|
|
252
252
|
Check configuration
|
|
253
253
|
```
|
|
254
254
|
|
|
255
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
255
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/configuration-check-backups.js)_
|
|
256
256
|
|
|
257
257
|
## `saltcorn create-tenant TENANT`
|
|
258
258
|
|
|
@@ -274,7 +274,7 @@ DESCRIPTION
|
|
|
274
274
|
Create a tenant
|
|
275
275
|
```
|
|
276
276
|
|
|
277
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
277
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/create-tenant.js)_
|
|
278
278
|
|
|
279
279
|
## `saltcorn create-user`
|
|
280
280
|
|
|
@@ -295,7 +295,7 @@ DESCRIPTION
|
|
|
295
295
|
Create a new user
|
|
296
296
|
```
|
|
297
297
|
|
|
298
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
298
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/create-user.js)_
|
|
299
299
|
|
|
300
300
|
## `saltcorn delete-tenants`
|
|
301
301
|
|
|
@@ -309,7 +309,7 @@ DESCRIPTION
|
|
|
309
309
|
Delete inactive tenants
|
|
310
310
|
```
|
|
311
311
|
|
|
312
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
312
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/delete-tenants.js)_
|
|
313
313
|
|
|
314
314
|
## `saltcorn delete-user USER_EMAIL`
|
|
315
315
|
|
|
@@ -332,7 +332,7 @@ DESCRIPTION
|
|
|
332
332
|
Command deletes the user specified by USER_EMAIL.
|
|
333
333
|
```
|
|
334
334
|
|
|
335
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
335
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/delete-user.js)_
|
|
336
336
|
|
|
337
337
|
## `saltcorn dev:build [COMPONENT]`
|
|
338
338
|
|
|
@@ -349,7 +349,7 @@ DESCRIPTION
|
|
|
349
349
|
Rebuild static assets
|
|
350
350
|
```
|
|
351
351
|
|
|
352
|
-
_See code: [src/commands/dev/build.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
352
|
+
_See code: [src/commands/dev/build.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/dev/build.js)_
|
|
353
353
|
|
|
354
354
|
## `saltcorn dev:localize-plugin PLUGIN [PATH]`
|
|
355
355
|
|
|
@@ -371,7 +371,7 @@ DESCRIPTION
|
|
|
371
371
|
Convert plugin to local plugin
|
|
372
372
|
```
|
|
373
373
|
|
|
374
|
-
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
374
|
+
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/dev/localize-plugin.js)_
|
|
375
375
|
|
|
376
376
|
## `saltcorn make-migration`
|
|
377
377
|
|
|
@@ -388,7 +388,7 @@ DESCRIPTION
|
|
|
388
388
|
unless you are a developer.
|
|
389
389
|
```
|
|
390
390
|
|
|
391
|
-
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
391
|
+
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/dev/make-migration.js)_
|
|
392
392
|
|
|
393
393
|
## `saltcorn saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip`
|
|
394
394
|
|
|
@@ -411,7 +411,7 @@ DESCRIPTION
|
|
|
411
411
|
Install a plugin, spawn 'npm run test' in the install directory and check the return code.
|
|
412
412
|
```
|
|
413
413
|
|
|
414
|
-
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
414
|
+
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/dev/plugin-test.js)_
|
|
415
415
|
|
|
416
416
|
## `saltcorn dev:post-release [TASK] [TAG]`
|
|
417
417
|
|
|
@@ -429,7 +429,7 @@ DESCRIPTION
|
|
|
429
429
|
Post-release tasks: docker and vagrant builds
|
|
430
430
|
```
|
|
431
431
|
|
|
432
|
-
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
432
|
+
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/dev/post-release.js)_
|
|
433
433
|
|
|
434
434
|
## `saltcorn dev:release VERSION TAG`
|
|
435
435
|
|
|
@@ -447,7 +447,7 @@ DESCRIPTION
|
|
|
447
447
|
Release a new saltcorn version
|
|
448
448
|
```
|
|
449
449
|
|
|
450
|
-
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
450
|
+
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/dev/release.js)_
|
|
451
451
|
|
|
452
452
|
## `saltcorn dev:release-resume VERSION`
|
|
453
453
|
|
|
@@ -467,7 +467,7 @@ DESCRIPTION
|
|
|
467
467
|
Release a new saltcorn version
|
|
468
468
|
```
|
|
469
469
|
|
|
470
|
-
_See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
470
|
+
_See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/dev/release-resume.js)_
|
|
471
471
|
|
|
472
472
|
## `saltcorn dev:serve`
|
|
473
473
|
|
|
@@ -485,7 +485,7 @@ DESCRIPTION
|
|
|
485
485
|
Development server. Serve on port 3000, restart when source files change
|
|
486
486
|
```
|
|
487
487
|
|
|
488
|
-
_See code: [src/commands/dev/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
488
|
+
_See code: [src/commands/dev/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/dev/serve.js)_
|
|
489
489
|
|
|
490
490
|
## `saltcorn dev:test-plugin PATH`
|
|
491
491
|
|
|
@@ -504,7 +504,7 @@ DESCRIPTION
|
|
|
504
504
|
Extra documentation goes here
|
|
505
505
|
```
|
|
506
506
|
|
|
507
|
-
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
507
|
+
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/dev/test-plugin.js)_
|
|
508
508
|
|
|
509
509
|
## `saltcorn dev:translate LOCALE`
|
|
510
510
|
|
|
@@ -524,7 +524,7 @@ DESCRIPTION
|
|
|
524
524
|
Produce translation files with LLM
|
|
525
525
|
```
|
|
526
526
|
|
|
527
|
-
_See code: [src/commands/dev/translate.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
527
|
+
_See code: [src/commands/dev/translate.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/dev/translate.js)_
|
|
528
528
|
|
|
529
529
|
## `saltcorn fixtures`
|
|
530
530
|
|
|
@@ -544,7 +544,7 @@ DESCRIPTION
|
|
|
544
544
|
This manual step it is never required for users and rarely required for developers
|
|
545
545
|
```
|
|
546
546
|
|
|
547
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
547
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/fixtures.js)_
|
|
548
548
|
|
|
549
549
|
## `saltcorn get-cfg [KEY]`
|
|
550
550
|
|
|
@@ -565,7 +565,7 @@ DESCRIPTION
|
|
|
565
565
|
Get a configuration value. The value is printed to stdout as a JSON value
|
|
566
566
|
```
|
|
567
567
|
|
|
568
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
568
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/get-cfg.js)_
|
|
569
569
|
|
|
570
570
|
## `saltcorn info [KEY]`
|
|
571
571
|
|
|
@@ -591,7 +591,7 @@ ALIASES
|
|
|
591
591
|
$ saltcorn paths
|
|
592
592
|
```
|
|
593
593
|
|
|
594
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
594
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/info.js)_
|
|
595
595
|
|
|
596
596
|
## `saltcorn inspect TYPE [NAME]`
|
|
597
597
|
|
|
@@ -612,7 +612,7 @@ DESCRIPTION
|
|
|
612
612
|
Inspect an entity's JSON representation, or list entities
|
|
613
613
|
```
|
|
614
614
|
|
|
615
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
615
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/inspect.js)_
|
|
616
616
|
|
|
617
617
|
## `saltcorn install-pack`
|
|
618
618
|
|
|
@@ -631,7 +631,7 @@ DESCRIPTION
|
|
|
631
631
|
Install a pack or restore a snapshot
|
|
632
632
|
```
|
|
633
633
|
|
|
634
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
634
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/install-pack.js)_
|
|
635
635
|
|
|
636
636
|
## `saltcorn install-plugin`
|
|
637
637
|
|
|
@@ -651,7 +651,7 @@ DESCRIPTION
|
|
|
651
651
|
Install a plugin
|
|
652
652
|
```
|
|
653
653
|
|
|
654
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
654
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/install-plugin.js)_
|
|
655
655
|
|
|
656
656
|
## `saltcorn list-tenants`
|
|
657
657
|
|
|
@@ -671,7 +671,7 @@ DESCRIPTION
|
|
|
671
671
|
List tenants in CSV format
|
|
672
672
|
```
|
|
673
673
|
|
|
674
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
674
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/list-tenants.js)_
|
|
675
675
|
|
|
676
676
|
## `saltcorn list-triggers`
|
|
677
677
|
|
|
@@ -690,7 +690,7 @@ DESCRIPTION
|
|
|
690
690
|
List triggers
|
|
691
691
|
```
|
|
692
692
|
|
|
693
|
-
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
693
|
+
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/list-triggers.js)_
|
|
694
694
|
|
|
695
695
|
## `saltcorn list-users`
|
|
696
696
|
|
|
@@ -708,7 +708,7 @@ DESCRIPTION
|
|
|
708
708
|
List users
|
|
709
709
|
```
|
|
710
710
|
|
|
711
|
-
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
711
|
+
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/list-users.js)_
|
|
712
712
|
|
|
713
713
|
## `saltcorn saltcorn migrate`
|
|
714
714
|
|
|
@@ -731,7 +731,7 @@ DESCRIPTION
|
|
|
731
731
|
servers and need to control when the migrations are run.
|
|
732
732
|
```
|
|
733
733
|
|
|
734
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
734
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/migrate.js)_
|
|
735
735
|
|
|
736
736
|
## `saltcorn modify-user USER_EMAIL`
|
|
737
737
|
|
|
@@ -762,7 +762,7 @@ DESCRIPTION
|
|
|
762
762
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
763
763
|
```
|
|
764
764
|
|
|
765
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
765
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/modify-user.js)_
|
|
766
766
|
|
|
767
767
|
## `saltcorn paths [KEY]`
|
|
768
768
|
|
|
@@ -817,7 +817,7 @@ EXAMPLES
|
|
|
817
817
|
plugins -u -f - force plugin update
|
|
818
818
|
```
|
|
819
819
|
|
|
820
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
820
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/plugins.js)_
|
|
821
821
|
|
|
822
822
|
## `saltcorn pre-install-modules PLUGINSELECTOR`
|
|
823
823
|
|
|
@@ -837,7 +837,7 @@ DESCRIPTION
|
|
|
837
837
|
Pre-install modules required by Saltcorn before running the application.
|
|
838
838
|
```
|
|
839
839
|
|
|
840
|
-
_See code: [src/commands/pre-install-modules.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
840
|
+
_See code: [src/commands/pre-install-modules.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/pre-install-modules.js)_
|
|
841
841
|
|
|
842
842
|
## `saltcorn prepare`
|
|
843
843
|
|
|
@@ -855,7 +855,7 @@ DESCRIPTION
|
|
|
855
855
|
Prepare to serve. Optional, may accelerate subsequent 'saltcorn serve' startup
|
|
856
856
|
```
|
|
857
857
|
|
|
858
|
-
_See code: [src/commands/prepare.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
858
|
+
_See code: [src/commands/prepare.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/prepare.js)_
|
|
859
859
|
|
|
860
860
|
## `saltcorn reset-schema`
|
|
861
861
|
|
|
@@ -875,7 +875,7 @@ DESCRIPTION
|
|
|
875
875
|
This will delete all existing information
|
|
876
876
|
```
|
|
877
877
|
|
|
878
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
878
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/reset-schema.js)_
|
|
879
879
|
|
|
880
880
|
## `saltcorn restore FILE`
|
|
881
881
|
|
|
@@ -895,7 +895,7 @@ DESCRIPTION
|
|
|
895
895
|
Restore a previously backed up database (zip or sqlc format)
|
|
896
896
|
```
|
|
897
897
|
|
|
898
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
898
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/restore.js)_
|
|
899
899
|
|
|
900
900
|
## `saltcorn rm-tenant`
|
|
901
901
|
|
|
@@ -915,7 +915,7 @@ DESCRIPTION
|
|
|
915
915
|
It recommended to make backup of tenant before perform this command.
|
|
916
916
|
```
|
|
917
917
|
|
|
918
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
918
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/rm-tenant.js)_
|
|
919
919
|
|
|
920
920
|
## `saltcorn run-benchmark [BASEURL]`
|
|
921
921
|
|
|
@@ -937,7 +937,7 @@ DESCRIPTION
|
|
|
937
937
|
Run benchmark
|
|
938
938
|
```
|
|
939
939
|
|
|
940
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
940
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/run-benchmark.js)_
|
|
941
941
|
|
|
942
942
|
## `saltcorn run-js`
|
|
943
943
|
|
|
@@ -956,7 +956,7 @@ DESCRIPTION
|
|
|
956
956
|
Run javascript code
|
|
957
957
|
```
|
|
958
958
|
|
|
959
|
-
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
959
|
+
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/run-js.js)_
|
|
960
960
|
|
|
961
961
|
## `saltcorn run-sql`
|
|
962
962
|
|
|
@@ -975,7 +975,7 @@ DESCRIPTION
|
|
|
975
975
|
Run sql expression
|
|
976
976
|
```
|
|
977
977
|
|
|
978
|
-
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
978
|
+
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/run-sql.js)_
|
|
979
979
|
|
|
980
980
|
## `saltcorn run-tests [PACKAGE]`
|
|
981
981
|
|
|
@@ -1002,7 +1002,7 @@ DESCRIPTION
|
|
|
1002
1002
|
Run test suites
|
|
1003
1003
|
```
|
|
1004
1004
|
|
|
1005
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
1005
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/run-tests.js)_
|
|
1006
1006
|
|
|
1007
1007
|
## `saltcorn run-trigger TRIGGER`
|
|
1008
1008
|
|
|
@@ -1022,7 +1022,7 @@ DESCRIPTION
|
|
|
1022
1022
|
Run a trigger
|
|
1023
1023
|
```
|
|
1024
1024
|
|
|
1025
|
-
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
1025
|
+
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/run-trigger.js)_
|
|
1026
1026
|
|
|
1027
1027
|
## `saltcorn scheduler`
|
|
1028
1028
|
|
|
@@ -1039,7 +1039,7 @@ DESCRIPTION
|
|
|
1039
1039
|
Run the Saltcorn scheduler
|
|
1040
1040
|
```
|
|
1041
1041
|
|
|
1042
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
1042
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/scheduler.js)_
|
|
1043
1043
|
|
|
1044
1044
|
## `saltcorn serve`
|
|
1045
1045
|
|
|
@@ -1064,7 +1064,7 @@ DESCRIPTION
|
|
|
1064
1064
|
Start the Saltcorn server
|
|
1065
1065
|
```
|
|
1066
1066
|
|
|
1067
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
1067
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/serve.js)_
|
|
1068
1068
|
|
|
1069
1069
|
## `saltcorn set-cfg [KEY] [VALUE]`
|
|
1070
1070
|
|
|
@@ -1089,7 +1089,7 @@ DESCRIPTION
|
|
|
1089
1089
|
stored as a string.
|
|
1090
1090
|
```
|
|
1091
1091
|
|
|
1092
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
1092
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/set-cfg.js)_
|
|
1093
1093
|
|
|
1094
1094
|
## `saltcorn set-daily-time [MINS]`
|
|
1095
1095
|
|
|
@@ -1109,7 +1109,7 @@ DESCRIPTION
|
|
|
1109
1109
|
Set the time the default daily event will run, offset in minutes from the current time. Restart required.
|
|
1110
1110
|
```
|
|
1111
1111
|
|
|
1112
|
-
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
1112
|
+
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/set-daily-time.js)_
|
|
1113
1113
|
|
|
1114
1114
|
## `saltcorn setup`
|
|
1115
1115
|
|
|
@@ -1129,7 +1129,7 @@ DESCRIPTION
|
|
|
1129
1129
|
configuration file
|
|
1130
1130
|
```
|
|
1131
1131
|
|
|
1132
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
1132
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/setup.js)_
|
|
1133
1133
|
|
|
1134
1134
|
## `saltcorn setup-benchmark`
|
|
1135
1135
|
|
|
@@ -1147,7 +1147,7 @@ DESCRIPTION
|
|
|
1147
1147
|
Setup an instance for benchmarking
|
|
1148
1148
|
```
|
|
1149
1149
|
|
|
1150
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
1150
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/setup-benchmark.js)_
|
|
1151
1151
|
|
|
1152
1152
|
## `saltcorn sync-upload-data`
|
|
1153
1153
|
|
|
@@ -1169,7 +1169,7 @@ DESCRIPTION
|
|
|
1169
1169
|
Runs a sync for data supplied by the mobile app
|
|
1170
1170
|
```
|
|
1171
1171
|
|
|
1172
|
-
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
1172
|
+
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/sync-upload-data.js)_
|
|
1173
1173
|
|
|
1174
1174
|
## `saltcorn take-snapshot`
|
|
1175
1175
|
|
|
@@ -1187,7 +1187,7 @@ DESCRIPTION
|
|
|
1187
1187
|
Print a current snapshout to stdout
|
|
1188
1188
|
```
|
|
1189
1189
|
|
|
1190
|
-
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
1190
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/take-snapshot.js)_
|
|
1191
1191
|
|
|
1192
1192
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
1193
1193
|
|
|
@@ -1207,5 +1207,5 @@ DESCRIPTION
|
|
|
1207
1207
|
transform an existing field by applying a calculated expression
|
|
1208
1208
|
```
|
|
1209
1209
|
|
|
1210
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
1210
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.5/packages/saltcorn-cli/src/commands/transform-field.js)_
|
|
1211
1211
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saltcorn/cli",
|
|
3
|
-
"version": "1.6.0-alpha.
|
|
3
|
+
"version": "1.6.0-alpha.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@saltcorn/cli",
|
|
9
|
-
"version": "1.6.0-alpha.
|
|
9
|
+
"version": "1.6.0-alpha.5",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "4.4.0",
|
|
13
13
|
"@oclif/plugin-plugins": "^5.4.26",
|
|
14
|
-
"@saltcorn/admin-models": "1.6.0-alpha.
|
|
15
|
-
"@saltcorn/common-code": "1.6.0-alpha.
|
|
16
|
-
"@saltcorn/data": "1.6.0-alpha.
|
|
17
|
-
"@saltcorn/mobile-app": "1.6.0-alpha.
|
|
18
|
-
"@saltcorn/mobile-builder": "1.6.0-alpha.
|
|
19
|
-
"@saltcorn/plugins-loader": "1.6.0-alpha.
|
|
20
|
-
"@saltcorn/server": "1.6.0-alpha.
|
|
14
|
+
"@saltcorn/admin-models": "1.6.0-alpha.5",
|
|
15
|
+
"@saltcorn/common-code": "1.6.0-alpha.5",
|
|
16
|
+
"@saltcorn/data": "1.6.0-alpha.5",
|
|
17
|
+
"@saltcorn/mobile-app": "1.6.0-alpha.5",
|
|
18
|
+
"@saltcorn/mobile-builder": "1.6.0-alpha.5",
|
|
19
|
+
"@saltcorn/plugins-loader": "1.6.0-alpha.5",
|
|
20
|
+
"@saltcorn/server": "1.6.0-alpha.5",
|
|
21
21
|
"contractis": "^0.1.0",
|
|
22
22
|
"dateformat": "^4.6.3",
|
|
23
23
|
"inquirer": "^12.3.3",
|
|
@@ -4111,14 +4111,14 @@
|
|
|
4111
4111
|
}
|
|
4112
4112
|
},
|
|
4113
4113
|
"node_modules/@saltcorn/admin-models": {
|
|
4114
|
-
"version": "1.6.0-alpha.
|
|
4115
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-1.6.0-alpha.
|
|
4116
|
-
"integrity": "sha512-
|
|
4117
|
-
"dependencies": {
|
|
4118
|
-
"@saltcorn/data": "1.6.0-alpha.
|
|
4119
|
-
"@saltcorn/db-common": "1.6.0-alpha.
|
|
4120
|
-
"@saltcorn/markup": "1.6.0-alpha.
|
|
4121
|
-
"@saltcorn/types": "1.6.0-alpha.
|
|
4114
|
+
"version": "1.6.0-alpha.5",
|
|
4115
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-1.6.0-alpha.5.tgz",
|
|
4116
|
+
"integrity": "sha512-tX9VNGHu97LgRtyULfYbKp4Pgbq6pAMkwWLpZf3EIrE1R1Cur0ZZeAxX0hvMCri4QyYtbnYf44d6BIcxx9391Q==",
|
|
4117
|
+
"dependencies": {
|
|
4118
|
+
"@saltcorn/data": "1.6.0-alpha.5",
|
|
4119
|
+
"@saltcorn/db-common": "1.6.0-alpha.5",
|
|
4120
|
+
"@saltcorn/markup": "1.6.0-alpha.5",
|
|
4121
|
+
"@saltcorn/types": "1.6.0-alpha.5",
|
|
4122
4122
|
"adm-zip": "0.5.16",
|
|
4123
4123
|
"aws-sdk": "^2.1692.0",
|
|
4124
4124
|
"chaos-guinea-pig": "0.2.1",
|
|
@@ -4132,37 +4132,37 @@
|
|
|
4132
4132
|
}
|
|
4133
4133
|
},
|
|
4134
4134
|
"node_modules/@saltcorn/base-plugin": {
|
|
4135
|
-
"version": "1.6.0-alpha.
|
|
4136
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-1.6.0-alpha.
|
|
4137
|
-
"integrity": "sha512-
|
|
4135
|
+
"version": "1.6.0-alpha.5",
|
|
4136
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-1.6.0-alpha.5.tgz",
|
|
4137
|
+
"integrity": "sha512-T5cbTE5ZUKArfjp4kzn3EhuM5Z+71vx+cP2U5SeGODoTLRVbrGzVmCkjTWe8XFmYghxtknBKv0X+JUVVhKFqjA==",
|
|
4138
4138
|
"dependencies": {
|
|
4139
|
-
"@saltcorn/data": "1.6.0-alpha.
|
|
4139
|
+
"@saltcorn/data": "1.6.0-alpha.5"
|
|
4140
4140
|
}
|
|
4141
4141
|
},
|
|
4142
4142
|
"node_modules/@saltcorn/builder": {
|
|
4143
|
-
"version": "1.6.0-alpha.
|
|
4144
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-1.6.0-alpha.
|
|
4145
|
-
"integrity": "sha512-
|
|
4143
|
+
"version": "1.6.0-alpha.5",
|
|
4144
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-1.6.0-alpha.5.tgz",
|
|
4145
|
+
"integrity": "sha512-HAgkDKfcS1/Nqj+hzfMZJv67uHBeeaRw63cB+UtihAg/cvUp0VpWHsramLPFRRixpcP1ziFeAUQ/8/tH4COz6w==",
|
|
4146
4146
|
"dependencies": {
|
|
4147
4147
|
"styled-components": "4.4.1"
|
|
4148
4148
|
}
|
|
4149
4149
|
},
|
|
4150
4150
|
"node_modules/@saltcorn/common-code": {
|
|
4151
|
-
"version": "1.6.0-alpha.
|
|
4152
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-1.6.0-alpha.
|
|
4153
|
-
"integrity": "sha512-
|
|
4151
|
+
"version": "1.6.0-alpha.5",
|
|
4152
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-1.6.0-alpha.5.tgz",
|
|
4153
|
+
"integrity": "sha512-XBd85zrdbUecrE0gUHPnKfm1hJba4IdlEtFYRZVQDSssRp6mBBUDLIuG3p9oZj7lttF/OgHxikC1jv+dPVsBng=="
|
|
4154
4154
|
},
|
|
4155
4155
|
"node_modules/@saltcorn/data": {
|
|
4156
|
-
"version": "1.6.0-alpha.
|
|
4157
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-1.6.0-alpha.
|
|
4158
|
-
"integrity": "sha512-
|
|
4156
|
+
"version": "1.6.0-alpha.5",
|
|
4157
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-1.6.0-alpha.5.tgz",
|
|
4158
|
+
"integrity": "sha512-UFoJ41M243efmfzQb9G5tV6WppD/ZpQt/1X+1ssdxU0oCseSviNOfScA23lmCggAKAy7UBIHrorWjxhTiKDr1Q==",
|
|
4159
4159
|
"dependencies": {
|
|
4160
|
-
"@saltcorn/common-code": "1.6.0-alpha.
|
|
4161
|
-
"@saltcorn/db-common": "1.6.0-alpha.
|
|
4162
|
-
"@saltcorn/markup": "1.6.0-alpha.
|
|
4160
|
+
"@saltcorn/common-code": "1.6.0-alpha.5",
|
|
4161
|
+
"@saltcorn/db-common": "1.6.0-alpha.5",
|
|
4162
|
+
"@saltcorn/markup": "1.6.0-alpha.5",
|
|
4163
4163
|
"@saltcorn/plain-date": "0.2.5",
|
|
4164
|
-
"@saltcorn/sqlite-mobile": "1.6.0-alpha.
|
|
4165
|
-
"@saltcorn/types": "1.6.0-alpha.
|
|
4164
|
+
"@saltcorn/sqlite-mobile": "1.6.0-alpha.5",
|
|
4165
|
+
"@saltcorn/types": "1.6.0-alpha.5",
|
|
4166
4166
|
"acorn": "^8.14.0",
|
|
4167
4167
|
"apns2": "11.8.0",
|
|
4168
4168
|
"assert": "^2.1.0",
|
|
@@ -4218,27 +4218,27 @@
|
|
|
4218
4218
|
"xml2js": "0.6.2"
|
|
4219
4219
|
},
|
|
4220
4220
|
"optionalDependencies": {
|
|
4221
|
-
"@saltcorn/postgres": "1.6.0-alpha.
|
|
4222
|
-
"@saltcorn/sqlite": "1.6.0-alpha.
|
|
4221
|
+
"@saltcorn/postgres": "1.6.0-alpha.5",
|
|
4222
|
+
"@saltcorn/sqlite": "1.6.0-alpha.5"
|
|
4223
4223
|
}
|
|
4224
4224
|
},
|
|
4225
4225
|
"node_modules/@saltcorn/db-common": {
|
|
4226
|
-
"version": "1.6.0-alpha.
|
|
4227
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-1.6.0-alpha.
|
|
4228
|
-
"integrity": "sha512-
|
|
4226
|
+
"version": "1.6.0-alpha.5",
|
|
4227
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-1.6.0-alpha.5.tgz",
|
|
4228
|
+
"integrity": "sha512-kQDQPQheK1UDpa8a+pad8OkZBnlUdeshGepyJUOKcXBHVI32RnVwQ6wMvK8iTet9ZmLnBwftDoJOCfutjVsmsA=="
|
|
4229
4229
|
},
|
|
4230
4230
|
"node_modules/@saltcorn/filemanager": {
|
|
4231
|
-
"version": "1.6.0-alpha.
|
|
4232
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-1.6.0-alpha.
|
|
4233
|
-
"integrity": "sha512-
|
|
4231
|
+
"version": "1.6.0-alpha.5",
|
|
4232
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-1.6.0-alpha.5.tgz",
|
|
4233
|
+
"integrity": "sha512-jC2rcVT2o5DxHMYOhltmfzccTzmkjhqbV2U3+1rvcVti43xbLjCfw1Ww3Ss4zSaKJswJ1AMmJnZloT8dMYtNlg==",
|
|
4234
4234
|
"dependencies": {
|
|
4235
4235
|
"sirv-cli": "^2.0.0"
|
|
4236
4236
|
}
|
|
4237
4237
|
},
|
|
4238
4238
|
"node_modules/@saltcorn/markup": {
|
|
4239
|
-
"version": "1.6.0-alpha.
|
|
4240
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-1.6.0-alpha.
|
|
4241
|
-
"integrity": "sha512-
|
|
4239
|
+
"version": "1.6.0-alpha.5",
|
|
4240
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-1.6.0-alpha.5.tgz",
|
|
4241
|
+
"integrity": "sha512-MFMhXlDx1SrritIqEHD2SwSpKVaUQ4lZQMsphMXmer55HnSDTw5yU337Kfp9/HmyZRsQ1vfvssixY3b8fQ8RfA==",
|
|
4242
4242
|
"dependencies": {
|
|
4243
4243
|
"escape-html": "^1.0.3",
|
|
4244
4244
|
"html-tags": "3.3.1",
|
|
@@ -4246,9 +4246,9 @@
|
|
|
4246
4246
|
}
|
|
4247
4247
|
},
|
|
4248
4248
|
"node_modules/@saltcorn/mobile-app": {
|
|
4249
|
-
"version": "1.6.0-alpha.
|
|
4250
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-1.6.0-alpha.
|
|
4251
|
-
"integrity": "sha512-
|
|
4249
|
+
"version": "1.6.0-alpha.5",
|
|
4250
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-1.6.0-alpha.5.tgz",
|
|
4251
|
+
"integrity": "sha512-w5+gfHkJbK6ZHedfyph0dNLDRibCI9pIcF0Ek6RQvej+/d/44a8hxL2iuRluR2sFSc3LnAmsLcfGhQzhh2EL0A==",
|
|
4252
4252
|
"dependencies": {
|
|
4253
4253
|
"axios": "^0.30.2",
|
|
4254
4254
|
"buffer": "6.0.3",
|
|
@@ -4265,17 +4265,17 @@
|
|
|
4265
4265
|
}
|
|
4266
4266
|
},
|
|
4267
4267
|
"node_modules/@saltcorn/mobile-builder": {
|
|
4268
|
-
"version": "1.6.0-alpha.
|
|
4269
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-1.6.0-alpha.
|
|
4270
|
-
"integrity": "sha512-
|
|
4271
|
-
"dependencies": {
|
|
4272
|
-
"@saltcorn/base-plugin": "1.6.0-alpha.
|
|
4273
|
-
"@saltcorn/data": "1.6.0-alpha.
|
|
4274
|
-
"@saltcorn/db-common": "1.6.0-alpha.
|
|
4275
|
-
"@saltcorn/markup": "1.6.0-alpha.
|
|
4276
|
-
"@saltcorn/mobile-app": "1.6.0-alpha.
|
|
4277
|
-
"@saltcorn/sbadmin2": "1.6.0-alpha.
|
|
4278
|
-
"@saltcorn/server": "1.6.0-alpha.
|
|
4268
|
+
"version": "1.6.0-alpha.5",
|
|
4269
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-1.6.0-alpha.5.tgz",
|
|
4270
|
+
"integrity": "sha512-UCdC2DG/llcFhx8g5Eg29UrbVcsiF7mLFldQdK6dfGy0FKRhtUVoGgW+viQYTeYuJU2f0FzdfNXHnKAYlbTNLA==",
|
|
4271
|
+
"dependencies": {
|
|
4272
|
+
"@saltcorn/base-plugin": "1.6.0-alpha.5",
|
|
4273
|
+
"@saltcorn/data": "1.6.0-alpha.5",
|
|
4274
|
+
"@saltcorn/db-common": "1.6.0-alpha.5",
|
|
4275
|
+
"@saltcorn/markup": "1.6.0-alpha.5",
|
|
4276
|
+
"@saltcorn/mobile-app": "1.6.0-alpha.5",
|
|
4277
|
+
"@saltcorn/sbadmin2": "1.6.0-alpha.5",
|
|
4278
|
+
"@saltcorn/server": "1.6.0-alpha.5",
|
|
4279
4279
|
"fs-extra": "^11.3.3",
|
|
4280
4280
|
"live-plugin-manager": "^1.0.0",
|
|
4281
4281
|
"resize-with-sharp-or-jimp": "0.1.8",
|
|
@@ -4291,23 +4291,23 @@
|
|
|
4291
4291
|
"integrity": "sha512-xihF5qngQwF/Juo1thbNb69j+w/WB+ZvA9gY3CN3JObL2xpt4DS+s2MjT7Z6KdKYefsddN+OQe74wPuxZ7hjgQ=="
|
|
4292
4292
|
},
|
|
4293
4293
|
"node_modules/@saltcorn/plugins-loader": {
|
|
4294
|
-
"version": "1.6.0-alpha.
|
|
4295
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-1.6.0-alpha.
|
|
4296
|
-
"integrity": "sha512-
|
|
4294
|
+
"version": "1.6.0-alpha.5",
|
|
4295
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-1.6.0-alpha.5.tgz",
|
|
4296
|
+
"integrity": "sha512-xuJS2kNl3YEIzJfZIrNRr7DTTGLnfzcRIy2kZx8o6IEdi+0UQjnovOdLMx/lbngGxHflxpqNWj/ecTxMRzV64Q==",
|
|
4297
4297
|
"dependencies": {
|
|
4298
|
-
"@saltcorn/data": "1.6.0-alpha.
|
|
4298
|
+
"@saltcorn/data": "1.6.0-alpha.5",
|
|
4299
4299
|
"env-paths": "^2.2.1",
|
|
4300
4300
|
"https-proxy-agent": "^7.0.6",
|
|
4301
4301
|
"npm-registry-fetch": "17.1.0"
|
|
4302
4302
|
}
|
|
4303
4303
|
},
|
|
4304
4304
|
"node_modules/@saltcorn/postgres": {
|
|
4305
|
-
"version": "1.6.0-alpha.
|
|
4306
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-1.6.0-alpha.
|
|
4307
|
-
"integrity": "sha512-
|
|
4305
|
+
"version": "1.6.0-alpha.5",
|
|
4306
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-1.6.0-alpha.5.tgz",
|
|
4307
|
+
"integrity": "sha512-7gGboSc2Tsw5oX0Nx9KR+viiovHJLKQgC0rKw+gZYU+4T+yfzyUmtD/cHyH6rb8hqQsX61ududnwH6IY/UJDsg==",
|
|
4308
4308
|
"optional": true,
|
|
4309
4309
|
"dependencies": {
|
|
4310
|
-
"@saltcorn/db-common": "1.6.0-alpha.
|
|
4310
|
+
"@saltcorn/db-common": "1.6.0-alpha.5",
|
|
4311
4311
|
"@saltcorn/plain-date": "0.2.5",
|
|
4312
4312
|
"pg": "^8.13.1",
|
|
4313
4313
|
"pg-copy-streams": "^6.0.6",
|
|
@@ -4315,31 +4315,31 @@
|
|
|
4315
4315
|
}
|
|
4316
4316
|
},
|
|
4317
4317
|
"node_modules/@saltcorn/sbadmin2": {
|
|
4318
|
-
"version": "1.6.0-alpha.
|
|
4319
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-1.6.0-alpha.
|
|
4320
|
-
"integrity": "sha512-
|
|
4318
|
+
"version": "1.6.0-alpha.5",
|
|
4319
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-1.6.0-alpha.5.tgz",
|
|
4320
|
+
"integrity": "sha512-DXbDmg58weAvhyzL1jEmKUHawJ6wMilWZvuzDuJOKXpfHMnUw0/iE18QFeG+r0R6uY/AmXwcOWe5G7laLvA3zQ==",
|
|
4321
4321
|
"dependencies": {
|
|
4322
|
-
"@saltcorn/data": "1.6.0-alpha.
|
|
4323
|
-
"@saltcorn/markup": "1.6.0-alpha.
|
|
4322
|
+
"@saltcorn/data": "1.6.0-alpha.5",
|
|
4323
|
+
"@saltcorn/markup": "1.6.0-alpha.5"
|
|
4324
4324
|
}
|
|
4325
4325
|
},
|
|
4326
4326
|
"node_modules/@saltcorn/server": {
|
|
4327
|
-
"version": "1.6.0-alpha.
|
|
4328
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-1.6.0-alpha.
|
|
4329
|
-
"integrity": "sha512-
|
|
4327
|
+
"version": "1.6.0-alpha.5",
|
|
4328
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-1.6.0-alpha.5.tgz",
|
|
4329
|
+
"integrity": "sha512-1GPnA8fxhrUvCsUBUT0sxwJvZP/hmkzdSMzFyw6Som50lZdm96pDr12JvZJGJdvO/Bwlj+j0bXDYsvowv57H9Q==",
|
|
4330
4330
|
"dependencies": {
|
|
4331
4331
|
"@aws-sdk/client-s3": "^3.735.0",
|
|
4332
4332
|
"@aws-sdk/s3-request-presigner": "^3.940.0",
|
|
4333
4333
|
"@dr.pogodin/csurf": "1.15.0",
|
|
4334
|
-
"@saltcorn/admin-models": "1.6.0-alpha.
|
|
4335
|
-
"@saltcorn/base-plugin": "1.6.0-alpha.
|
|
4336
|
-
"@saltcorn/builder": "1.6.0-alpha.
|
|
4337
|
-
"@saltcorn/data": "1.6.0-alpha.
|
|
4338
|
-
"@saltcorn/filemanager": "1.6.0-alpha.
|
|
4339
|
-
"@saltcorn/markup": "1.6.0-alpha.
|
|
4340
|
-
"@saltcorn/plugins-loader": "1.6.0-alpha.
|
|
4341
|
-
"@saltcorn/sbadmin2": "1.6.0-alpha.
|
|
4342
|
-
"@saltcorn/workflow-editor": "1.6.0-alpha.
|
|
4334
|
+
"@saltcorn/admin-models": "1.6.0-alpha.5",
|
|
4335
|
+
"@saltcorn/base-plugin": "1.6.0-alpha.5",
|
|
4336
|
+
"@saltcorn/builder": "1.6.0-alpha.5",
|
|
4337
|
+
"@saltcorn/data": "1.6.0-alpha.5",
|
|
4338
|
+
"@saltcorn/filemanager": "1.6.0-alpha.5",
|
|
4339
|
+
"@saltcorn/markup": "1.6.0-alpha.5",
|
|
4340
|
+
"@saltcorn/plugins-loader": "1.6.0-alpha.5",
|
|
4341
|
+
"@saltcorn/sbadmin2": "1.6.0-alpha.5",
|
|
4342
|
+
"@saltcorn/workflow-editor": "1.6.0-alpha.5",
|
|
4343
4343
|
"@socket.io/cluster-adapter": "^0.2.1",
|
|
4344
4344
|
"@socket.io/sticky": "^1.0.1",
|
|
4345
4345
|
"adm-zip": "0.5.16",
|
|
@@ -4397,36 +4397,36 @@
|
|
|
4397
4397
|
}
|
|
4398
4398
|
},
|
|
4399
4399
|
"node_modules/@saltcorn/sqlite": {
|
|
4400
|
-
"version": "1.6.0-alpha.
|
|
4401
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-1.6.0-alpha.
|
|
4402
|
-
"integrity": "sha512-
|
|
4400
|
+
"version": "1.6.0-alpha.5",
|
|
4401
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-1.6.0-alpha.5.tgz",
|
|
4402
|
+
"integrity": "sha512-tjZe5tMmVn3LjgxhAmlDRtBAReJNzbgMtYrUpUFDtM1KkiZGZqy0nPWhMzQvFiYUJzEPTbMFYY3BNKgjuB1FUQ==",
|
|
4403
4403
|
"optional": true,
|
|
4404
4404
|
"dependencies": {
|
|
4405
|
-
"@saltcorn/db-common": "1.6.0-alpha.
|
|
4405
|
+
"@saltcorn/db-common": "1.6.0-alpha.5"
|
|
4406
4406
|
},
|
|
4407
4407
|
"optionalDependencies": {
|
|
4408
4408
|
"sqlite3": "5.1.7"
|
|
4409
4409
|
}
|
|
4410
4410
|
},
|
|
4411
4411
|
"node_modules/@saltcorn/sqlite-mobile": {
|
|
4412
|
-
"version": "1.6.0-alpha.
|
|
4413
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-1.6.0-alpha.
|
|
4414
|
-
"integrity": "sha512-
|
|
4412
|
+
"version": "1.6.0-alpha.5",
|
|
4413
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-1.6.0-alpha.5.tgz",
|
|
4414
|
+
"integrity": "sha512-JPjbcb+Du/7NUm3xVMtSa/l3zPKAmPsUs4CuS4pSWioJgx8VI4J8FfR86U21vh1T37sUotmWXMGKkY0qe2NHBQ==",
|
|
4415
4415
|
"dependencies": {
|
|
4416
4416
|
"@capacitor-community/sqlite": "^6.0.2",
|
|
4417
4417
|
"@capacitor/core": "^6.2.0",
|
|
4418
|
-
"@saltcorn/db-common": "1.6.0-alpha.
|
|
4418
|
+
"@saltcorn/db-common": "1.6.0-alpha.5"
|
|
4419
4419
|
}
|
|
4420
4420
|
},
|
|
4421
4421
|
"node_modules/@saltcorn/types": {
|
|
4422
|
-
"version": "1.6.0-alpha.
|
|
4423
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-1.6.0-alpha.
|
|
4424
|
-
"integrity": "sha512-
|
|
4422
|
+
"version": "1.6.0-alpha.5",
|
|
4423
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-1.6.0-alpha.5.tgz",
|
|
4424
|
+
"integrity": "sha512-tSMOHAKRpwm3UFebORUJjo6/Jif4JKSMhN+qz1AlAv36DPCtLcSmeWCECS4zDt14Hjx1EPUDR5WxisMOx4UoZQ=="
|
|
4425
4425
|
},
|
|
4426
4426
|
"node_modules/@saltcorn/workflow-editor": {
|
|
4427
|
-
"version": "1.6.0-alpha.
|
|
4428
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/workflow-editor/-/workflow-editor-1.6.0-alpha.
|
|
4429
|
-
"integrity": "sha512-
|
|
4427
|
+
"version": "1.6.0-alpha.5",
|
|
4428
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/workflow-editor/-/workflow-editor-1.6.0-alpha.5.tgz",
|
|
4429
|
+
"integrity": "sha512-6Lg/ADlpmtvK/N3aHLfs9Dj/3xXdvJEREZmmw1KcWMM2yX/B9Z6xXIUD8Sh8AzpIVMb563FPYfh07iJMI9zbqg=="
|
|
4430
4430
|
},
|
|
4431
4431
|
"node_modules/@sideway/address": {
|
|
4432
4432
|
"version": "4.1.5",
|
|
@@ -11809,9 +11809,9 @@
|
|
|
11809
11809
|
}
|
|
11810
11810
|
},
|
|
11811
11811
|
"node_modules/juice": {
|
|
11812
|
-
"version": "11.1.
|
|
11813
|
-
"resolved": "https://registry.npmjs.org/juice/-/juice-11.1.
|
|
11814
|
-
"integrity": "sha512-
|
|
11812
|
+
"version": "11.1.1",
|
|
11813
|
+
"resolved": "https://registry.npmjs.org/juice/-/juice-11.1.1.tgz",
|
|
11814
|
+
"integrity": "sha512-4SBfZqKcc6DrIS+5b/WiGoWaZsdUPBH+e6SbRlNjJpaIRtfoBhYReAtobIEW6mcLeFFDXLBJMuZwkJLkBJjs2w==",
|
|
11815
11815
|
"dependencies": {
|
|
11816
11816
|
"cheerio": "1.0.0",
|
|
11817
11817
|
"commander": "^12.1.0",
|
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.6.0-alpha.
|
|
5
|
+
"version": "1.6.0-alpha.5",
|
|
6
6
|
"author": "Tom Nielsen @glutamate",
|
|
7
7
|
"bin": {
|
|
8
8
|
"saltcorn": "./bin/saltcorn"
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "4.4.0",
|
|
13
13
|
"@oclif/plugin-plugins": "^5.4.26",
|
|
14
|
-
"@saltcorn/admin-models": "1.6.0-alpha.
|
|
15
|
-
"@saltcorn/common-code": "1.6.0-alpha.
|
|
16
|
-
"@saltcorn/data": "1.6.0-alpha.
|
|
17
|
-
"@saltcorn/mobile-app": "1.6.0-alpha.
|
|
18
|
-
"@saltcorn/mobile-builder": "1.6.0-alpha.
|
|
19
|
-
"@saltcorn/plugins-loader": "1.6.0-alpha.
|
|
20
|
-
"@saltcorn/server": "1.6.0-alpha.
|
|
14
|
+
"@saltcorn/admin-models": "1.6.0-alpha.5",
|
|
15
|
+
"@saltcorn/common-code": "1.6.0-alpha.5",
|
|
16
|
+
"@saltcorn/data": "1.6.0-alpha.5",
|
|
17
|
+
"@saltcorn/mobile-app": "1.6.0-alpha.5",
|
|
18
|
+
"@saltcorn/mobile-builder": "1.6.0-alpha.5",
|
|
19
|
+
"@saltcorn/plugins-loader": "1.6.0-alpha.5",
|
|
20
|
+
"@saltcorn/server": "1.6.0-alpha.5",
|
|
21
21
|
"contractis": "^0.1.0",
|
|
22
22
|
"dateformat": "^4.6.3",
|
|
23
23
|
"inquirer": "^12.3.3",
|