Juan Cruz Viotti 15cb0c4889 Use rimraf for deleting os temporary files
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
2015-09-30 10:06:08 -04:00
2015-08-19 11:30:48 -04:00
2015-07-07 18:01:25 -04:00
2014-10-31 09:49:57 -04:00
2015-09-08 09:07:48 +03:00
2015-04-06 10:08:49 -04:00
2015-08-06 12:12:44 -04:00
2015-08-28 08:22:26 -04:00
2015-09-29 13:03:14 -04:00
2014-10-31 09:48:53 -04:00
2015-08-04 10:00:09 -04:00
2015-03-05 15:43:39 -04:00
2015-09-29 13:03:14 -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.

Description
The official balena CLI tool.
Readme Pixar 58 MiB
Languages
TypeScript 97.9%
JavaScript 1.5%
Shell 0.4%
EJS 0.1%