mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 11:26:41 +00:00
Auto-merge for PR #641 via VersionBot
Update README to link to the full CLI command documentation
This commit is contained in:
commit
fd308a5131
@ -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]
|
||||
|
19
README.md
19
README.md
@ -1,7 +1,7 @@
|
||||
Resin CLI
|
||||
=========
|
||||
|
||||
> The official Resin CLI tool.
|
||||
> The official resin.io CLI tool.
|
||||
|
||||
[](http://badge.fury.io/js/resin-cli)
|
||||
[](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
|
||||
-------
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user