@saltcorn/cli 0.9.5-beta.6 → 0.9.5-beta.7

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 (-v|--version|version)
23
- @saltcorn/cli/0.9.5-beta.6 linux-x64 node-v18.7.0
23
+ @saltcorn/cli/0.9.5-beta.7 linux-x64 node-v18.7.0
24
24
  $ saltcorn --help [COMMAND]
25
25
  USAGE
26
26
  $ saltcorn COMMAND
@@ -89,7 +89,7 @@ OPTIONS
89
89
  -f, --force force command execution
90
90
  ```
91
91
 
92
- _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/add-schema.js)_
92
+ _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/add-schema.js)_
93
93
 
94
94
  ## `saltcorn backup`
95
95
 
@@ -106,7 +106,7 @@ OPTIONS
106
106
  -z, --zip Backup public in saltcorn zip format
107
107
  ```
108
108
 
109
- _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/backup.js)_
109
+ _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/backup.js)_
110
110
 
111
111
  ## `saltcorn build-app`
112
112
 
@@ -154,7 +154,7 @@ OPTIONS
154
154
  tenant
155
155
  ```
156
156
 
157
- _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/build-app.js)_
157
+ _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/build-app.js)_
158
158
 
159
159
  ## `saltcorn build-cordova-builder`
160
160
 
@@ -168,7 +168,7 @@ OPTIONS
168
168
  --buildClean run a clean build with --no-cache
169
169
  ```
170
170
 
171
- _See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/build-cordova-builder.js)_
171
+ _See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/build-cordova-builder.js)_
172
172
 
173
173
  ## `saltcorn configuration-check`
174
174
 
@@ -182,7 +182,7 @@ OPTIONS
182
182
  -t, --tenant=tenant tenant
183
183
  ```
184
184
 
185
- _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/configuration-check.js)_
185
+ _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/configuration-check.js)_
186
186
 
187
187
  ## `saltcorn configuration-check-backups FILES`
188
188
 
@@ -199,7 +199,7 @@ OPTIONS
199
199
  -d, --destructive destructive
200
200
  ```
201
201
 
202
- _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/configuration-check-backups.js)_
202
+ _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/configuration-check-backups.js)_
203
203
 
204
204
  ## `saltcorn create-tenant TENANT`
205
205
 
@@ -218,7 +218,7 @@ OPTIONS
218
218
  --url=url Url of tenant
219
219
  ```
220
220
 
221
- _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/create-tenant.js)_
221
+ _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/create-tenant.js)_
222
222
 
223
223
  ## `saltcorn create-user`
224
224
 
@@ -236,7 +236,7 @@ OPTIONS
236
236
  -t, --tenant=tenant tenant
237
237
  ```
238
238
 
239
- _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/create-user.js)_
239
+ _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/create-user.js)_
240
240
 
241
241
  ## `saltcorn delete-tenants`
242
242
 
@@ -247,7 +247,7 @@ USAGE
247
247
  $ saltcorn delete-tenants
248
248
  ```
249
249
 
250
- _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/delete-tenants.js)_
250
+ _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/delete-tenants.js)_
251
251
 
252
252
  ## `saltcorn delete-user USER_EMAIL`
253
253
 
@@ -268,7 +268,7 @@ DESCRIPTION
268
268
  Command deletes the user specified by USER_EMAIL.
269
269
  ```
270
270
 
271
- _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/delete-user.js)_
271
+ _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/delete-user.js)_
272
272
 
273
273
  ## `saltcorn dev:localize-plugin PLUGIN [PATH]`
274
274
 
@@ -287,7 +287,7 @@ OPTIONS
287
287
  -u, --unlocalize Unlocalize plugin (local to npm)
288
288
  ```
289
289
 
290
- _See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/dev/localize-plugin.js)_
290
+ _See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/dev/localize-plugin.js)_
291
291
 
292
292
  ## `saltcorn make-migration`
293
293
 
@@ -303,7 +303,7 @@ DESCRIPTION
303
303
  unless you are a developer.
304
304
  ```
305
305
 
306
- _See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/dev/make-migration.js)_
306
+ _See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/dev/make-migration.js)_
307
307
 
308
308
  ## `saltcorn saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip`
309
309
 
@@ -324,7 +324,7 @@ OPTIONS
324
324
  --database=database Run on specified database. Default is 'saltcorn_test''
325
325
  ```
326
326
 
327
- _See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/dev/plugin-test.js)_
327
+ _See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/dev/plugin-test.js)_
328
328
 
329
329
  ## `saltcorn dev:post-release [TASK]`
330
330
 
@@ -338,7 +338,7 @@ ARGUMENTS
338
338
  TASK (docker|vagrant|all|none) What to do
339
339
  ```
340
340
 
341
- _See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/dev/post-release.js)_
341
+ _See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/dev/post-release.js)_
342
342
 
343
343
  ## `saltcorn dev:release VERSION`
344
344
 
@@ -355,7 +355,7 @@ OPTIONS
355
355
  -t, --tag=tag NPM tag
356
356
  ```
357
357
 
358
- _See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/dev/release.js)_
358
+ _See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/dev/release.js)_
359
359
 
360
360
  ## `saltcorn dev:test-plugin PATH`
361
361
 
@@ -373,7 +373,7 @@ DESCRIPTION
373
373
  Extra documentation goes here
374
374
  ```
375
375
 
376
- _See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/dev/test-plugin.js)_
376
+ _See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/dev/test-plugin.js)_
377
377
 
378
378
  ## `saltcorn fixtures`
379
379
 
@@ -392,7 +392,7 @@ DESCRIPTION
392
392
  This manual step it is never required for users and rarely required for developers
393
393
  ```
394
394
 
395
- _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/fixtures.js)_
395
+ _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/fixtures.js)_
396
396
 
397
397
  ## `saltcorn get-cfg [KEY]`
398
398
 
@@ -410,7 +410,7 @@ OPTIONS
410
410
  -t, --tenant=tenant tenant
411
411
  ```
412
412
 
413
- _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/get-cfg.js)_
413
+ _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/get-cfg.js)_
414
414
 
415
415
  ## `saltcorn help [COMMAND]`
416
416
 
@@ -448,7 +448,7 @@ ALIASES
448
448
  $ saltcorn paths
449
449
  ```
450
450
 
451
- _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/info.js)_
451
+ _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/info.js)_
452
452
 
453
453
  ## `saltcorn inspect TYPE [NAME]`
454
454
 
@@ -466,7 +466,7 @@ OPTIONS
466
466
  -t, --tenant=tenant tenant
467
467
  ```
468
468
 
469
- _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/inspect.js)_
469
+ _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/inspect.js)_
470
470
 
471
471
  ## `saltcorn install-pack`
472
472
 
@@ -482,7 +482,7 @@ OPTIONS
482
482
  -t, --tenant=tenant tenant
483
483
  ```
484
484
 
485
- _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/install-pack.js)_
485
+ _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/install-pack.js)_
486
486
 
487
487
  ## `saltcorn install-plugin`
488
488
 
@@ -498,7 +498,7 @@ OPTIONS
498
498
  -t, --tenant=tenant tenant
499
499
  ```
500
500
 
501
- _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/install-plugin.js)_
501
+ _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/install-plugin.js)_
502
502
 
503
503
  ## `saltcorn list-tenants`
504
504
 
@@ -514,7 +514,7 @@ OPTIONS
514
514
  -v, --verbose verbose output
515
515
  ```
516
516
 
517
- _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/list-tenants.js)_
517
+ _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/list-tenants.js)_
518
518
 
519
519
  ## `saltcorn list-triggers`
520
520
 
@@ -530,7 +530,7 @@ OPTIONS
530
530
  -v, --verbose verbose output
531
531
  ```
532
532
 
533
- _See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/list-triggers.js)_
533
+ _See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/list-triggers.js)_
534
534
 
535
535
  ## `saltcorn list-users`
536
536
 
@@ -545,7 +545,7 @@ OPTIONS
545
545
  -v, --verbose verbose output
546
546
  ```
547
547
 
548
- _See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/list-users.js)_
548
+ _See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/list-users.js)_
549
549
 
550
550
  ## `saltcorn saltcorn migrate`
551
551
 
@@ -567,7 +567,7 @@ DESCRIPTION
567
567
  servers and need to control when the migrations are run.
568
568
  ```
569
569
 
570
- _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/migrate.js)_
570
+ _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/migrate.js)_
571
571
 
572
572
  ## `saltcorn modify-user USER_EMAIL`
573
573
 
@@ -596,7 +596,7 @@ DESCRIPTION
596
596
  NOTE that -a and -r role (--role=role) can give conflict.
597
597
  ```
598
598
 
599
- _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/modify-user.js)_
599
+ _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/modify-user.js)_
600
600
 
601
601
  ## `saltcorn plugins`
602
602
 
@@ -623,7 +623,7 @@ EXAMPLES
623
623
  plugins -u -f - force plugin update
624
624
  ```
625
625
 
626
- _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/plugins.js)_
626
+ _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/plugins.js)_
627
627
 
628
628
  ## `saltcorn reset-schema`
629
629
 
@@ -642,7 +642,7 @@ DESCRIPTION
642
642
  This will delete all existing information
643
643
  ```
644
644
 
645
- _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/reset-schema.js)_
645
+ _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/reset-schema.js)_
646
646
 
647
647
  ## `saltcorn restore FILE`
648
648
 
@@ -659,7 +659,7 @@ OPTIONS
659
659
  -t, --tenant=tenant tenant
660
660
  ```
661
661
 
662
- _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/restore.js)_
662
+ _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/restore.js)_
663
663
 
664
664
  ## `saltcorn rm-tenant`
665
665
 
@@ -678,7 +678,7 @@ DESCRIPTION
678
678
  It recommended to make backup of tenant before perform this command.
679
679
  ```
680
680
 
681
- _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/rm-tenant.js)_
681
+ _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/rm-tenant.js)_
682
682
 
683
683
  ## `saltcorn run-benchmark [BASEURL]`
684
684
 
@@ -697,7 +697,7 @@ OPTIONS
697
697
  -t, --token=token API Token for reporting results
698
698
  ```
699
699
 
700
- _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/run-benchmark.js)_
700
+ _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/run-benchmark.js)_
701
701
 
702
702
  ## `saltcorn run-js`
703
703
 
@@ -713,7 +713,7 @@ OPTIONS
713
713
  -t, --tenant=tenant tenant name
714
714
  ```
715
715
 
716
- _See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/run-js.js)_
716
+ _See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/run-js.js)_
717
717
 
718
718
  ## `saltcorn run-sql`
719
719
 
@@ -729,7 +729,7 @@ OPTIONS
729
729
  -t, --tenant=tenant tenant name
730
730
  ```
731
731
 
732
- _See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/run-sql.js)_
732
+ _See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/run-sql.js)_
733
733
 
734
734
  ## `saltcorn run-tests [PACKAGE]`
735
735
 
@@ -753,7 +753,7 @@ OPTIONS
753
753
  --watchAll Watch files for changes and rerun all tests.
754
754
  ```
755
755
 
756
- _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/run-tests.js)_
756
+ _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/run-tests.js)_
757
757
 
758
758
  ## `saltcorn run-trigger TRIGGER`
759
759
 
@@ -770,7 +770,7 @@ OPTIONS
770
770
  -t, --tenant=tenant tenant
771
771
  ```
772
772
 
773
- _See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/run-trigger.js)_
773
+ _See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/run-trigger.js)_
774
774
 
775
775
  ## `saltcorn scheduler`
776
776
 
@@ -784,7 +784,7 @@ OPTIONS
784
784
  -v, --verbose Verbose
785
785
  ```
786
786
 
787
- _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/scheduler.js)_
787
+ _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/scheduler.js)_
788
788
 
789
789
  ## `saltcorn serve`
790
790
 
@@ -805,7 +805,7 @@ OPTIONS
805
805
  --subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
806
806
  ```
807
807
 
808
- _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/serve.js)_
808
+ _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/serve.js)_
809
809
 
810
810
  ## `saltcorn set-cfg [KEY] [VALUE]`
811
811
 
@@ -826,7 +826,7 @@ OPTIONS
826
826
  -t, --tenant=tenant tenant
827
827
  ```
828
828
 
829
- _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/set-cfg.js)_
829
+ _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/set-cfg.js)_
830
830
 
831
831
  ## `saltcorn setup`
832
832
 
@@ -845,7 +845,7 @@ DESCRIPTION
845
845
  configuration file
846
846
  ```
847
847
 
848
- _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/setup.js)_
848
+ _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/setup.js)_
849
849
 
850
850
  ## `saltcorn setup-benchmark`
851
851
 
@@ -859,7 +859,7 @@ OPTIONS
859
859
  -t, --tenant=tenant tenant
860
860
  ```
861
861
 
862
- _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/setup-benchmark.js)_
862
+ _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/setup-benchmark.js)_
863
863
 
864
864
  ## `saltcorn sync-upload-data`
865
865
 
@@ -876,7 +876,7 @@ OPTIONS
876
876
  --userEmail=userEmail email of the user running the sync
877
877
  ```
878
878
 
879
- _See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/sync-upload-data.js)_
879
+ _See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/sync-upload-data.js)_
880
880
 
881
881
  ## `saltcorn take-snapshot`
882
882
 
@@ -891,7 +891,7 @@ OPTIONS
891
891
  -t, --tenant=tenant tenant
892
892
  ```
893
893
 
894
- _See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/take-snapshot.js)_
894
+ _See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/take-snapshot.js)_
895
895
 
896
896
  ## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
897
897
 
@@ -908,5 +908,5 @@ ARGUMENTS
908
908
  TENANT tenant name
909
909
  ```
910
910
 
911
- _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.6/src/commands/transform-field.js)_
911
+ _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.7/src/commands/transform-field.js)_
912
912
  <!-- commandsstop -->