@saltcorn/cli 0.9.5-beta.26 → 0.9.5-beta.28
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 +733 -1742
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
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.28 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.28/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.28/src/commands/backup.js)_
|
|
110
110
|
|
|
111
111
|
## `saltcorn build-app`
|
|
112
112
|
|
|
@@ -156,7 +156,7 @@ OPTIONS
|
|
|
156
156
|
tenant
|
|
157
157
|
```
|
|
158
158
|
|
|
159
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
159
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/build-app.js)_
|
|
160
160
|
|
|
161
161
|
## `saltcorn build-cordova-builder`
|
|
162
162
|
|
|
@@ -170,7 +170,7 @@ OPTIONS
|
|
|
170
170
|
--buildClean run a clean build with --no-cache
|
|
171
171
|
```
|
|
172
172
|
|
|
173
|
-
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
173
|
+
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/build-cordova-builder.js)_
|
|
174
174
|
|
|
175
175
|
## `saltcorn configuration-check`
|
|
176
176
|
|
|
@@ -184,7 +184,7 @@ OPTIONS
|
|
|
184
184
|
-t, --tenant=tenant tenant
|
|
185
185
|
```
|
|
186
186
|
|
|
187
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
187
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/configuration-check.js)_
|
|
188
188
|
|
|
189
189
|
## `saltcorn configuration-check-backups FILES`
|
|
190
190
|
|
|
@@ -201,7 +201,7 @@ OPTIONS
|
|
|
201
201
|
-d, --destructive destructive
|
|
202
202
|
```
|
|
203
203
|
|
|
204
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
204
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/configuration-check-backups.js)_
|
|
205
205
|
|
|
206
206
|
## `saltcorn create-tenant TENANT`
|
|
207
207
|
|
|
@@ -220,7 +220,7 @@ OPTIONS
|
|
|
220
220
|
--url=url Url of tenant
|
|
221
221
|
```
|
|
222
222
|
|
|
223
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
223
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/create-tenant.js)_
|
|
224
224
|
|
|
225
225
|
## `saltcorn create-user`
|
|
226
226
|
|
|
@@ -238,7 +238,7 @@ OPTIONS
|
|
|
238
238
|
-t, --tenant=tenant tenant
|
|
239
239
|
```
|
|
240
240
|
|
|
241
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
241
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/create-user.js)_
|
|
242
242
|
|
|
243
243
|
## `saltcorn delete-tenants`
|
|
244
244
|
|
|
@@ -249,7 +249,7 @@ USAGE
|
|
|
249
249
|
$ saltcorn delete-tenants
|
|
250
250
|
```
|
|
251
251
|
|
|
252
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
252
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/delete-tenants.js)_
|
|
253
253
|
|
|
254
254
|
## `saltcorn delete-user USER_EMAIL`
|
|
255
255
|
|
|
@@ -270,7 +270,7 @@ DESCRIPTION
|
|
|
270
270
|
Command deletes the user specified by USER_EMAIL.
|
|
271
271
|
```
|
|
272
272
|
|
|
273
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
273
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/delete-user.js)_
|
|
274
274
|
|
|
275
275
|
## `saltcorn dev:localize-plugin PLUGIN [PATH]`
|
|
276
276
|
|
|
@@ -289,7 +289,7 @@ OPTIONS
|
|
|
289
289
|
-u, --unlocalize Unlocalize plugin (local to npm)
|
|
290
290
|
```
|
|
291
291
|
|
|
292
|
-
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
292
|
+
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/dev/localize-plugin.js)_
|
|
293
293
|
|
|
294
294
|
## `saltcorn make-migration`
|
|
295
295
|
|
|
@@ -305,7 +305,7 @@ DESCRIPTION
|
|
|
305
305
|
unless you are a developer.
|
|
306
306
|
```
|
|
307
307
|
|
|
308
|
-
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
308
|
+
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/dev/make-migration.js)_
|
|
309
309
|
|
|
310
310
|
## `saltcorn saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip`
|
|
311
311
|
|
|
@@ -326,7 +326,7 @@ OPTIONS
|
|
|
326
326
|
--database=database Run on specified database. Default is 'saltcorn_test''
|
|
327
327
|
```
|
|
328
328
|
|
|
329
|
-
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
329
|
+
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/dev/plugin-test.js)_
|
|
330
330
|
|
|
331
331
|
## `saltcorn dev:post-release [TASK]`
|
|
332
332
|
|
|
@@ -340,7 +340,7 @@ ARGUMENTS
|
|
|
340
340
|
TASK (docker|vagrant|all|none) What to do
|
|
341
341
|
```
|
|
342
342
|
|
|
343
|
-
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
343
|
+
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/dev/post-release.js)_
|
|
344
344
|
|
|
345
345
|
## `saltcorn dev:release VERSION`
|
|
346
346
|
|
|
@@ -357,7 +357,7 @@ OPTIONS
|
|
|
357
357
|
-t, --tag=tag NPM tag
|
|
358
358
|
```
|
|
359
359
|
|
|
360
|
-
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
360
|
+
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/dev/release.js)_
|
|
361
361
|
|
|
362
362
|
## `saltcorn dev:test-plugin PATH`
|
|
363
363
|
|
|
@@ -375,7 +375,7 @@ DESCRIPTION
|
|
|
375
375
|
Extra documentation goes here
|
|
376
376
|
```
|
|
377
377
|
|
|
378
|
-
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
378
|
+
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/dev/test-plugin.js)_
|
|
379
379
|
|
|
380
380
|
## `saltcorn fixtures`
|
|
381
381
|
|
|
@@ -394,7 +394,7 @@ DESCRIPTION
|
|
|
394
394
|
This manual step it is never required for users and rarely required for developers
|
|
395
395
|
```
|
|
396
396
|
|
|
397
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
397
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/fixtures.js)_
|
|
398
398
|
|
|
399
399
|
## `saltcorn get-cfg [KEY]`
|
|
400
400
|
|
|
@@ -412,7 +412,7 @@ OPTIONS
|
|
|
412
412
|
-t, --tenant=tenant tenant
|
|
413
413
|
```
|
|
414
414
|
|
|
415
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
415
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/get-cfg.js)_
|
|
416
416
|
|
|
417
417
|
## `saltcorn help [COMMAND]`
|
|
418
418
|
|
|
@@ -450,7 +450,7 @@ ALIASES
|
|
|
450
450
|
$ saltcorn paths
|
|
451
451
|
```
|
|
452
452
|
|
|
453
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
453
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/info.js)_
|
|
454
454
|
|
|
455
455
|
## `saltcorn inspect TYPE [NAME]`
|
|
456
456
|
|
|
@@ -468,7 +468,7 @@ OPTIONS
|
|
|
468
468
|
-t, --tenant=tenant tenant
|
|
469
469
|
```
|
|
470
470
|
|
|
471
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
471
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/inspect.js)_
|
|
472
472
|
|
|
473
473
|
## `saltcorn install-pack`
|
|
474
474
|
|
|
@@ -484,7 +484,7 @@ OPTIONS
|
|
|
484
484
|
-t, --tenant=tenant tenant
|
|
485
485
|
```
|
|
486
486
|
|
|
487
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
487
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/install-pack.js)_
|
|
488
488
|
|
|
489
489
|
## `saltcorn install-plugin`
|
|
490
490
|
|
|
@@ -500,7 +500,7 @@ OPTIONS
|
|
|
500
500
|
-t, --tenant=tenant tenant
|
|
501
501
|
```
|
|
502
502
|
|
|
503
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
503
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/install-plugin.js)_
|
|
504
504
|
|
|
505
505
|
## `saltcorn list-tenants`
|
|
506
506
|
|
|
@@ -516,7 +516,7 @@ OPTIONS
|
|
|
516
516
|
-v, --verbose verbose output
|
|
517
517
|
```
|
|
518
518
|
|
|
519
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
519
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/list-tenants.js)_
|
|
520
520
|
|
|
521
521
|
## `saltcorn list-triggers`
|
|
522
522
|
|
|
@@ -532,7 +532,7 @@ OPTIONS
|
|
|
532
532
|
-v, --verbose verbose output
|
|
533
533
|
```
|
|
534
534
|
|
|
535
|
-
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
535
|
+
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/list-triggers.js)_
|
|
536
536
|
|
|
537
537
|
## `saltcorn list-users`
|
|
538
538
|
|
|
@@ -547,7 +547,7 @@ OPTIONS
|
|
|
547
547
|
-v, --verbose verbose output
|
|
548
548
|
```
|
|
549
549
|
|
|
550
|
-
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
550
|
+
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/list-users.js)_
|
|
551
551
|
|
|
552
552
|
## `saltcorn saltcorn migrate`
|
|
553
553
|
|
|
@@ -569,7 +569,7 @@ DESCRIPTION
|
|
|
569
569
|
servers and need to control when the migrations are run.
|
|
570
570
|
```
|
|
571
571
|
|
|
572
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
572
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/migrate.js)_
|
|
573
573
|
|
|
574
574
|
## `saltcorn modify-user USER_EMAIL`
|
|
575
575
|
|
|
@@ -598,7 +598,7 @@ DESCRIPTION
|
|
|
598
598
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
599
599
|
```
|
|
600
600
|
|
|
601
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
601
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/modify-user.js)_
|
|
602
602
|
|
|
603
603
|
## `saltcorn plugins`
|
|
604
604
|
|
|
@@ -625,7 +625,7 @@ EXAMPLES
|
|
|
625
625
|
plugins -u -f - force plugin update
|
|
626
626
|
```
|
|
627
627
|
|
|
628
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
628
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/plugins.js)_
|
|
629
629
|
|
|
630
630
|
## `saltcorn reset-schema`
|
|
631
631
|
|
|
@@ -644,7 +644,7 @@ DESCRIPTION
|
|
|
644
644
|
This will delete all existing information
|
|
645
645
|
```
|
|
646
646
|
|
|
647
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
647
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/reset-schema.js)_
|
|
648
648
|
|
|
649
649
|
## `saltcorn restore FILE`
|
|
650
650
|
|
|
@@ -661,7 +661,7 @@ OPTIONS
|
|
|
661
661
|
-t, --tenant=tenant tenant
|
|
662
662
|
```
|
|
663
663
|
|
|
664
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
664
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/restore.js)_
|
|
665
665
|
|
|
666
666
|
## `saltcorn rm-tenant`
|
|
667
667
|
|
|
@@ -680,7 +680,7 @@ DESCRIPTION
|
|
|
680
680
|
It recommended to make backup of tenant before perform this command.
|
|
681
681
|
```
|
|
682
682
|
|
|
683
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
683
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/rm-tenant.js)_
|
|
684
684
|
|
|
685
685
|
## `saltcorn run-benchmark [BASEURL]`
|
|
686
686
|
|
|
@@ -699,7 +699,7 @@ OPTIONS
|
|
|
699
699
|
-t, --token=token API Token for reporting results
|
|
700
700
|
```
|
|
701
701
|
|
|
702
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
702
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/run-benchmark.js)_
|
|
703
703
|
|
|
704
704
|
## `saltcorn run-js`
|
|
705
705
|
|
|
@@ -715,7 +715,7 @@ OPTIONS
|
|
|
715
715
|
-t, --tenant=tenant tenant name
|
|
716
716
|
```
|
|
717
717
|
|
|
718
|
-
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
718
|
+
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/run-js.js)_
|
|
719
719
|
|
|
720
720
|
## `saltcorn run-sql`
|
|
721
721
|
|
|
@@ -731,7 +731,7 @@ OPTIONS
|
|
|
731
731
|
-t, --tenant=tenant tenant name
|
|
732
732
|
```
|
|
733
733
|
|
|
734
|
-
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
734
|
+
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/run-sql.js)_
|
|
735
735
|
|
|
736
736
|
## `saltcorn run-tests [PACKAGE]`
|
|
737
737
|
|
|
@@ -755,7 +755,7 @@ OPTIONS
|
|
|
755
755
|
--watchAll Watch files for changes and rerun all tests.
|
|
756
756
|
```
|
|
757
757
|
|
|
758
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
758
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/run-tests.js)_
|
|
759
759
|
|
|
760
760
|
## `saltcorn run-trigger TRIGGER`
|
|
761
761
|
|
|
@@ -772,7 +772,7 @@ OPTIONS
|
|
|
772
772
|
-t, --tenant=tenant tenant
|
|
773
773
|
```
|
|
774
774
|
|
|
775
|
-
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
775
|
+
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/run-trigger.js)_
|
|
776
776
|
|
|
777
777
|
## `saltcorn scheduler`
|
|
778
778
|
|
|
@@ -786,7 +786,7 @@ OPTIONS
|
|
|
786
786
|
-v, --verbose Verbose
|
|
787
787
|
```
|
|
788
788
|
|
|
789
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
789
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/scheduler.js)_
|
|
790
790
|
|
|
791
791
|
## `saltcorn serve`
|
|
792
792
|
|
|
@@ -807,7 +807,7 @@ OPTIONS
|
|
|
807
807
|
--subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
|
|
808
808
|
```
|
|
809
809
|
|
|
810
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
810
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/serve.js)_
|
|
811
811
|
|
|
812
812
|
## `saltcorn set-cfg [KEY] [VALUE]`
|
|
813
813
|
|
|
@@ -828,7 +828,7 @@ OPTIONS
|
|
|
828
828
|
-t, --tenant=tenant tenant
|
|
829
829
|
```
|
|
830
830
|
|
|
831
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
831
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/set-cfg.js)_
|
|
832
832
|
|
|
833
833
|
## `saltcorn setup`
|
|
834
834
|
|
|
@@ -847,7 +847,7 @@ DESCRIPTION
|
|
|
847
847
|
configuration file
|
|
848
848
|
```
|
|
849
849
|
|
|
850
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
850
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/setup.js)_
|
|
851
851
|
|
|
852
852
|
## `saltcorn setup-benchmark`
|
|
853
853
|
|
|
@@ -861,7 +861,7 @@ OPTIONS
|
|
|
861
861
|
-t, --tenant=tenant tenant
|
|
862
862
|
```
|
|
863
863
|
|
|
864
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
864
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/setup-benchmark.js)_
|
|
865
865
|
|
|
866
866
|
## `saltcorn sync-upload-data`
|
|
867
867
|
|
|
@@ -878,7 +878,7 @@ OPTIONS
|
|
|
878
878
|
--userEmail=userEmail email of the user running the sync
|
|
879
879
|
```
|
|
880
880
|
|
|
881
|
-
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
881
|
+
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/sync-upload-data.js)_
|
|
882
882
|
|
|
883
883
|
## `saltcorn take-snapshot`
|
|
884
884
|
|
|
@@ -893,7 +893,7 @@ OPTIONS
|
|
|
893
893
|
-t, --tenant=tenant tenant
|
|
894
894
|
```
|
|
895
895
|
|
|
896
|
-
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
896
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/take-snapshot.js)_
|
|
897
897
|
|
|
898
898
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
899
899
|
|
|
@@ -910,5 +910,5 @@ ARGUMENTS
|
|
|
910
910
|
TENANT tenant name
|
|
911
911
|
```
|
|
912
912
|
|
|
913
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
913
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.28/src/commands/transform-field.js)_
|
|
914
914
|
<!-- commandsstop -->
|