We're using this package as a library, not as a CLI utility. The CLI spinner(ora) outputs everything to stderr making clean log parsing and error detection difficult.
This PR adds writeLog and writeError options to the main deploy function that when set will replace ora for log output.
Let me know if you have any feedback. This (or something like it) would be pretty useful to us.
We're using this package as a library, not as a CLI utility. The CLI spinner(ora) outputs everything to stderr making clean log parsing and error detection difficult.
This PR adds
writeLog
andwriteError
options to the main deploy function that when set will replace ora for log output.Let me know if you have any feedback. This (or something like it) would be pretty useful to us.