balena-cli/lib/actions
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
..
app.coffee Slim down unused functionality 2015-08-12 08:17:46 -04:00
auth.coffee Slim down unused functionality 2015-08-12 08:17:46 -04:00
command-options.coffee Add per device environment variable support 2015-05-28 12:32:08 -04:00
device.coffee Remove unused dependencies imports from various files 2015-08-13 13:04:22 -04:00
environment-variables.coffee Slim down unused functionality 2015-08-12 08:17:46 -04:00
help.coffee Slim down unused functionality 2015-08-12 08:17:46 -04:00
index.coffee Merge pull request #134 from resin-io/remove/drive-command 2015-08-05 12:24:25 -04:00
info.coffee Slim down unused functionality 2015-08-12 08:17:46 -04:00
keys.coffee Remove unused dependencies imports from various files 2015-08-13 13:04:22 -04:00
logs.coffee Force logs command to exit when not in --tail mode. Fix #14. 2015-08-13 15:08:16 -04:00
notes.coffee Remove unused dependencies imports from various files 2015-08-13 13:04:22 -04:00
plugin.coffee Integrate new resin-cli-visuals functionality 2015-07-29 16:34:31 +03:00
preferences.coffee Integrate with SDK v1.0.0 2015-03-19 11:45:07 -04:00
wizard.coffee Slim down unused functionality 2015-08-12 08:17:46 -04:00