Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dušan Lago committed Jun 28, 2019
1 parent 960ea28 commit 387cb38
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2 darwin-x64 node-v10.15.3
@productboard/kbc-cli/0.0.4 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.2/src/commands/init.ts)_
_See code: [src/commands/init.ts](https://github.com/productboardlabs/kbc-cli/blob/v0.0.4/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.2/src/commands/pull.ts)_
_See code: [src/commands/pull.ts](https://github.com/productboardlabs/kbc-cli/blob/v0.0.4/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.2/src/commands/push.ts)_
_See code: [src/commands/push.ts](https://github.com/productboardlabs/kbc-cli/blob/v0.0.4/src/commands/push.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@productboard/kbc-cli",
"version": "0.0.3",
"version": "0.0.4",
"author": "",
"repository": "github:productboardlabs/kbc-cli",
"bin": {
Expand Down Expand Up @@ -68,4 +68,4 @@
"version": "oclif-dev readme && git add README.md"
},
"types": "lib/index.d.ts"
}
}

0 comments on commit 387cb38

Please sign in to comment.