@saltcorn/cli 0.9.5-beta.2 → 0.9.5-beta.20
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 +50 -45
- package/npm-shrinkwrap.json +2433 -2236
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
- package/src/commands/backup.js +19 -13
- package/src/commands/build-app.js +6 -0
- package/src/commands/dev/plugin-test.js +22 -18
- package/src/commands/dev/release.js +20 -4
- package/src/commands/migrate.js +0 -1
- package/src/commands/run-js.js +8 -9
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.20 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.20/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.20/src/commands/backup.js)_
|
|
110
110
|
|
|
111
111
|
## `saltcorn build-app`
|
|
112
112
|
|
|
@@ -137,6 +137,8 @@ OPTIONS
|
|
|
137
137
|
|
|
138
138
|
--appVersion=appVersion Version of the mobile app (default 1.0.0)
|
|
139
139
|
|
|
140
|
+
--appleTeamId=appleTeamId Apple team id for iOS builds
|
|
141
|
+
|
|
140
142
|
--autoPublicLogin Show public entry points before the login as a public user.
|
|
141
143
|
|
|
142
144
|
--buildForEmulator build without '--device', generates no .ipa file so that iOS apps can be
|
|
@@ -154,7 +156,7 @@ OPTIONS
|
|
|
154
156
|
tenant
|
|
155
157
|
```
|
|
156
158
|
|
|
157
|
-
_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.20/src/commands/build-app.js)_
|
|
158
160
|
|
|
159
161
|
## `saltcorn build-cordova-builder`
|
|
160
162
|
|
|
@@ -168,7 +170,7 @@ OPTIONS
|
|
|
168
170
|
--buildClean run a clean build with --no-cache
|
|
169
171
|
```
|
|
170
172
|
|
|
171
|
-
_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.20/src/commands/build-cordova-builder.js)_
|
|
172
174
|
|
|
173
175
|
## `saltcorn configuration-check`
|
|
174
176
|
|
|
@@ -182,7 +184,7 @@ OPTIONS
|
|
|
182
184
|
-t, --tenant=tenant tenant
|
|
183
185
|
```
|
|
184
186
|
|
|
185
|
-
_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.20/src/commands/configuration-check.js)_
|
|
186
188
|
|
|
187
189
|
## `saltcorn configuration-check-backups FILES`
|
|
188
190
|
|
|
@@ -199,7 +201,7 @@ OPTIONS
|
|
|
199
201
|
-d, --destructive destructive
|
|
200
202
|
```
|
|
201
203
|
|
|
202
|
-
_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.20/src/commands/configuration-check-backups.js)_
|
|
203
205
|
|
|
204
206
|
## `saltcorn create-tenant TENANT`
|
|
205
207
|
|
|
@@ -218,7 +220,7 @@ OPTIONS
|
|
|
218
220
|
--url=url Url of tenant
|
|
219
221
|
```
|
|
220
222
|
|
|
221
|
-
_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.20/src/commands/create-tenant.js)_
|
|
222
224
|
|
|
223
225
|
## `saltcorn create-user`
|
|
224
226
|
|
|
@@ -236,7 +238,7 @@ OPTIONS
|
|
|
236
238
|
-t, --tenant=tenant tenant
|
|
237
239
|
```
|
|
238
240
|
|
|
239
|
-
_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.20/src/commands/create-user.js)_
|
|
240
242
|
|
|
241
243
|
## `saltcorn delete-tenants`
|
|
242
244
|
|
|
@@ -247,7 +249,7 @@ USAGE
|
|
|
247
249
|
$ saltcorn delete-tenants
|
|
248
250
|
```
|
|
249
251
|
|
|
250
|
-
_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.20/src/commands/delete-tenants.js)_
|
|
251
253
|
|
|
252
254
|
## `saltcorn delete-user USER_EMAIL`
|
|
253
255
|
|
|
@@ -268,7 +270,7 @@ DESCRIPTION
|
|
|
268
270
|
Command deletes the user specified by USER_EMAIL.
|
|
269
271
|
```
|
|
270
272
|
|
|
271
|
-
_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.20/src/commands/delete-user.js)_
|
|
272
274
|
|
|
273
275
|
## `saltcorn dev:localize-plugin PLUGIN [PATH]`
|
|
274
276
|
|
|
@@ -287,7 +289,7 @@ OPTIONS
|
|
|
287
289
|
-u, --unlocalize Unlocalize plugin (local to npm)
|
|
288
290
|
```
|
|
289
291
|
|
|
290
|
-
_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.20/src/commands/dev/localize-plugin.js)_
|
|
291
293
|
|
|
292
294
|
## `saltcorn make-migration`
|
|
293
295
|
|
|
@@ -303,7 +305,7 @@ DESCRIPTION
|
|
|
303
305
|
unless you are a developer.
|
|
304
306
|
```
|
|
305
307
|
|
|
306
|
-
_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.20/src/commands/dev/make-migration.js)_
|
|
307
309
|
|
|
308
310
|
## `saltcorn saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip`
|
|
309
311
|
|
|
@@ -324,7 +326,7 @@ OPTIONS
|
|
|
324
326
|
--database=database Run on specified database. Default is 'saltcorn_test''
|
|
325
327
|
```
|
|
326
328
|
|
|
327
|
-
_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.20/src/commands/dev/plugin-test.js)_
|
|
328
330
|
|
|
329
331
|
## `saltcorn dev:post-release [TASK]`
|
|
330
332
|
|
|
@@ -338,7 +340,7 @@ ARGUMENTS
|
|
|
338
340
|
TASK (docker|vagrant|all|none) What to do
|
|
339
341
|
```
|
|
340
342
|
|
|
341
|
-
_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.20/src/commands/dev/post-release.js)_
|
|
342
344
|
|
|
343
345
|
## `saltcorn dev:release VERSION`
|
|
344
346
|
|
|
@@ -350,9 +352,12 @@ USAGE
|
|
|
350
352
|
|
|
351
353
|
ARGUMENTS
|
|
352
354
|
VERSION New version number
|
|
355
|
+
|
|
356
|
+
OPTIONS
|
|
357
|
+
-t, --tag=tag NPM tag
|
|
353
358
|
```
|
|
354
359
|
|
|
355
|
-
_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.20/src/commands/dev/release.js)_
|
|
356
361
|
|
|
357
362
|
## `saltcorn dev:test-plugin PATH`
|
|
358
363
|
|
|
@@ -370,7 +375,7 @@ DESCRIPTION
|
|
|
370
375
|
Extra documentation goes here
|
|
371
376
|
```
|
|
372
377
|
|
|
373
|
-
_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.20/src/commands/dev/test-plugin.js)_
|
|
374
379
|
|
|
375
380
|
## `saltcorn fixtures`
|
|
376
381
|
|
|
@@ -389,7 +394,7 @@ DESCRIPTION
|
|
|
389
394
|
This manual step it is never required for users and rarely required for developers
|
|
390
395
|
```
|
|
391
396
|
|
|
392
|
-
_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.20/src/commands/fixtures.js)_
|
|
393
398
|
|
|
394
399
|
## `saltcorn get-cfg [KEY]`
|
|
395
400
|
|
|
@@ -407,7 +412,7 @@ OPTIONS
|
|
|
407
412
|
-t, --tenant=tenant tenant
|
|
408
413
|
```
|
|
409
414
|
|
|
410
|
-
_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.20/src/commands/get-cfg.js)_
|
|
411
416
|
|
|
412
417
|
## `saltcorn help [COMMAND]`
|
|
413
418
|
|
|
@@ -445,7 +450,7 @@ ALIASES
|
|
|
445
450
|
$ saltcorn paths
|
|
446
451
|
```
|
|
447
452
|
|
|
448
|
-
_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.20/src/commands/info.js)_
|
|
449
454
|
|
|
450
455
|
## `saltcorn inspect TYPE [NAME]`
|
|
451
456
|
|
|
@@ -463,7 +468,7 @@ OPTIONS
|
|
|
463
468
|
-t, --tenant=tenant tenant
|
|
464
469
|
```
|
|
465
470
|
|
|
466
|
-
_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.20/src/commands/inspect.js)_
|
|
467
472
|
|
|
468
473
|
## `saltcorn install-pack`
|
|
469
474
|
|
|
@@ -479,7 +484,7 @@ OPTIONS
|
|
|
479
484
|
-t, --tenant=tenant tenant
|
|
480
485
|
```
|
|
481
486
|
|
|
482
|
-
_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.20/src/commands/install-pack.js)_
|
|
483
488
|
|
|
484
489
|
## `saltcorn install-plugin`
|
|
485
490
|
|
|
@@ -495,7 +500,7 @@ OPTIONS
|
|
|
495
500
|
-t, --tenant=tenant tenant
|
|
496
501
|
```
|
|
497
502
|
|
|
498
|
-
_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.20/src/commands/install-plugin.js)_
|
|
499
504
|
|
|
500
505
|
## `saltcorn list-tenants`
|
|
501
506
|
|
|
@@ -511,7 +516,7 @@ OPTIONS
|
|
|
511
516
|
-v, --verbose verbose output
|
|
512
517
|
```
|
|
513
518
|
|
|
514
|
-
_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.20/src/commands/list-tenants.js)_
|
|
515
520
|
|
|
516
521
|
## `saltcorn list-triggers`
|
|
517
522
|
|
|
@@ -527,7 +532,7 @@ OPTIONS
|
|
|
527
532
|
-v, --verbose verbose output
|
|
528
533
|
```
|
|
529
534
|
|
|
530
|
-
_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.20/src/commands/list-triggers.js)_
|
|
531
536
|
|
|
532
537
|
## `saltcorn list-users`
|
|
533
538
|
|
|
@@ -542,7 +547,7 @@ OPTIONS
|
|
|
542
547
|
-v, --verbose verbose output
|
|
543
548
|
```
|
|
544
549
|
|
|
545
|
-
_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.20/src/commands/list-users.js)_
|
|
546
551
|
|
|
547
552
|
## `saltcorn saltcorn migrate`
|
|
548
553
|
|
|
@@ -564,7 +569,7 @@ DESCRIPTION
|
|
|
564
569
|
servers and need to control when the migrations are run.
|
|
565
570
|
```
|
|
566
571
|
|
|
567
|
-
_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.20/src/commands/migrate.js)_
|
|
568
573
|
|
|
569
574
|
## `saltcorn modify-user USER_EMAIL`
|
|
570
575
|
|
|
@@ -593,7 +598,7 @@ DESCRIPTION
|
|
|
593
598
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
594
599
|
```
|
|
595
600
|
|
|
596
|
-
_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.20/src/commands/modify-user.js)_
|
|
597
602
|
|
|
598
603
|
## `saltcorn plugins`
|
|
599
604
|
|
|
@@ -620,7 +625,7 @@ EXAMPLES
|
|
|
620
625
|
plugins -u -f - force plugin update
|
|
621
626
|
```
|
|
622
627
|
|
|
623
|
-
_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.20/src/commands/plugins.js)_
|
|
624
629
|
|
|
625
630
|
## `saltcorn reset-schema`
|
|
626
631
|
|
|
@@ -639,7 +644,7 @@ DESCRIPTION
|
|
|
639
644
|
This will delete all existing information
|
|
640
645
|
```
|
|
641
646
|
|
|
642
|
-
_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.20/src/commands/reset-schema.js)_
|
|
643
648
|
|
|
644
649
|
## `saltcorn restore FILE`
|
|
645
650
|
|
|
@@ -656,7 +661,7 @@ OPTIONS
|
|
|
656
661
|
-t, --tenant=tenant tenant
|
|
657
662
|
```
|
|
658
663
|
|
|
659
|
-
_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.20/src/commands/restore.js)_
|
|
660
665
|
|
|
661
666
|
## `saltcorn rm-tenant`
|
|
662
667
|
|
|
@@ -675,7 +680,7 @@ DESCRIPTION
|
|
|
675
680
|
It recommended to make backup of tenant before perform this command.
|
|
676
681
|
```
|
|
677
682
|
|
|
678
|
-
_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.20/src/commands/rm-tenant.js)_
|
|
679
684
|
|
|
680
685
|
## `saltcorn run-benchmark [BASEURL]`
|
|
681
686
|
|
|
@@ -694,7 +699,7 @@ OPTIONS
|
|
|
694
699
|
-t, --token=token API Token for reporting results
|
|
695
700
|
```
|
|
696
701
|
|
|
697
|
-
_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.20/src/commands/run-benchmark.js)_
|
|
698
703
|
|
|
699
704
|
## `saltcorn run-js`
|
|
700
705
|
|
|
@@ -710,7 +715,7 @@ OPTIONS
|
|
|
710
715
|
-t, --tenant=tenant tenant name
|
|
711
716
|
```
|
|
712
717
|
|
|
713
|
-
_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.20/src/commands/run-js.js)_
|
|
714
719
|
|
|
715
720
|
## `saltcorn run-sql`
|
|
716
721
|
|
|
@@ -726,7 +731,7 @@ OPTIONS
|
|
|
726
731
|
-t, --tenant=tenant tenant name
|
|
727
732
|
```
|
|
728
733
|
|
|
729
|
-
_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.20/src/commands/run-sql.js)_
|
|
730
735
|
|
|
731
736
|
## `saltcorn run-tests [PACKAGE]`
|
|
732
737
|
|
|
@@ -750,7 +755,7 @@ OPTIONS
|
|
|
750
755
|
--watchAll Watch files for changes and rerun all tests.
|
|
751
756
|
```
|
|
752
757
|
|
|
753
|
-
_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.20/src/commands/run-tests.js)_
|
|
754
759
|
|
|
755
760
|
## `saltcorn run-trigger TRIGGER`
|
|
756
761
|
|
|
@@ -767,7 +772,7 @@ OPTIONS
|
|
|
767
772
|
-t, --tenant=tenant tenant
|
|
768
773
|
```
|
|
769
774
|
|
|
770
|
-
_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.20/src/commands/run-trigger.js)_
|
|
771
776
|
|
|
772
777
|
## `saltcorn scheduler`
|
|
773
778
|
|
|
@@ -781,7 +786,7 @@ OPTIONS
|
|
|
781
786
|
-v, --verbose Verbose
|
|
782
787
|
```
|
|
783
788
|
|
|
784
|
-
_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.20/src/commands/scheduler.js)_
|
|
785
790
|
|
|
786
791
|
## `saltcorn serve`
|
|
787
792
|
|
|
@@ -802,7 +807,7 @@ OPTIONS
|
|
|
802
807
|
--subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
|
|
803
808
|
```
|
|
804
809
|
|
|
805
|
-
_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.20/src/commands/serve.js)_
|
|
806
811
|
|
|
807
812
|
## `saltcorn set-cfg [KEY] [VALUE]`
|
|
808
813
|
|
|
@@ -823,7 +828,7 @@ OPTIONS
|
|
|
823
828
|
-t, --tenant=tenant tenant
|
|
824
829
|
```
|
|
825
830
|
|
|
826
|
-
_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.20/src/commands/set-cfg.js)_
|
|
827
832
|
|
|
828
833
|
## `saltcorn setup`
|
|
829
834
|
|
|
@@ -842,7 +847,7 @@ DESCRIPTION
|
|
|
842
847
|
configuration file
|
|
843
848
|
```
|
|
844
849
|
|
|
845
|
-
_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.20/src/commands/setup.js)_
|
|
846
851
|
|
|
847
852
|
## `saltcorn setup-benchmark`
|
|
848
853
|
|
|
@@ -856,7 +861,7 @@ OPTIONS
|
|
|
856
861
|
-t, --tenant=tenant tenant
|
|
857
862
|
```
|
|
858
863
|
|
|
859
|
-
_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.20/src/commands/setup-benchmark.js)_
|
|
860
865
|
|
|
861
866
|
## `saltcorn sync-upload-data`
|
|
862
867
|
|
|
@@ -873,7 +878,7 @@ OPTIONS
|
|
|
873
878
|
--userEmail=userEmail email of the user running the sync
|
|
874
879
|
```
|
|
875
880
|
|
|
876
|
-
_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.20/src/commands/sync-upload-data.js)_
|
|
877
882
|
|
|
878
883
|
## `saltcorn take-snapshot`
|
|
879
884
|
|
|
@@ -888,7 +893,7 @@ OPTIONS
|
|
|
888
893
|
-t, --tenant=tenant tenant
|
|
889
894
|
```
|
|
890
895
|
|
|
891
|
-
_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.20/src/commands/take-snapshot.js)_
|
|
892
897
|
|
|
893
898
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
894
899
|
|
|
@@ -905,5 +910,5 @@ ARGUMENTS
|
|
|
905
910
|
TENANT tenant name
|
|
906
911
|
```
|
|
907
912
|
|
|
908
|
-
_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.20/src/commands/transform-field.js)_
|
|
909
914
|
<!-- commandsstop -->
|