mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
The official balena CLI tool.
bin | ||
build | ||
doc | ||
extras/capitanodoc | ||
lib | ||
.editorconfig | ||
.gitignore | ||
.hound.yml | ||
.npmignore | ||
.travis.yml | ||
appveyor.yml | ||
capitanodoc.json | ||
CHANGELOG.md | ||
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 --global --production resin-cli
List available commands
$ resin help
Run the quickstart wizard
$ resin quickstart
FAQ
How do I 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.
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.
You can also get in touch with us at our public Gitter chat channel.
License
The project is licensed under the Apache 2.0 license.