@saltcorn/cli 0.6.2-beta.1 → 0.6.2-beta.5
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 +28 -28
- package/npm-shrinkwrap.json +761 -186
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
- package/src/commands/run-tests.js +19 -27
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.6.2-beta.
|
|
23
|
+
@saltcorn/cli/0.6.2-beta.5 darwin-x64 node-v14.16.1
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -68,7 +68,7 @@ USAGE
|
|
|
68
68
|
$ saltcorn add-schema
|
|
69
69
|
```
|
|
70
70
|
|
|
71
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
71
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/add-schema.js)_
|
|
72
72
|
|
|
73
73
|
## `saltcorn backup`
|
|
74
74
|
|
|
@@ -84,7 +84,7 @@ OPTIONS
|
|
|
84
84
|
-z, --zip zip format
|
|
85
85
|
```
|
|
86
86
|
|
|
87
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
87
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/backup.js)_
|
|
88
88
|
|
|
89
89
|
## `saltcorn create-tenant TENANT`
|
|
90
90
|
|
|
@@ -102,7 +102,7 @@ OPTIONS
|
|
|
102
102
|
-e, --email=email Email of owner of tenant
|
|
103
103
|
```
|
|
104
104
|
|
|
105
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
105
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/create-tenant.js)_
|
|
106
106
|
|
|
107
107
|
## `saltcorn create-user`
|
|
108
108
|
|
|
@@ -120,7 +120,7 @@ OPTIONS
|
|
|
120
120
|
-t, --tenant=tenant tenant
|
|
121
121
|
```
|
|
122
122
|
|
|
123
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
123
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/create-user.js)_
|
|
124
124
|
|
|
125
125
|
## `saltcorn fixtures`
|
|
126
126
|
|
|
@@ -138,7 +138,7 @@ DESCRIPTION
|
|
|
138
138
|
This manual step it is never required for users and rarely required for developers
|
|
139
139
|
```
|
|
140
140
|
|
|
141
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
141
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/fixtures.js)_
|
|
142
142
|
|
|
143
143
|
## `saltcorn help [COMMAND]`
|
|
144
144
|
|
|
@@ -155,7 +155,7 @@ OPTIONS
|
|
|
155
155
|
--all see all commands in CLI
|
|
156
156
|
```
|
|
157
157
|
|
|
158
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.
|
|
158
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.17/src/commands/help.ts)_
|
|
159
159
|
|
|
160
160
|
## `saltcorn info`
|
|
161
161
|
|
|
@@ -176,7 +176,7 @@ ALIASES
|
|
|
176
176
|
$ saltcorn paths
|
|
177
177
|
```
|
|
178
178
|
|
|
179
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
179
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/info.js)_
|
|
180
180
|
|
|
181
181
|
## `saltcorn install-pack`
|
|
182
182
|
|
|
@@ -192,7 +192,7 @@ OPTIONS
|
|
|
192
192
|
-t, --tenant=tenant tenant
|
|
193
193
|
```
|
|
194
194
|
|
|
195
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
195
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/install-pack.js)_
|
|
196
196
|
|
|
197
197
|
## `saltcorn install-plugin`
|
|
198
198
|
|
|
@@ -208,7 +208,7 @@ OPTIONS
|
|
|
208
208
|
-t, --tenant=tenant tenant
|
|
209
209
|
```
|
|
210
210
|
|
|
211
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
211
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/install-plugin.js)_
|
|
212
212
|
|
|
213
213
|
## `saltcorn list-tenants`
|
|
214
214
|
|
|
@@ -219,7 +219,7 @@ USAGE
|
|
|
219
219
|
$ saltcorn list-tenants
|
|
220
220
|
```
|
|
221
221
|
|
|
222
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
222
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/list-tenants.js)_
|
|
223
223
|
|
|
224
224
|
## `saltcorn localize-plugin PLUGIN PATH`
|
|
225
225
|
|
|
@@ -237,7 +237,7 @@ OPTIONS
|
|
|
237
237
|
-t, --tenant=tenant tenant
|
|
238
238
|
```
|
|
239
239
|
|
|
240
|
-
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
240
|
+
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/localize-plugin.js)_
|
|
241
241
|
|
|
242
242
|
## `saltcorn make-migration`
|
|
243
243
|
|
|
@@ -253,7 +253,7 @@ DESCRIPTION
|
|
|
253
253
|
unless you are a developer.
|
|
254
254
|
```
|
|
255
255
|
|
|
256
|
-
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
256
|
+
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/make-migration.js)_
|
|
257
257
|
|
|
258
258
|
## `saltcorn saltcorn migrate`
|
|
259
259
|
|
|
@@ -275,7 +275,7 @@ DESCRIPTION
|
|
|
275
275
|
servers and need to control when the migrations are run.
|
|
276
276
|
```
|
|
277
277
|
|
|
278
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
278
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/migrate.js)_
|
|
279
279
|
|
|
280
280
|
## `saltcorn plugins`
|
|
281
281
|
|
|
@@ -302,7 +302,7 @@ EXAMPLES
|
|
|
302
302
|
plugins -u -f - force plugin update
|
|
303
303
|
```
|
|
304
304
|
|
|
305
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
305
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/plugins.js)_
|
|
306
306
|
|
|
307
307
|
## `saltcorn release VERSION`
|
|
308
308
|
|
|
@@ -316,7 +316,7 @@ ARGUMENTS
|
|
|
316
316
|
VERSION New version number
|
|
317
317
|
```
|
|
318
318
|
|
|
319
|
-
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
319
|
+
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/release.js)_
|
|
320
320
|
|
|
321
321
|
## `saltcorn reset-schema`
|
|
322
322
|
|
|
@@ -335,7 +335,7 @@ DESCRIPTION
|
|
|
335
335
|
This will delete all existing information
|
|
336
336
|
```
|
|
337
337
|
|
|
338
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
338
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/reset-schema.js)_
|
|
339
339
|
|
|
340
340
|
## `saltcorn restore FILE`
|
|
341
341
|
|
|
@@ -352,7 +352,7 @@ OPTIONS
|
|
|
352
352
|
-t, --tenant=tenant tenant
|
|
353
353
|
```
|
|
354
354
|
|
|
355
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
355
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/restore.js)_
|
|
356
356
|
|
|
357
357
|
## `saltcorn rm-tenant TENANT`
|
|
358
358
|
|
|
@@ -366,7 +366,7 @@ ARGUMENTS
|
|
|
366
366
|
TENANT Tenant to remove
|
|
367
367
|
```
|
|
368
368
|
|
|
369
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
369
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/rm-tenant.js)_
|
|
370
370
|
|
|
371
371
|
## `saltcorn run-benchmark [BASEURL]`
|
|
372
372
|
|
|
@@ -385,7 +385,7 @@ OPTIONS
|
|
|
385
385
|
-t, --token=token API Token for reporting results
|
|
386
386
|
```
|
|
387
387
|
|
|
388
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
388
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/run-benchmark.js)_
|
|
389
389
|
|
|
390
390
|
## `saltcorn run-tests [PACKAGE]`
|
|
391
391
|
|
|
@@ -405,7 +405,7 @@ OPTIONS
|
|
|
405
405
|
--watchAll Watch files for changes and rerun all tests.
|
|
406
406
|
```
|
|
407
407
|
|
|
408
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
408
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/run-tests.js)_
|
|
409
409
|
|
|
410
410
|
## `saltcorn scheduler`
|
|
411
411
|
|
|
@@ -419,7 +419,7 @@ OPTIONS
|
|
|
419
419
|
-v, --verbose Verbose
|
|
420
420
|
```
|
|
421
421
|
|
|
422
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
422
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/scheduler.js)_
|
|
423
423
|
|
|
424
424
|
## `saltcorn serve`
|
|
425
425
|
|
|
@@ -439,7 +439,7 @@ OPTIONS
|
|
|
439
439
|
-v, --verbose Verbose
|
|
440
440
|
```
|
|
441
441
|
|
|
442
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
442
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/serve.js)_
|
|
443
443
|
|
|
444
444
|
## `saltcorn set-cfg KEY VALUE`
|
|
445
445
|
|
|
@@ -458,7 +458,7 @@ OPTIONS
|
|
|
458
458
|
-t, --tenant=tenant tenant
|
|
459
459
|
```
|
|
460
460
|
|
|
461
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
461
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/set-cfg.js)_
|
|
462
462
|
|
|
463
463
|
## `saltcorn setup`
|
|
464
464
|
|
|
@@ -477,7 +477,7 @@ DESCRIPTION
|
|
|
477
477
|
configuration file
|
|
478
478
|
```
|
|
479
479
|
|
|
480
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
480
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/setup.js)_
|
|
481
481
|
|
|
482
482
|
## `saltcorn setup-benchmark`
|
|
483
483
|
|
|
@@ -491,7 +491,7 @@ OPTIONS
|
|
|
491
491
|
-t, --tenant=tenant tenant
|
|
492
492
|
```
|
|
493
493
|
|
|
494
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
494
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/setup-benchmark.js)_
|
|
495
495
|
|
|
496
496
|
## `saltcorn test-plugin PATH`
|
|
497
497
|
|
|
@@ -509,7 +509,7 @@ DESCRIPTION
|
|
|
509
509
|
Extra documentation goes here
|
|
510
510
|
```
|
|
511
511
|
|
|
512
|
-
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
512
|
+
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/test-plugin.js)_
|
|
513
513
|
|
|
514
514
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
515
515
|
|
|
@@ -526,5 +526,5 @@ ARGUMENTS
|
|
|
526
526
|
TENANT tenant name
|
|
527
527
|
```
|
|
528
528
|
|
|
529
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
529
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/transform-field.js)_
|
|
530
530
|
<!-- commandsstop -->
|