The official balena CLI tool.
Go to file
Juan Cruz Viotti adc0b183cd Improve device awaiting message
Current message sounds too robotic.
2015-09-11 19:13:30 +03:00
bin Remove unused resin-write bin script 2015-08-19 11:30:48 -04:00
build Improve device awaiting message 2015-09-11 19:13:30 +03:00
doc Update documentation 2015-09-01 13:01:47 -04:00
extras/capitanodoc Regenerate docs 2015-07-07 18:01:25 -04:00
lib Improve device awaiting message 2015-09-11 19:13:30 +03:00
.editorconfig Add editorconfig 2014-10-31 09:49:57 -04:00
.gitignore Add resinrc.yml to gitignore 2015-09-08 09:07:48 +03:00
.hound.yml Add .hound.yml 2015-04-06 10:08:49 -04:00
.travis.yml Stop supporting iojs 2015-08-06 12:12:44 -04:00
appveyor.yml Add Appveyor cache support 2015-08-28 08:22:26 -04:00
capitanodoc.json Update capitanodoc.json 2015-08-27 15:30:38 +03:00
coffeelint.json Add Coffeelint support 2014-10-31 09:48:53 -04:00
gulpfile.coffee Remove examples commands 2015-08-04 10:00:09 -04:00
LICENSE Add LICENSE file 2015-03-05 15:43:39 -04:00
package.json Highlight errors in red 2015-09-11 14:47:38 +03:00
README.md Remove Man pages section from README.md 2015-08-20 12:04:11 -04:00

Resin CLI

npm version dependencies Build Status Build status

The official Resin CLI tool.

Installing

$ npm install -g resin-cli

Running locally

$ ./bin/resin

Tests

You can run the Mocha test suite, you can do:

$ gulp test

Development mode

The following command will watch for any changes and will run a linter and the whole test suite:

$ gulp watch

If you set DEBUG environment variable, errors will print with a stack trace:

$ DEBUG=true resin ...

Documentation

You can renegerate the documentation with:

$ npm run-script doc

Caveats