@saltcorn/cli 0.8.0-beta.2 → 0.8.0-beta.4
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 +35 -35
- package/npm-shrinkwrap.json +526 -240
- 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.0-beta.
|
|
23
|
+
@saltcorn/cli/0.8.0-beta.4 darwin-arm64 node-v16.18.1
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -79,7 +79,7 @@ OPTIONS
|
|
|
79
79
|
-f, --force force command execution
|
|
80
80
|
```
|
|
81
81
|
|
|
82
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
82
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/add-schema.js)_
|
|
83
83
|
|
|
84
84
|
## `saltcorn backup`
|
|
85
85
|
|
|
@@ -95,7 +95,7 @@ OPTIONS
|
|
|
95
95
|
-z, --zip zip format
|
|
96
96
|
```
|
|
97
97
|
|
|
98
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
98
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/backup.js)_
|
|
99
99
|
|
|
100
100
|
## `saltcorn build-app`
|
|
101
101
|
|
|
@@ -123,7 +123,7 @@ OPTIONS
|
|
|
123
123
|
tenant
|
|
124
124
|
```
|
|
125
125
|
|
|
126
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
126
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/build-app.js)_
|
|
127
127
|
|
|
128
128
|
## `saltcorn configuration-check`
|
|
129
129
|
|
|
@@ -137,7 +137,7 @@ OPTIONS
|
|
|
137
137
|
-t, --tenant=tenant tenant
|
|
138
138
|
```
|
|
139
139
|
|
|
140
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
140
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/configuration-check.js)_
|
|
141
141
|
|
|
142
142
|
## `saltcorn configuration-check-backups FILES`
|
|
143
143
|
|
|
@@ -151,7 +151,7 @@ ARGUMENTS
|
|
|
151
151
|
FILES backup file to check. can be repeated, e.g. with *
|
|
152
152
|
```
|
|
153
153
|
|
|
154
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
154
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/configuration-check-backups.js)_
|
|
155
155
|
|
|
156
156
|
## `saltcorn create-tenant TENANT`
|
|
157
157
|
|
|
@@ -169,7 +169,7 @@ OPTIONS
|
|
|
169
169
|
-e, --email=email Email of owner of tenant
|
|
170
170
|
```
|
|
171
171
|
|
|
172
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
172
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/create-tenant.js)_
|
|
173
173
|
|
|
174
174
|
## `saltcorn create-user`
|
|
175
175
|
|
|
@@ -187,7 +187,7 @@ OPTIONS
|
|
|
187
187
|
-t, --tenant=tenant tenant
|
|
188
188
|
```
|
|
189
189
|
|
|
190
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
190
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/create-user.js)_
|
|
191
191
|
|
|
192
192
|
## `saltcorn delete-tenants`
|
|
193
193
|
|
|
@@ -198,7 +198,7 @@ USAGE
|
|
|
198
198
|
$ saltcorn delete-tenants
|
|
199
199
|
```
|
|
200
200
|
|
|
201
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
201
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/delete-tenants.js)_
|
|
202
202
|
|
|
203
203
|
## `saltcorn delete-user USER_EMAIL`
|
|
204
204
|
|
|
@@ -219,7 +219,7 @@ DESCRIPTION
|
|
|
219
219
|
Command deletes the user specified by USER_EMAIL.
|
|
220
220
|
```
|
|
221
221
|
|
|
222
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
222
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/delete-user.js)_
|
|
223
223
|
|
|
224
224
|
## `saltcorn fixtures`
|
|
225
225
|
|
|
@@ -238,7 +238,7 @@ DESCRIPTION
|
|
|
238
238
|
This manual step it is never required for users and rarely required for developers
|
|
239
239
|
```
|
|
240
240
|
|
|
241
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
241
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/fixtures.js)_
|
|
242
242
|
|
|
243
243
|
## `saltcorn get-cfg KEY`
|
|
244
244
|
|
|
@@ -256,7 +256,7 @@ OPTIONS
|
|
|
256
256
|
-t, --tenant=tenant tenant
|
|
257
257
|
```
|
|
258
258
|
|
|
259
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
259
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/get-cfg.js)_
|
|
260
260
|
|
|
261
261
|
## `saltcorn help [COMMAND]`
|
|
262
262
|
|
|
@@ -294,7 +294,7 @@ ALIASES
|
|
|
294
294
|
$ saltcorn paths
|
|
295
295
|
```
|
|
296
296
|
|
|
297
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
297
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/info.js)_
|
|
298
298
|
|
|
299
299
|
## `saltcorn inspect TYPE [NAME]`
|
|
300
300
|
|
|
@@ -312,7 +312,7 @@ OPTIONS
|
|
|
312
312
|
-t, --tenant=tenant tenant
|
|
313
313
|
```
|
|
314
314
|
|
|
315
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
315
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/inspect.js)_
|
|
316
316
|
|
|
317
317
|
## `saltcorn install-pack`
|
|
318
318
|
|
|
@@ -328,7 +328,7 @@ OPTIONS
|
|
|
328
328
|
-t, --tenant=tenant tenant
|
|
329
329
|
```
|
|
330
330
|
|
|
331
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
331
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/install-pack.js)_
|
|
332
332
|
|
|
333
333
|
## `saltcorn install-plugin`
|
|
334
334
|
|
|
@@ -344,7 +344,7 @@ OPTIONS
|
|
|
344
344
|
-t, --tenant=tenant tenant
|
|
345
345
|
```
|
|
346
346
|
|
|
347
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
347
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/install-plugin.js)_
|
|
348
348
|
|
|
349
349
|
## `saltcorn list-tenants`
|
|
350
350
|
|
|
@@ -355,7 +355,7 @@ USAGE
|
|
|
355
355
|
$ saltcorn list-tenants
|
|
356
356
|
```
|
|
357
357
|
|
|
358
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
358
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/list-tenants.js)_
|
|
359
359
|
|
|
360
360
|
## `saltcorn localize-plugin PLUGIN PATH`
|
|
361
361
|
|
|
@@ -373,7 +373,7 @@ OPTIONS
|
|
|
373
373
|
-t, --tenant=tenant tenant
|
|
374
374
|
```
|
|
375
375
|
|
|
376
|
-
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
376
|
+
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/localize-plugin.js)_
|
|
377
377
|
|
|
378
378
|
## `saltcorn make-migration`
|
|
379
379
|
|
|
@@ -389,7 +389,7 @@ DESCRIPTION
|
|
|
389
389
|
unless you are a developer.
|
|
390
390
|
```
|
|
391
391
|
|
|
392
|
-
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
392
|
+
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/make-migration.js)_
|
|
393
393
|
|
|
394
394
|
## `saltcorn saltcorn migrate`
|
|
395
395
|
|
|
@@ -411,7 +411,7 @@ DESCRIPTION
|
|
|
411
411
|
servers and need to control when the migrations are run.
|
|
412
412
|
```
|
|
413
413
|
|
|
414
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
414
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/migrate.js)_
|
|
415
415
|
|
|
416
416
|
## `saltcorn modify-user USER_EMAIL`
|
|
417
417
|
|
|
@@ -440,7 +440,7 @@ DESCRIPTION
|
|
|
440
440
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
441
441
|
```
|
|
442
442
|
|
|
443
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
443
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/modify-user.js)_
|
|
444
444
|
|
|
445
445
|
## `saltcorn plugins`
|
|
446
446
|
|
|
@@ -467,7 +467,7 @@ EXAMPLES
|
|
|
467
467
|
plugins -u -f - force plugin update
|
|
468
468
|
```
|
|
469
469
|
|
|
470
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
470
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/plugins.js)_
|
|
471
471
|
|
|
472
472
|
## `saltcorn release VERSION`
|
|
473
473
|
|
|
@@ -481,7 +481,7 @@ ARGUMENTS
|
|
|
481
481
|
VERSION New version number
|
|
482
482
|
```
|
|
483
483
|
|
|
484
|
-
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
484
|
+
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/release.js)_
|
|
485
485
|
|
|
486
486
|
## `saltcorn reset-schema`
|
|
487
487
|
|
|
@@ -500,7 +500,7 @@ DESCRIPTION
|
|
|
500
500
|
This will delete all existing information
|
|
501
501
|
```
|
|
502
502
|
|
|
503
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
503
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/reset-schema.js)_
|
|
504
504
|
|
|
505
505
|
## `saltcorn restore FILE`
|
|
506
506
|
|
|
@@ -517,7 +517,7 @@ OPTIONS
|
|
|
517
517
|
-t, --tenant=tenant tenant
|
|
518
518
|
```
|
|
519
519
|
|
|
520
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
520
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/restore.js)_
|
|
521
521
|
|
|
522
522
|
## `saltcorn rm-tenant`
|
|
523
523
|
|
|
@@ -536,7 +536,7 @@ DESCRIPTION
|
|
|
536
536
|
It recommended to make backup of tenant before perform this command.
|
|
537
537
|
```
|
|
538
538
|
|
|
539
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
539
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/rm-tenant.js)_
|
|
540
540
|
|
|
541
541
|
## `saltcorn run-benchmark [BASEURL]`
|
|
542
542
|
|
|
@@ -555,7 +555,7 @@ OPTIONS
|
|
|
555
555
|
-t, --token=token API Token for reporting results
|
|
556
556
|
```
|
|
557
557
|
|
|
558
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
558
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/run-benchmark.js)_
|
|
559
559
|
|
|
560
560
|
## `saltcorn run-tests [PACKAGE]`
|
|
561
561
|
|
|
@@ -577,7 +577,7 @@ OPTIONS
|
|
|
577
577
|
--watchAll Watch files for changes and rerun all tests.
|
|
578
578
|
```
|
|
579
579
|
|
|
580
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
580
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/run-tests.js)_
|
|
581
581
|
|
|
582
582
|
## `saltcorn scheduler`
|
|
583
583
|
|
|
@@ -591,7 +591,7 @@ OPTIONS
|
|
|
591
591
|
-v, --verbose Verbose
|
|
592
592
|
```
|
|
593
593
|
|
|
594
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
594
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/scheduler.js)_
|
|
595
595
|
|
|
596
596
|
## `saltcorn serve`
|
|
597
597
|
|
|
@@ -612,7 +612,7 @@ OPTIONS
|
|
|
612
612
|
--subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
|
|
613
613
|
```
|
|
614
614
|
|
|
615
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
615
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/serve.js)_
|
|
616
616
|
|
|
617
617
|
## `saltcorn set-cfg KEY [VALUE]`
|
|
618
618
|
|
|
@@ -633,7 +633,7 @@ OPTIONS
|
|
|
633
633
|
-t, --tenant=tenant tenant
|
|
634
634
|
```
|
|
635
635
|
|
|
636
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
636
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/set-cfg.js)_
|
|
637
637
|
|
|
638
638
|
## `saltcorn setup`
|
|
639
639
|
|
|
@@ -652,7 +652,7 @@ DESCRIPTION
|
|
|
652
652
|
configuration file
|
|
653
653
|
```
|
|
654
654
|
|
|
655
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
655
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/setup.js)_
|
|
656
656
|
|
|
657
657
|
## `saltcorn setup-benchmark`
|
|
658
658
|
|
|
@@ -666,7 +666,7 @@ OPTIONS
|
|
|
666
666
|
-t, --tenant=tenant tenant
|
|
667
667
|
```
|
|
668
668
|
|
|
669
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
669
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/setup-benchmark.js)_
|
|
670
670
|
|
|
671
671
|
## `saltcorn test-plugin PATH`
|
|
672
672
|
|
|
@@ -684,7 +684,7 @@ DESCRIPTION
|
|
|
684
684
|
Extra documentation goes here
|
|
685
685
|
```
|
|
686
686
|
|
|
687
|
-
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
687
|
+
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/test-plugin.js)_
|
|
688
688
|
|
|
689
689
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
690
690
|
|
|
@@ -701,5 +701,5 @@ ARGUMENTS
|
|
|
701
701
|
TENANT tenant name
|
|
702
702
|
```
|
|
703
703
|
|
|
704
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
704
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/transform-field.js)_
|
|
705
705
|
<!-- commandsstop -->
|