@saltcorn/cli 0.9.0-beta.0 → 0.9.0-beta.1
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 +66 -44
- package/npm-shrinkwrap.json +231 -236
- package/oclif.manifest.json +1 -1
- package/package.json +7 -6
- package/src/commands/dev/plugin-test.js +165 -0
- package/src/common.js +25 -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.9.0-beta.
|
|
23
|
+
@saltcorn/cli/0.9.0-beta.1 linux-x64 node-v18.7.0
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -43,6 +43,7 @@ USAGE
|
|
|
43
43
|
* [`saltcorn delete-user USER_EMAIL`](#saltcorn-delete-user-user_email)
|
|
44
44
|
* [`saltcorn dev:localize-plugin PLUGIN [PATH]`](#saltcorn-devlocalize-plugin-plugin-path)
|
|
45
45
|
* [`saltcorn make-migration`](#saltcorn-make-migration)
|
|
46
|
+
* [`saltcorn saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip`](#saltcorn-saltcorn-devplugin-test--d-path_to_local_pluginstatistics--f-test-backupzip)
|
|
46
47
|
* [`saltcorn dev:post-release [TASK]`](#saltcorn-devpost-release-task)
|
|
47
48
|
* [`saltcorn dev:release VERSION`](#saltcorn-devrelease-version)
|
|
48
49
|
* [`saltcorn dev:test-plugin PATH`](#saltcorn-devtest-plugin-path)
|
|
@@ -88,7 +89,7 @@ OPTIONS
|
|
|
88
89
|
-f, --force force command execution
|
|
89
90
|
```
|
|
90
91
|
|
|
91
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
92
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/add-schema.js)_
|
|
92
93
|
|
|
93
94
|
## `saltcorn backup`
|
|
94
95
|
|
|
@@ -105,7 +106,7 @@ OPTIONS
|
|
|
105
106
|
-z, --zip Backup public in saltcorn zip format
|
|
106
107
|
```
|
|
107
108
|
|
|
108
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
109
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/backup.js)_
|
|
109
110
|
|
|
110
111
|
## `saltcorn build-app`
|
|
111
112
|
|
|
@@ -153,7 +154,7 @@ OPTIONS
|
|
|
153
154
|
tenant
|
|
154
155
|
```
|
|
155
156
|
|
|
156
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
157
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/build-app.js)_
|
|
157
158
|
|
|
158
159
|
## `saltcorn build-cordova-builder`
|
|
159
160
|
|
|
@@ -167,7 +168,7 @@ OPTIONS
|
|
|
167
168
|
--buildClean run a clean build with --no-cache
|
|
168
169
|
```
|
|
169
170
|
|
|
170
|
-
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
171
|
+
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/build-cordova-builder.js)_
|
|
171
172
|
|
|
172
173
|
## `saltcorn configuration-check`
|
|
173
174
|
|
|
@@ -181,7 +182,7 @@ OPTIONS
|
|
|
181
182
|
-t, --tenant=tenant tenant
|
|
182
183
|
```
|
|
183
184
|
|
|
184
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
185
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/configuration-check.js)_
|
|
185
186
|
|
|
186
187
|
## `saltcorn configuration-check-backups FILES`
|
|
187
188
|
|
|
@@ -198,7 +199,7 @@ OPTIONS
|
|
|
198
199
|
-d, --destructive destructive
|
|
199
200
|
```
|
|
200
201
|
|
|
201
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
202
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/configuration-check-backups.js)_
|
|
202
203
|
|
|
203
204
|
## `saltcorn create-tenant TENANT`
|
|
204
205
|
|
|
@@ -217,7 +218,7 @@ OPTIONS
|
|
|
217
218
|
--url=url Url of tenant
|
|
218
219
|
```
|
|
219
220
|
|
|
220
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
221
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/create-tenant.js)_
|
|
221
222
|
|
|
222
223
|
## `saltcorn create-user`
|
|
223
224
|
|
|
@@ -235,7 +236,7 @@ OPTIONS
|
|
|
235
236
|
-t, --tenant=tenant tenant
|
|
236
237
|
```
|
|
237
238
|
|
|
238
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
239
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/create-user.js)_
|
|
239
240
|
|
|
240
241
|
## `saltcorn delete-tenants`
|
|
241
242
|
|
|
@@ -246,7 +247,7 @@ USAGE
|
|
|
246
247
|
$ saltcorn delete-tenants
|
|
247
248
|
```
|
|
248
249
|
|
|
249
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
250
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/delete-tenants.js)_
|
|
250
251
|
|
|
251
252
|
## `saltcorn delete-user USER_EMAIL`
|
|
252
253
|
|
|
@@ -267,7 +268,7 @@ DESCRIPTION
|
|
|
267
268
|
Command deletes the user specified by USER_EMAIL.
|
|
268
269
|
```
|
|
269
270
|
|
|
270
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
271
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/delete-user.js)_
|
|
271
272
|
|
|
272
273
|
## `saltcorn dev:localize-plugin PLUGIN [PATH]`
|
|
273
274
|
|
|
@@ -286,7 +287,7 @@ OPTIONS
|
|
|
286
287
|
-u, --unlocalize Unlocalize plugin (local to npm)
|
|
287
288
|
```
|
|
288
289
|
|
|
289
|
-
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
290
|
+
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/dev/localize-plugin.js)_
|
|
290
291
|
|
|
291
292
|
## `saltcorn make-migration`
|
|
292
293
|
|
|
@@ -302,7 +303,28 @@ DESCRIPTION
|
|
|
302
303
|
unless you are a developer.
|
|
303
304
|
```
|
|
304
305
|
|
|
305
|
-
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
306
|
+
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/dev/make-migration.js)_
|
|
307
|
+
|
|
308
|
+
## `saltcorn saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip`
|
|
309
|
+
|
|
310
|
+
Install a plugin, spawn 'npm run test' in the install directory and check the return code.
|
|
311
|
+
|
|
312
|
+
```
|
|
313
|
+
USAGE
|
|
314
|
+
$ saltcorn saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip
|
|
315
|
+
|
|
316
|
+
OPTIONS
|
|
317
|
+
-d, --directory=directory Directory of local plugin
|
|
318
|
+
|
|
319
|
+
-f, --backupFile=backupFile Optional name of a backup file in the tests folder. If you ommit this, then the test has
|
|
320
|
+
to create its own data.
|
|
321
|
+
|
|
322
|
+
-n, --name=name Plugin name in store of a released plugin
|
|
323
|
+
|
|
324
|
+
--database=database Run on specified database. Default is 'saltcorn_test''
|
|
325
|
+
```
|
|
326
|
+
|
|
327
|
+
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/dev/plugin-test.js)_
|
|
306
328
|
|
|
307
329
|
## `saltcorn dev:post-release [TASK]`
|
|
308
330
|
|
|
@@ -316,7 +338,7 @@ ARGUMENTS
|
|
|
316
338
|
TASK (docker|vagrant|all|none) What to do
|
|
317
339
|
```
|
|
318
340
|
|
|
319
|
-
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
341
|
+
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/dev/post-release.js)_
|
|
320
342
|
|
|
321
343
|
## `saltcorn dev:release VERSION`
|
|
322
344
|
|
|
@@ -330,7 +352,7 @@ ARGUMENTS
|
|
|
330
352
|
VERSION New version number
|
|
331
353
|
```
|
|
332
354
|
|
|
333
|
-
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
355
|
+
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/dev/release.js)_
|
|
334
356
|
|
|
335
357
|
## `saltcorn dev:test-plugin PATH`
|
|
336
358
|
|
|
@@ -348,7 +370,7 @@ DESCRIPTION
|
|
|
348
370
|
Extra documentation goes here
|
|
349
371
|
```
|
|
350
372
|
|
|
351
|
-
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
373
|
+
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/dev/test-plugin.js)_
|
|
352
374
|
|
|
353
375
|
## `saltcorn fixtures`
|
|
354
376
|
|
|
@@ -367,7 +389,7 @@ DESCRIPTION
|
|
|
367
389
|
This manual step it is never required for users and rarely required for developers
|
|
368
390
|
```
|
|
369
391
|
|
|
370
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
392
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/fixtures.js)_
|
|
371
393
|
|
|
372
394
|
## `saltcorn get-cfg [KEY]`
|
|
373
395
|
|
|
@@ -385,7 +407,7 @@ OPTIONS
|
|
|
385
407
|
-t, --tenant=tenant tenant
|
|
386
408
|
```
|
|
387
409
|
|
|
388
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
410
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/get-cfg.js)_
|
|
389
411
|
|
|
390
412
|
## `saltcorn help [COMMAND]`
|
|
391
413
|
|
|
@@ -423,7 +445,7 @@ ALIASES
|
|
|
423
445
|
$ saltcorn paths
|
|
424
446
|
```
|
|
425
447
|
|
|
426
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
448
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/info.js)_
|
|
427
449
|
|
|
428
450
|
## `saltcorn inspect TYPE [NAME]`
|
|
429
451
|
|
|
@@ -441,7 +463,7 @@ OPTIONS
|
|
|
441
463
|
-t, --tenant=tenant tenant
|
|
442
464
|
```
|
|
443
465
|
|
|
444
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
466
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/inspect.js)_
|
|
445
467
|
|
|
446
468
|
## `saltcorn install-pack`
|
|
447
469
|
|
|
@@ -457,7 +479,7 @@ OPTIONS
|
|
|
457
479
|
-t, --tenant=tenant tenant
|
|
458
480
|
```
|
|
459
481
|
|
|
460
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
482
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/install-pack.js)_
|
|
461
483
|
|
|
462
484
|
## `saltcorn install-plugin`
|
|
463
485
|
|
|
@@ -473,7 +495,7 @@ OPTIONS
|
|
|
473
495
|
-t, --tenant=tenant tenant
|
|
474
496
|
```
|
|
475
497
|
|
|
476
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
498
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/install-plugin.js)_
|
|
477
499
|
|
|
478
500
|
## `saltcorn list-tenants`
|
|
479
501
|
|
|
@@ -489,7 +511,7 @@ OPTIONS
|
|
|
489
511
|
-v, --verbose verbose output
|
|
490
512
|
```
|
|
491
513
|
|
|
492
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
514
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/list-tenants.js)_
|
|
493
515
|
|
|
494
516
|
## `saltcorn list-triggers`
|
|
495
517
|
|
|
@@ -505,7 +527,7 @@ OPTIONS
|
|
|
505
527
|
-v, --verbose verbose output
|
|
506
528
|
```
|
|
507
529
|
|
|
508
|
-
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
530
|
+
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/list-triggers.js)_
|
|
509
531
|
|
|
510
532
|
## `saltcorn list-users`
|
|
511
533
|
|
|
@@ -520,7 +542,7 @@ OPTIONS
|
|
|
520
542
|
-v, --verbose verbose output
|
|
521
543
|
```
|
|
522
544
|
|
|
523
|
-
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
545
|
+
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/list-users.js)_
|
|
524
546
|
|
|
525
547
|
## `saltcorn saltcorn migrate`
|
|
526
548
|
|
|
@@ -542,7 +564,7 @@ DESCRIPTION
|
|
|
542
564
|
servers and need to control when the migrations are run.
|
|
543
565
|
```
|
|
544
566
|
|
|
545
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
567
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/migrate.js)_
|
|
546
568
|
|
|
547
569
|
## `saltcorn modify-user USER_EMAIL`
|
|
548
570
|
|
|
@@ -571,7 +593,7 @@ DESCRIPTION
|
|
|
571
593
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
572
594
|
```
|
|
573
595
|
|
|
574
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
596
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/modify-user.js)_
|
|
575
597
|
|
|
576
598
|
## `saltcorn plugins`
|
|
577
599
|
|
|
@@ -598,7 +620,7 @@ EXAMPLES
|
|
|
598
620
|
plugins -u -f - force plugin update
|
|
599
621
|
```
|
|
600
622
|
|
|
601
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
623
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/plugins.js)_
|
|
602
624
|
|
|
603
625
|
## `saltcorn reset-schema`
|
|
604
626
|
|
|
@@ -617,7 +639,7 @@ DESCRIPTION
|
|
|
617
639
|
This will delete all existing information
|
|
618
640
|
```
|
|
619
641
|
|
|
620
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
642
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/reset-schema.js)_
|
|
621
643
|
|
|
622
644
|
## `saltcorn restore FILE`
|
|
623
645
|
|
|
@@ -634,7 +656,7 @@ OPTIONS
|
|
|
634
656
|
-t, --tenant=tenant tenant
|
|
635
657
|
```
|
|
636
658
|
|
|
637
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
659
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/restore.js)_
|
|
638
660
|
|
|
639
661
|
## `saltcorn rm-tenant`
|
|
640
662
|
|
|
@@ -653,7 +675,7 @@ DESCRIPTION
|
|
|
653
675
|
It recommended to make backup of tenant before perform this command.
|
|
654
676
|
```
|
|
655
677
|
|
|
656
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
678
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/rm-tenant.js)_
|
|
657
679
|
|
|
658
680
|
## `saltcorn run-benchmark [BASEURL]`
|
|
659
681
|
|
|
@@ -672,7 +694,7 @@ OPTIONS
|
|
|
672
694
|
-t, --token=token API Token for reporting results
|
|
673
695
|
```
|
|
674
696
|
|
|
675
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
697
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/run-benchmark.js)_
|
|
676
698
|
|
|
677
699
|
## `saltcorn run-js`
|
|
678
700
|
|
|
@@ -688,7 +710,7 @@ OPTIONS
|
|
|
688
710
|
-t, --tenant=tenant tenant name
|
|
689
711
|
```
|
|
690
712
|
|
|
691
|
-
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
713
|
+
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/run-js.js)_
|
|
692
714
|
|
|
693
715
|
## `saltcorn run-sql`
|
|
694
716
|
|
|
@@ -704,7 +726,7 @@ OPTIONS
|
|
|
704
726
|
-t, --tenant=tenant tenant name
|
|
705
727
|
```
|
|
706
728
|
|
|
707
|
-
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
729
|
+
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/run-sql.js)_
|
|
708
730
|
|
|
709
731
|
## `saltcorn run-tests [PACKAGE]`
|
|
710
732
|
|
|
@@ -728,7 +750,7 @@ OPTIONS
|
|
|
728
750
|
--watchAll Watch files for changes and rerun all tests.
|
|
729
751
|
```
|
|
730
752
|
|
|
731
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
753
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/run-tests.js)_
|
|
732
754
|
|
|
733
755
|
## `saltcorn run-trigger TRIGGER`
|
|
734
756
|
|
|
@@ -745,7 +767,7 @@ OPTIONS
|
|
|
745
767
|
-t, --tenant=tenant tenant
|
|
746
768
|
```
|
|
747
769
|
|
|
748
|
-
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
770
|
+
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/run-trigger.js)_
|
|
749
771
|
|
|
750
772
|
## `saltcorn scheduler`
|
|
751
773
|
|
|
@@ -759,7 +781,7 @@ OPTIONS
|
|
|
759
781
|
-v, --verbose Verbose
|
|
760
782
|
```
|
|
761
783
|
|
|
762
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
784
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/scheduler.js)_
|
|
763
785
|
|
|
764
786
|
## `saltcorn serve`
|
|
765
787
|
|
|
@@ -780,7 +802,7 @@ OPTIONS
|
|
|
780
802
|
--subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
|
|
781
803
|
```
|
|
782
804
|
|
|
783
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
805
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/serve.js)_
|
|
784
806
|
|
|
785
807
|
## `saltcorn set-cfg [KEY] [VALUE]`
|
|
786
808
|
|
|
@@ -801,7 +823,7 @@ OPTIONS
|
|
|
801
823
|
-t, --tenant=tenant tenant
|
|
802
824
|
```
|
|
803
825
|
|
|
804
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
826
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/set-cfg.js)_
|
|
805
827
|
|
|
806
828
|
## `saltcorn setup`
|
|
807
829
|
|
|
@@ -820,7 +842,7 @@ DESCRIPTION
|
|
|
820
842
|
configuration file
|
|
821
843
|
```
|
|
822
844
|
|
|
823
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
845
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/setup.js)_
|
|
824
846
|
|
|
825
847
|
## `saltcorn setup-benchmark`
|
|
826
848
|
|
|
@@ -834,7 +856,7 @@ OPTIONS
|
|
|
834
856
|
-t, --tenant=tenant tenant
|
|
835
857
|
```
|
|
836
858
|
|
|
837
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
859
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/setup-benchmark.js)_
|
|
838
860
|
|
|
839
861
|
## `saltcorn sync-upload-data`
|
|
840
862
|
|
|
@@ -851,7 +873,7 @@ OPTIONS
|
|
|
851
873
|
--userEmail=userEmail email of the user running the sync
|
|
852
874
|
```
|
|
853
875
|
|
|
854
|
-
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
876
|
+
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/sync-upload-data.js)_
|
|
855
877
|
|
|
856
878
|
## `saltcorn take-snapshot`
|
|
857
879
|
|
|
@@ -866,7 +888,7 @@ OPTIONS
|
|
|
866
888
|
-t, --tenant=tenant tenant
|
|
867
889
|
```
|
|
868
890
|
|
|
869
|
-
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
891
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/take-snapshot.js)_
|
|
870
892
|
|
|
871
893
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
872
894
|
|
|
@@ -883,5 +905,5 @@ ARGUMENTS
|
|
|
883
905
|
TENANT tenant name
|
|
884
906
|
```
|
|
885
907
|
|
|
886
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.
|
|
908
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.9.0-beta.1/src/commands/transform-field.js)_
|
|
887
909
|
<!-- commandsstop -->
|