netlify / netlifyctl

MIT License
176 stars 34 forks source link

Print errors to stderr only #97

Open chrstphrknwtn opened 6 years ago

chrstphrknwtn commented 6 years ago

Print errors to stderr rather than writing everything to the file system in the CWD.

This is fairly annoying as it just pollutes the repo one is working in.

cipriancraciun commented 4 years ago

I've solved this issue as a by-product of another issue. My patch is available at:

https://github.com/cipriancraciun/netlifyctl/commit/0167fe06b5179d542060f163694f7b3f23169e0e

(Given that this tool is unmaintained by the upstream team, I don't think I'll submit a pull request. However you could use my fork at the link above.)