feat(reporters): add built-in "json" reporter and rename "default" to "pretty"
This commit is contained in:
parent
4e8ac5294d
commit
18382ce961
11 changed files with 102 additions and 16 deletions
5
.changeset/famous-elephants-fail.md
Normal file
5
.changeset/famous-elephants-fail.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@emigrate/cli': minor
|
||||
---
|
||||
|
||||
Add a built-in "json" reporter for outputting a single JSON object
|
||||
5
.changeset/slimy-tomatoes-taste.md
Normal file
5
.changeset/slimy-tomatoes-taste.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@emigrate/cli': minor
|
||||
---
|
||||
|
||||
Rename the "default" reporter to "pretty" and make it possible to specify it using the `--reporter` CLI option or in the configuration file
|
||||
Loading…
Add table
Add a link
Reference in a new issue