@saltcorn/cli 1.1.1-beta.8 → 1.1.1-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +47 -47
- package/npm-shrinkwrap.json +477 -470
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ $ npm install -g @saltcorn/cli
|
|
|
20
20
|
$ saltcorn COMMAND
|
|
21
21
|
running command...
|
|
22
22
|
$ saltcorn (--version)
|
|
23
|
-
@saltcorn/cli/1.1.1-
|
|
23
|
+
@saltcorn/cli/1.1.1-rc.1 linux-x64 node-v18.20.6
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -94,7 +94,7 @@ DESCRIPTION
|
|
|
94
94
|
Add Saltcorn schema to existing database
|
|
95
95
|
```
|
|
96
96
|
|
|
97
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
97
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/add-schema.js)_
|
|
98
98
|
|
|
99
99
|
## `saltcorn backup`
|
|
100
100
|
|
|
@@ -115,7 +115,7 @@ DESCRIPTION
|
|
|
115
115
|
Backup the PostgreSQL database to a file with pg_dump or saltcorn backup zip
|
|
116
116
|
```
|
|
117
117
|
|
|
118
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
118
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/backup.js)_
|
|
119
119
|
|
|
120
120
|
## `saltcorn build-app`
|
|
121
121
|
|
|
@@ -172,7 +172,7 @@ DESCRIPTION
|
|
|
172
172
|
Build mobile app
|
|
173
173
|
```
|
|
174
174
|
|
|
175
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
175
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/build-app.js)_
|
|
176
176
|
|
|
177
177
|
## `saltcorn build-capacitor-builder`
|
|
178
178
|
|
|
@@ -190,7 +190,7 @@ DESCRIPTION
|
|
|
190
190
|
Build the 'saltcorn/capacitor-builder' docker image or pull it from docker hub.
|
|
191
191
|
```
|
|
192
192
|
|
|
193
|
-
_See code: [src/commands/build-capacitor-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
193
|
+
_See code: [src/commands/build-capacitor-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/build-capacitor-builder.js)_
|
|
194
194
|
|
|
195
195
|
## `saltcorn configuration-check`
|
|
196
196
|
|
|
@@ -207,7 +207,7 @@ DESCRIPTION
|
|
|
207
207
|
Check configuration
|
|
208
208
|
```
|
|
209
209
|
|
|
210
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
210
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/configuration-check.js)_
|
|
211
211
|
|
|
212
212
|
## `saltcorn configuration-check-backups FILES`
|
|
213
213
|
|
|
@@ -227,7 +227,7 @@ DESCRIPTION
|
|
|
227
227
|
Check configuration
|
|
228
228
|
```
|
|
229
229
|
|
|
230
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
230
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/configuration-check-backups.js)_
|
|
231
231
|
|
|
232
232
|
## `saltcorn create-tenant TENANT`
|
|
233
233
|
|
|
@@ -249,7 +249,7 @@ DESCRIPTION
|
|
|
249
249
|
Create a tenant
|
|
250
250
|
```
|
|
251
251
|
|
|
252
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
252
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/create-tenant.js)_
|
|
253
253
|
|
|
254
254
|
## `saltcorn create-user`
|
|
255
255
|
|
|
@@ -270,7 +270,7 @@ DESCRIPTION
|
|
|
270
270
|
Create a new user
|
|
271
271
|
```
|
|
272
272
|
|
|
273
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
273
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/create-user.js)_
|
|
274
274
|
|
|
275
275
|
## `saltcorn delete-tenants`
|
|
276
276
|
|
|
@@ -284,7 +284,7 @@ DESCRIPTION
|
|
|
284
284
|
Delete inactive tenants
|
|
285
285
|
```
|
|
286
286
|
|
|
287
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
287
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/delete-tenants.js)_
|
|
288
288
|
|
|
289
289
|
## `saltcorn delete-user USER_EMAIL`
|
|
290
290
|
|
|
@@ -307,7 +307,7 @@ DESCRIPTION
|
|
|
307
307
|
Command deletes the user specified by USER_EMAIL.
|
|
308
308
|
```
|
|
309
309
|
|
|
310
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
310
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/delete-user.js)_
|
|
311
311
|
|
|
312
312
|
## `saltcorn dev:localize-plugin PLUGIN [PATH]`
|
|
313
313
|
|
|
@@ -329,7 +329,7 @@ DESCRIPTION
|
|
|
329
329
|
Convert plugin to local plugin
|
|
330
330
|
```
|
|
331
331
|
|
|
332
|
-
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
332
|
+
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/dev/localize-plugin.js)_
|
|
333
333
|
|
|
334
334
|
## `saltcorn make-migration`
|
|
335
335
|
|
|
@@ -346,7 +346,7 @@ DESCRIPTION
|
|
|
346
346
|
unless you are a developer.
|
|
347
347
|
```
|
|
348
348
|
|
|
349
|
-
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
349
|
+
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/dev/make-migration.js)_
|
|
350
350
|
|
|
351
351
|
## `saltcorn saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip`
|
|
352
352
|
|
|
@@ -367,7 +367,7 @@ DESCRIPTION
|
|
|
367
367
|
Install a plugin, spawn 'npm run test' in the install directory and check the return code.
|
|
368
368
|
```
|
|
369
369
|
|
|
370
|
-
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
370
|
+
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/dev/plugin-test.js)_
|
|
371
371
|
|
|
372
372
|
## `saltcorn dev:post-release [TASK]`
|
|
373
373
|
|
|
@@ -384,7 +384,7 @@ DESCRIPTION
|
|
|
384
384
|
Post-release tasks: docker and vagrant builds
|
|
385
385
|
```
|
|
386
386
|
|
|
387
|
-
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
387
|
+
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/dev/post-release.js)_
|
|
388
388
|
|
|
389
389
|
## `saltcorn dev:release VERSION`
|
|
390
390
|
|
|
@@ -404,7 +404,7 @@ DESCRIPTION
|
|
|
404
404
|
Release a new saltcorn version
|
|
405
405
|
```
|
|
406
406
|
|
|
407
|
-
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
407
|
+
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/dev/release.js)_
|
|
408
408
|
|
|
409
409
|
## `saltcorn dev:release-resume VERSION`
|
|
410
410
|
|
|
@@ -424,7 +424,7 @@ DESCRIPTION
|
|
|
424
424
|
Release a new saltcorn version
|
|
425
425
|
```
|
|
426
426
|
|
|
427
|
-
_See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
427
|
+
_See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/dev/release-resume.js)_
|
|
428
428
|
|
|
429
429
|
## `saltcorn dev:test-plugin PATH`
|
|
430
430
|
|
|
@@ -443,7 +443,7 @@ DESCRIPTION
|
|
|
443
443
|
Extra documentation goes here
|
|
444
444
|
```
|
|
445
445
|
|
|
446
|
-
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
446
|
+
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/dev/test-plugin.js)_
|
|
447
447
|
|
|
448
448
|
## `saltcorn fixtures`
|
|
449
449
|
|
|
@@ -463,7 +463,7 @@ DESCRIPTION
|
|
|
463
463
|
This manual step it is never required for users and rarely required for developers
|
|
464
464
|
```
|
|
465
465
|
|
|
466
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
466
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/fixtures.js)_
|
|
467
467
|
|
|
468
468
|
## `saltcorn get-cfg [KEY]`
|
|
469
469
|
|
|
@@ -484,7 +484,7 @@ DESCRIPTION
|
|
|
484
484
|
Get a configuration value. The value is printed to stdout as a JSON value
|
|
485
485
|
```
|
|
486
486
|
|
|
487
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
487
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/get-cfg.js)_
|
|
488
488
|
|
|
489
489
|
## `saltcorn info`
|
|
490
490
|
|
|
@@ -507,7 +507,7 @@ ALIASES
|
|
|
507
507
|
$ saltcorn paths
|
|
508
508
|
```
|
|
509
509
|
|
|
510
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
510
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/info.js)_
|
|
511
511
|
|
|
512
512
|
## `saltcorn inspect TYPE [NAME]`
|
|
513
513
|
|
|
@@ -528,7 +528,7 @@ DESCRIPTION
|
|
|
528
528
|
Inspect an entity's JSON representation, or list entities
|
|
529
529
|
```
|
|
530
530
|
|
|
531
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
531
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/inspect.js)_
|
|
532
532
|
|
|
533
533
|
## `saltcorn install-pack`
|
|
534
534
|
|
|
@@ -547,7 +547,7 @@ DESCRIPTION
|
|
|
547
547
|
Install a pack or restore a snapshot
|
|
548
548
|
```
|
|
549
549
|
|
|
550
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
550
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/install-pack.js)_
|
|
551
551
|
|
|
552
552
|
## `saltcorn install-plugin`
|
|
553
553
|
|
|
@@ -567,7 +567,7 @@ DESCRIPTION
|
|
|
567
567
|
Install a plugin
|
|
568
568
|
```
|
|
569
569
|
|
|
570
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
570
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/install-plugin.js)_
|
|
571
571
|
|
|
572
572
|
## `saltcorn list-tenants`
|
|
573
573
|
|
|
@@ -586,7 +586,7 @@ DESCRIPTION
|
|
|
586
586
|
List tenants in CSV format
|
|
587
587
|
```
|
|
588
588
|
|
|
589
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
589
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/list-tenants.js)_
|
|
590
590
|
|
|
591
591
|
## `saltcorn list-triggers`
|
|
592
592
|
|
|
@@ -605,7 +605,7 @@ DESCRIPTION
|
|
|
605
605
|
List triggers
|
|
606
606
|
```
|
|
607
607
|
|
|
608
|
-
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
608
|
+
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/list-triggers.js)_
|
|
609
609
|
|
|
610
610
|
## `saltcorn list-users`
|
|
611
611
|
|
|
@@ -623,7 +623,7 @@ DESCRIPTION
|
|
|
623
623
|
List users
|
|
624
624
|
```
|
|
625
625
|
|
|
626
|
-
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
626
|
+
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/list-users.js)_
|
|
627
627
|
|
|
628
628
|
## `saltcorn saltcorn migrate`
|
|
629
629
|
|
|
@@ -646,7 +646,7 @@ DESCRIPTION
|
|
|
646
646
|
servers and need to control when the migrations are run.
|
|
647
647
|
```
|
|
648
648
|
|
|
649
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
649
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/migrate.js)_
|
|
650
650
|
|
|
651
651
|
## `saltcorn modify-user USER_EMAIL`
|
|
652
652
|
|
|
@@ -677,7 +677,7 @@ DESCRIPTION
|
|
|
677
677
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
678
678
|
```
|
|
679
679
|
|
|
680
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
680
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/modify-user.js)_
|
|
681
681
|
|
|
682
682
|
## `saltcorn paths`
|
|
683
683
|
|
|
@@ -729,7 +729,7 @@ EXAMPLES
|
|
|
729
729
|
plugins -u -f - force plugin update
|
|
730
730
|
```
|
|
731
731
|
|
|
732
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
732
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/plugins.js)_
|
|
733
733
|
|
|
734
734
|
## `saltcorn reset-schema`
|
|
735
735
|
|
|
@@ -749,7 +749,7 @@ DESCRIPTION
|
|
|
749
749
|
This will delete all existing information
|
|
750
750
|
```
|
|
751
751
|
|
|
752
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
752
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/reset-schema.js)_
|
|
753
753
|
|
|
754
754
|
## `saltcorn restore FILE`
|
|
755
755
|
|
|
@@ -769,7 +769,7 @@ DESCRIPTION
|
|
|
769
769
|
Restore a previously backed up database (zip or sqlc format)
|
|
770
770
|
```
|
|
771
771
|
|
|
772
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
772
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/restore.js)_
|
|
773
773
|
|
|
774
774
|
## `saltcorn rm-tenant`
|
|
775
775
|
|
|
@@ -789,7 +789,7 @@ DESCRIPTION
|
|
|
789
789
|
It recommended to make backup of tenant before perform this command.
|
|
790
790
|
```
|
|
791
791
|
|
|
792
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
792
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/rm-tenant.js)_
|
|
793
793
|
|
|
794
794
|
## `saltcorn run-benchmark [BASEURL]`
|
|
795
795
|
|
|
@@ -811,7 +811,7 @@ DESCRIPTION
|
|
|
811
811
|
Run benchmark
|
|
812
812
|
```
|
|
813
813
|
|
|
814
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
814
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/run-benchmark.js)_
|
|
815
815
|
|
|
816
816
|
## `saltcorn run-js`
|
|
817
817
|
|
|
@@ -830,7 +830,7 @@ DESCRIPTION
|
|
|
830
830
|
Run javascript code
|
|
831
831
|
```
|
|
832
832
|
|
|
833
|
-
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
833
|
+
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/run-js.js)_
|
|
834
834
|
|
|
835
835
|
## `saltcorn run-sql`
|
|
836
836
|
|
|
@@ -849,7 +849,7 @@ DESCRIPTION
|
|
|
849
849
|
Run sql expression
|
|
850
850
|
```
|
|
851
851
|
|
|
852
|
-
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
852
|
+
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/run-sql.js)_
|
|
853
853
|
|
|
854
854
|
## `saltcorn run-tests [PACKAGE]`
|
|
855
855
|
|
|
@@ -876,7 +876,7 @@ DESCRIPTION
|
|
|
876
876
|
Run test suites
|
|
877
877
|
```
|
|
878
878
|
|
|
879
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
879
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/run-tests.js)_
|
|
880
880
|
|
|
881
881
|
## `saltcorn run-trigger TRIGGER`
|
|
882
882
|
|
|
@@ -896,7 +896,7 @@ DESCRIPTION
|
|
|
896
896
|
Run a trigger
|
|
897
897
|
```
|
|
898
898
|
|
|
899
|
-
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
899
|
+
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/run-trigger.js)_
|
|
900
900
|
|
|
901
901
|
## `saltcorn scheduler`
|
|
902
902
|
|
|
@@ -913,7 +913,7 @@ DESCRIPTION
|
|
|
913
913
|
Run the Saltcorn scheduler
|
|
914
914
|
```
|
|
915
915
|
|
|
916
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
916
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/scheduler.js)_
|
|
917
917
|
|
|
918
918
|
## `saltcorn serve`
|
|
919
919
|
|
|
@@ -937,7 +937,7 @@ DESCRIPTION
|
|
|
937
937
|
Start the Saltcorn server
|
|
938
938
|
```
|
|
939
939
|
|
|
940
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
940
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/serve.js)_
|
|
941
941
|
|
|
942
942
|
## `saltcorn set-cfg [KEY] [VALUE]`
|
|
943
943
|
|
|
@@ -962,7 +962,7 @@ DESCRIPTION
|
|
|
962
962
|
stored as a string.
|
|
963
963
|
```
|
|
964
964
|
|
|
965
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
965
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/set-cfg.js)_
|
|
966
966
|
|
|
967
967
|
## `saltcorn set-daily-time [MINS]`
|
|
968
968
|
|
|
@@ -982,7 +982,7 @@ DESCRIPTION
|
|
|
982
982
|
Set the time the default daily event will run, offset in minutes from the current time. Restart required.
|
|
983
983
|
```
|
|
984
984
|
|
|
985
|
-
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
985
|
+
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/set-daily-time.js)_
|
|
986
986
|
|
|
987
987
|
## `saltcorn setup`
|
|
988
988
|
|
|
@@ -1002,7 +1002,7 @@ DESCRIPTION
|
|
|
1002
1002
|
configuration file
|
|
1003
1003
|
```
|
|
1004
1004
|
|
|
1005
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
1005
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/setup.js)_
|
|
1006
1006
|
|
|
1007
1007
|
## `saltcorn setup-benchmark`
|
|
1008
1008
|
|
|
@@ -1020,7 +1020,7 @@ DESCRIPTION
|
|
|
1020
1020
|
Setup an instance for benchmarking
|
|
1021
1021
|
```
|
|
1022
1022
|
|
|
1023
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
1023
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/setup-benchmark.js)_
|
|
1024
1024
|
|
|
1025
1025
|
## `saltcorn sync-upload-data`
|
|
1026
1026
|
|
|
@@ -1041,7 +1041,7 @@ DESCRIPTION
|
|
|
1041
1041
|
Runs a sync for data supplied by the mobile app
|
|
1042
1042
|
```
|
|
1043
1043
|
|
|
1044
|
-
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
1044
|
+
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/sync-upload-data.js)_
|
|
1045
1045
|
|
|
1046
1046
|
## `saltcorn take-snapshot`
|
|
1047
1047
|
|
|
@@ -1059,7 +1059,7 @@ DESCRIPTION
|
|
|
1059
1059
|
Print a current snapshout to stdout
|
|
1060
1060
|
```
|
|
1061
1061
|
|
|
1062
|
-
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
1062
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/take-snapshot.js)_
|
|
1063
1063
|
|
|
1064
1064
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
1065
1065
|
|
|
@@ -1079,5 +1079,5 @@ DESCRIPTION
|
|
|
1079
1079
|
transform an existing field by applying a calculated expression
|
|
1080
1080
|
```
|
|
1081
1081
|
|
|
1082
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-
|
|
1082
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-rc.1/packages/saltcorn-cli/src/commands/transform-field.js)_
|
|
1083
1083
|
<!-- commandsstop -->
|