chrome-webstore-manager
chrome-webstore-manager copied to clipboard
CLI exit code always zero
I am using this project in my build pipeline for a couple of Chrome extensions. Normally this works fine but when it fails the CLI commands still return an exit code of zero.
Would it be possible to return an error code indicating that the command failed? It would increase the usability for people who use the module for scripting.
👍
It solves https://github.com/pastak/chrome-webstore-manager/commit/fa7b212d298d8d98fb5c36385bfc6897bcea5206 . So please update to v0.4.1 and try it. Thanks
It still uses exit code 0 when the API returns an error such as "Invalid Credentials". It appears to be any of the 4xx error codes.