@saltcorn/cli 0.8.8-beta.4 → 0.8.8-beta.5
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 +44 -44
- package/npm-shrinkwrap.json +388 -378
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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.8-beta.
|
|
23
|
+
@saltcorn/cli/0.8.8-beta.5 linux-x64 node-v18.7.0
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -88,7 +88,7 @@ OPTIONS
|
|
|
88
88
|
-f, --force force command execution
|
|
89
89
|
```
|
|
90
90
|
|
|
91
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
91
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/add-schema.js)_
|
|
92
92
|
|
|
93
93
|
## `saltcorn backup`
|
|
94
94
|
|
|
@@ -105,7 +105,7 @@ OPTIONS
|
|
|
105
105
|
-z, --zip Backup public in saltcorn zip format
|
|
106
106
|
```
|
|
107
107
|
|
|
108
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
108
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/backup.js)_
|
|
109
109
|
|
|
110
110
|
## `saltcorn build-app`
|
|
111
111
|
|
|
@@ -153,7 +153,7 @@ OPTIONS
|
|
|
153
153
|
tenant
|
|
154
154
|
```
|
|
155
155
|
|
|
156
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
156
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/build-app.js)_
|
|
157
157
|
|
|
158
158
|
## `saltcorn build-cordova-builder`
|
|
159
159
|
|
|
@@ -167,7 +167,7 @@ OPTIONS
|
|
|
167
167
|
--buildClean run a clean build with --no-cache
|
|
168
168
|
```
|
|
169
169
|
|
|
170
|
-
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
170
|
+
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/build-cordova-builder.js)_
|
|
171
171
|
|
|
172
172
|
## `saltcorn configuration-check`
|
|
173
173
|
|
|
@@ -181,7 +181,7 @@ OPTIONS
|
|
|
181
181
|
-t, --tenant=tenant tenant
|
|
182
182
|
```
|
|
183
183
|
|
|
184
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
184
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/configuration-check.js)_
|
|
185
185
|
|
|
186
186
|
## `saltcorn configuration-check-backups FILES`
|
|
187
187
|
|
|
@@ -198,7 +198,7 @@ OPTIONS
|
|
|
198
198
|
-d, --destructive destructive
|
|
199
199
|
```
|
|
200
200
|
|
|
201
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
201
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/configuration-check-backups.js)_
|
|
202
202
|
|
|
203
203
|
## `saltcorn create-tenant TENANT`
|
|
204
204
|
|
|
@@ -217,7 +217,7 @@ OPTIONS
|
|
|
217
217
|
--url=url Url of tenant
|
|
218
218
|
```
|
|
219
219
|
|
|
220
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
220
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/create-tenant.js)_
|
|
221
221
|
|
|
222
222
|
## `saltcorn create-user`
|
|
223
223
|
|
|
@@ -235,7 +235,7 @@ OPTIONS
|
|
|
235
235
|
-t, --tenant=tenant tenant
|
|
236
236
|
```
|
|
237
237
|
|
|
238
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
238
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/create-user.js)_
|
|
239
239
|
|
|
240
240
|
## `saltcorn delete-tenants`
|
|
241
241
|
|
|
@@ -246,7 +246,7 @@ USAGE
|
|
|
246
246
|
$ saltcorn delete-tenants
|
|
247
247
|
```
|
|
248
248
|
|
|
249
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
249
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/delete-tenants.js)_
|
|
250
250
|
|
|
251
251
|
## `saltcorn delete-user USER_EMAIL`
|
|
252
252
|
|
|
@@ -267,7 +267,7 @@ DESCRIPTION
|
|
|
267
267
|
Command deletes the user specified by USER_EMAIL.
|
|
268
268
|
```
|
|
269
269
|
|
|
270
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
270
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/delete-user.js)_
|
|
271
271
|
|
|
272
272
|
## `saltcorn dev:localize-plugin PLUGIN [PATH]`
|
|
273
273
|
|
|
@@ -286,7 +286,7 @@ OPTIONS
|
|
|
286
286
|
-u, --unlocalize Unlocalize plugin (local to npm)
|
|
287
287
|
```
|
|
288
288
|
|
|
289
|
-
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
289
|
+
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/dev/localize-plugin.js)_
|
|
290
290
|
|
|
291
291
|
## `saltcorn make-migration`
|
|
292
292
|
|
|
@@ -302,7 +302,7 @@ DESCRIPTION
|
|
|
302
302
|
unless you are a developer.
|
|
303
303
|
```
|
|
304
304
|
|
|
305
|
-
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
305
|
+
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/dev/make-migration.js)_
|
|
306
306
|
|
|
307
307
|
## `saltcorn dev:post-release [TASK]`
|
|
308
308
|
|
|
@@ -316,7 +316,7 @@ ARGUMENTS
|
|
|
316
316
|
TASK (docker|vagrant|all|none) What to do
|
|
317
317
|
```
|
|
318
318
|
|
|
319
|
-
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
319
|
+
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/dev/post-release.js)_
|
|
320
320
|
|
|
321
321
|
## `saltcorn dev:release VERSION`
|
|
322
322
|
|
|
@@ -330,7 +330,7 @@ ARGUMENTS
|
|
|
330
330
|
VERSION New version number
|
|
331
331
|
```
|
|
332
332
|
|
|
333
|
-
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
333
|
+
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/dev/release.js)_
|
|
334
334
|
|
|
335
335
|
## `saltcorn dev:test-plugin PATH`
|
|
336
336
|
|
|
@@ -348,7 +348,7 @@ DESCRIPTION
|
|
|
348
348
|
Extra documentation goes here
|
|
349
349
|
```
|
|
350
350
|
|
|
351
|
-
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
351
|
+
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/dev/test-plugin.js)_
|
|
352
352
|
|
|
353
353
|
## `saltcorn fixtures`
|
|
354
354
|
|
|
@@ -367,7 +367,7 @@ DESCRIPTION
|
|
|
367
367
|
This manual step it is never required for users and rarely required for developers
|
|
368
368
|
```
|
|
369
369
|
|
|
370
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
370
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/fixtures.js)_
|
|
371
371
|
|
|
372
372
|
## `saltcorn get-cfg [KEY]`
|
|
373
373
|
|
|
@@ -385,7 +385,7 @@ OPTIONS
|
|
|
385
385
|
-t, --tenant=tenant tenant
|
|
386
386
|
```
|
|
387
387
|
|
|
388
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
388
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/get-cfg.js)_
|
|
389
389
|
|
|
390
390
|
## `saltcorn help [COMMAND]`
|
|
391
391
|
|
|
@@ -423,7 +423,7 @@ ALIASES
|
|
|
423
423
|
$ saltcorn paths
|
|
424
424
|
```
|
|
425
425
|
|
|
426
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
426
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/info.js)_
|
|
427
427
|
|
|
428
428
|
## `saltcorn inspect TYPE [NAME]`
|
|
429
429
|
|
|
@@ -441,7 +441,7 @@ OPTIONS
|
|
|
441
441
|
-t, --tenant=tenant tenant
|
|
442
442
|
```
|
|
443
443
|
|
|
444
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
444
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/inspect.js)_
|
|
445
445
|
|
|
446
446
|
## `saltcorn install-pack`
|
|
447
447
|
|
|
@@ -457,7 +457,7 @@ OPTIONS
|
|
|
457
457
|
-t, --tenant=tenant tenant
|
|
458
458
|
```
|
|
459
459
|
|
|
460
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
460
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/install-pack.js)_
|
|
461
461
|
|
|
462
462
|
## `saltcorn install-plugin`
|
|
463
463
|
|
|
@@ -473,7 +473,7 @@ OPTIONS
|
|
|
473
473
|
-t, --tenant=tenant tenant
|
|
474
474
|
```
|
|
475
475
|
|
|
476
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
476
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/install-plugin.js)_
|
|
477
477
|
|
|
478
478
|
## `saltcorn list-tenants`
|
|
479
479
|
|
|
@@ -489,7 +489,7 @@ OPTIONS
|
|
|
489
489
|
-v, --verbose verbose output
|
|
490
490
|
```
|
|
491
491
|
|
|
492
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
492
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/list-tenants.js)_
|
|
493
493
|
|
|
494
494
|
## `saltcorn list-triggers`
|
|
495
495
|
|
|
@@ -505,7 +505,7 @@ OPTIONS
|
|
|
505
505
|
-v, --verbose verbose output
|
|
506
506
|
```
|
|
507
507
|
|
|
508
|
-
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
508
|
+
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/list-triggers.js)_
|
|
509
509
|
|
|
510
510
|
## `saltcorn list-users`
|
|
511
511
|
|
|
@@ -520,7 +520,7 @@ OPTIONS
|
|
|
520
520
|
-v, --verbose verbose output
|
|
521
521
|
```
|
|
522
522
|
|
|
523
|
-
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
523
|
+
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/list-users.js)_
|
|
524
524
|
|
|
525
525
|
## `saltcorn saltcorn migrate`
|
|
526
526
|
|
|
@@ -542,7 +542,7 @@ DESCRIPTION
|
|
|
542
542
|
servers and need to control when the migrations are run.
|
|
543
543
|
```
|
|
544
544
|
|
|
545
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
545
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/migrate.js)_
|
|
546
546
|
|
|
547
547
|
## `saltcorn modify-user USER_EMAIL`
|
|
548
548
|
|
|
@@ -571,7 +571,7 @@ DESCRIPTION
|
|
|
571
571
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
572
572
|
```
|
|
573
573
|
|
|
574
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
574
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/modify-user.js)_
|
|
575
575
|
|
|
576
576
|
## `saltcorn plugins`
|
|
577
577
|
|
|
@@ -598,7 +598,7 @@ EXAMPLES
|
|
|
598
598
|
plugins -u -f - force plugin update
|
|
599
599
|
```
|
|
600
600
|
|
|
601
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
601
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/plugins.js)_
|
|
602
602
|
|
|
603
603
|
## `saltcorn reset-schema`
|
|
604
604
|
|
|
@@ -617,7 +617,7 @@ DESCRIPTION
|
|
|
617
617
|
This will delete all existing information
|
|
618
618
|
```
|
|
619
619
|
|
|
620
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
620
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/reset-schema.js)_
|
|
621
621
|
|
|
622
622
|
## `saltcorn restore FILE`
|
|
623
623
|
|
|
@@ -634,7 +634,7 @@ OPTIONS
|
|
|
634
634
|
-t, --tenant=tenant tenant
|
|
635
635
|
```
|
|
636
636
|
|
|
637
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
637
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/restore.js)_
|
|
638
638
|
|
|
639
639
|
## `saltcorn rm-tenant`
|
|
640
640
|
|
|
@@ -653,7 +653,7 @@ DESCRIPTION
|
|
|
653
653
|
It recommended to make backup of tenant before perform this command.
|
|
654
654
|
```
|
|
655
655
|
|
|
656
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
656
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/rm-tenant.js)_
|
|
657
657
|
|
|
658
658
|
## `saltcorn run-benchmark [BASEURL]`
|
|
659
659
|
|
|
@@ -672,7 +672,7 @@ OPTIONS
|
|
|
672
672
|
-t, --token=token API Token for reporting results
|
|
673
673
|
```
|
|
674
674
|
|
|
675
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
675
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/run-benchmark.js)_
|
|
676
676
|
|
|
677
677
|
## `saltcorn run-js`
|
|
678
678
|
|
|
@@ -688,7 +688,7 @@ OPTIONS
|
|
|
688
688
|
-t, --tenant=tenant tenant name
|
|
689
689
|
```
|
|
690
690
|
|
|
691
|
-
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
691
|
+
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/run-js.js)_
|
|
692
692
|
|
|
693
693
|
## `saltcorn run-sql`
|
|
694
694
|
|
|
@@ -704,7 +704,7 @@ OPTIONS
|
|
|
704
704
|
-t, --tenant=tenant tenant name
|
|
705
705
|
```
|
|
706
706
|
|
|
707
|
-
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
707
|
+
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/run-sql.js)_
|
|
708
708
|
|
|
709
709
|
## `saltcorn run-tests [PACKAGE]`
|
|
710
710
|
|
|
@@ -728,7 +728,7 @@ OPTIONS
|
|
|
728
728
|
--watchAll Watch files for changes and rerun all tests.
|
|
729
729
|
```
|
|
730
730
|
|
|
731
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
731
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/run-tests.js)_
|
|
732
732
|
|
|
733
733
|
## `saltcorn run-trigger TRIGGER`
|
|
734
734
|
|
|
@@ -745,7 +745,7 @@ OPTIONS
|
|
|
745
745
|
-t, --tenant=tenant tenant
|
|
746
746
|
```
|
|
747
747
|
|
|
748
|
-
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
748
|
+
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/run-trigger.js)_
|
|
749
749
|
|
|
750
750
|
## `saltcorn scheduler`
|
|
751
751
|
|
|
@@ -759,7 +759,7 @@ OPTIONS
|
|
|
759
759
|
-v, --verbose Verbose
|
|
760
760
|
```
|
|
761
761
|
|
|
762
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
762
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/scheduler.js)_
|
|
763
763
|
|
|
764
764
|
## `saltcorn serve`
|
|
765
765
|
|
|
@@ -780,7 +780,7 @@ OPTIONS
|
|
|
780
780
|
--subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
|
|
781
781
|
```
|
|
782
782
|
|
|
783
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
783
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/serve.js)_
|
|
784
784
|
|
|
785
785
|
## `saltcorn set-cfg [KEY] [VALUE]`
|
|
786
786
|
|
|
@@ -801,7 +801,7 @@ OPTIONS
|
|
|
801
801
|
-t, --tenant=tenant tenant
|
|
802
802
|
```
|
|
803
803
|
|
|
804
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
804
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/set-cfg.js)_
|
|
805
805
|
|
|
806
806
|
## `saltcorn setup`
|
|
807
807
|
|
|
@@ -820,7 +820,7 @@ DESCRIPTION
|
|
|
820
820
|
configuration file
|
|
821
821
|
```
|
|
822
822
|
|
|
823
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
823
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/setup.js)_
|
|
824
824
|
|
|
825
825
|
## `saltcorn setup-benchmark`
|
|
826
826
|
|
|
@@ -834,7 +834,7 @@ OPTIONS
|
|
|
834
834
|
-t, --tenant=tenant tenant
|
|
835
835
|
```
|
|
836
836
|
|
|
837
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
837
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/setup-benchmark.js)_
|
|
838
838
|
|
|
839
839
|
## `saltcorn sync-upload-data`
|
|
840
840
|
|
|
@@ -851,7 +851,7 @@ OPTIONS
|
|
|
851
851
|
--userEmail=userEmail email of the user running the sync
|
|
852
852
|
```
|
|
853
853
|
|
|
854
|
-
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
854
|
+
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/sync-upload-data.js)_
|
|
855
855
|
|
|
856
856
|
## `saltcorn take-snapshot`
|
|
857
857
|
|
|
@@ -866,7 +866,7 @@ OPTIONS
|
|
|
866
866
|
-t, --tenant=tenant tenant
|
|
867
867
|
```
|
|
868
868
|
|
|
869
|
-
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
869
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/take-snapshot.js)_
|
|
870
870
|
|
|
871
871
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
872
872
|
|
|
@@ -883,5 +883,5 @@ ARGUMENTS
|
|
|
883
883
|
TENANT tenant name
|
|
884
884
|
```
|
|
885
885
|
|
|
886
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
886
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.5/src/commands/transform-field.js)_
|
|
887
887
|
<!-- commandsstop -->
|