mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-23 15:32:22 +00:00
The official balena CLI tool.
15cb0c4889
We already use `rimraf` for deleting os temporary directories, however there are a few benefits of using it for files as well: - Simplicity. We avoid having to check if a path is a file or directory. - `rimraf` attempts to workaround the known Windows issues of anti viruses not closing files. Described in more detail here: https://github.com/resin-io/resin-cli/blob/master/TROUBLESHOOTING.md#i-get-ebusy-errors-after-initializing-a-device-even-as-administrator-on-windows |
||
---|---|---|
bin | ||
build | ||
doc | ||
extras/capitanodoc | ||
lib | ||
.editorconfig | ||
.gitignore | ||
.hound.yml | ||
.travis.yml | ||
appveyor.yml | ||
capitanodoc.json | ||
coffeelint.json | ||
gulpfile.coffee | ||
LICENSE | ||
package.json | ||
README.md | ||
TROUBLESHOOTING.md |
Resin CLI
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.