feat(reporters): add built-in "json" reporter and rename "default" to "pretty"

This commit is contained in:
Joakim Carlstein 2024-02-06 09:15:16 +01:00 committed by Joakim Carlstein
parent 4e8ac5294d
commit 18382ce961
11 changed files with 102 additions and 16 deletions

View file

@ -0,0 +1,5 @@
---
'@emigrate/cli': minor
---
Add a built-in "json" reporter for outputting a single JSON object

View 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