@saltcorn/cli 1.1.2-beta.1 → 1.1.2-beta.11

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.2-beta.1 linux-x64 node-v18.20.6
23
+ @saltcorn/cli/1.1.2-beta.11 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.2-beta.1/packages/saltcorn-cli/src/commands/add-schema.js)_
97
+ _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/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.2-beta.1/packages/saltcorn-cli/src/commands/backup.js)_
118
+ _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/backup.js)_
119
119
 
120
120
  ## `saltcorn build-app`
121
121
 
@@ -173,7 +173,7 @@ DESCRIPTION
173
173
  Build mobile app
174
174
  ```
175
175
 
176
- _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/build-app.js)_
176
+ _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/build-app.js)_
177
177
 
178
178
  ## `saltcorn build-capacitor-builder`
179
179
 
@@ -191,7 +191,7 @@ DESCRIPTION
191
191
  Build the 'saltcorn/capacitor-builder' docker image or pull it from docker hub.
192
192
  ```
193
193
 
194
- _See code: [src/commands/build-capacitor-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/build-capacitor-builder.js)_
194
+ _See code: [src/commands/build-capacitor-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/build-capacitor-builder.js)_
195
195
 
196
196
  ## `saltcorn configuration-check`
197
197
 
@@ -208,7 +208,7 @@ DESCRIPTION
208
208
  Check configuration
209
209
  ```
210
210
 
211
- _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/configuration-check.js)_
211
+ _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/configuration-check.js)_
212
212
 
213
213
  ## `saltcorn configuration-check-backups FILES`
214
214
 
@@ -228,7 +228,7 @@ DESCRIPTION
228
228
  Check configuration
229
229
  ```
230
230
 
231
- _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/configuration-check-backups.js)_
231
+ _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/configuration-check-backups.js)_
232
232
 
233
233
  ## `saltcorn create-tenant TENANT`
234
234
 
@@ -250,7 +250,7 @@ DESCRIPTION
250
250
  Create a tenant
251
251
  ```
252
252
 
253
- _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/create-tenant.js)_
253
+ _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/create-tenant.js)_
254
254
 
255
255
  ## `saltcorn create-user`
256
256
 
@@ -271,7 +271,7 @@ DESCRIPTION
271
271
  Create a new user
272
272
  ```
273
273
 
274
- _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/create-user.js)_
274
+ _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/create-user.js)_
275
275
 
276
276
  ## `saltcorn delete-tenants`
277
277
 
@@ -285,7 +285,7 @@ DESCRIPTION
285
285
  Delete inactive tenants
286
286
  ```
287
287
 
288
- _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/delete-tenants.js)_
288
+ _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/delete-tenants.js)_
289
289
 
290
290
  ## `saltcorn delete-user USER_EMAIL`
291
291
 
@@ -308,7 +308,7 @@ DESCRIPTION
308
308
  Command deletes the user specified by USER_EMAIL.
309
309
  ```
310
310
 
311
- _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/delete-user.js)_
311
+ _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/delete-user.js)_
312
312
 
313
313
  ## `saltcorn dev:localize-plugin PLUGIN [PATH]`
314
314
 
@@ -330,7 +330,7 @@ DESCRIPTION
330
330
  Convert plugin to local plugin
331
331
  ```
332
332
 
333
- _See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/dev/localize-plugin.js)_
333
+ _See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/dev/localize-plugin.js)_
334
334
 
335
335
  ## `saltcorn make-migration`
336
336
 
@@ -347,7 +347,7 @@ DESCRIPTION
347
347
  unless you are a developer.
348
348
  ```
349
349
 
350
- _See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/dev/make-migration.js)_
350
+ _See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/dev/make-migration.js)_
351
351
 
352
352
  ## `saltcorn saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip`
353
353
 
@@ -368,7 +368,7 @@ DESCRIPTION
368
368
  Install a plugin, spawn 'npm run test' in the install directory and check the return code.
369
369
  ```
370
370
 
371
- _See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/dev/plugin-test.js)_
371
+ _See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/dev/plugin-test.js)_
372
372
 
373
373
  ## `saltcorn dev:post-release [TASK]`
374
374
 
@@ -385,7 +385,7 @@ DESCRIPTION
385
385
  Post-release tasks: docker and vagrant builds
386
386
  ```
387
387
 
388
- _See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/dev/post-release.js)_
388
+ _See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/dev/post-release.js)_
389
389
 
390
390
  ## `saltcorn dev:release VERSION`
391
391
 
@@ -405,7 +405,7 @@ DESCRIPTION
405
405
  Release a new saltcorn version
406
406
  ```
407
407
 
408
- _See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/dev/release.js)_
408
+ _See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/dev/release.js)_
409
409
 
410
410
  ## `saltcorn dev:release-resume VERSION`
411
411
 
@@ -425,7 +425,7 @@ DESCRIPTION
425
425
  Release a new saltcorn version
426
426
  ```
427
427
 
428
- _See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/dev/release-resume.js)_
428
+ _See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/dev/release-resume.js)_
429
429
 
430
430
  ## `saltcorn dev:test-plugin PATH`
431
431
 
@@ -444,7 +444,7 @@ DESCRIPTION
444
444
  Extra documentation goes here
445
445
  ```
446
446
 
447
- _See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/dev/test-plugin.js)_
447
+ _See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/dev/test-plugin.js)_
448
448
 
449
449
  ## `saltcorn fixtures`
450
450
 
@@ -464,7 +464,7 @@ DESCRIPTION
464
464
  This manual step it is never required for users and rarely required for developers
465
465
  ```
466
466
 
467
- _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/fixtures.js)_
467
+ _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/fixtures.js)_
468
468
 
469
469
  ## `saltcorn get-cfg [KEY]`
470
470
 
@@ -485,7 +485,7 @@ DESCRIPTION
485
485
  Get a configuration value. The value is printed to stdout as a JSON value
486
486
  ```
487
487
 
488
- _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/get-cfg.js)_
488
+ _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/get-cfg.js)_
489
489
 
490
490
  ## `saltcorn info`
491
491
 
@@ -508,7 +508,7 @@ ALIASES
508
508
  $ saltcorn paths
509
509
  ```
510
510
 
511
- _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/info.js)_
511
+ _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/info.js)_
512
512
 
513
513
  ## `saltcorn inspect TYPE [NAME]`
514
514
 
@@ -529,7 +529,7 @@ DESCRIPTION
529
529
  Inspect an entity's JSON representation, or list entities
530
530
  ```
531
531
 
532
- _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/inspect.js)_
532
+ _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/inspect.js)_
533
533
 
534
534
  ## `saltcorn install-pack`
535
535
 
@@ -548,7 +548,7 @@ DESCRIPTION
548
548
  Install a pack or restore a snapshot
549
549
  ```
550
550
 
551
- _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/install-pack.js)_
551
+ _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/install-pack.js)_
552
552
 
553
553
  ## `saltcorn install-plugin`
554
554
 
@@ -568,7 +568,7 @@ DESCRIPTION
568
568
  Install a plugin
569
569
  ```
570
570
 
571
- _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/install-plugin.js)_
571
+ _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/install-plugin.js)_
572
572
 
573
573
  ## `saltcorn list-tenants`
574
574
 
@@ -587,7 +587,7 @@ DESCRIPTION
587
587
  List tenants in CSV format
588
588
  ```
589
589
 
590
- _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/list-tenants.js)_
590
+ _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/list-tenants.js)_
591
591
 
592
592
  ## `saltcorn list-triggers`
593
593
 
@@ -606,7 +606,7 @@ DESCRIPTION
606
606
  List triggers
607
607
  ```
608
608
 
609
- _See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/list-triggers.js)_
609
+ _See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/list-triggers.js)_
610
610
 
611
611
  ## `saltcorn list-users`
612
612
 
@@ -624,7 +624,7 @@ DESCRIPTION
624
624
  List users
625
625
  ```
626
626
 
627
- _See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/list-users.js)_
627
+ _See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/list-users.js)_
628
628
 
629
629
  ## `saltcorn saltcorn migrate`
630
630
 
@@ -647,7 +647,7 @@ DESCRIPTION
647
647
  servers and need to control when the migrations are run.
648
648
  ```
649
649
 
650
- _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/migrate.js)_
650
+ _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/migrate.js)_
651
651
 
652
652
  ## `saltcorn modify-user USER_EMAIL`
653
653
 
@@ -678,7 +678,7 @@ DESCRIPTION
678
678
  NOTE that -a and -r role (--role=role) can give conflict.
679
679
  ```
680
680
 
681
- _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/modify-user.js)_
681
+ _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/modify-user.js)_
682
682
 
683
683
  ## `saltcorn paths`
684
684
 
@@ -730,7 +730,7 @@ EXAMPLES
730
730
  plugins -u -f - force plugin update
731
731
  ```
732
732
 
733
- _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/plugins.js)_
733
+ _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/plugins.js)_
734
734
 
735
735
  ## `saltcorn reset-schema`
736
736
 
@@ -750,7 +750,7 @@ DESCRIPTION
750
750
  This will delete all existing information
751
751
  ```
752
752
 
753
- _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/reset-schema.js)_
753
+ _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/reset-schema.js)_
754
754
 
755
755
  ## `saltcorn restore FILE`
756
756
 
@@ -770,7 +770,7 @@ DESCRIPTION
770
770
  Restore a previously backed up database (zip or sqlc format)
771
771
  ```
772
772
 
773
- _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/restore.js)_
773
+ _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/restore.js)_
774
774
 
775
775
  ## `saltcorn rm-tenant`
776
776
 
@@ -790,7 +790,7 @@ DESCRIPTION
790
790
  It recommended to make backup of tenant before perform this command.
791
791
  ```
792
792
 
793
- _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/rm-tenant.js)_
793
+ _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/rm-tenant.js)_
794
794
 
795
795
  ## `saltcorn run-benchmark [BASEURL]`
796
796
 
@@ -812,7 +812,7 @@ DESCRIPTION
812
812
  Run benchmark
813
813
  ```
814
814
 
815
- _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/run-benchmark.js)_
815
+ _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/run-benchmark.js)_
816
816
 
817
817
  ## `saltcorn run-js`
818
818
 
@@ -831,7 +831,7 @@ DESCRIPTION
831
831
  Run javascript code
832
832
  ```
833
833
 
834
- _See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/run-js.js)_
834
+ _See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/run-js.js)_
835
835
 
836
836
  ## `saltcorn run-sql`
837
837
 
@@ -850,7 +850,7 @@ DESCRIPTION
850
850
  Run sql expression
851
851
  ```
852
852
 
853
- _See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/run-sql.js)_
853
+ _See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/run-sql.js)_
854
854
 
855
855
  ## `saltcorn run-tests [PACKAGE]`
856
856
 
@@ -877,7 +877,7 @@ DESCRIPTION
877
877
  Run test suites
878
878
  ```
879
879
 
880
- _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/run-tests.js)_
880
+ _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/run-tests.js)_
881
881
 
882
882
  ## `saltcorn run-trigger TRIGGER`
883
883
 
@@ -897,7 +897,7 @@ DESCRIPTION
897
897
  Run a trigger
898
898
  ```
899
899
 
900
- _See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/run-trigger.js)_
900
+ _See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/run-trigger.js)_
901
901
 
902
902
  ## `saltcorn scheduler`
903
903
 
@@ -914,7 +914,7 @@ DESCRIPTION
914
914
  Run the Saltcorn scheduler
915
915
  ```
916
916
 
917
- _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/scheduler.js)_
917
+ _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/scheduler.js)_
918
918
 
919
919
  ## `saltcorn serve`
920
920
 
@@ -938,7 +938,7 @@ DESCRIPTION
938
938
  Start the Saltcorn server
939
939
  ```
940
940
 
941
- _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/serve.js)_
941
+ _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/serve.js)_
942
942
 
943
943
  ## `saltcorn set-cfg [KEY] [VALUE]`
944
944
 
@@ -963,7 +963,7 @@ DESCRIPTION
963
963
  stored as a string.
964
964
  ```
965
965
 
966
- _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/set-cfg.js)_
966
+ _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/set-cfg.js)_
967
967
 
968
968
  ## `saltcorn set-daily-time [MINS]`
969
969
 
@@ -983,7 +983,7 @@ DESCRIPTION
983
983
  Set the time the default daily event will run, offset in minutes from the current time. Restart required.
984
984
  ```
985
985
 
986
- _See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/set-daily-time.js)_
986
+ _See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/set-daily-time.js)_
987
987
 
988
988
  ## `saltcorn setup`
989
989
 
@@ -1003,7 +1003,7 @@ DESCRIPTION
1003
1003
  configuration file
1004
1004
  ```
1005
1005
 
1006
- _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/setup.js)_
1006
+ _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/setup.js)_
1007
1007
 
1008
1008
  ## `saltcorn setup-benchmark`
1009
1009
 
@@ -1021,7 +1021,7 @@ DESCRIPTION
1021
1021
  Setup an instance for benchmarking
1022
1022
  ```
1023
1023
 
1024
- _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/setup-benchmark.js)_
1024
+ _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/setup-benchmark.js)_
1025
1025
 
1026
1026
  ## `saltcorn sync-upload-data`
1027
1027
 
@@ -1042,7 +1042,7 @@ DESCRIPTION
1042
1042
  Runs a sync for data supplied by the mobile app
1043
1043
  ```
1044
1044
 
1045
- _See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/sync-upload-data.js)_
1045
+ _See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/sync-upload-data.js)_
1046
1046
 
1047
1047
  ## `saltcorn take-snapshot`
1048
1048
 
@@ -1060,7 +1060,7 @@ DESCRIPTION
1060
1060
  Print a current snapshout to stdout
1061
1061
  ```
1062
1062
 
1063
- _See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/take-snapshot.js)_
1063
+ _See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/take-snapshot.js)_
1064
1064
 
1065
1065
  ## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
1066
1066
 
@@ -1080,5 +1080,5 @@ DESCRIPTION
1080
1080
  transform an existing field by applying a calculated expression
1081
1081
  ```
1082
1082
 
1083
- _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.1/packages/saltcorn-cli/src/commands/transform-field.js)_
1083
+ _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.1.2-beta.11/packages/saltcorn-cli/src/commands/transform-field.js)_
1084
1084
  <!-- commandsstop -->