2015-09-21 11:56:24 +00:00
Resin CLI
=========
2014-12-09 19:20:22 +00:00
2015-03-03 18:32:13 +00:00
[![npm version ](https://badge.fury.io/js/resin-cli.svg )](http://badge.fury.io/js/resin-cli)
2015-03-02 16:34:15 +00:00
[![dependencies ](https://david-dm.org/resin-io/resin-cli.png )](https://david-dm.org/resin-io/resin-cli.png)
[![Build Status ](https://travis-ci.org/resin-io/resin-cli.svg?branch=master )](https://travis-ci.org/resin-io/resin-cli)
2015-05-21 14:52:37 +00:00
[![Build status ](https://ci.appveyor.com/api/projects/status/45i7d0m0patxj420?svg=true )](https://ci.appveyor.com/project/jviotti/resin-cli)
2015-03-02 16:34:15 +00:00
2015-03-02 16:40:19 +00:00
The official Resin CLI tool.
2014-12-09 19:20:22 +00:00
2015-09-21 11:56:24 +00:00
Requisites
----------
2014-12-09 19:20:22 +00:00
2015-09-21 11:56:24 +00:00
- [NodeJS ](https://nodejs.org ) (at least v0.10)
- [Git ](https://git-scm.com )
2014-12-09 19:20:22 +00:00
2015-09-21 11:56:24 +00:00
Getting Started
---------------
2014-12-09 19:20:22 +00:00
2015-09-21 11:56:24 +00:00
### Installing
2014-12-09 19:20:22 +00:00
2015-09-21 11:56:24 +00:00
This might require elevated privileges in some environments.
2014-12-09 19:20:22 +00:00
```sh
2015-09-21 11:56:24 +00:00
$ npm install -g resin-cli
2014-12-09 19:20:22 +00:00
```
2015-09-21 11:56:24 +00:00
### Login
2014-12-09 19:20:22 +00:00
```sh
2015-09-21 11:56:24 +00:00
$ resin login
2014-12-09 19:20:22 +00:00
```
2015-09-21 11:56:24 +00:00
### List available commands
2014-12-10 18:12:12 +00:00
```sh
2015-09-21 11:56:24 +00:00
$ resin help
2014-12-10 18:12:12 +00:00
```
2015-09-21 11:56:24 +00:00
### Run the quickstart wizard
2014-12-09 19:20:22 +00:00
2015-09-21 11:56:24 +00:00
Run as `root` on UNIX based systems, and in an administrator command line prompt in Windows.
2014-12-09 19:20:22 +00:00
```sh
2015-09-21 11:56:24 +00:00
$ resin quickstart
2014-12-09 19:20:22 +00:00
```
2015-09-21 11:56:24 +00:00
Caveats
-------
2014-12-09 19:20:22 +00:00
2014-12-24 12:04:36 +00:00
- Some interactive widgets don't work on [Cygwin ](https://cygwin.com/ ). If you're running Windows, it's preferrable that you use `cmd.exe` , as `Cygwin` is [not official supported by Node.js ](https://github.com/chjj/blessed/issues/56#issuecomment-42671945 ).
2015-09-21 11:56:24 +00:00
Support
-------
If you're having any problem, please [raise an issue ](https://github.com/resin-io/resin-cli/issues/new ) on GitHub and the Resin.io team will be happy to help.
License
-------
The project is licensed under the MIT license.