@saltcorn/cli 0.8.5 → 0.8.6-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 +38 -38
- package/npm-shrinkwrap.json +394 -366
- 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.
|
|
23
|
+
@saltcorn/cli/0.8.6-beta.1 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.
|
|
85
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/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.
|
|
101
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/backup.js)_
|
|
102
102
|
|
|
103
103
|
## `saltcorn build-app`
|
|
104
104
|
|
|
@@ -127,7 +127,7 @@ OPTIONS
|
|
|
127
127
|
tenant
|
|
128
128
|
```
|
|
129
129
|
|
|
130
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
130
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/build-app.js)_
|
|
131
131
|
|
|
132
132
|
## `saltcorn build-cordova-builder`
|
|
133
133
|
|
|
@@ -138,7 +138,7 @@ USAGE
|
|
|
138
138
|
$ saltcorn build-cordova-builder
|
|
139
139
|
```
|
|
140
140
|
|
|
141
|
-
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
141
|
+
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/build-cordova-builder.js)_
|
|
142
142
|
|
|
143
143
|
## `saltcorn configuration-check`
|
|
144
144
|
|
|
@@ -152,7 +152,7 @@ OPTIONS
|
|
|
152
152
|
-t, --tenant=tenant tenant
|
|
153
153
|
```
|
|
154
154
|
|
|
155
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
155
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/configuration-check.js)_
|
|
156
156
|
|
|
157
157
|
## `saltcorn configuration-check-backups FILES`
|
|
158
158
|
|
|
@@ -169,7 +169,7 @@ OPTIONS
|
|
|
169
169
|
-d, --destructive destructive
|
|
170
170
|
```
|
|
171
171
|
|
|
172
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
172
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/configuration-check-backups.js)_
|
|
173
173
|
|
|
174
174
|
## `saltcorn create-tenant TENANT`
|
|
175
175
|
|
|
@@ -188,7 +188,7 @@ OPTIONS
|
|
|
188
188
|
--url=url Url of tenant
|
|
189
189
|
```
|
|
190
190
|
|
|
191
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
191
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/create-tenant.js)_
|
|
192
192
|
|
|
193
193
|
## `saltcorn create-user`
|
|
194
194
|
|
|
@@ -206,7 +206,7 @@ OPTIONS
|
|
|
206
206
|
-t, --tenant=tenant tenant
|
|
207
207
|
```
|
|
208
208
|
|
|
209
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
209
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/create-user.js)_
|
|
210
210
|
|
|
211
211
|
## `saltcorn delete-tenants`
|
|
212
212
|
|
|
@@ -217,7 +217,7 @@ USAGE
|
|
|
217
217
|
$ saltcorn delete-tenants
|
|
218
218
|
```
|
|
219
219
|
|
|
220
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
220
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/delete-tenants.js)_
|
|
221
221
|
|
|
222
222
|
## `saltcorn delete-user USER_EMAIL`
|
|
223
223
|
|
|
@@ -238,7 +238,7 @@ DESCRIPTION
|
|
|
238
238
|
Command deletes the user specified by USER_EMAIL.
|
|
239
239
|
```
|
|
240
240
|
|
|
241
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
241
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/delete-user.js)_
|
|
242
242
|
|
|
243
243
|
## `saltcorn fixtures`
|
|
244
244
|
|
|
@@ -257,7 +257,7 @@ DESCRIPTION
|
|
|
257
257
|
This manual step it is never required for users and rarely required for developers
|
|
258
258
|
```
|
|
259
259
|
|
|
260
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
260
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/fixtures.js)_
|
|
261
261
|
|
|
262
262
|
## `saltcorn get-cfg [KEY]`
|
|
263
263
|
|
|
@@ -275,7 +275,7 @@ OPTIONS
|
|
|
275
275
|
-t, --tenant=tenant tenant
|
|
276
276
|
```
|
|
277
277
|
|
|
278
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
278
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/get-cfg.js)_
|
|
279
279
|
|
|
280
280
|
## `saltcorn help [COMMAND]`
|
|
281
281
|
|
|
@@ -313,7 +313,7 @@ ALIASES
|
|
|
313
313
|
$ saltcorn paths
|
|
314
314
|
```
|
|
315
315
|
|
|
316
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
316
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/info.js)_
|
|
317
317
|
|
|
318
318
|
## `saltcorn inspect TYPE [NAME]`
|
|
319
319
|
|
|
@@ -331,7 +331,7 @@ OPTIONS
|
|
|
331
331
|
-t, --tenant=tenant tenant
|
|
332
332
|
```
|
|
333
333
|
|
|
334
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
334
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/inspect.js)_
|
|
335
335
|
|
|
336
336
|
## `saltcorn install-pack`
|
|
337
337
|
|
|
@@ -347,7 +347,7 @@ OPTIONS
|
|
|
347
347
|
-t, --tenant=tenant tenant
|
|
348
348
|
```
|
|
349
349
|
|
|
350
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
350
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/install-pack.js)_
|
|
351
351
|
|
|
352
352
|
## `saltcorn install-plugin`
|
|
353
353
|
|
|
@@ -363,7 +363,7 @@ OPTIONS
|
|
|
363
363
|
-t, --tenant=tenant tenant
|
|
364
364
|
```
|
|
365
365
|
|
|
366
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
366
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/install-plugin.js)_
|
|
367
367
|
|
|
368
368
|
## `saltcorn list-tenants`
|
|
369
369
|
|
|
@@ -374,7 +374,7 @@ USAGE
|
|
|
374
374
|
$ saltcorn list-tenants
|
|
375
375
|
```
|
|
376
376
|
|
|
377
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
377
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/list-tenants.js)_
|
|
378
378
|
|
|
379
379
|
## `saltcorn localize-plugin PLUGIN [PATH]`
|
|
380
380
|
|
|
@@ -393,7 +393,7 @@ OPTIONS
|
|
|
393
393
|
-u, --unlocalize Unlocalize plugin (local to npm)
|
|
394
394
|
```
|
|
395
395
|
|
|
396
|
-
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
396
|
+
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/localize-plugin.js)_
|
|
397
397
|
|
|
398
398
|
## `saltcorn make-migration`
|
|
399
399
|
|
|
@@ -409,7 +409,7 @@ DESCRIPTION
|
|
|
409
409
|
unless you are a developer.
|
|
410
410
|
```
|
|
411
411
|
|
|
412
|
-
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
412
|
+
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/make-migration.js)_
|
|
413
413
|
|
|
414
414
|
## `saltcorn saltcorn migrate`
|
|
415
415
|
|
|
@@ -431,7 +431,7 @@ DESCRIPTION
|
|
|
431
431
|
servers and need to control when the migrations are run.
|
|
432
432
|
```
|
|
433
433
|
|
|
434
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
434
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/migrate.js)_
|
|
435
435
|
|
|
436
436
|
## `saltcorn modify-user USER_EMAIL`
|
|
437
437
|
|
|
@@ -460,7 +460,7 @@ DESCRIPTION
|
|
|
460
460
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
461
461
|
```
|
|
462
462
|
|
|
463
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
463
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/modify-user.js)_
|
|
464
464
|
|
|
465
465
|
## `saltcorn plugins`
|
|
466
466
|
|
|
@@ -487,7 +487,7 @@ EXAMPLES
|
|
|
487
487
|
plugins -u -f - force plugin update
|
|
488
488
|
```
|
|
489
489
|
|
|
490
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
490
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/plugins.js)_
|
|
491
491
|
|
|
492
492
|
## `saltcorn release VERSION`
|
|
493
493
|
|
|
@@ -501,7 +501,7 @@ ARGUMENTS
|
|
|
501
501
|
VERSION New version number
|
|
502
502
|
```
|
|
503
503
|
|
|
504
|
-
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
504
|
+
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/release.js)_
|
|
505
505
|
|
|
506
506
|
## `saltcorn reset-schema`
|
|
507
507
|
|
|
@@ -520,7 +520,7 @@ DESCRIPTION
|
|
|
520
520
|
This will delete all existing information
|
|
521
521
|
```
|
|
522
522
|
|
|
523
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
523
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/reset-schema.js)_
|
|
524
524
|
|
|
525
525
|
## `saltcorn restore FILE`
|
|
526
526
|
|
|
@@ -537,7 +537,7 @@ OPTIONS
|
|
|
537
537
|
-t, --tenant=tenant tenant
|
|
538
538
|
```
|
|
539
539
|
|
|
540
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
540
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/restore.js)_
|
|
541
541
|
|
|
542
542
|
## `saltcorn rm-tenant`
|
|
543
543
|
|
|
@@ -556,7 +556,7 @@ DESCRIPTION
|
|
|
556
556
|
It recommended to make backup of tenant before perform this command.
|
|
557
557
|
```
|
|
558
558
|
|
|
559
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
559
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/rm-tenant.js)_
|
|
560
560
|
|
|
561
561
|
## `saltcorn run-benchmark [BASEURL]`
|
|
562
562
|
|
|
@@ -575,7 +575,7 @@ OPTIONS
|
|
|
575
575
|
-t, --token=token API Token for reporting results
|
|
576
576
|
```
|
|
577
577
|
|
|
578
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
578
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/run-benchmark.js)_
|
|
579
579
|
|
|
580
580
|
## `saltcorn run-tests [PACKAGE]`
|
|
581
581
|
|
|
@@ -598,7 +598,7 @@ OPTIONS
|
|
|
598
598
|
--watchAll Watch files for changes and rerun all tests.
|
|
599
599
|
```
|
|
600
600
|
|
|
601
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
601
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/run-tests.js)_
|
|
602
602
|
|
|
603
603
|
## `saltcorn run-trigger TRIGGER`
|
|
604
604
|
|
|
@@ -615,7 +615,7 @@ OPTIONS
|
|
|
615
615
|
-t, --tenant=tenant tenant
|
|
616
616
|
```
|
|
617
617
|
|
|
618
|
-
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
618
|
+
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/run-trigger.js)_
|
|
619
619
|
|
|
620
620
|
## `saltcorn scheduler`
|
|
621
621
|
|
|
@@ -629,7 +629,7 @@ OPTIONS
|
|
|
629
629
|
-v, --verbose Verbose
|
|
630
630
|
```
|
|
631
631
|
|
|
632
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
632
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/scheduler.js)_
|
|
633
633
|
|
|
634
634
|
## `saltcorn serve`
|
|
635
635
|
|
|
@@ -650,7 +650,7 @@ OPTIONS
|
|
|
650
650
|
--subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
|
|
651
651
|
```
|
|
652
652
|
|
|
653
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
653
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/serve.js)_
|
|
654
654
|
|
|
655
655
|
## `saltcorn set-cfg [KEY] [VALUE]`
|
|
656
656
|
|
|
@@ -671,7 +671,7 @@ OPTIONS
|
|
|
671
671
|
-t, --tenant=tenant tenant
|
|
672
672
|
```
|
|
673
673
|
|
|
674
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
674
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/set-cfg.js)_
|
|
675
675
|
|
|
676
676
|
## `saltcorn setup`
|
|
677
677
|
|
|
@@ -690,7 +690,7 @@ DESCRIPTION
|
|
|
690
690
|
configuration file
|
|
691
691
|
```
|
|
692
692
|
|
|
693
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
693
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/setup.js)_
|
|
694
694
|
|
|
695
695
|
## `saltcorn setup-benchmark`
|
|
696
696
|
|
|
@@ -704,7 +704,7 @@ OPTIONS
|
|
|
704
704
|
-t, --tenant=tenant tenant
|
|
705
705
|
```
|
|
706
706
|
|
|
707
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
707
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/setup-benchmark.js)_
|
|
708
708
|
|
|
709
709
|
## `saltcorn take-snapshot`
|
|
710
710
|
|
|
@@ -718,7 +718,7 @@ OPTIONS
|
|
|
718
718
|
-t, --tenant=tenant tenant
|
|
719
719
|
```
|
|
720
720
|
|
|
721
|
-
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
721
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/take-snapshot.js)_
|
|
722
722
|
|
|
723
723
|
## `saltcorn test-plugin PATH`
|
|
724
724
|
|
|
@@ -736,7 +736,7 @@ DESCRIPTION
|
|
|
736
736
|
Extra documentation goes here
|
|
737
737
|
```
|
|
738
738
|
|
|
739
|
-
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
739
|
+
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/test-plugin.js)_
|
|
740
740
|
|
|
741
741
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
742
742
|
|
|
@@ -753,5 +753,5 @@ ARGUMENTS
|
|
|
753
753
|
TENANT tenant name
|
|
754
754
|
```
|
|
755
755
|
|
|
756
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.
|
|
756
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.1/src/commands/transform-field.js)_
|
|
757
757
|
<!-- commandsstop -->
|