The official balena CLI tool.
Go to file
Juan Cruz Viotti 0e06ac464f Fix incorrect Promise.using syntax
`Promise.using` takes the function that acts on the resource as the
second argument, instead of as `.then()`.
2015-09-30 11:37:27 -04:00
bin Remove unused resin-write bin script 2015-08-19 11:30:48 -04:00
build Fix incorrect Promise.using syntax 2015-09-30 11:37:27 -04:00
doc Prompt for select application if running device init with no arguments 2015-09-29 15:10:59 -04:00
extras/capitanodoc Regenerate docs 2015-07-07 18:01:25 -04:00
lib Fix incorrect Promise.using syntax 2015-09-30 11:37:27 -04: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 Implement os download command 2015-09-29 13:03:14 -04: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 Uncompress zip packages in os download 2015-09-30 10:16:24 -04:00
README.md Move Cygwin caveat from README to TROUBLESHOOTING 2015-09-21 08:51:54 -04:00
TROUBLESHOOTING.md Document anti virus and EBUSY errors on Windows 2015-09-21 09:27:18 -04:00

Resin CLI

npm version dependencies Build Status Build status

The official Resin CLI tool.

Requisites

Getting Started

Installing

This might require elevated privileges in some environments.

$ npm install -g resin-cli

Login

$ resin login

List available commands

$ resin help

Run the quickstart wizard

Run as root on UNIX based systems, and in an administrator command line prompt in Windows.

$ resin quickstart

Support

If you're having any problem, check our troubleshooting guide and if your problem is not addressed there, please raise an issue on GitHub and the Resin.io team will be happy to help.

License

The project is licensed under the MIT license.