mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-22 06:57:48 +00:00
69566f7fc3
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 |
||
---|---|---|
.. | ||
app.coffee | ||
auth.coffee | ||
command-options.coffee | ||
device.coffee | ||
environment-variables.coffee | ||
help.coffee | ||
index.coffee | ||
info.coffee | ||
keys.coffee | ||
logs.coffee | ||
notes.coffee | ||
plugin.coffee | ||
preferences.coffee | ||
wizard.coffee |