This commit is contained in:
Juan Cruz Viotti 2016-06-22 09:46:18 -04:00
parent c5452f9304
commit 0d7d6de7cd
3 changed files with 16 additions and 4 deletions

View File

@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [4.1.0] - 2016-06-22
### Added
- Add `verbose` option to `resin ssh`.
## [4.0.3] - 2016-05-17
### Changed
@ -229,6 +235,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Remove outdated information from README.
[4.1.0]: https://github.com/resin-io/resin-cli/compare/v4.0.3...v4.1.0
[4.0.3]: https://github.com/resin-io/resin-cli/compare/v4.0.2...v4.0.3
[4.0.2]: https://github.com/resin-io/resin-cli/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/resin-io/resin-cli/compare/v4.0.0...v4.0.1

View File

@ -645,6 +645,7 @@ Examples:
$ resin ssh 7cf02a6
$ resin ssh 7cf02a6 --port 8080
$ resin ssh 7cf02a6 -v
### Options
@ -652,6 +653,10 @@ Examples:
ssh gateway port
#### --verbose, -v
increase verbosity
# Notes
## note <|note>
@ -729,7 +734,7 @@ drive
## config read
Use this command to read the config.json file from a provisioned device
Use this command to read the config.json file from the mounted filesystem (e.g. SD card) of a provisioned device"
Examples:
@ -748,7 +753,7 @@ drive
## config write <key> <value>
Use this command to write the config.json file of a provisioned device
Use this command to write the config.json file to the mounted filesystem (e.g. SD card) of a provisioned device
Examples:
@ -768,7 +773,7 @@ drive
## config inject <file>
Use this command to inject a config.json file to a provisioned device
Use this command to inject a config.json file to the mounted filesystem (e.g. SD card) of a provisioned device"
Examples:

View File

@ -1,6 +1,6 @@
{
"name": "resin-cli",
"version": "4.0.3",
"version": "4.1.0",
"description": "Git Push to your devices",
"main": "./build/actions/index.js",
"homepage": "https://github.com/resin-io/resin-cli",