Is your feature request related to a problem?
matcha contacts export currently only supports json and csv. JSON Arrays are hard to parse in bash pipelines.
Describe the solution you'd like
Add a -f jsonl option in cli/contacts_export.go to export contacts as newline-delimited JSON.
Alternatives considered
N/A
Is your feature request related to a problem?
matcha contacts exportcurrently only supportsjsonandcsv. JSON Arrays are hard to parse in bash pipelines.Describe the solution you'd like
Add a
-f jsonloption incli/contacts_export.goto export contacts as newline-delimited JSON.Alternatives considered
N/A