Auto-merge for PR #641 via VersionBot

Update README to link to the full CLI command documentation
This commit is contained in:
resin-io-versionbot[bot] 2017-08-31 11:47:53 +00:00 committed by GitHub
commit fd308a5131
3 changed files with 16 additions and 9 deletions

View File

@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).
## v6.6.3 - 2017-08-31
* Update README to link to the full CLI command documentation #641 [Tim Perry]
## v6.6.2 - 2017-08-31
* Use DOCKER_HOST from env if possible, and no connection options are available #642 [Tim Perry]

View File

@ -1,7 +1,7 @@
Resin CLI
=========
> The official Resin CLI tool.
> The official resin.io CLI tool.
[![npm version](https://badge.fury.io/js/resin-cli.svg)](http://badge.fury.io/js/resin-cli)
[![dependencies](https://david-dm.org/resin-io/resin-cli.svg)](https://david-dm.org/resin-io/resin-cli)
@ -32,7 +32,7 @@ If you still want to use `cmd.exe` you will have to use a package manager like M
Getting Started
---------------
### Installing
### Install
This might require elevated privileges in some environments.
@ -40,17 +40,20 @@ This might require elevated privileges in some environments.
$ npm install --global --production resin-cli
```
### List available commands
### Login
```sh
$ resin help
$ resin login
```
### Run the quickstart wizard
_(Typically useful, but not strictly required for all commands)_
```sh
$ resin quickstart
```
### Run commands
Take a look at the full command documentation at [https://docs.resin.io/tools/cli/](https://docs.resin.io/tools/cli/#table-of-contents
), or by running `resin help`.
---
Plugins
-------

View File

@ -1,6 +1,6 @@
{
"name": "resin-cli",
"version": "6.6.2",
"version": "6.6.3",
"description": "The official resin.io CLI tool",
"main": "./build/actions/index.js",
"homepage": "https://github.com/resin-io/resin-cli",