2015-09-21 07:56:24 -04:00
Resin CLI
=========
2014-12-09 15:20:22 -04:00
2015-03-03 14:32:13 -04:00
[](http://badge.fury.io/js/resin-cli)
2015-03-02 12:34:15 -04:00
[](https://david-dm.org/resin-io/resin-cli.png)
[](https://travis-ci.org/resin-io/resin-cli)
2015-05-21 10:52:37 -04:00
[](https://ci.appveyor.com/project/jviotti/resin-cli)
2015-03-02 12:34:15 -04:00
2016-01-11 11:26:34 -04:00
Join our online chat at [](https://gitter.im/resin-io/chat)
2015-03-02 12:40:19 -04:00
The official Resin CLI tool.
2014-12-09 15:20:22 -04:00
2015-09-21 07:56:24 -04:00
Requisites
----------
2014-12-09 15:20:22 -04:00
2015-09-21 07:56:24 -04:00
- [NodeJS ](https://nodejs.org ) (at least v0.10)
- [Git ](https://git-scm.com )
2014-12-09 15:20:22 -04:00
2015-09-21 07:56:24 -04:00
Getting Started
---------------
2014-12-09 15:20:22 -04:00
2015-09-21 07:56:24 -04:00
### Installing
2014-12-09 15:20:22 -04:00
2015-09-21 07:56:24 -04:00
This might require elevated privileges in some environments.
2014-12-09 15:20:22 -04:00
```sh
2015-12-04 08:31:39 -04:00
$ npm install --global --production resin-cli
2014-12-09 15:20:22 -04:00
```
2015-09-21 07:56:24 -04:00
### List available commands
2014-12-10 14:12:12 -04:00
```sh
2015-09-21 07:56:24 -04:00
$ resin help
2014-12-10 14:12:12 -04:00
```
2015-09-21 07:56:24 -04:00
### Run the quickstart wizard
2014-12-09 15:20:22 -04:00
```sh
2015-09-21 07:56:24 -04:00
$ resin quickstart
2014-12-09 15:20:22 -04:00
```
2015-12-31 22:00:39 -04:00
Documentation
-------------
### How to point the Resin CLI to staging?
The easiest way is to set the `RESINRC_RESIN_URL=resinstaging.io` environment variable.
Alternatively, you can edit your `$HOME/.resinrc.yml` or `%UserProfile%\_resinrc.yml` and set `resinUrl: resinstaging.io` to persist this setting.
2015-09-21 07:56:24 -04:00
Support
-------
2015-09-21 08:32:11 -04:00
If you're having any problem, check our [troubleshooting guide ](https://github.com/resin-io/resin-cli/blob/master/TROUBLESHOOTING.md ) and if your problem is not addressed there, 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.
2015-09-21 07:56:24 -04:00
2016-01-11 16:04:22 -04:00
You can also get in touch with us at our public [Gitter chat channel ](https://gitter.im/resin-io/chat ).
2015-09-21 07:56:24 -04:00
License
-------
2016-01-03 23:58:51 -04:00
The project is licensed under the Apache 2.0 license.