Merge pull request #283 from resin-io/doc/cli-staging

Document how to point the CLI to staging
This commit is contained in:
Juan Cruz Viotti 2016-01-01 02:19:43 -04:00
commit 8393ff647c

View File

@ -45,6 +45,15 @@ Run as `root` on UNIX based systems, and in an administrator command line prompt
$ resin quickstart
```
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.
Support
-------