@saltcorn/cli 0.9.5-beta.2 → 0.9.5-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 (-v|--version|version)
23
- @saltcorn/cli/0.9.5-beta.2 linux-x64 node-v18.7.0
23
+ @saltcorn/cli/0.9.5-beta.4 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.2/src/commands/add-schema.js)_
92
+ _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/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.2/src/commands/backup.js)_
109
+ _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/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.2/src/commands/build-app.js)_
157
+ _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/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.2/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.4/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.2/src/commands/configuration-check.js)_
185
+ _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/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.2/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.4/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.2/src/commands/create-tenant.js)_
221
+ _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/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.2/src/commands/create-user.js)_
239
+ _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/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.2/src/commands/delete-tenants.js)_
250
+ _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/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.2/src/commands/delete-user.js)_
271
+ _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/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.2/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.4/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.2/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.4/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.2/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.4/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.2/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.4/src/commands/dev/post-release.js)_
342
342
 
343
343
  ## `saltcorn dev:release VERSION`
344
344
 
@@ -350,9 +350,12 @@ USAGE
350
350
 
351
351
  ARGUMENTS
352
352
  VERSION New version number
353
+
354
+ OPTIONS
355
+ -t, --tag=tag NPM tag
353
356
  ```
354
357
 
355
- _See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/dev/release.js)_
358
+ _See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/src/commands/dev/release.js)_
356
359
 
357
360
  ## `saltcorn dev:test-plugin PATH`
358
361
 
@@ -370,7 +373,7 @@ DESCRIPTION
370
373
  Extra documentation goes here
371
374
  ```
372
375
 
373
- _See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/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.4/src/commands/dev/test-plugin.js)_
374
377
 
375
378
  ## `saltcorn fixtures`
376
379
 
@@ -389,7 +392,7 @@ DESCRIPTION
389
392
  This manual step it is never required for users and rarely required for developers
390
393
  ```
391
394
 
392
- _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/fixtures.js)_
395
+ _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/src/commands/fixtures.js)_
393
396
 
394
397
  ## `saltcorn get-cfg [KEY]`
395
398
 
@@ -407,7 +410,7 @@ OPTIONS
407
410
  -t, --tenant=tenant tenant
408
411
  ```
409
412
 
410
- _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/get-cfg.js)_
413
+ _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/src/commands/get-cfg.js)_
411
414
 
412
415
  ## `saltcorn help [COMMAND]`
413
416
 
@@ -445,7 +448,7 @@ ALIASES
445
448
  $ saltcorn paths
446
449
  ```
447
450
 
448
- _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/info.js)_
451
+ _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/src/commands/info.js)_
449
452
 
450
453
  ## `saltcorn inspect TYPE [NAME]`
451
454
 
@@ -463,7 +466,7 @@ OPTIONS
463
466
  -t, --tenant=tenant tenant
464
467
  ```
465
468
 
466
- _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/inspect.js)_
469
+ _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/src/commands/inspect.js)_
467
470
 
468
471
  ## `saltcorn install-pack`
469
472
 
@@ -479,7 +482,7 @@ OPTIONS
479
482
  -t, --tenant=tenant tenant
480
483
  ```
481
484
 
482
- _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/install-pack.js)_
485
+ _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/src/commands/install-pack.js)_
483
486
 
484
487
  ## `saltcorn install-plugin`
485
488
 
@@ -495,7 +498,7 @@ OPTIONS
495
498
  -t, --tenant=tenant tenant
496
499
  ```
497
500
 
498
- _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/install-plugin.js)_
501
+ _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/src/commands/install-plugin.js)_
499
502
 
500
503
  ## `saltcorn list-tenants`
501
504
 
@@ -511,7 +514,7 @@ OPTIONS
511
514
  -v, --verbose verbose output
512
515
  ```
513
516
 
514
- _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/list-tenants.js)_
517
+ _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/src/commands/list-tenants.js)_
515
518
 
516
519
  ## `saltcorn list-triggers`
517
520
 
@@ -527,7 +530,7 @@ OPTIONS
527
530
  -v, --verbose verbose output
528
531
  ```
529
532
 
530
- _See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/list-triggers.js)_
533
+ _See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/src/commands/list-triggers.js)_
531
534
 
532
535
  ## `saltcorn list-users`
533
536
 
@@ -542,7 +545,7 @@ OPTIONS
542
545
  -v, --verbose verbose output
543
546
  ```
544
547
 
545
- _See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/list-users.js)_
548
+ _See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/src/commands/list-users.js)_
546
549
 
547
550
  ## `saltcorn saltcorn migrate`
548
551
 
@@ -564,7 +567,7 @@ DESCRIPTION
564
567
  servers and need to control when the migrations are run.
565
568
  ```
566
569
 
567
- _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/migrate.js)_
570
+ _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/src/commands/migrate.js)_
568
571
 
569
572
  ## `saltcorn modify-user USER_EMAIL`
570
573
 
@@ -593,7 +596,7 @@ DESCRIPTION
593
596
  NOTE that -a and -r role (--role=role) can give conflict.
594
597
  ```
595
598
 
596
- _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/modify-user.js)_
599
+ _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/src/commands/modify-user.js)_
597
600
 
598
601
  ## `saltcorn plugins`
599
602
 
@@ -620,7 +623,7 @@ EXAMPLES
620
623
  plugins -u -f - force plugin update
621
624
  ```
622
625
 
623
- _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/plugins.js)_
626
+ _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/src/commands/plugins.js)_
624
627
 
625
628
  ## `saltcorn reset-schema`
626
629
 
@@ -639,7 +642,7 @@ DESCRIPTION
639
642
  This will delete all existing information
640
643
  ```
641
644
 
642
- _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/reset-schema.js)_
645
+ _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/src/commands/reset-schema.js)_
643
646
 
644
647
  ## `saltcorn restore FILE`
645
648
 
@@ -656,7 +659,7 @@ OPTIONS
656
659
  -t, --tenant=tenant tenant
657
660
  ```
658
661
 
659
- _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/restore.js)_
662
+ _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/src/commands/restore.js)_
660
663
 
661
664
  ## `saltcorn rm-tenant`
662
665
 
@@ -675,7 +678,7 @@ DESCRIPTION
675
678
  It recommended to make backup of tenant before perform this command.
676
679
  ```
677
680
 
678
- _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/rm-tenant.js)_
681
+ _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/src/commands/rm-tenant.js)_
679
682
 
680
683
  ## `saltcorn run-benchmark [BASEURL]`
681
684
 
@@ -694,7 +697,7 @@ OPTIONS
694
697
  -t, --token=token API Token for reporting results
695
698
  ```
696
699
 
697
- _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/run-benchmark.js)_
700
+ _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/src/commands/run-benchmark.js)_
698
701
 
699
702
  ## `saltcorn run-js`
700
703
 
@@ -710,7 +713,7 @@ OPTIONS
710
713
  -t, --tenant=tenant tenant name
711
714
  ```
712
715
 
713
- _See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/run-js.js)_
716
+ _See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/src/commands/run-js.js)_
714
717
 
715
718
  ## `saltcorn run-sql`
716
719
 
@@ -726,7 +729,7 @@ OPTIONS
726
729
  -t, --tenant=tenant tenant name
727
730
  ```
728
731
 
729
- _See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/run-sql.js)_
732
+ _See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/src/commands/run-sql.js)_
730
733
 
731
734
  ## `saltcorn run-tests [PACKAGE]`
732
735
 
@@ -750,7 +753,7 @@ OPTIONS
750
753
  --watchAll Watch files for changes and rerun all tests.
751
754
  ```
752
755
 
753
- _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/run-tests.js)_
756
+ _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/src/commands/run-tests.js)_
754
757
 
755
758
  ## `saltcorn run-trigger TRIGGER`
756
759
 
@@ -767,7 +770,7 @@ OPTIONS
767
770
  -t, --tenant=tenant tenant
768
771
  ```
769
772
 
770
- _See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/run-trigger.js)_
773
+ _See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/src/commands/run-trigger.js)_
771
774
 
772
775
  ## `saltcorn scheduler`
773
776
 
@@ -781,7 +784,7 @@ OPTIONS
781
784
  -v, --verbose Verbose
782
785
  ```
783
786
 
784
- _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/scheduler.js)_
787
+ _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/src/commands/scheduler.js)_
785
788
 
786
789
  ## `saltcorn serve`
787
790
 
@@ -802,7 +805,7 @@ OPTIONS
802
805
  --subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
803
806
  ```
804
807
 
805
- _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/serve.js)_
808
+ _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/src/commands/serve.js)_
806
809
 
807
810
  ## `saltcorn set-cfg [KEY] [VALUE]`
808
811
 
@@ -823,7 +826,7 @@ OPTIONS
823
826
  -t, --tenant=tenant tenant
824
827
  ```
825
828
 
826
- _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/set-cfg.js)_
829
+ _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/src/commands/set-cfg.js)_
827
830
 
828
831
  ## `saltcorn setup`
829
832
 
@@ -842,7 +845,7 @@ DESCRIPTION
842
845
  configuration file
843
846
  ```
844
847
 
845
- _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/setup.js)_
848
+ _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/src/commands/setup.js)_
846
849
 
847
850
  ## `saltcorn setup-benchmark`
848
851
 
@@ -856,7 +859,7 @@ OPTIONS
856
859
  -t, --tenant=tenant tenant
857
860
  ```
858
861
 
859
- _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/setup-benchmark.js)_
862
+ _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/src/commands/setup-benchmark.js)_
860
863
 
861
864
  ## `saltcorn sync-upload-data`
862
865
 
@@ -873,7 +876,7 @@ OPTIONS
873
876
  --userEmail=userEmail email of the user running the sync
874
877
  ```
875
878
 
876
- _See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/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.4/src/commands/sync-upload-data.js)_
877
880
 
878
881
  ## `saltcorn take-snapshot`
879
882
 
@@ -888,7 +891,7 @@ OPTIONS
888
891
  -t, --tenant=tenant tenant
889
892
  ```
890
893
 
891
- _See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/take-snapshot.js)_
894
+ _See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/src/commands/take-snapshot.js)_
892
895
 
893
896
  ## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
894
897
 
@@ -905,5 +908,5 @@ ARGUMENTS
905
908
  TENANT tenant name
906
909
  ```
907
910
 
908
- _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/transform-field.js)_
911
+ _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.4/src/commands/transform-field.js)_
909
912
  <!-- commandsstop -->