@saltcorn/cli 1.5.0-beta.3 → 1.5.0-beta.4

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 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.3 linux-x64 node-v20.19.4
23
+ @saltcorn/cli/1.5.0-beta.4 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.3/packages/saltcorn-cli/src/commands/add-schema.js)_
99
+ _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/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.3/packages/saltcorn-cli/src/commands/backup.js)_
120
+ _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/backup.js)_
121
121
 
122
122
  ## `saltcorn build-app`
123
123
 
@@ -177,7 +177,7 @@ DESCRIPTION
177
177
  Build mobile app
178
178
  ```
179
179
 
180
- _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/build-app.js)_
180
+ _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/build-app.js)_
181
181
 
182
182
  ## `saltcorn build-capacitor-builder`
183
183
 
@@ -195,7 +195,7 @@ DESCRIPTION
195
195
  Build the 'saltcorn/capacitor-builder' docker image or pull it from docker hub.
196
196
  ```
197
197
 
198
- _See code: [src/commands/build-capacitor-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/build-capacitor-builder.js)_
198
+ _See code: [src/commands/build-capacitor-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/build-capacitor-builder.js)_
199
199
 
200
200
  ## `saltcorn configuration-check`
201
201
 
@@ -212,7 +212,7 @@ DESCRIPTION
212
212
  Check configuration
213
213
  ```
214
214
 
215
- _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/configuration-check.js)_
215
+ _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/configuration-check.js)_
216
216
 
217
217
  ## `saltcorn configuration-check-backups FILES`
218
218
 
@@ -232,7 +232,7 @@ DESCRIPTION
232
232
  Check configuration
233
233
  ```
234
234
 
235
- _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/configuration-check-backups.js)_
235
+ _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/configuration-check-backups.js)_
236
236
 
237
237
  ## `saltcorn create-tenant TENANT`
238
238
 
@@ -254,7 +254,7 @@ DESCRIPTION
254
254
  Create a tenant
255
255
  ```
256
256
 
257
- _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/create-tenant.js)_
257
+ _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/create-tenant.js)_
258
258
 
259
259
  ## `saltcorn create-user`
260
260
 
@@ -275,7 +275,7 @@ DESCRIPTION
275
275
  Create a new user
276
276
  ```
277
277
 
278
- _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/create-user.js)_
278
+ _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/create-user.js)_
279
279
 
280
280
  ## `saltcorn delete-tenants`
281
281
 
@@ -289,7 +289,7 @@ DESCRIPTION
289
289
  Delete inactive tenants
290
290
  ```
291
291
 
292
- _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/delete-tenants.js)_
292
+ _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/delete-tenants.js)_
293
293
 
294
294
  ## `saltcorn delete-user USER_EMAIL`
295
295
 
@@ -312,7 +312,7 @@ DESCRIPTION
312
312
  Command deletes the user specified by USER_EMAIL.
313
313
  ```
314
314
 
315
- _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/delete-user.js)_
315
+ _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/delete-user.js)_
316
316
 
317
317
  ## `saltcorn dev:localize-plugin PLUGIN [PATH]`
318
318
 
@@ -334,7 +334,7 @@ DESCRIPTION
334
334
  Convert plugin to local plugin
335
335
  ```
336
336
 
337
- _See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/dev/localize-plugin.js)_
337
+ _See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/dev/localize-plugin.js)_
338
338
 
339
339
  ## `saltcorn make-migration`
340
340
 
@@ -351,7 +351,7 @@ DESCRIPTION
351
351
  unless you are a developer.
352
352
  ```
353
353
 
354
- _See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/dev/make-migration.js)_
354
+ _See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/dev/make-migration.js)_
355
355
 
356
356
  ## `saltcorn saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip`
357
357
 
@@ -372,7 +372,7 @@ DESCRIPTION
372
372
  Install a plugin, spawn 'npm run test' in the install directory and check the return code.
373
373
  ```
374
374
 
375
- _See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/dev/plugin-test.js)_
375
+ _See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/dev/plugin-test.js)_
376
376
 
377
377
  ## `saltcorn dev:post-release [TASK] [TAG]`
378
378
 
@@ -390,7 +390,7 @@ DESCRIPTION
390
390
  Post-release tasks: docker and vagrant builds
391
391
  ```
392
392
 
393
- _See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/dev/post-release.js)_
393
+ _See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/dev/post-release.js)_
394
394
 
395
395
  ## `saltcorn dev:release VERSION TAG`
396
396
 
@@ -408,7 +408,7 @@ DESCRIPTION
408
408
  Release a new saltcorn version
409
409
  ```
410
410
 
411
- _See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/dev/release.js)_
411
+ _See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/dev/release.js)_
412
412
 
413
413
  ## `saltcorn dev:release-resume VERSION`
414
414
 
@@ -428,7 +428,7 @@ DESCRIPTION
428
428
  Release a new saltcorn version
429
429
  ```
430
430
 
431
- _See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/dev/release-resume.js)_
431
+ _See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/dev/release-resume.js)_
432
432
 
433
433
  ## `saltcorn dev:test-plugin PATH`
434
434
 
@@ -447,7 +447,7 @@ DESCRIPTION
447
447
  Extra documentation goes here
448
448
  ```
449
449
 
450
- _See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/dev/test-plugin.js)_
450
+ _See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/dev/test-plugin.js)_
451
451
 
452
452
  ## `saltcorn dev:translate LOCALE`
453
453
 
@@ -467,7 +467,7 @@ DESCRIPTION
467
467
  Produce translation files with LLM
468
468
  ```
469
469
 
470
- _See code: [src/commands/dev/translate.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/dev/translate.js)_
470
+ _See code: [src/commands/dev/translate.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/dev/translate.js)_
471
471
 
472
472
  ## `saltcorn fixtures`
473
473
 
@@ -487,7 +487,7 @@ DESCRIPTION
487
487
  This manual step it is never required for users and rarely required for developers
488
488
  ```
489
489
 
490
- _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/fixtures.js)_
490
+ _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/fixtures.js)_
491
491
 
492
492
  ## `saltcorn get-cfg [KEY]`
493
493
 
@@ -508,7 +508,7 @@ DESCRIPTION
508
508
  Get a configuration value. The value is printed to stdout as a JSON value
509
509
  ```
510
510
 
511
- _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/get-cfg.js)_
511
+ _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/get-cfg.js)_
512
512
 
513
513
  ## `saltcorn info [KEY]`
514
514
 
@@ -534,7 +534,7 @@ ALIASES
534
534
  $ saltcorn paths
535
535
  ```
536
536
 
537
- _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/info.js)_
537
+ _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/info.js)_
538
538
 
539
539
  ## `saltcorn inspect TYPE [NAME]`
540
540
 
@@ -555,7 +555,7 @@ DESCRIPTION
555
555
  Inspect an entity's JSON representation, or list entities
556
556
  ```
557
557
 
558
- _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/inspect.js)_
558
+ _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/inspect.js)_
559
559
 
560
560
  ## `saltcorn install-pack`
561
561
 
@@ -574,7 +574,7 @@ DESCRIPTION
574
574
  Install a pack or restore a snapshot
575
575
  ```
576
576
 
577
- _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/install-pack.js)_
577
+ _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/install-pack.js)_
578
578
 
579
579
  ## `saltcorn install-plugin`
580
580
 
@@ -594,7 +594,7 @@ DESCRIPTION
594
594
  Install a plugin
595
595
  ```
596
596
 
597
- _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/install-plugin.js)_
597
+ _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/install-plugin.js)_
598
598
 
599
599
  ## `saltcorn list-tenants`
600
600
 
@@ -614,7 +614,7 @@ DESCRIPTION
614
614
  List tenants in CSV format
615
615
  ```
616
616
 
617
- _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/list-tenants.js)_
617
+ _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/list-tenants.js)_
618
618
 
619
619
  ## `saltcorn list-triggers`
620
620
 
@@ -633,7 +633,7 @@ DESCRIPTION
633
633
  List triggers
634
634
  ```
635
635
 
636
- _See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/list-triggers.js)_
636
+ _See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/list-triggers.js)_
637
637
 
638
638
  ## `saltcorn list-users`
639
639
 
@@ -651,7 +651,7 @@ DESCRIPTION
651
651
  List users
652
652
  ```
653
653
 
654
- _See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/list-users.js)_
654
+ _See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/list-users.js)_
655
655
 
656
656
  ## `saltcorn saltcorn migrate`
657
657
 
@@ -674,7 +674,7 @@ DESCRIPTION
674
674
  servers and need to control when the migrations are run.
675
675
  ```
676
676
 
677
- _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/migrate.js)_
677
+ _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/migrate.js)_
678
678
 
679
679
  ## `saltcorn modify-user USER_EMAIL`
680
680
 
@@ -705,7 +705,7 @@ DESCRIPTION
705
705
  NOTE that -a and -r role (--role=role) can give conflict.
706
706
  ```
707
707
 
708
- _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/modify-user.js)_
708
+ _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/modify-user.js)_
709
709
 
710
710
  ## `saltcorn paths [KEY]`
711
711
 
@@ -760,7 +760,7 @@ EXAMPLES
760
760
  plugins -u -f - force plugin update
761
761
  ```
762
762
 
763
- _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/plugins.js)_
763
+ _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/plugins.js)_
764
764
 
765
765
  ## `saltcorn prepare`
766
766
 
@@ -778,7 +778,7 @@ DESCRIPTION
778
778
  Prepare to serve. Optional, may accelerate subsequent 'saltcorn serve' startup
779
779
  ```
780
780
 
781
- _See code: [src/commands/prepare.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/prepare.js)_
781
+ _See code: [src/commands/prepare.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/prepare.js)_
782
782
 
783
783
  ## `saltcorn reset-schema`
784
784
 
@@ -798,7 +798,7 @@ DESCRIPTION
798
798
  This will delete all existing information
799
799
  ```
800
800
 
801
- _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/reset-schema.js)_
801
+ _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/reset-schema.js)_
802
802
 
803
803
  ## `saltcorn restore FILE`
804
804
 
@@ -818,7 +818,7 @@ DESCRIPTION
818
818
  Restore a previously backed up database (zip or sqlc format)
819
819
  ```
820
820
 
821
- _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/restore.js)_
821
+ _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/restore.js)_
822
822
 
823
823
  ## `saltcorn rm-tenant`
824
824
 
@@ -838,7 +838,7 @@ DESCRIPTION
838
838
  It recommended to make backup of tenant before perform this command.
839
839
  ```
840
840
 
841
- _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/rm-tenant.js)_
841
+ _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/rm-tenant.js)_
842
842
 
843
843
  ## `saltcorn run-benchmark [BASEURL]`
844
844
 
@@ -860,7 +860,7 @@ DESCRIPTION
860
860
  Run benchmark
861
861
  ```
862
862
 
863
- _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/run-benchmark.js)_
863
+ _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/run-benchmark.js)_
864
864
 
865
865
  ## `saltcorn run-js`
866
866
 
@@ -879,7 +879,7 @@ DESCRIPTION
879
879
  Run javascript code
880
880
  ```
881
881
 
882
- _See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/run-js.js)_
882
+ _See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/run-js.js)_
883
883
 
884
884
  ## `saltcorn run-sql`
885
885
 
@@ -898,7 +898,7 @@ DESCRIPTION
898
898
  Run sql expression
899
899
  ```
900
900
 
901
- _See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/run-sql.js)_
901
+ _See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/run-sql.js)_
902
902
 
903
903
  ## `saltcorn run-tests [PACKAGE]`
904
904
 
@@ -925,7 +925,7 @@ DESCRIPTION
925
925
  Run test suites
926
926
  ```
927
927
 
928
- _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/run-tests.js)_
928
+ _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/run-tests.js)_
929
929
 
930
930
  ## `saltcorn run-trigger TRIGGER`
931
931
 
@@ -945,7 +945,7 @@ DESCRIPTION
945
945
  Run a trigger
946
946
  ```
947
947
 
948
- _See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/run-trigger.js)_
948
+ _See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/run-trigger.js)_
949
949
 
950
950
  ## `saltcorn scheduler`
951
951
 
@@ -962,7 +962,7 @@ DESCRIPTION
962
962
  Run the Saltcorn scheduler
963
963
  ```
964
964
 
965
- _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/scheduler.js)_
965
+ _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/scheduler.js)_
966
966
 
967
967
  ## `saltcorn serve`
968
968
 
@@ -987,7 +987,7 @@ DESCRIPTION
987
987
  Start the Saltcorn server
988
988
  ```
989
989
 
990
- _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/serve.js)_
990
+ _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/serve.js)_
991
991
 
992
992
  ## `saltcorn set-cfg [KEY] [VALUE]`
993
993
 
@@ -1012,7 +1012,7 @@ DESCRIPTION
1012
1012
  stored as a string.
1013
1013
  ```
1014
1014
 
1015
- _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/set-cfg.js)_
1015
+ _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/set-cfg.js)_
1016
1016
 
1017
1017
  ## `saltcorn set-daily-time [MINS]`
1018
1018
 
@@ -1032,7 +1032,7 @@ DESCRIPTION
1032
1032
  Set the time the default daily event will run, offset in minutes from the current time. Restart required.
1033
1033
  ```
1034
1034
 
1035
- _See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/set-daily-time.js)_
1035
+ _See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/set-daily-time.js)_
1036
1036
 
1037
1037
  ## `saltcorn setup`
1038
1038
 
@@ -1052,7 +1052,7 @@ DESCRIPTION
1052
1052
  configuration file
1053
1053
  ```
1054
1054
 
1055
- _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/setup.js)_
1055
+ _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/setup.js)_
1056
1056
 
1057
1057
  ## `saltcorn setup-benchmark`
1058
1058
 
@@ -1070,7 +1070,7 @@ DESCRIPTION
1070
1070
  Setup an instance for benchmarking
1071
1071
  ```
1072
1072
 
1073
- _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/setup-benchmark.js)_
1073
+ _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/setup-benchmark.js)_
1074
1074
 
1075
1075
  ## `saltcorn sync-upload-data`
1076
1076
 
@@ -1091,7 +1091,7 @@ DESCRIPTION
1091
1091
  Runs a sync for data supplied by the mobile app
1092
1092
  ```
1093
1093
 
1094
- _See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/sync-upload-data.js)_
1094
+ _See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/sync-upload-data.js)_
1095
1095
 
1096
1096
  ## `saltcorn take-snapshot`
1097
1097
 
@@ -1109,7 +1109,7 @@ DESCRIPTION
1109
1109
  Print a current snapshout to stdout
1110
1110
  ```
1111
1111
 
1112
- _See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/take-snapshot.js)_
1112
+ _See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/take-snapshot.js)_
1113
1113
 
1114
1114
  ## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
1115
1115
 
@@ -1129,5 +1129,5 @@ DESCRIPTION
1129
1129
  transform an existing field by applying a calculated expression
1130
1130
  ```
1131
1131
 
1132
- _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.3/packages/saltcorn-cli/src/commands/transform-field.js)_
1132
+ _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.5.0-beta.4/packages/saltcorn-cli/src/commands/transform-field.js)_
1133
1133
  <!-- commandsstop -->