Skip to content

Commit

Permalink
Fix badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Dušan Lago committed Jun 27, 2019
1 parent 06e06ef commit 960ea28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
> command line tool that works with [Keboola Connection (KBC)](https://developers.keboola.com/)
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/kbc-cli.svg)](https://npmjs.org/package/@productboard/kbc-cli)
[![Downloads/week](https://img.shields.io/npm/dw/kbc-cli.svg)](https://npmjs.org/package/@productboard/kbc-cli)
[![License](https://img.shields.io/npm/l/kbc-cli.svg)](https://github.com/productboardlabs/kbc-cli/blob/master/package.json)
[![Version](https://img.shields.io/npm/v/@productboard/kbc-cli.svg)](https://npmjs.org/package/@productboard/kbc-cli)
[![Downloads/week](https://img.shields.io/npm/dw/@productboard/kbc-cli.svg)](https://npmjs.org/package/@productboard/kbc-cli)
[![License](https://img.shields.io/npm/l/@productboard/kbc-cli.svg)](https://github.com/productboardlabs/kbc-cli/blob/master/package.json)

<!-- toc -->
* [Usage](#usage)
Expand All @@ -20,7 +20,7 @@ $ npm install -g @productboard/kbc-cli
$ kbc-cli COMMAND
running command...
$ kbc-cli (-v|--version|version)
@productboard/kbc-cli/0.0.1 darwin-x64 node-v10.15.3
@productboard/kbc-cli/0.0.2 darwin-x64 node-v10.15.3
$ kbc-cli --help [COMMAND]
USAGE
$ kbc-cli COMMAND
Expand Down Expand Up @@ -65,7 +65,7 @@ OPTIONS
--help show CLI help
```

_See code: [src/commands/init.ts](https://github.com/productboardlabs/kbc-cli/blob/v0.0.1/src/commands/init.ts)_
_See code: [src/commands/init.ts](https://github.com/productboardlabs/kbc-cli/blob/v0.0.2/src/commands/init.ts)_

## `kbc-cli pull`

Expand All @@ -80,7 +80,7 @@ OPTIONS
--help show CLI help
```

_See code: [src/commands/pull.ts](https://github.com/productboardlabs/kbc-cli/blob/v0.0.1/src/commands/pull.ts)_
_See code: [src/commands/pull.ts](https://github.com/productboardlabs/kbc-cli/blob/v0.0.2/src/commands/pull.ts)_

## `kbc-cli push`

Expand All @@ -96,5 +96,5 @@ OPTIONS
--verbose print response from KBC
```

_See code: [src/commands/push.ts](https://github.com/productboardlabs/kbc-cli/blob/v0.0.1/src/commands/push.ts)_
_See code: [src/commands/push.ts](https://github.com/productboardlabs/kbc-cli/blob/v0.0.2/src/commands/push.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@productboard/kbc-cli",
"version": "0.0.2",
"version": "0.0.3",
"author": "",
"repository": "github:productboardlabs/kbc-cli",
"bin": {
Expand Down

0 comments on commit 960ea28

Please sign in to comment.