cli
cli copied to clipboard
acc: Skip utf-8 check for main output file
Why
This check originally was added to prevent printing large binary files (e.g. zip files). However, "bundle deploy --debug" can output binary data as well (request and response bodies), causing test failure and not showing the contents, preventing debugging.