@saltcorn/cli 1.5.0-beta.7 → 1.5.0-beta.9
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 +246 -246
- 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.5.0-beta.
|
|
23
|
+
@saltcorn/cli/1.5.0-beta.9 linux-x64 node-v20.19.4
|
|
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.5.0-beta.
|
|
99
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/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.5.0-beta.
|
|
120
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/backup.js)_
|
|
121
121
|
|
|
122
122
|
## `saltcorn build-app`
|
|
123
123
|
|
|
@@ -179,7 +179,7 @@ DESCRIPTION
|
|
|
179
179
|
Build mobile app
|
|
180
180
|
```
|
|
181
181
|
|
|
182
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
182
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/build-app.js)_
|
|
183
183
|
|
|
184
184
|
## `saltcorn build-capacitor-builder`
|
|
185
185
|
|
|
@@ -197,7 +197,7 @@ DESCRIPTION
|
|
|
197
197
|
Build the 'saltcorn/capacitor-builder' docker image or pull it from docker hub.
|
|
198
198
|
```
|
|
199
199
|
|
|
200
|
-
_See code: [src/commands/build-capacitor-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
200
|
+
_See code: [src/commands/build-capacitor-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/build-capacitor-builder.js)_
|
|
201
201
|
|
|
202
202
|
## `saltcorn configuration-check`
|
|
203
203
|
|
|
@@ -214,7 +214,7 @@ DESCRIPTION
|
|
|
214
214
|
Check configuration
|
|
215
215
|
```
|
|
216
216
|
|
|
217
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
217
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/configuration-check.js)_
|
|
218
218
|
|
|
219
219
|
## `saltcorn configuration-check-backups FILES`
|
|
220
220
|
|
|
@@ -234,7 +234,7 @@ DESCRIPTION
|
|
|
234
234
|
Check configuration
|
|
235
235
|
```
|
|
236
236
|
|
|
237
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
237
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/configuration-check-backups.js)_
|
|
238
238
|
|
|
239
239
|
## `saltcorn create-tenant TENANT`
|
|
240
240
|
|
|
@@ -256,7 +256,7 @@ DESCRIPTION
|
|
|
256
256
|
Create a tenant
|
|
257
257
|
```
|
|
258
258
|
|
|
259
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
259
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/create-tenant.js)_
|
|
260
260
|
|
|
261
261
|
## `saltcorn create-user`
|
|
262
262
|
|
|
@@ -277,7 +277,7 @@ DESCRIPTION
|
|
|
277
277
|
Create a new user
|
|
278
278
|
```
|
|
279
279
|
|
|
280
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
280
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/create-user.js)_
|
|
281
281
|
|
|
282
282
|
## `saltcorn delete-tenants`
|
|
283
283
|
|
|
@@ -291,7 +291,7 @@ DESCRIPTION
|
|
|
291
291
|
Delete inactive tenants
|
|
292
292
|
```
|
|
293
293
|
|
|
294
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
294
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/delete-tenants.js)_
|
|
295
295
|
|
|
296
296
|
## `saltcorn delete-user USER_EMAIL`
|
|
297
297
|
|
|
@@ -314,7 +314,7 @@ DESCRIPTION
|
|
|
314
314
|
Command deletes the user specified by USER_EMAIL.
|
|
315
315
|
```
|
|
316
316
|
|
|
317
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
317
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/delete-user.js)_
|
|
318
318
|
|
|
319
319
|
## `saltcorn dev:localize-plugin PLUGIN [PATH]`
|
|
320
320
|
|
|
@@ -336,7 +336,7 @@ DESCRIPTION
|
|
|
336
336
|
Convert plugin to local plugin
|
|
337
337
|
```
|
|
338
338
|
|
|
339
|
-
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
339
|
+
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/dev/localize-plugin.js)_
|
|
340
340
|
|
|
341
341
|
## `saltcorn make-migration`
|
|
342
342
|
|
|
@@ -353,7 +353,7 @@ DESCRIPTION
|
|
|
353
353
|
unless you are a developer.
|
|
354
354
|
```
|
|
355
355
|
|
|
356
|
-
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
356
|
+
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/dev/make-migration.js)_
|
|
357
357
|
|
|
358
358
|
## `saltcorn saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip`
|
|
359
359
|
|
|
@@ -374,7 +374,7 @@ DESCRIPTION
|
|
|
374
374
|
Install a plugin, spawn 'npm run test' in the install directory and check the return code.
|
|
375
375
|
```
|
|
376
376
|
|
|
377
|
-
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
377
|
+
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/dev/plugin-test.js)_
|
|
378
378
|
|
|
379
379
|
## `saltcorn dev:post-release [TASK] [TAG]`
|
|
380
380
|
|
|
@@ -392,7 +392,7 @@ DESCRIPTION
|
|
|
392
392
|
Post-release tasks: docker and vagrant builds
|
|
393
393
|
```
|
|
394
394
|
|
|
395
|
-
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
395
|
+
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/dev/post-release.js)_
|
|
396
396
|
|
|
397
397
|
## `saltcorn dev:release VERSION TAG`
|
|
398
398
|
|
|
@@ -410,7 +410,7 @@ DESCRIPTION
|
|
|
410
410
|
Release a new saltcorn version
|
|
411
411
|
```
|
|
412
412
|
|
|
413
|
-
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
413
|
+
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/dev/release.js)_
|
|
414
414
|
|
|
415
415
|
## `saltcorn dev:release-resume VERSION`
|
|
416
416
|
|
|
@@ -430,7 +430,7 @@ DESCRIPTION
|
|
|
430
430
|
Release a new saltcorn version
|
|
431
431
|
```
|
|
432
432
|
|
|
433
|
-
_See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
433
|
+
_See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/dev/release-resume.js)_
|
|
434
434
|
|
|
435
435
|
## `saltcorn dev:test-plugin PATH`
|
|
436
436
|
|
|
@@ -449,7 +449,7 @@ DESCRIPTION
|
|
|
449
449
|
Extra documentation goes here
|
|
450
450
|
```
|
|
451
451
|
|
|
452
|
-
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
452
|
+
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/dev/test-plugin.js)_
|
|
453
453
|
|
|
454
454
|
## `saltcorn dev:translate LOCALE`
|
|
455
455
|
|
|
@@ -469,7 +469,7 @@ DESCRIPTION
|
|
|
469
469
|
Produce translation files with LLM
|
|
470
470
|
```
|
|
471
471
|
|
|
472
|
-
_See code: [src/commands/dev/translate.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
472
|
+
_See code: [src/commands/dev/translate.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/dev/translate.js)_
|
|
473
473
|
|
|
474
474
|
## `saltcorn fixtures`
|
|
475
475
|
|
|
@@ -489,7 +489,7 @@ DESCRIPTION
|
|
|
489
489
|
This manual step it is never required for users and rarely required for developers
|
|
490
490
|
```
|
|
491
491
|
|
|
492
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
492
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/fixtures.js)_
|
|
493
493
|
|
|
494
494
|
## `saltcorn get-cfg [KEY]`
|
|
495
495
|
|
|
@@ -510,7 +510,7 @@ DESCRIPTION
|
|
|
510
510
|
Get a configuration value. The value is printed to stdout as a JSON value
|
|
511
511
|
```
|
|
512
512
|
|
|
513
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
513
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/get-cfg.js)_
|
|
514
514
|
|
|
515
515
|
## `saltcorn info [KEY]`
|
|
516
516
|
|
|
@@ -536,7 +536,7 @@ ALIASES
|
|
|
536
536
|
$ saltcorn paths
|
|
537
537
|
```
|
|
538
538
|
|
|
539
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
539
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/info.js)_
|
|
540
540
|
|
|
541
541
|
## `saltcorn inspect TYPE [NAME]`
|
|
542
542
|
|
|
@@ -557,7 +557,7 @@ DESCRIPTION
|
|
|
557
557
|
Inspect an entity's JSON representation, or list entities
|
|
558
558
|
```
|
|
559
559
|
|
|
560
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
560
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/inspect.js)_
|
|
561
561
|
|
|
562
562
|
## `saltcorn install-pack`
|
|
563
563
|
|
|
@@ -576,7 +576,7 @@ DESCRIPTION
|
|
|
576
576
|
Install a pack or restore a snapshot
|
|
577
577
|
```
|
|
578
578
|
|
|
579
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
579
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/install-pack.js)_
|
|
580
580
|
|
|
581
581
|
## `saltcorn install-plugin`
|
|
582
582
|
|
|
@@ -596,7 +596,7 @@ DESCRIPTION
|
|
|
596
596
|
Install a plugin
|
|
597
597
|
```
|
|
598
598
|
|
|
599
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
599
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/install-plugin.js)_
|
|
600
600
|
|
|
601
601
|
## `saltcorn list-tenants`
|
|
602
602
|
|
|
@@ -616,7 +616,7 @@ DESCRIPTION
|
|
|
616
616
|
List tenants in CSV format
|
|
617
617
|
```
|
|
618
618
|
|
|
619
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
619
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/list-tenants.js)_
|
|
620
620
|
|
|
621
621
|
## `saltcorn list-triggers`
|
|
622
622
|
|
|
@@ -635,7 +635,7 @@ DESCRIPTION
|
|
|
635
635
|
List triggers
|
|
636
636
|
```
|
|
637
637
|
|
|
638
|
-
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
638
|
+
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/list-triggers.js)_
|
|
639
639
|
|
|
640
640
|
## `saltcorn list-users`
|
|
641
641
|
|
|
@@ -653,7 +653,7 @@ DESCRIPTION
|
|
|
653
653
|
List users
|
|
654
654
|
```
|
|
655
655
|
|
|
656
|
-
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
656
|
+
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/list-users.js)_
|
|
657
657
|
|
|
658
658
|
## `saltcorn saltcorn migrate`
|
|
659
659
|
|
|
@@ -676,7 +676,7 @@ DESCRIPTION
|
|
|
676
676
|
servers and need to control when the migrations are run.
|
|
677
677
|
```
|
|
678
678
|
|
|
679
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
679
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/migrate.js)_
|
|
680
680
|
|
|
681
681
|
## `saltcorn modify-user USER_EMAIL`
|
|
682
682
|
|
|
@@ -707,7 +707,7 @@ DESCRIPTION
|
|
|
707
707
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
708
708
|
```
|
|
709
709
|
|
|
710
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
710
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/modify-user.js)_
|
|
711
711
|
|
|
712
712
|
## `saltcorn paths [KEY]`
|
|
713
713
|
|
|
@@ -762,7 +762,7 @@ EXAMPLES
|
|
|
762
762
|
plugins -u -f - force plugin update
|
|
763
763
|
```
|
|
764
764
|
|
|
765
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
765
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/plugins.js)_
|
|
766
766
|
|
|
767
767
|
## `saltcorn prepare`
|
|
768
768
|
|
|
@@ -780,7 +780,7 @@ DESCRIPTION
|
|
|
780
780
|
Prepare to serve. Optional, may accelerate subsequent 'saltcorn serve' startup
|
|
781
781
|
```
|
|
782
782
|
|
|
783
|
-
_See code: [src/commands/prepare.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
783
|
+
_See code: [src/commands/prepare.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/prepare.js)_
|
|
784
784
|
|
|
785
785
|
## `saltcorn reset-schema`
|
|
786
786
|
|
|
@@ -800,7 +800,7 @@ DESCRIPTION
|
|
|
800
800
|
This will delete all existing information
|
|
801
801
|
```
|
|
802
802
|
|
|
803
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
803
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/reset-schema.js)_
|
|
804
804
|
|
|
805
805
|
## `saltcorn restore FILE`
|
|
806
806
|
|
|
@@ -820,7 +820,7 @@ DESCRIPTION
|
|
|
820
820
|
Restore a previously backed up database (zip or sqlc format)
|
|
821
821
|
```
|
|
822
822
|
|
|
823
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
823
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/restore.js)_
|
|
824
824
|
|
|
825
825
|
## `saltcorn rm-tenant`
|
|
826
826
|
|
|
@@ -840,7 +840,7 @@ DESCRIPTION
|
|
|
840
840
|
It recommended to make backup of tenant before perform this command.
|
|
841
841
|
```
|
|
842
842
|
|
|
843
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
843
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/rm-tenant.js)_
|
|
844
844
|
|
|
845
845
|
## `saltcorn run-benchmark [BASEURL]`
|
|
846
846
|
|
|
@@ -862,7 +862,7 @@ DESCRIPTION
|
|
|
862
862
|
Run benchmark
|
|
863
863
|
```
|
|
864
864
|
|
|
865
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
865
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/run-benchmark.js)_
|
|
866
866
|
|
|
867
867
|
## `saltcorn run-js`
|
|
868
868
|
|
|
@@ -881,7 +881,7 @@ DESCRIPTION
|
|
|
881
881
|
Run javascript code
|
|
882
882
|
```
|
|
883
883
|
|
|
884
|
-
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
884
|
+
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/run-js.js)_
|
|
885
885
|
|
|
886
886
|
## `saltcorn run-sql`
|
|
887
887
|
|
|
@@ -900,7 +900,7 @@ DESCRIPTION
|
|
|
900
900
|
Run sql expression
|
|
901
901
|
```
|
|
902
902
|
|
|
903
|
-
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
903
|
+
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/run-sql.js)_
|
|
904
904
|
|
|
905
905
|
## `saltcorn run-tests [PACKAGE]`
|
|
906
906
|
|
|
@@ -927,7 +927,7 @@ DESCRIPTION
|
|
|
927
927
|
Run test suites
|
|
928
928
|
```
|
|
929
929
|
|
|
930
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
930
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/run-tests.js)_
|
|
931
931
|
|
|
932
932
|
## `saltcorn run-trigger TRIGGER`
|
|
933
933
|
|
|
@@ -947,7 +947,7 @@ DESCRIPTION
|
|
|
947
947
|
Run a trigger
|
|
948
948
|
```
|
|
949
949
|
|
|
950
|
-
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
950
|
+
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/run-trigger.js)_
|
|
951
951
|
|
|
952
952
|
## `saltcorn scheduler`
|
|
953
953
|
|
|
@@ -964,7 +964,7 @@ DESCRIPTION
|
|
|
964
964
|
Run the Saltcorn scheduler
|
|
965
965
|
```
|
|
966
966
|
|
|
967
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
967
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/scheduler.js)_
|
|
968
968
|
|
|
969
969
|
## `saltcorn serve`
|
|
970
970
|
|
|
@@ -989,7 +989,7 @@ DESCRIPTION
|
|
|
989
989
|
Start the Saltcorn server
|
|
990
990
|
```
|
|
991
991
|
|
|
992
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
992
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/serve.js)_
|
|
993
993
|
|
|
994
994
|
## `saltcorn set-cfg [KEY] [VALUE]`
|
|
995
995
|
|
|
@@ -1014,7 +1014,7 @@ DESCRIPTION
|
|
|
1014
1014
|
stored as a string.
|
|
1015
1015
|
```
|
|
1016
1016
|
|
|
1017
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
1017
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/set-cfg.js)_
|
|
1018
1018
|
|
|
1019
1019
|
## `saltcorn set-daily-time [MINS]`
|
|
1020
1020
|
|
|
@@ -1034,7 +1034,7 @@ DESCRIPTION
|
|
|
1034
1034
|
Set the time the default daily event will run, offset in minutes from the current time. Restart required.
|
|
1035
1035
|
```
|
|
1036
1036
|
|
|
1037
|
-
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
1037
|
+
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/set-daily-time.js)_
|
|
1038
1038
|
|
|
1039
1039
|
## `saltcorn setup`
|
|
1040
1040
|
|
|
@@ -1054,7 +1054,7 @@ DESCRIPTION
|
|
|
1054
1054
|
configuration file
|
|
1055
1055
|
```
|
|
1056
1056
|
|
|
1057
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
1057
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/setup.js)_
|
|
1058
1058
|
|
|
1059
1059
|
## `saltcorn setup-benchmark`
|
|
1060
1060
|
|
|
@@ -1072,7 +1072,7 @@ DESCRIPTION
|
|
|
1072
1072
|
Setup an instance for benchmarking
|
|
1073
1073
|
```
|
|
1074
1074
|
|
|
1075
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
1075
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/setup-benchmark.js)_
|
|
1076
1076
|
|
|
1077
1077
|
## `saltcorn sync-upload-data`
|
|
1078
1078
|
|
|
@@ -1093,7 +1093,7 @@ DESCRIPTION
|
|
|
1093
1093
|
Runs a sync for data supplied by the mobile app
|
|
1094
1094
|
```
|
|
1095
1095
|
|
|
1096
|
-
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
1096
|
+
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/sync-upload-data.js)_
|
|
1097
1097
|
|
|
1098
1098
|
## `saltcorn take-snapshot`
|
|
1099
1099
|
|
|
@@ -1111,7 +1111,7 @@ DESCRIPTION
|
|
|
1111
1111
|
Print a current snapshout to stdout
|
|
1112
1112
|
```
|
|
1113
1113
|
|
|
1114
|
-
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
1114
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/take-snapshot.js)_
|
|
1115
1115
|
|
|
1116
1116
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
1117
1117
|
|
|
@@ -1131,5 +1131,5 @@ DESCRIPTION
|
|
|
1131
1131
|
transform an existing field by applying a calculated expression
|
|
1132
1132
|
```
|
|
1133
1133
|
|
|
1134
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.
|
|
1134
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.9/packages/saltcorn-cli/src/commands/transform-field.js)_
|
|
1135
1135
|
<!-- commandsstop -->
|