Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Commit 4be48cf

Browse files
committed
v1.1.0
1 parent a781d9b commit 4be48cf

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm install -g @chec/cli
1818
$ chec COMMAND
1919
running command...
2020
$ chec (-v|--version|version)
21-
@chec/cli/1.0.0 darwin-x64 node-v10.16.3
21+
@chec/cli/1.1.0 darwin-x64 node-v12.10.0
2222
$ chec --help [COMMAND]
2323
USAGE
2424
$ chec COMMAND
@@ -60,7 +60,7 @@ DESCRIPTION
6060
the downloaded code and play around with Commerce.js in client code
6161
```
6262

63-
_See code: [src/commands/demo-store.js](https://github.com/chec/cli/blob/v1.0.0/src/commands/demo-store.js)_
63+
_See code: [src/commands/demo-store.js](https://github.com/chec/cli/blob/v1.1.0/src/commands/demo-store.js)_
6464

6565
## `chec help [COMMAND]`
6666

@@ -98,7 +98,7 @@ DESCRIPTION
9898
Communicates with Chec to get full log information for the given log ID
9999
```
100100

101-
_See code: [src/commands/log.js](https://github.com/chec/cli/blob/v1.0.0/src/commands/log.js)_
101+
_See code: [src/commands/log.js](https://github.com/chec/cli/blob/v1.1.0/src/commands/log.js)_
102102

103103
## `chec login`
104104

@@ -117,7 +117,7 @@ DESCRIPTION
117117
Log into your Chec account to enable commands that require API access.
118118
```
119119

120-
_See code: [src/commands/login.js](https://github.com/chec/cli/blob/v1.0.0/src/commands/login.js)_
120+
_See code: [src/commands/login.js](https://github.com/chec/cli/blob/v1.1.0/src/commands/login.js)_
121121

122122
## `chec logout`
123123

@@ -131,7 +131,7 @@ DESCRIPTION
131131
Log out of your account and remove the local copy of your API keys.
132132
```
133133

134-
_See code: [src/commands/logout.js](https://github.com/chec/cli/blob/v1.0.0/src/commands/logout.js)_
134+
_See code: [src/commands/logout.js](https://github.com/chec/cli/blob/v1.1.0/src/commands/logout.js)_
135135

136136
## `chec logs`
137137

@@ -153,7 +153,7 @@ DESCRIPTION
153153
from Chec.
154154
```
155155

156-
_See code: [src/commands/logs.js](https://github.com/chec/cli/blob/v1.0.0/src/commands/logs.js)_
156+
_See code: [src/commands/logs.js](https://github.com/chec/cli/blob/v1.1.0/src/commands/logs.js)_
157157

158158
## `chec register`
159159

@@ -167,7 +167,7 @@ DESCRIPTION
167167
Sign up for a Chec account through your browser
168168
```
169169

170-
_See code: [src/commands/register.js](https://github.com/chec/cli/blob/v1.0.0/src/commands/register.js)_
170+
_See code: [src/commands/register.js](https://github.com/chec/cli/blob/v1.1.0/src/commands/register.js)_
171171

172172
## `chec request METHOD RESOURCE [PAYLOAD]`
173173

@@ -200,7 +200,7 @@ EXAMPLES
200200
$ chec request POST /v1/assets --file=my-asset-payload.json
201201
```
202202

203-
_See code: [src/commands/request.js](https://github.com/chec/cli/blob/v1.0.0/src/commands/request.js)_
203+
_See code: [src/commands/request.js](https://github.com/chec/cli/blob/v1.1.0/src/commands/request.js)_
204204

205205
## `chec whoami`
206206

@@ -217,5 +217,5 @@ EXAMPLE
217217
$ chec whoami
218218
```
219219

220-
_See code: [src/commands/whoami.js](https://github.com/chec/cli/blob/v1.0.0/src/commands/whoami.js)_
220+
_See code: [src/commands/whoami.js](https://github.com/chec/cli/blob/v1.1.0/src/commands/whoami.js)_
221221
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chec/cli",
33
"description": "A command line interface for using the Chec API",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"author": "Chec Platform",
66
"bin": {
77
"chec": "./bin/run"

0 commit comments

Comments
 (0)