This commit is contained in:
Balena CI 2020-04-20 18:05:13 +03:00
parent 8d9133e6a6
commit 57d0014e32
4 changed files with 21 additions and 2 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: 'convert commands `key`, `keys`, `key add`, `key rm` to oclif.'
hash: be82bcfa630631cb62bc6b586bed3fcdc501f2f8
body: |
Also:
- Display keys with `name` instead of `title`.
- Check for empty key before calling API.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
version: 11.31.5
date: 2020-04-20T14:09:33.928Z
- commits:
- subject: Review CONTRIBUTING.md and add 'instanceof' usage advice
hash: e3b6db25d8be293f3b697dae6043d7655d63ca4d

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/).
## 11.31.5 - 2020-04-20
* convert commands `key`, `keys`, `key add`, `key rm` to oclif. [Scott Lowe]
## 11.31.4 - 2020-04-18
* Review CONTRIBUTING.md and add 'instanceof' usage advice [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.31.4",
"version": "11.31.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.31.4",
"version": "11.31.5",
"description": "The official balena CLI tool",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",