@saltcorn/cli 0.8.6-beta.7 → 0.8.6-beta.9
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 +38 -38
- package/npm-shrinkwrap.json +316 -377
- 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.6-beta.
|
|
23
|
+
@saltcorn/cli/0.8.6-beta.9 linux-x64 node-v18.7.0
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -82,7 +82,7 @@ OPTIONS
|
|
|
82
82
|
-f, --force force command execution
|
|
83
83
|
```
|
|
84
84
|
|
|
85
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
85
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/add-schema.js)_
|
|
86
86
|
|
|
87
87
|
## `saltcorn backup`
|
|
88
88
|
|
|
@@ -98,7 +98,7 @@ OPTIONS
|
|
|
98
98
|
-z, --zip zip format
|
|
99
99
|
```
|
|
100
100
|
|
|
101
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
101
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/backup.js)_
|
|
102
102
|
|
|
103
103
|
## `saltcorn build-app`
|
|
104
104
|
|
|
@@ -130,7 +130,7 @@ OPTIONS
|
|
|
130
130
|
tenant
|
|
131
131
|
```
|
|
132
132
|
|
|
133
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
133
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/build-app.js)_
|
|
134
134
|
|
|
135
135
|
## `saltcorn build-cordova-builder`
|
|
136
136
|
|
|
@@ -141,7 +141,7 @@ USAGE
|
|
|
141
141
|
$ saltcorn build-cordova-builder
|
|
142
142
|
```
|
|
143
143
|
|
|
144
|
-
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
144
|
+
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/build-cordova-builder.js)_
|
|
145
145
|
|
|
146
146
|
## `saltcorn configuration-check`
|
|
147
147
|
|
|
@@ -155,7 +155,7 @@ OPTIONS
|
|
|
155
155
|
-t, --tenant=tenant tenant
|
|
156
156
|
```
|
|
157
157
|
|
|
158
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
158
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/configuration-check.js)_
|
|
159
159
|
|
|
160
160
|
## `saltcorn configuration-check-backups FILES`
|
|
161
161
|
|
|
@@ -172,7 +172,7 @@ OPTIONS
|
|
|
172
172
|
-d, --destructive destructive
|
|
173
173
|
```
|
|
174
174
|
|
|
175
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
175
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/configuration-check-backups.js)_
|
|
176
176
|
|
|
177
177
|
## `saltcorn create-tenant TENANT`
|
|
178
178
|
|
|
@@ -191,7 +191,7 @@ OPTIONS
|
|
|
191
191
|
--url=url Url of tenant
|
|
192
192
|
```
|
|
193
193
|
|
|
194
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
194
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/create-tenant.js)_
|
|
195
195
|
|
|
196
196
|
## `saltcorn create-user`
|
|
197
197
|
|
|
@@ -209,7 +209,7 @@ OPTIONS
|
|
|
209
209
|
-t, --tenant=tenant tenant
|
|
210
210
|
```
|
|
211
211
|
|
|
212
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
212
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/create-user.js)_
|
|
213
213
|
|
|
214
214
|
## `saltcorn delete-tenants`
|
|
215
215
|
|
|
@@ -220,7 +220,7 @@ USAGE
|
|
|
220
220
|
$ saltcorn delete-tenants
|
|
221
221
|
```
|
|
222
222
|
|
|
223
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
223
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/delete-tenants.js)_
|
|
224
224
|
|
|
225
225
|
## `saltcorn delete-user USER_EMAIL`
|
|
226
226
|
|
|
@@ -241,7 +241,7 @@ DESCRIPTION
|
|
|
241
241
|
Command deletes the user specified by USER_EMAIL.
|
|
242
242
|
```
|
|
243
243
|
|
|
244
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
244
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/delete-user.js)_
|
|
245
245
|
|
|
246
246
|
## `saltcorn fixtures`
|
|
247
247
|
|
|
@@ -260,7 +260,7 @@ DESCRIPTION
|
|
|
260
260
|
This manual step it is never required for users and rarely required for developers
|
|
261
261
|
```
|
|
262
262
|
|
|
263
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
263
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/fixtures.js)_
|
|
264
264
|
|
|
265
265
|
## `saltcorn get-cfg [KEY]`
|
|
266
266
|
|
|
@@ -278,7 +278,7 @@ OPTIONS
|
|
|
278
278
|
-t, --tenant=tenant tenant
|
|
279
279
|
```
|
|
280
280
|
|
|
281
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
281
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/get-cfg.js)_
|
|
282
282
|
|
|
283
283
|
## `saltcorn help [COMMAND]`
|
|
284
284
|
|
|
@@ -316,7 +316,7 @@ ALIASES
|
|
|
316
316
|
$ saltcorn paths
|
|
317
317
|
```
|
|
318
318
|
|
|
319
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
319
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/info.js)_
|
|
320
320
|
|
|
321
321
|
## `saltcorn inspect TYPE [NAME]`
|
|
322
322
|
|
|
@@ -334,7 +334,7 @@ OPTIONS
|
|
|
334
334
|
-t, --tenant=tenant tenant
|
|
335
335
|
```
|
|
336
336
|
|
|
337
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
337
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/inspect.js)_
|
|
338
338
|
|
|
339
339
|
## `saltcorn install-pack`
|
|
340
340
|
|
|
@@ -350,7 +350,7 @@ OPTIONS
|
|
|
350
350
|
-t, --tenant=tenant tenant
|
|
351
351
|
```
|
|
352
352
|
|
|
353
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
353
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/install-pack.js)_
|
|
354
354
|
|
|
355
355
|
## `saltcorn install-plugin`
|
|
356
356
|
|
|
@@ -366,7 +366,7 @@ OPTIONS
|
|
|
366
366
|
-t, --tenant=tenant tenant
|
|
367
367
|
```
|
|
368
368
|
|
|
369
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
369
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/install-plugin.js)_
|
|
370
370
|
|
|
371
371
|
## `saltcorn list-tenants`
|
|
372
372
|
|
|
@@ -377,7 +377,7 @@ USAGE
|
|
|
377
377
|
$ saltcorn list-tenants
|
|
378
378
|
```
|
|
379
379
|
|
|
380
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
380
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/list-tenants.js)_
|
|
381
381
|
|
|
382
382
|
## `saltcorn localize-plugin PLUGIN [PATH]`
|
|
383
383
|
|
|
@@ -396,7 +396,7 @@ OPTIONS
|
|
|
396
396
|
-u, --unlocalize Unlocalize plugin (local to npm)
|
|
397
397
|
```
|
|
398
398
|
|
|
399
|
-
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
399
|
+
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/localize-plugin.js)_
|
|
400
400
|
|
|
401
401
|
## `saltcorn make-migration`
|
|
402
402
|
|
|
@@ -412,7 +412,7 @@ DESCRIPTION
|
|
|
412
412
|
unless you are a developer.
|
|
413
413
|
```
|
|
414
414
|
|
|
415
|
-
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
415
|
+
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/make-migration.js)_
|
|
416
416
|
|
|
417
417
|
## `saltcorn saltcorn migrate`
|
|
418
418
|
|
|
@@ -434,7 +434,7 @@ DESCRIPTION
|
|
|
434
434
|
servers and need to control when the migrations are run.
|
|
435
435
|
```
|
|
436
436
|
|
|
437
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
437
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/migrate.js)_
|
|
438
438
|
|
|
439
439
|
## `saltcorn modify-user USER_EMAIL`
|
|
440
440
|
|
|
@@ -463,7 +463,7 @@ DESCRIPTION
|
|
|
463
463
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
464
464
|
```
|
|
465
465
|
|
|
466
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
466
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/modify-user.js)_
|
|
467
467
|
|
|
468
468
|
## `saltcorn plugins`
|
|
469
469
|
|
|
@@ -490,7 +490,7 @@ EXAMPLES
|
|
|
490
490
|
plugins -u -f - force plugin update
|
|
491
491
|
```
|
|
492
492
|
|
|
493
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
493
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/plugins.js)_
|
|
494
494
|
|
|
495
495
|
## `saltcorn release VERSION`
|
|
496
496
|
|
|
@@ -504,7 +504,7 @@ ARGUMENTS
|
|
|
504
504
|
VERSION New version number
|
|
505
505
|
```
|
|
506
506
|
|
|
507
|
-
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
507
|
+
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/release.js)_
|
|
508
508
|
|
|
509
509
|
## `saltcorn reset-schema`
|
|
510
510
|
|
|
@@ -523,7 +523,7 @@ DESCRIPTION
|
|
|
523
523
|
This will delete all existing information
|
|
524
524
|
```
|
|
525
525
|
|
|
526
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
526
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/reset-schema.js)_
|
|
527
527
|
|
|
528
528
|
## `saltcorn restore FILE`
|
|
529
529
|
|
|
@@ -540,7 +540,7 @@ OPTIONS
|
|
|
540
540
|
-t, --tenant=tenant tenant
|
|
541
541
|
```
|
|
542
542
|
|
|
543
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
543
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/restore.js)_
|
|
544
544
|
|
|
545
545
|
## `saltcorn rm-tenant`
|
|
546
546
|
|
|
@@ -559,7 +559,7 @@ DESCRIPTION
|
|
|
559
559
|
It recommended to make backup of tenant before perform this command.
|
|
560
560
|
```
|
|
561
561
|
|
|
562
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
562
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/rm-tenant.js)_
|
|
563
563
|
|
|
564
564
|
## `saltcorn run-benchmark [BASEURL]`
|
|
565
565
|
|
|
@@ -578,7 +578,7 @@ OPTIONS
|
|
|
578
578
|
-t, --token=token API Token for reporting results
|
|
579
579
|
```
|
|
580
580
|
|
|
581
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
581
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/run-benchmark.js)_
|
|
582
582
|
|
|
583
583
|
## `saltcorn run-tests [PACKAGE]`
|
|
584
584
|
|
|
@@ -602,7 +602,7 @@ OPTIONS
|
|
|
602
602
|
--watchAll Watch files for changes and rerun all tests.
|
|
603
603
|
```
|
|
604
604
|
|
|
605
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
605
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/run-tests.js)_
|
|
606
606
|
|
|
607
607
|
## `saltcorn run-trigger TRIGGER`
|
|
608
608
|
|
|
@@ -619,7 +619,7 @@ OPTIONS
|
|
|
619
619
|
-t, --tenant=tenant tenant
|
|
620
620
|
```
|
|
621
621
|
|
|
622
|
-
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
622
|
+
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/run-trigger.js)_
|
|
623
623
|
|
|
624
624
|
## `saltcorn scheduler`
|
|
625
625
|
|
|
@@ -633,7 +633,7 @@ OPTIONS
|
|
|
633
633
|
-v, --verbose Verbose
|
|
634
634
|
```
|
|
635
635
|
|
|
636
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
636
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/scheduler.js)_
|
|
637
637
|
|
|
638
638
|
## `saltcorn serve`
|
|
639
639
|
|
|
@@ -654,7 +654,7 @@ OPTIONS
|
|
|
654
654
|
--subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
|
|
655
655
|
```
|
|
656
656
|
|
|
657
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
657
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/serve.js)_
|
|
658
658
|
|
|
659
659
|
## `saltcorn set-cfg [KEY] [VALUE]`
|
|
660
660
|
|
|
@@ -675,7 +675,7 @@ OPTIONS
|
|
|
675
675
|
-t, --tenant=tenant tenant
|
|
676
676
|
```
|
|
677
677
|
|
|
678
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
678
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/set-cfg.js)_
|
|
679
679
|
|
|
680
680
|
## `saltcorn setup`
|
|
681
681
|
|
|
@@ -694,7 +694,7 @@ DESCRIPTION
|
|
|
694
694
|
configuration file
|
|
695
695
|
```
|
|
696
696
|
|
|
697
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
697
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/setup.js)_
|
|
698
698
|
|
|
699
699
|
## `saltcorn setup-benchmark`
|
|
700
700
|
|
|
@@ -708,7 +708,7 @@ OPTIONS
|
|
|
708
708
|
-t, --tenant=tenant tenant
|
|
709
709
|
```
|
|
710
710
|
|
|
711
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
711
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/setup-benchmark.js)_
|
|
712
712
|
|
|
713
713
|
## `saltcorn take-snapshot`
|
|
714
714
|
|
|
@@ -723,7 +723,7 @@ OPTIONS
|
|
|
723
723
|
-t, --tenant=tenant tenant
|
|
724
724
|
```
|
|
725
725
|
|
|
726
|
-
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
726
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/take-snapshot.js)_
|
|
727
727
|
|
|
728
728
|
## `saltcorn test-plugin PATH`
|
|
729
729
|
|
|
@@ -741,7 +741,7 @@ DESCRIPTION
|
|
|
741
741
|
Extra documentation goes here
|
|
742
742
|
```
|
|
743
743
|
|
|
744
|
-
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
744
|
+
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/test-plugin.js)_
|
|
745
745
|
|
|
746
746
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
747
747
|
|
|
@@ -758,5 +758,5 @@ ARGUMENTS
|
|
|
758
758
|
TENANT tenant name
|
|
759
759
|
```
|
|
760
760
|
|
|
761
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.
|
|
761
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.9/src/commands/transform-field.js)_
|
|
762
762
|
<!-- commandsstop -->
|