@saltcorn/cli 1.3.0-beta.13 → 1.3.0-beta.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +49 -49
- package/npm-shrinkwrap.json +374 -324
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
- package/src/commands/plugins.js +2 -3
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.3.0-beta.
|
|
23
|
+
@saltcorn/cli/1.3.0-beta.15 linux-x64 node-v20.18.1
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -96,7 +96,7 @@ DESCRIPTION
|
|
|
96
96
|
Add Saltcorn schema to existing database
|
|
97
97
|
```
|
|
98
98
|
|
|
99
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
99
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/add-schema.js)_
|
|
100
100
|
|
|
101
101
|
## `saltcorn backup`
|
|
102
102
|
|
|
@@ -117,7 +117,7 @@ DESCRIPTION
|
|
|
117
117
|
Backup the PostgreSQL database to a file with pg_dump or saltcorn backup zip
|
|
118
118
|
```
|
|
119
119
|
|
|
120
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
120
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/backup.js)_
|
|
121
121
|
|
|
122
122
|
## `saltcorn build-app`
|
|
123
123
|
|
|
@@ -175,7 +175,7 @@ DESCRIPTION
|
|
|
175
175
|
Build mobile app
|
|
176
176
|
```
|
|
177
177
|
|
|
178
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
178
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/build-app.js)_
|
|
179
179
|
|
|
180
180
|
## `saltcorn build-capacitor-builder`
|
|
181
181
|
|
|
@@ -193,7 +193,7 @@ DESCRIPTION
|
|
|
193
193
|
Build the 'saltcorn/capacitor-builder' docker image or pull it from docker hub.
|
|
194
194
|
```
|
|
195
195
|
|
|
196
|
-
_See code: [src/commands/build-capacitor-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
196
|
+
_See code: [src/commands/build-capacitor-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/build-capacitor-builder.js)_
|
|
197
197
|
|
|
198
198
|
## `saltcorn configuration-check`
|
|
199
199
|
|
|
@@ -210,7 +210,7 @@ DESCRIPTION
|
|
|
210
210
|
Check configuration
|
|
211
211
|
```
|
|
212
212
|
|
|
213
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
213
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/configuration-check.js)_
|
|
214
214
|
|
|
215
215
|
## `saltcorn configuration-check-backups FILES`
|
|
216
216
|
|
|
@@ -230,7 +230,7 @@ DESCRIPTION
|
|
|
230
230
|
Check configuration
|
|
231
231
|
```
|
|
232
232
|
|
|
233
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
233
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/configuration-check-backups.js)_
|
|
234
234
|
|
|
235
235
|
## `saltcorn create-tenant TENANT`
|
|
236
236
|
|
|
@@ -252,7 +252,7 @@ DESCRIPTION
|
|
|
252
252
|
Create a tenant
|
|
253
253
|
```
|
|
254
254
|
|
|
255
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
255
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/create-tenant.js)_
|
|
256
256
|
|
|
257
257
|
## `saltcorn create-user`
|
|
258
258
|
|
|
@@ -273,7 +273,7 @@ DESCRIPTION
|
|
|
273
273
|
Create a new user
|
|
274
274
|
```
|
|
275
275
|
|
|
276
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
276
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/create-user.js)_
|
|
277
277
|
|
|
278
278
|
## `saltcorn delete-tenants`
|
|
279
279
|
|
|
@@ -287,7 +287,7 @@ DESCRIPTION
|
|
|
287
287
|
Delete inactive tenants
|
|
288
288
|
```
|
|
289
289
|
|
|
290
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
290
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/delete-tenants.js)_
|
|
291
291
|
|
|
292
292
|
## `saltcorn delete-user USER_EMAIL`
|
|
293
293
|
|
|
@@ -310,7 +310,7 @@ DESCRIPTION
|
|
|
310
310
|
Command deletes the user specified by USER_EMAIL.
|
|
311
311
|
```
|
|
312
312
|
|
|
313
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
313
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/delete-user.js)_
|
|
314
314
|
|
|
315
315
|
## `saltcorn dev:localize-plugin PLUGIN [PATH]`
|
|
316
316
|
|
|
@@ -332,7 +332,7 @@ DESCRIPTION
|
|
|
332
332
|
Convert plugin to local plugin
|
|
333
333
|
```
|
|
334
334
|
|
|
335
|
-
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
335
|
+
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/dev/localize-plugin.js)_
|
|
336
336
|
|
|
337
337
|
## `saltcorn make-migration`
|
|
338
338
|
|
|
@@ -349,7 +349,7 @@ DESCRIPTION
|
|
|
349
349
|
unless you are a developer.
|
|
350
350
|
```
|
|
351
351
|
|
|
352
|
-
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
352
|
+
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/dev/make-migration.js)_
|
|
353
353
|
|
|
354
354
|
## `saltcorn saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip`
|
|
355
355
|
|
|
@@ -370,7 +370,7 @@ DESCRIPTION
|
|
|
370
370
|
Install a plugin, spawn 'npm run test' in the install directory and check the return code.
|
|
371
371
|
```
|
|
372
372
|
|
|
373
|
-
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
373
|
+
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/dev/plugin-test.js)_
|
|
374
374
|
|
|
375
375
|
## `saltcorn dev:post-release [TASK]`
|
|
376
376
|
|
|
@@ -387,7 +387,7 @@ DESCRIPTION
|
|
|
387
387
|
Post-release tasks: docker and vagrant builds
|
|
388
388
|
```
|
|
389
389
|
|
|
390
|
-
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
390
|
+
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/dev/post-release.js)_
|
|
391
391
|
|
|
392
392
|
## `saltcorn dev:release VERSION`
|
|
393
393
|
|
|
@@ -407,7 +407,7 @@ DESCRIPTION
|
|
|
407
407
|
Release a new saltcorn version
|
|
408
408
|
```
|
|
409
409
|
|
|
410
|
-
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
410
|
+
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/dev/release.js)_
|
|
411
411
|
|
|
412
412
|
## `saltcorn dev:release-resume VERSION`
|
|
413
413
|
|
|
@@ -427,7 +427,7 @@ DESCRIPTION
|
|
|
427
427
|
Release a new saltcorn version
|
|
428
428
|
```
|
|
429
429
|
|
|
430
|
-
_See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
430
|
+
_See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/dev/release-resume.js)_
|
|
431
431
|
|
|
432
432
|
## `saltcorn dev:test-plugin PATH`
|
|
433
433
|
|
|
@@ -446,7 +446,7 @@ DESCRIPTION
|
|
|
446
446
|
Extra documentation goes here
|
|
447
447
|
```
|
|
448
448
|
|
|
449
|
-
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
449
|
+
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/dev/test-plugin.js)_
|
|
450
450
|
|
|
451
451
|
## `saltcorn dev:translate LOCALE`
|
|
452
452
|
|
|
@@ -466,7 +466,7 @@ DESCRIPTION
|
|
|
466
466
|
Produce translation files with LLM
|
|
467
467
|
```
|
|
468
468
|
|
|
469
|
-
_See code: [src/commands/dev/translate.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
469
|
+
_See code: [src/commands/dev/translate.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/dev/translate.js)_
|
|
470
470
|
|
|
471
471
|
## `saltcorn fixtures`
|
|
472
472
|
|
|
@@ -486,7 +486,7 @@ DESCRIPTION
|
|
|
486
486
|
This manual step it is never required for users and rarely required for developers
|
|
487
487
|
```
|
|
488
488
|
|
|
489
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
489
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/fixtures.js)_
|
|
490
490
|
|
|
491
491
|
## `saltcorn get-cfg [KEY]`
|
|
492
492
|
|
|
@@ -507,7 +507,7 @@ DESCRIPTION
|
|
|
507
507
|
Get a configuration value. The value is printed to stdout as a JSON value
|
|
508
508
|
```
|
|
509
509
|
|
|
510
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
510
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/get-cfg.js)_
|
|
511
511
|
|
|
512
512
|
## `saltcorn info [KEY]`
|
|
513
513
|
|
|
@@ -533,7 +533,7 @@ ALIASES
|
|
|
533
533
|
$ saltcorn paths
|
|
534
534
|
```
|
|
535
535
|
|
|
536
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
536
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/info.js)_
|
|
537
537
|
|
|
538
538
|
## `saltcorn inspect TYPE [NAME]`
|
|
539
539
|
|
|
@@ -554,7 +554,7 @@ DESCRIPTION
|
|
|
554
554
|
Inspect an entity's JSON representation, or list entities
|
|
555
555
|
```
|
|
556
556
|
|
|
557
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
557
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/inspect.js)_
|
|
558
558
|
|
|
559
559
|
## `saltcorn install-pack`
|
|
560
560
|
|
|
@@ -573,7 +573,7 @@ DESCRIPTION
|
|
|
573
573
|
Install a pack or restore a snapshot
|
|
574
574
|
```
|
|
575
575
|
|
|
576
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
576
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/install-pack.js)_
|
|
577
577
|
|
|
578
578
|
## `saltcorn install-plugin`
|
|
579
579
|
|
|
@@ -593,7 +593,7 @@ DESCRIPTION
|
|
|
593
593
|
Install a plugin
|
|
594
594
|
```
|
|
595
595
|
|
|
596
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
596
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/install-plugin.js)_
|
|
597
597
|
|
|
598
598
|
## `saltcorn list-tenants`
|
|
599
599
|
|
|
@@ -612,7 +612,7 @@ DESCRIPTION
|
|
|
612
612
|
List tenants in CSV format
|
|
613
613
|
```
|
|
614
614
|
|
|
615
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
615
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/list-tenants.js)_
|
|
616
616
|
|
|
617
617
|
## `saltcorn list-triggers`
|
|
618
618
|
|
|
@@ -631,7 +631,7 @@ DESCRIPTION
|
|
|
631
631
|
List triggers
|
|
632
632
|
```
|
|
633
633
|
|
|
634
|
-
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
634
|
+
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/list-triggers.js)_
|
|
635
635
|
|
|
636
636
|
## `saltcorn list-users`
|
|
637
637
|
|
|
@@ -649,7 +649,7 @@ DESCRIPTION
|
|
|
649
649
|
List users
|
|
650
650
|
```
|
|
651
651
|
|
|
652
|
-
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
652
|
+
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/list-users.js)_
|
|
653
653
|
|
|
654
654
|
## `saltcorn saltcorn migrate`
|
|
655
655
|
|
|
@@ -672,7 +672,7 @@ DESCRIPTION
|
|
|
672
672
|
servers and need to control when the migrations are run.
|
|
673
673
|
```
|
|
674
674
|
|
|
675
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
675
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/migrate.js)_
|
|
676
676
|
|
|
677
677
|
## `saltcorn modify-user USER_EMAIL`
|
|
678
678
|
|
|
@@ -703,7 +703,7 @@ DESCRIPTION
|
|
|
703
703
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
704
704
|
```
|
|
705
705
|
|
|
706
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
706
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/modify-user.js)_
|
|
707
707
|
|
|
708
708
|
## `saltcorn paths [KEY]`
|
|
709
709
|
|
|
@@ -758,7 +758,7 @@ EXAMPLES
|
|
|
758
758
|
plugins -u -f - force plugin update
|
|
759
759
|
```
|
|
760
760
|
|
|
761
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
761
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/plugins.js)_
|
|
762
762
|
|
|
763
763
|
## `saltcorn prepare`
|
|
764
764
|
|
|
@@ -776,7 +776,7 @@ DESCRIPTION
|
|
|
776
776
|
Prepare to serve. Optional, may accelerate subsequent 'saltcorn serve' startup
|
|
777
777
|
```
|
|
778
778
|
|
|
779
|
-
_See code: [src/commands/prepare.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
779
|
+
_See code: [src/commands/prepare.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/prepare.js)_
|
|
780
780
|
|
|
781
781
|
## `saltcorn reset-schema`
|
|
782
782
|
|
|
@@ -796,7 +796,7 @@ DESCRIPTION
|
|
|
796
796
|
This will delete all existing information
|
|
797
797
|
```
|
|
798
798
|
|
|
799
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
799
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/reset-schema.js)_
|
|
800
800
|
|
|
801
801
|
## `saltcorn restore FILE`
|
|
802
802
|
|
|
@@ -816,7 +816,7 @@ DESCRIPTION
|
|
|
816
816
|
Restore a previously backed up database (zip or sqlc format)
|
|
817
817
|
```
|
|
818
818
|
|
|
819
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
819
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/restore.js)_
|
|
820
820
|
|
|
821
821
|
## `saltcorn rm-tenant`
|
|
822
822
|
|
|
@@ -836,7 +836,7 @@ DESCRIPTION
|
|
|
836
836
|
It recommended to make backup of tenant before perform this command.
|
|
837
837
|
```
|
|
838
838
|
|
|
839
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
839
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/rm-tenant.js)_
|
|
840
840
|
|
|
841
841
|
## `saltcorn run-benchmark [BASEURL]`
|
|
842
842
|
|
|
@@ -858,7 +858,7 @@ DESCRIPTION
|
|
|
858
858
|
Run benchmark
|
|
859
859
|
```
|
|
860
860
|
|
|
861
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
861
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/run-benchmark.js)_
|
|
862
862
|
|
|
863
863
|
## `saltcorn run-js`
|
|
864
864
|
|
|
@@ -877,7 +877,7 @@ DESCRIPTION
|
|
|
877
877
|
Run javascript code
|
|
878
878
|
```
|
|
879
879
|
|
|
880
|
-
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
880
|
+
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/run-js.js)_
|
|
881
881
|
|
|
882
882
|
## `saltcorn run-sql`
|
|
883
883
|
|
|
@@ -896,7 +896,7 @@ DESCRIPTION
|
|
|
896
896
|
Run sql expression
|
|
897
897
|
```
|
|
898
898
|
|
|
899
|
-
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
899
|
+
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/run-sql.js)_
|
|
900
900
|
|
|
901
901
|
## `saltcorn run-tests [PACKAGE]`
|
|
902
902
|
|
|
@@ -923,7 +923,7 @@ DESCRIPTION
|
|
|
923
923
|
Run test suites
|
|
924
924
|
```
|
|
925
925
|
|
|
926
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
926
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/run-tests.js)_
|
|
927
927
|
|
|
928
928
|
## `saltcorn run-trigger TRIGGER`
|
|
929
929
|
|
|
@@ -943,7 +943,7 @@ DESCRIPTION
|
|
|
943
943
|
Run a trigger
|
|
944
944
|
```
|
|
945
945
|
|
|
946
|
-
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
946
|
+
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/run-trigger.js)_
|
|
947
947
|
|
|
948
948
|
## `saltcorn scheduler`
|
|
949
949
|
|
|
@@ -960,7 +960,7 @@ DESCRIPTION
|
|
|
960
960
|
Run the Saltcorn scheduler
|
|
961
961
|
```
|
|
962
962
|
|
|
963
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
963
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/scheduler.js)_
|
|
964
964
|
|
|
965
965
|
## `saltcorn serve`
|
|
966
966
|
|
|
@@ -985,7 +985,7 @@ DESCRIPTION
|
|
|
985
985
|
Start the Saltcorn server
|
|
986
986
|
```
|
|
987
987
|
|
|
988
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
988
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/serve.js)_
|
|
989
989
|
|
|
990
990
|
## `saltcorn set-cfg [KEY] [VALUE]`
|
|
991
991
|
|
|
@@ -1010,7 +1010,7 @@ DESCRIPTION
|
|
|
1010
1010
|
stored as a string.
|
|
1011
1011
|
```
|
|
1012
1012
|
|
|
1013
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
1013
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/set-cfg.js)_
|
|
1014
1014
|
|
|
1015
1015
|
## `saltcorn set-daily-time [MINS]`
|
|
1016
1016
|
|
|
@@ -1030,7 +1030,7 @@ DESCRIPTION
|
|
|
1030
1030
|
Set the time the default daily event will run, offset in minutes from the current time. Restart required.
|
|
1031
1031
|
```
|
|
1032
1032
|
|
|
1033
|
-
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
1033
|
+
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/set-daily-time.js)_
|
|
1034
1034
|
|
|
1035
1035
|
## `saltcorn setup`
|
|
1036
1036
|
|
|
@@ -1050,7 +1050,7 @@ DESCRIPTION
|
|
|
1050
1050
|
configuration file
|
|
1051
1051
|
```
|
|
1052
1052
|
|
|
1053
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
1053
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/setup.js)_
|
|
1054
1054
|
|
|
1055
1055
|
## `saltcorn setup-benchmark`
|
|
1056
1056
|
|
|
@@ -1068,7 +1068,7 @@ DESCRIPTION
|
|
|
1068
1068
|
Setup an instance for benchmarking
|
|
1069
1069
|
```
|
|
1070
1070
|
|
|
1071
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
1071
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/setup-benchmark.js)_
|
|
1072
1072
|
|
|
1073
1073
|
## `saltcorn sync-upload-data`
|
|
1074
1074
|
|
|
@@ -1089,7 +1089,7 @@ DESCRIPTION
|
|
|
1089
1089
|
Runs a sync for data supplied by the mobile app
|
|
1090
1090
|
```
|
|
1091
1091
|
|
|
1092
|
-
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
1092
|
+
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/sync-upload-data.js)_
|
|
1093
1093
|
|
|
1094
1094
|
## `saltcorn take-snapshot`
|
|
1095
1095
|
|
|
@@ -1107,7 +1107,7 @@ DESCRIPTION
|
|
|
1107
1107
|
Print a current snapshout to stdout
|
|
1108
1108
|
```
|
|
1109
1109
|
|
|
1110
|
-
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
1110
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/take-snapshot.js)_
|
|
1111
1111
|
|
|
1112
1112
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
1113
1113
|
|
|
@@ -1127,5 +1127,5 @@ DESCRIPTION
|
|
|
1127
1127
|
transform an existing field by applying a calculated expression
|
|
1128
1128
|
```
|
|
1129
1129
|
|
|
1130
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.
|
|
1130
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.3.0-beta.15/packages/saltcorn-cli/src/commands/transform-field.js)_
|
|
1131
1131
|
<!-- commandsstop -->
|