@saltcorn/cli 1.1.1-beta.0 → 1.1.1-beta.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 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-beta.0 linux-x64 node-v22.12.0
23
+ @saltcorn/cli/1.1.1-beta.1 linux-x64 node-v22.12.0
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-beta.0/packages/saltcorn-cli/src/commands/add-schema.js)_
97
+ _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.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-beta.0/packages/saltcorn-cli/src/commands/backup.js)_
118
+ _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/backup.js)_
119
119
 
120
120
  ## `saltcorn build-app`
121
121
 
@@ -162,7 +162,7 @@ DESCRIPTION
162
162
  Build mobile app
163
163
  ```
164
164
 
165
- _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/build-app.js)_
165
+ _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/build-app.js)_
166
166
 
167
167
  ## `saltcorn build-capacitor-builder`
168
168
 
@@ -180,7 +180,7 @@ DESCRIPTION
180
180
  Build the 'saltcorn/capacitor-builder' docker image or pull it from docker hub.
181
181
  ```
182
182
 
183
- _See code: [src/commands/build-capacitor-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/build-capacitor-builder.js)_
183
+ _See code: [src/commands/build-capacitor-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/build-capacitor-builder.js)_
184
184
 
185
185
  ## `saltcorn configuration-check`
186
186
 
@@ -197,7 +197,7 @@ DESCRIPTION
197
197
  Check configuration
198
198
  ```
199
199
 
200
- _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/configuration-check.js)_
200
+ _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/configuration-check.js)_
201
201
 
202
202
  ## `saltcorn configuration-check-backups FILES`
203
203
 
@@ -217,7 +217,7 @@ DESCRIPTION
217
217
  Check configuration
218
218
  ```
219
219
 
220
- _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/configuration-check-backups.js)_
220
+ _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/configuration-check-backups.js)_
221
221
 
222
222
  ## `saltcorn create-tenant TENANT`
223
223
 
@@ -239,7 +239,7 @@ DESCRIPTION
239
239
  Create a tenant
240
240
  ```
241
241
 
242
- _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/create-tenant.js)_
242
+ _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/create-tenant.js)_
243
243
 
244
244
  ## `saltcorn create-user`
245
245
 
@@ -260,7 +260,7 @@ DESCRIPTION
260
260
  Create a new user
261
261
  ```
262
262
 
263
- _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/create-user.js)_
263
+ _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/create-user.js)_
264
264
 
265
265
  ## `saltcorn delete-tenants`
266
266
 
@@ -274,7 +274,7 @@ DESCRIPTION
274
274
  Delete inactive tenants
275
275
  ```
276
276
 
277
- _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/delete-tenants.js)_
277
+ _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/delete-tenants.js)_
278
278
 
279
279
  ## `saltcorn delete-user USER_EMAIL`
280
280
 
@@ -297,7 +297,7 @@ DESCRIPTION
297
297
  Command deletes the user specified by USER_EMAIL.
298
298
  ```
299
299
 
300
- _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/delete-user.js)_
300
+ _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/delete-user.js)_
301
301
 
302
302
  ## `saltcorn dev:localize-plugin PLUGIN [PATH]`
303
303
 
@@ -319,7 +319,7 @@ DESCRIPTION
319
319
  Convert plugin to local plugin
320
320
  ```
321
321
 
322
- _See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/dev/localize-plugin.js)_
322
+ _See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/dev/localize-plugin.js)_
323
323
 
324
324
  ## `saltcorn make-migration`
325
325
 
@@ -336,7 +336,7 @@ DESCRIPTION
336
336
  unless you are a developer.
337
337
  ```
338
338
 
339
- _See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/dev/make-migration.js)_
339
+ _See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/dev/make-migration.js)_
340
340
 
341
341
  ## `saltcorn saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip`
342
342
 
@@ -357,7 +357,7 @@ DESCRIPTION
357
357
  Install a plugin, spawn 'npm run test' in the install directory and check the return code.
358
358
  ```
359
359
 
360
- _See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/dev/plugin-test.js)_
360
+ _See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/dev/plugin-test.js)_
361
361
 
362
362
  ## `saltcorn dev:post-release [TASK]`
363
363
 
@@ -374,7 +374,7 @@ DESCRIPTION
374
374
  Post-release tasks: docker and vagrant builds
375
375
  ```
376
376
 
377
- _See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/dev/post-release.js)_
377
+ _See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/dev/post-release.js)_
378
378
 
379
379
  ## `saltcorn dev:release VERSION`
380
380
 
@@ -394,7 +394,7 @@ DESCRIPTION
394
394
  Release a new saltcorn version
395
395
  ```
396
396
 
397
- _See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/dev/release.js)_
397
+ _See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/dev/release.js)_
398
398
 
399
399
  ## `saltcorn dev:release-resume VERSION`
400
400
 
@@ -414,7 +414,7 @@ DESCRIPTION
414
414
  Release a new saltcorn version
415
415
  ```
416
416
 
417
- _See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/dev/release-resume.js)_
417
+ _See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/dev/release-resume.js)_
418
418
 
419
419
  ## `saltcorn dev:test-plugin PATH`
420
420
 
@@ -433,7 +433,7 @@ DESCRIPTION
433
433
  Extra documentation goes here
434
434
  ```
435
435
 
436
- _See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/dev/test-plugin.js)_
436
+ _See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/dev/test-plugin.js)_
437
437
 
438
438
  ## `saltcorn fixtures`
439
439
 
@@ -453,7 +453,7 @@ DESCRIPTION
453
453
  This manual step it is never required for users and rarely required for developers
454
454
  ```
455
455
 
456
- _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/fixtures.js)_
456
+ _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/fixtures.js)_
457
457
 
458
458
  ## `saltcorn get-cfg [KEY]`
459
459
 
@@ -474,7 +474,7 @@ DESCRIPTION
474
474
  Get a configuration value. The value is printed to stdout as a JSON value
475
475
  ```
476
476
 
477
- _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/get-cfg.js)_
477
+ _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/get-cfg.js)_
478
478
 
479
479
  ## `saltcorn info`
480
480
 
@@ -497,7 +497,7 @@ ALIASES
497
497
  $ saltcorn paths
498
498
  ```
499
499
 
500
- _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/info.js)_
500
+ _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/info.js)_
501
501
 
502
502
  ## `saltcorn inspect TYPE [NAME]`
503
503
 
@@ -518,7 +518,7 @@ DESCRIPTION
518
518
  Inspect an entity's JSON representation, or list entities
519
519
  ```
520
520
 
521
- _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/inspect.js)_
521
+ _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/inspect.js)_
522
522
 
523
523
  ## `saltcorn install-pack`
524
524
 
@@ -537,7 +537,7 @@ DESCRIPTION
537
537
  Install a pack or restore a snapshot
538
538
  ```
539
539
 
540
- _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/install-pack.js)_
540
+ _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/install-pack.js)_
541
541
 
542
542
  ## `saltcorn install-plugin`
543
543
 
@@ -557,7 +557,7 @@ DESCRIPTION
557
557
  Install a plugin
558
558
  ```
559
559
 
560
- _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/install-plugin.js)_
560
+ _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/install-plugin.js)_
561
561
 
562
562
  ## `saltcorn list-tenants`
563
563
 
@@ -576,7 +576,7 @@ DESCRIPTION
576
576
  List tenants in CSV format
577
577
  ```
578
578
 
579
- _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/list-tenants.js)_
579
+ _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/list-tenants.js)_
580
580
 
581
581
  ## `saltcorn list-triggers`
582
582
 
@@ -595,7 +595,7 @@ DESCRIPTION
595
595
  List triggers
596
596
  ```
597
597
 
598
- _See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/list-triggers.js)_
598
+ _See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/list-triggers.js)_
599
599
 
600
600
  ## `saltcorn list-users`
601
601
 
@@ -613,7 +613,7 @@ DESCRIPTION
613
613
  List users
614
614
  ```
615
615
 
616
- _See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/list-users.js)_
616
+ _See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/list-users.js)_
617
617
 
618
618
  ## `saltcorn saltcorn migrate`
619
619
 
@@ -636,7 +636,7 @@ DESCRIPTION
636
636
  servers and need to control when the migrations are run.
637
637
  ```
638
638
 
639
- _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/migrate.js)_
639
+ _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/migrate.js)_
640
640
 
641
641
  ## `saltcorn modify-user USER_EMAIL`
642
642
 
@@ -667,7 +667,7 @@ DESCRIPTION
667
667
  NOTE that -a and -r role (--role=role) can give conflict.
668
668
  ```
669
669
 
670
- _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/modify-user.js)_
670
+ _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/modify-user.js)_
671
671
 
672
672
  ## `saltcorn paths`
673
673
 
@@ -719,7 +719,7 @@ EXAMPLES
719
719
  plugins -u -f - force plugin update
720
720
  ```
721
721
 
722
- _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/plugins.js)_
722
+ _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/plugins.js)_
723
723
 
724
724
  ## `saltcorn reset-schema`
725
725
 
@@ -739,7 +739,7 @@ DESCRIPTION
739
739
  This will delete all existing information
740
740
  ```
741
741
 
742
- _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/reset-schema.js)_
742
+ _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/reset-schema.js)_
743
743
 
744
744
  ## `saltcorn restore FILE`
745
745
 
@@ -759,7 +759,7 @@ DESCRIPTION
759
759
  Restore a previously backed up database (zip or sqlc format)
760
760
  ```
761
761
 
762
- _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/restore.js)_
762
+ _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/restore.js)_
763
763
 
764
764
  ## `saltcorn rm-tenant`
765
765
 
@@ -779,7 +779,7 @@ DESCRIPTION
779
779
  It recommended to make backup of tenant before perform this command.
780
780
  ```
781
781
 
782
- _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/rm-tenant.js)_
782
+ _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/rm-tenant.js)_
783
783
 
784
784
  ## `saltcorn run-benchmark [BASEURL]`
785
785
 
@@ -801,7 +801,7 @@ DESCRIPTION
801
801
  Run benchmark
802
802
  ```
803
803
 
804
- _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/run-benchmark.js)_
804
+ _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/run-benchmark.js)_
805
805
 
806
806
  ## `saltcorn run-js`
807
807
 
@@ -820,7 +820,7 @@ DESCRIPTION
820
820
  Run javascript code
821
821
  ```
822
822
 
823
- _See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/run-js.js)_
823
+ _See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/run-js.js)_
824
824
 
825
825
  ## `saltcorn run-sql`
826
826
 
@@ -839,7 +839,7 @@ DESCRIPTION
839
839
  Run sql expression
840
840
  ```
841
841
 
842
- _See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/run-sql.js)_
842
+ _See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/run-sql.js)_
843
843
 
844
844
  ## `saltcorn run-tests [PACKAGE]`
845
845
 
@@ -866,7 +866,7 @@ DESCRIPTION
866
866
  Run test suites
867
867
  ```
868
868
 
869
- _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/run-tests.js)_
869
+ _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/run-tests.js)_
870
870
 
871
871
  ## `saltcorn run-trigger TRIGGER`
872
872
 
@@ -886,7 +886,7 @@ DESCRIPTION
886
886
  Run a trigger
887
887
  ```
888
888
 
889
- _See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/run-trigger.js)_
889
+ _See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/run-trigger.js)_
890
890
 
891
891
  ## `saltcorn scheduler`
892
892
 
@@ -903,7 +903,7 @@ DESCRIPTION
903
903
  Run the Saltcorn scheduler
904
904
  ```
905
905
 
906
- _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/scheduler.js)_
906
+ _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/scheduler.js)_
907
907
 
908
908
  ## `saltcorn serve`
909
909
 
@@ -927,7 +927,7 @@ DESCRIPTION
927
927
  Start the Saltcorn server
928
928
  ```
929
929
 
930
- _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/serve.js)_
930
+ _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/serve.js)_
931
931
 
932
932
  ## `saltcorn set-cfg [KEY] [VALUE]`
933
933
 
@@ -952,7 +952,7 @@ DESCRIPTION
952
952
  stored as a string.
953
953
  ```
954
954
 
955
- _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/set-cfg.js)_
955
+ _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/set-cfg.js)_
956
956
 
957
957
  ## `saltcorn set-daily-time [MINS]`
958
958
 
@@ -972,7 +972,7 @@ DESCRIPTION
972
972
  Set the time the default daily event will run, offset in minutes from the current time. Restart required.
973
973
  ```
974
974
 
975
- _See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/set-daily-time.js)_
975
+ _See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/set-daily-time.js)_
976
976
 
977
977
  ## `saltcorn setup`
978
978
 
@@ -992,7 +992,7 @@ DESCRIPTION
992
992
  configuration file
993
993
  ```
994
994
 
995
- _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/setup.js)_
995
+ _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/setup.js)_
996
996
 
997
997
  ## `saltcorn setup-benchmark`
998
998
 
@@ -1010,7 +1010,7 @@ DESCRIPTION
1010
1010
  Setup an instance for benchmarking
1011
1011
  ```
1012
1012
 
1013
- _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/setup-benchmark.js)_
1013
+ _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/setup-benchmark.js)_
1014
1014
 
1015
1015
  ## `saltcorn sync-upload-data`
1016
1016
 
@@ -1031,7 +1031,7 @@ DESCRIPTION
1031
1031
  Runs a sync for data supplied by the mobile app
1032
1032
  ```
1033
1033
 
1034
- _See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/sync-upload-data.js)_
1034
+ _See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/sync-upload-data.js)_
1035
1035
 
1036
1036
  ## `saltcorn take-snapshot`
1037
1037
 
@@ -1049,7 +1049,7 @@ DESCRIPTION
1049
1049
  Print a current snapshout to stdout
1050
1050
  ```
1051
1051
 
1052
- _See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/take-snapshot.js)_
1052
+ _See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/take-snapshot.js)_
1053
1053
 
1054
1054
  ## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
1055
1055
 
@@ -1069,5 +1069,5 @@ DESCRIPTION
1069
1069
  transform an existing field by applying a calculated expression
1070
1070
  ```
1071
1071
 
1072
- _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.0/packages/saltcorn-cli/src/commands/transform-field.js)_
1072
+ _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.1.1-beta.1/packages/saltcorn-cli/src/commands/transform-field.js)_
1073
1073
  <!-- commandsstop -->