@saltcorn/cli 0.9.5-beta.1 → 0.9.5-beta.2
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 +45 -45
- package/npm-shrinkwrap.json +976 -973
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
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.
|
|
23
|
+
@saltcorn/cli/0.9.5-beta.2 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.
|
|
92
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/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.
|
|
109
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/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.
|
|
157
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/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.
|
|
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)_
|
|
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.
|
|
185
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/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.
|
|
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)_
|
|
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.
|
|
221
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/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.
|
|
239
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/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.
|
|
250
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/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.
|
|
271
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/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.
|
|
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)_
|
|
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.
|
|
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)_
|
|
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.
|
|
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)_
|
|
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.
|
|
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)_
|
|
342
342
|
|
|
343
343
|
## `saltcorn dev:release VERSION`
|
|
344
344
|
|
|
@@ -352,7 +352,7 @@ ARGUMENTS
|
|
|
352
352
|
VERSION New version number
|
|
353
353
|
```
|
|
354
354
|
|
|
355
|
-
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
355
|
+
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/dev/release.js)_
|
|
356
356
|
|
|
357
357
|
## `saltcorn dev:test-plugin PATH`
|
|
358
358
|
|
|
@@ -370,7 +370,7 @@ DESCRIPTION
|
|
|
370
370
|
Extra documentation goes here
|
|
371
371
|
```
|
|
372
372
|
|
|
373
|
-
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
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)_
|
|
374
374
|
|
|
375
375
|
## `saltcorn fixtures`
|
|
376
376
|
|
|
@@ -389,7 +389,7 @@ DESCRIPTION
|
|
|
389
389
|
This manual step it is never required for users and rarely required for developers
|
|
390
390
|
```
|
|
391
391
|
|
|
392
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
392
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/fixtures.js)_
|
|
393
393
|
|
|
394
394
|
## `saltcorn get-cfg [KEY]`
|
|
395
395
|
|
|
@@ -407,7 +407,7 @@ OPTIONS
|
|
|
407
407
|
-t, --tenant=tenant tenant
|
|
408
408
|
```
|
|
409
409
|
|
|
410
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
410
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/get-cfg.js)_
|
|
411
411
|
|
|
412
412
|
## `saltcorn help [COMMAND]`
|
|
413
413
|
|
|
@@ -445,7 +445,7 @@ ALIASES
|
|
|
445
445
|
$ saltcorn paths
|
|
446
446
|
```
|
|
447
447
|
|
|
448
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
448
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/info.js)_
|
|
449
449
|
|
|
450
450
|
## `saltcorn inspect TYPE [NAME]`
|
|
451
451
|
|
|
@@ -463,7 +463,7 @@ OPTIONS
|
|
|
463
463
|
-t, --tenant=tenant tenant
|
|
464
464
|
```
|
|
465
465
|
|
|
466
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
466
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/inspect.js)_
|
|
467
467
|
|
|
468
468
|
## `saltcorn install-pack`
|
|
469
469
|
|
|
@@ -479,7 +479,7 @@ OPTIONS
|
|
|
479
479
|
-t, --tenant=tenant tenant
|
|
480
480
|
```
|
|
481
481
|
|
|
482
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
482
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/install-pack.js)_
|
|
483
483
|
|
|
484
484
|
## `saltcorn install-plugin`
|
|
485
485
|
|
|
@@ -495,7 +495,7 @@ OPTIONS
|
|
|
495
495
|
-t, --tenant=tenant tenant
|
|
496
496
|
```
|
|
497
497
|
|
|
498
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
498
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/install-plugin.js)_
|
|
499
499
|
|
|
500
500
|
## `saltcorn list-tenants`
|
|
501
501
|
|
|
@@ -511,7 +511,7 @@ OPTIONS
|
|
|
511
511
|
-v, --verbose verbose output
|
|
512
512
|
```
|
|
513
513
|
|
|
514
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
514
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/list-tenants.js)_
|
|
515
515
|
|
|
516
516
|
## `saltcorn list-triggers`
|
|
517
517
|
|
|
@@ -527,7 +527,7 @@ OPTIONS
|
|
|
527
527
|
-v, --verbose verbose output
|
|
528
528
|
```
|
|
529
529
|
|
|
530
|
-
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
530
|
+
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/list-triggers.js)_
|
|
531
531
|
|
|
532
532
|
## `saltcorn list-users`
|
|
533
533
|
|
|
@@ -542,7 +542,7 @@ OPTIONS
|
|
|
542
542
|
-v, --verbose verbose output
|
|
543
543
|
```
|
|
544
544
|
|
|
545
|
-
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
545
|
+
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/list-users.js)_
|
|
546
546
|
|
|
547
547
|
## `saltcorn saltcorn migrate`
|
|
548
548
|
|
|
@@ -564,7 +564,7 @@ DESCRIPTION
|
|
|
564
564
|
servers and need to control when the migrations are run.
|
|
565
565
|
```
|
|
566
566
|
|
|
567
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
567
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/migrate.js)_
|
|
568
568
|
|
|
569
569
|
## `saltcorn modify-user USER_EMAIL`
|
|
570
570
|
|
|
@@ -593,7 +593,7 @@ DESCRIPTION
|
|
|
593
593
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
594
594
|
```
|
|
595
595
|
|
|
596
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
596
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/modify-user.js)_
|
|
597
597
|
|
|
598
598
|
## `saltcorn plugins`
|
|
599
599
|
|
|
@@ -620,7 +620,7 @@ EXAMPLES
|
|
|
620
620
|
plugins -u -f - force plugin update
|
|
621
621
|
```
|
|
622
622
|
|
|
623
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
623
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/plugins.js)_
|
|
624
624
|
|
|
625
625
|
## `saltcorn reset-schema`
|
|
626
626
|
|
|
@@ -639,7 +639,7 @@ DESCRIPTION
|
|
|
639
639
|
This will delete all existing information
|
|
640
640
|
```
|
|
641
641
|
|
|
642
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
642
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/reset-schema.js)_
|
|
643
643
|
|
|
644
644
|
## `saltcorn restore FILE`
|
|
645
645
|
|
|
@@ -656,7 +656,7 @@ OPTIONS
|
|
|
656
656
|
-t, --tenant=tenant tenant
|
|
657
657
|
```
|
|
658
658
|
|
|
659
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
659
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/restore.js)_
|
|
660
660
|
|
|
661
661
|
## `saltcorn rm-tenant`
|
|
662
662
|
|
|
@@ -675,7 +675,7 @@ DESCRIPTION
|
|
|
675
675
|
It recommended to make backup of tenant before perform this command.
|
|
676
676
|
```
|
|
677
677
|
|
|
678
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
678
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/rm-tenant.js)_
|
|
679
679
|
|
|
680
680
|
## `saltcorn run-benchmark [BASEURL]`
|
|
681
681
|
|
|
@@ -694,7 +694,7 @@ OPTIONS
|
|
|
694
694
|
-t, --token=token API Token for reporting results
|
|
695
695
|
```
|
|
696
696
|
|
|
697
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
697
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/run-benchmark.js)_
|
|
698
698
|
|
|
699
699
|
## `saltcorn run-js`
|
|
700
700
|
|
|
@@ -710,7 +710,7 @@ OPTIONS
|
|
|
710
710
|
-t, --tenant=tenant tenant name
|
|
711
711
|
```
|
|
712
712
|
|
|
713
|
-
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
713
|
+
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/run-js.js)_
|
|
714
714
|
|
|
715
715
|
## `saltcorn run-sql`
|
|
716
716
|
|
|
@@ -726,7 +726,7 @@ OPTIONS
|
|
|
726
726
|
-t, --tenant=tenant tenant name
|
|
727
727
|
```
|
|
728
728
|
|
|
729
|
-
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
729
|
+
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/run-sql.js)_
|
|
730
730
|
|
|
731
731
|
## `saltcorn run-tests [PACKAGE]`
|
|
732
732
|
|
|
@@ -750,7 +750,7 @@ OPTIONS
|
|
|
750
750
|
--watchAll Watch files for changes and rerun all tests.
|
|
751
751
|
```
|
|
752
752
|
|
|
753
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
753
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/run-tests.js)_
|
|
754
754
|
|
|
755
755
|
## `saltcorn run-trigger TRIGGER`
|
|
756
756
|
|
|
@@ -767,7 +767,7 @@ OPTIONS
|
|
|
767
767
|
-t, --tenant=tenant tenant
|
|
768
768
|
```
|
|
769
769
|
|
|
770
|
-
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
770
|
+
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/run-trigger.js)_
|
|
771
771
|
|
|
772
772
|
## `saltcorn scheduler`
|
|
773
773
|
|
|
@@ -781,7 +781,7 @@ OPTIONS
|
|
|
781
781
|
-v, --verbose Verbose
|
|
782
782
|
```
|
|
783
783
|
|
|
784
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
784
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/scheduler.js)_
|
|
785
785
|
|
|
786
786
|
## `saltcorn serve`
|
|
787
787
|
|
|
@@ -802,7 +802,7 @@ OPTIONS
|
|
|
802
802
|
--subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
|
|
803
803
|
```
|
|
804
804
|
|
|
805
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
805
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/serve.js)_
|
|
806
806
|
|
|
807
807
|
## `saltcorn set-cfg [KEY] [VALUE]`
|
|
808
808
|
|
|
@@ -823,7 +823,7 @@ OPTIONS
|
|
|
823
823
|
-t, --tenant=tenant tenant
|
|
824
824
|
```
|
|
825
825
|
|
|
826
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
826
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/set-cfg.js)_
|
|
827
827
|
|
|
828
828
|
## `saltcorn setup`
|
|
829
829
|
|
|
@@ -842,7 +842,7 @@ DESCRIPTION
|
|
|
842
842
|
configuration file
|
|
843
843
|
```
|
|
844
844
|
|
|
845
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
845
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/setup.js)_
|
|
846
846
|
|
|
847
847
|
## `saltcorn setup-benchmark`
|
|
848
848
|
|
|
@@ -856,7 +856,7 @@ OPTIONS
|
|
|
856
856
|
-t, --tenant=tenant tenant
|
|
857
857
|
```
|
|
858
858
|
|
|
859
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
859
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/setup-benchmark.js)_
|
|
860
860
|
|
|
861
861
|
## `saltcorn sync-upload-data`
|
|
862
862
|
|
|
@@ -873,7 +873,7 @@ OPTIONS
|
|
|
873
873
|
--userEmail=userEmail email of the user running the sync
|
|
874
874
|
```
|
|
875
875
|
|
|
876
|
-
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
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)_
|
|
877
877
|
|
|
878
878
|
## `saltcorn take-snapshot`
|
|
879
879
|
|
|
@@ -888,7 +888,7 @@ OPTIONS
|
|
|
888
888
|
-t, --tenant=tenant tenant
|
|
889
889
|
```
|
|
890
890
|
|
|
891
|
-
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
891
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/take-snapshot.js)_
|
|
892
892
|
|
|
893
893
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
894
894
|
|
|
@@ -905,5 +905,5 @@ ARGUMENTS
|
|
|
905
905
|
TENANT tenant name
|
|
906
906
|
```
|
|
907
907
|
|
|
908
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
908
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.2/src/commands/transform-field.js)_
|
|
909
909
|
<!-- commandsstop -->
|