mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-03-11 23:14:09 +00:00
57 lines
1.4 KiB
Markdown
57 lines
1.4 KiB
Markdown
Resin CLI
|
|
=========
|
|
|
|
[](http://badge.fury.io/js/resin-cli)
|
|
[](https://david-dm.org/resin-io/resin-cli.png)
|
|
[](https://travis-ci.org/resin-io/resin-cli)
|
|
[](https://ci.appveyor.com/project/jviotti/resin-cli)
|
|
|
|
The official Resin CLI tool.
|
|
|
|
Requisites
|
|
----------
|
|
|
|
- [NodeJS](https://nodejs.org) (at least v0.10)
|
|
- [Git](https://git-scm.com)
|
|
|
|
Getting Started
|
|
---------------
|
|
|
|
### Installing
|
|
|
|
This might require elevated privileges in some environments.
|
|
|
|
```sh
|
|
$ npm install -g resin-cli
|
|
```
|
|
|
|
### Login
|
|
|
|
```sh
|
|
$ resin login
|
|
```
|
|
|
|
### List available commands
|
|
|
|
```sh
|
|
$ resin help
|
|
```
|
|
|
|
### Run the quickstart wizard
|
|
|
|
Run as `root` on UNIX based systems, and in an administrator command line prompt in Windows.
|
|
|
|
```sh
|
|
$ resin quickstart
|
|
```
|
|
|
|
Support
|
|
-------
|
|
|
|
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.
|
|
|
|
License
|
|
-------
|
|
|
|
The project is licensed under the MIT license.
|