wighawag / hardhat-deploy

hardhat deployment plugin
MIT License
1.19k stars 292 forks source link

export-to-stdout truncates output file #324

Open drortirosh opened 2 years ago

drortirosh commented 2 years ago

Describe the bug The command line

hardhat [deploy|export] --export-all - | jq ...

truncates the output at ~70k, leaving a broken, unparseable json file.

A workaround to this is: hardhat export --export-all /tmp/tmpfile; cat /tmp/tmpfile | jq ...

versions