balena-cli/lib
Juan Cruz Viotti 69566f7fc3 Force logs command to exit when not in --tail mode. Fix #14.
PubNub keeps the process alive after a history query for some reason, so
trying to print the logs history like:

	$ resin logs <uuid>

Will result in the logs being printed correctly, but the process waiting
infinitely without ending.

The workaround consists in forcing `process.exit` to exit the process
with an error code zero.

Caveats:

- This workaround prevents this command to be used programatically.

Issue: https://github.com/resin-io/resin-cli/issues/14
2015-08-13 15:08:16 -04:00
..
actions Force logs command to exit when not in --tail mode. Fix #14. 2015-08-13 15:08:16 -04:00
app.coffee Slim down unused functionality 2015-08-12 08:17:46 -04:00
errors.coffee Add ENOGIT specific error message 2015-03-10 13:56:55 -04:00
plugins.coffee Implement plugin update command 2015-03-02 10:41:08 -04:00