@saltcorn/cli 0.8.7-beta.2 → 0.8.7-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 +43 -42
- package/npm-shrinkwrap.json +487 -443
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
- package/src/commands/backup.js +34 -5
- package/src/commands/delete-tenants.js +1 -1
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.8.7-beta.
|
|
23
|
+
@saltcorn/cli/0.8.7-beta.4 linux-x64 node-v18.7.0
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -83,11 +83,11 @@ OPTIONS
|
|
|
83
83
|
-f, --force force command execution
|
|
84
84
|
```
|
|
85
85
|
|
|
86
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
86
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/add-schema.js)_
|
|
87
87
|
|
|
88
88
|
## `saltcorn backup`
|
|
89
89
|
|
|
90
|
-
Backup the PostgreSQL database to a file with pg_dump or zip
|
|
90
|
+
Backup the PostgreSQL database to a file with pg_dump or saltcorn backup zip
|
|
91
91
|
|
|
92
92
|
```
|
|
93
93
|
USAGE
|
|
@@ -95,11 +95,12 @@ USAGE
|
|
|
95
95
|
|
|
96
96
|
OPTIONS
|
|
97
97
|
-o, --output=output output filename
|
|
98
|
-
-t, --tenant=tenant tenant
|
|
99
|
-
-
|
|
98
|
+
-t, --tenant=tenant Backup tenant in saltcorn zip format
|
|
99
|
+
-v, --verbose Verbose
|
|
100
|
+
-z, --zip Backup public in saltcorn zip format
|
|
100
101
|
```
|
|
101
102
|
|
|
102
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
103
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/backup.js)_
|
|
103
104
|
|
|
104
105
|
## `saltcorn build-app`
|
|
105
106
|
|
|
@@ -139,7 +140,7 @@ OPTIONS
|
|
|
139
140
|
tenant
|
|
140
141
|
```
|
|
141
142
|
|
|
142
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
143
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/build-app.js)_
|
|
143
144
|
|
|
144
145
|
## `saltcorn build-cordova-builder`
|
|
145
146
|
|
|
@@ -153,7 +154,7 @@ OPTIONS
|
|
|
153
154
|
--buildClean run a clean build with --no-cache
|
|
154
155
|
```
|
|
155
156
|
|
|
156
|
-
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
157
|
+
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/build-cordova-builder.js)_
|
|
157
158
|
|
|
158
159
|
## `saltcorn configuration-check`
|
|
159
160
|
|
|
@@ -167,7 +168,7 @@ OPTIONS
|
|
|
167
168
|
-t, --tenant=tenant tenant
|
|
168
169
|
```
|
|
169
170
|
|
|
170
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
171
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/configuration-check.js)_
|
|
171
172
|
|
|
172
173
|
## `saltcorn configuration-check-backups FILES`
|
|
173
174
|
|
|
@@ -184,7 +185,7 @@ OPTIONS
|
|
|
184
185
|
-d, --destructive destructive
|
|
185
186
|
```
|
|
186
187
|
|
|
187
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
188
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/configuration-check-backups.js)_
|
|
188
189
|
|
|
189
190
|
## `saltcorn create-tenant TENANT`
|
|
190
191
|
|
|
@@ -203,7 +204,7 @@ OPTIONS
|
|
|
203
204
|
--url=url Url of tenant
|
|
204
205
|
```
|
|
205
206
|
|
|
206
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
207
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/create-tenant.js)_
|
|
207
208
|
|
|
208
209
|
## `saltcorn create-user`
|
|
209
210
|
|
|
@@ -221,7 +222,7 @@ OPTIONS
|
|
|
221
222
|
-t, --tenant=tenant tenant
|
|
222
223
|
```
|
|
223
224
|
|
|
224
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
225
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/create-user.js)_
|
|
225
226
|
|
|
226
227
|
## `saltcorn delete-tenants`
|
|
227
228
|
|
|
@@ -232,7 +233,7 @@ USAGE
|
|
|
232
233
|
$ saltcorn delete-tenants
|
|
233
234
|
```
|
|
234
235
|
|
|
235
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
236
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/delete-tenants.js)_
|
|
236
237
|
|
|
237
238
|
## `saltcorn delete-user USER_EMAIL`
|
|
238
239
|
|
|
@@ -253,7 +254,7 @@ DESCRIPTION
|
|
|
253
254
|
Command deletes the user specified by USER_EMAIL.
|
|
254
255
|
```
|
|
255
256
|
|
|
256
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
257
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/delete-user.js)_
|
|
257
258
|
|
|
258
259
|
## `saltcorn dev:localize-plugin PLUGIN [PATH]`
|
|
259
260
|
|
|
@@ -272,7 +273,7 @@ OPTIONS
|
|
|
272
273
|
-u, --unlocalize Unlocalize plugin (local to npm)
|
|
273
274
|
```
|
|
274
275
|
|
|
275
|
-
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
276
|
+
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/dev/localize-plugin.js)_
|
|
276
277
|
|
|
277
278
|
## `saltcorn make-migration`
|
|
278
279
|
|
|
@@ -288,7 +289,7 @@ DESCRIPTION
|
|
|
288
289
|
unless you are a developer.
|
|
289
290
|
```
|
|
290
291
|
|
|
291
|
-
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
292
|
+
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/dev/make-migration.js)_
|
|
292
293
|
|
|
293
294
|
## `saltcorn dev:post-release [TASK]`
|
|
294
295
|
|
|
@@ -302,7 +303,7 @@ ARGUMENTS
|
|
|
302
303
|
TASK (docker|vagrant|all|none) What to do
|
|
303
304
|
```
|
|
304
305
|
|
|
305
|
-
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
306
|
+
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/dev/post-release.js)_
|
|
306
307
|
|
|
307
308
|
## `saltcorn dev:release VERSION`
|
|
308
309
|
|
|
@@ -316,7 +317,7 @@ ARGUMENTS
|
|
|
316
317
|
VERSION New version number
|
|
317
318
|
```
|
|
318
319
|
|
|
319
|
-
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
320
|
+
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/dev/release.js)_
|
|
320
321
|
|
|
321
322
|
## `saltcorn dev:test-plugin PATH`
|
|
322
323
|
|
|
@@ -334,7 +335,7 @@ DESCRIPTION
|
|
|
334
335
|
Extra documentation goes here
|
|
335
336
|
```
|
|
336
337
|
|
|
337
|
-
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
338
|
+
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/dev/test-plugin.js)_
|
|
338
339
|
|
|
339
340
|
## `saltcorn fixtures`
|
|
340
341
|
|
|
@@ -353,7 +354,7 @@ DESCRIPTION
|
|
|
353
354
|
This manual step it is never required for users and rarely required for developers
|
|
354
355
|
```
|
|
355
356
|
|
|
356
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
357
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/fixtures.js)_
|
|
357
358
|
|
|
358
359
|
## `saltcorn get-cfg [KEY]`
|
|
359
360
|
|
|
@@ -371,7 +372,7 @@ OPTIONS
|
|
|
371
372
|
-t, --tenant=tenant tenant
|
|
372
373
|
```
|
|
373
374
|
|
|
374
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
375
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/get-cfg.js)_
|
|
375
376
|
|
|
376
377
|
## `saltcorn help [COMMAND]`
|
|
377
378
|
|
|
@@ -409,7 +410,7 @@ ALIASES
|
|
|
409
410
|
$ saltcorn paths
|
|
410
411
|
```
|
|
411
412
|
|
|
412
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
413
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/info.js)_
|
|
413
414
|
|
|
414
415
|
## `saltcorn inspect TYPE [NAME]`
|
|
415
416
|
|
|
@@ -427,7 +428,7 @@ OPTIONS
|
|
|
427
428
|
-t, --tenant=tenant tenant
|
|
428
429
|
```
|
|
429
430
|
|
|
430
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
431
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/inspect.js)_
|
|
431
432
|
|
|
432
433
|
## `saltcorn install-pack`
|
|
433
434
|
|
|
@@ -443,7 +444,7 @@ OPTIONS
|
|
|
443
444
|
-t, --tenant=tenant tenant
|
|
444
445
|
```
|
|
445
446
|
|
|
446
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
447
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/install-pack.js)_
|
|
447
448
|
|
|
448
449
|
## `saltcorn install-plugin`
|
|
449
450
|
|
|
@@ -459,7 +460,7 @@ OPTIONS
|
|
|
459
460
|
-t, --tenant=tenant tenant
|
|
460
461
|
```
|
|
461
462
|
|
|
462
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
463
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/install-plugin.js)_
|
|
463
464
|
|
|
464
465
|
## `saltcorn list-tenants`
|
|
465
466
|
|
|
@@ -470,7 +471,7 @@ USAGE
|
|
|
470
471
|
$ saltcorn list-tenants
|
|
471
472
|
```
|
|
472
473
|
|
|
473
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
474
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/list-tenants.js)_
|
|
474
475
|
|
|
475
476
|
## `saltcorn saltcorn migrate`
|
|
476
477
|
|
|
@@ -492,7 +493,7 @@ DESCRIPTION
|
|
|
492
493
|
servers and need to control when the migrations are run.
|
|
493
494
|
```
|
|
494
495
|
|
|
495
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
496
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/migrate.js)_
|
|
496
497
|
|
|
497
498
|
## `saltcorn modify-user USER_EMAIL`
|
|
498
499
|
|
|
@@ -521,7 +522,7 @@ DESCRIPTION
|
|
|
521
522
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
522
523
|
```
|
|
523
524
|
|
|
524
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
525
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/modify-user.js)_
|
|
525
526
|
|
|
526
527
|
## `saltcorn plugins`
|
|
527
528
|
|
|
@@ -548,7 +549,7 @@ EXAMPLES
|
|
|
548
549
|
plugins -u -f - force plugin update
|
|
549
550
|
```
|
|
550
551
|
|
|
551
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
552
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/plugins.js)_
|
|
552
553
|
|
|
553
554
|
## `saltcorn reset-schema`
|
|
554
555
|
|
|
@@ -567,7 +568,7 @@ DESCRIPTION
|
|
|
567
568
|
This will delete all existing information
|
|
568
569
|
```
|
|
569
570
|
|
|
570
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
571
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/reset-schema.js)_
|
|
571
572
|
|
|
572
573
|
## `saltcorn restore FILE`
|
|
573
574
|
|
|
@@ -584,7 +585,7 @@ OPTIONS
|
|
|
584
585
|
-t, --tenant=tenant tenant
|
|
585
586
|
```
|
|
586
587
|
|
|
587
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
588
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/restore.js)_
|
|
588
589
|
|
|
589
590
|
## `saltcorn rm-tenant`
|
|
590
591
|
|
|
@@ -603,7 +604,7 @@ DESCRIPTION
|
|
|
603
604
|
It recommended to make backup of tenant before perform this command.
|
|
604
605
|
```
|
|
605
606
|
|
|
606
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
607
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/rm-tenant.js)_
|
|
607
608
|
|
|
608
609
|
## `saltcorn run-benchmark [BASEURL]`
|
|
609
610
|
|
|
@@ -622,7 +623,7 @@ OPTIONS
|
|
|
622
623
|
-t, --token=token API Token for reporting results
|
|
623
624
|
```
|
|
624
625
|
|
|
625
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
626
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/run-benchmark.js)_
|
|
626
627
|
|
|
627
628
|
## `saltcorn run-tests [PACKAGE]`
|
|
628
629
|
|
|
@@ -646,7 +647,7 @@ OPTIONS
|
|
|
646
647
|
--watchAll Watch files for changes and rerun all tests.
|
|
647
648
|
```
|
|
648
649
|
|
|
649
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
650
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/run-tests.js)_
|
|
650
651
|
|
|
651
652
|
## `saltcorn run-trigger TRIGGER`
|
|
652
653
|
|
|
@@ -663,7 +664,7 @@ OPTIONS
|
|
|
663
664
|
-t, --tenant=tenant tenant
|
|
664
665
|
```
|
|
665
666
|
|
|
666
|
-
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
667
|
+
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/run-trigger.js)_
|
|
667
668
|
|
|
668
669
|
## `saltcorn scheduler`
|
|
669
670
|
|
|
@@ -677,7 +678,7 @@ OPTIONS
|
|
|
677
678
|
-v, --verbose Verbose
|
|
678
679
|
```
|
|
679
680
|
|
|
680
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
681
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/scheduler.js)_
|
|
681
682
|
|
|
682
683
|
## `saltcorn serve`
|
|
683
684
|
|
|
@@ -698,7 +699,7 @@ OPTIONS
|
|
|
698
699
|
--subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
|
|
699
700
|
```
|
|
700
701
|
|
|
701
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
702
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/serve.js)_
|
|
702
703
|
|
|
703
704
|
## `saltcorn set-cfg [KEY] [VALUE]`
|
|
704
705
|
|
|
@@ -719,7 +720,7 @@ OPTIONS
|
|
|
719
720
|
-t, --tenant=tenant tenant
|
|
720
721
|
```
|
|
721
722
|
|
|
722
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
723
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/set-cfg.js)_
|
|
723
724
|
|
|
724
725
|
## `saltcorn setup`
|
|
725
726
|
|
|
@@ -738,7 +739,7 @@ DESCRIPTION
|
|
|
738
739
|
configuration file
|
|
739
740
|
```
|
|
740
741
|
|
|
741
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
742
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/setup.js)_
|
|
742
743
|
|
|
743
744
|
## `saltcorn setup-benchmark`
|
|
744
745
|
|
|
@@ -752,7 +753,7 @@ OPTIONS
|
|
|
752
753
|
-t, --tenant=tenant tenant
|
|
753
754
|
```
|
|
754
755
|
|
|
755
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
756
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/setup-benchmark.js)_
|
|
756
757
|
|
|
757
758
|
## `saltcorn take-snapshot`
|
|
758
759
|
|
|
@@ -767,7 +768,7 @@ OPTIONS
|
|
|
767
768
|
-t, --tenant=tenant tenant
|
|
768
769
|
```
|
|
769
770
|
|
|
770
|
-
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
771
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/take-snapshot.js)_
|
|
771
772
|
|
|
772
773
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
773
774
|
|
|
@@ -784,5 +785,5 @@ ARGUMENTS
|
|
|
784
785
|
TENANT tenant name
|
|
785
786
|
```
|
|
786
787
|
|
|
787
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.
|
|
788
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.4/src/commands/transform-field.js)_
|
|
788
789
|
<!-- commandsstop -->
|