@@ -18,7 +18,7 @@ $ npm install -g @chec/cli
18
18
$ chec COMMAND
19
19
running command...
20
20
$ 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
22
22
$ chec --help [COMMAND]
23
23
USAGE
24
24
$ chec COMMAND
@@ -60,7 +60,7 @@ DESCRIPTION
60
60
the downloaded code and play around with Commerce.js in client code
61
61
```
62
62
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 ) _
64
64
65
65
## ` chec help [COMMAND] `
66
66
@@ -98,7 +98,7 @@ DESCRIPTION
98
98
Communicates with Chec to get full log information for the given log ID
99
99
```
100
100
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 ) _
102
102
103
103
## ` chec login `
104
104
@@ -117,7 +117,7 @@ DESCRIPTION
117
117
Log into your Chec account to enable commands that require API access.
118
118
```
119
119
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 ) _
121
121
122
122
## ` chec logout `
123
123
@@ -131,7 +131,7 @@ DESCRIPTION
131
131
Log out of your account and remove the local copy of your API keys.
132
132
```
133
133
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 ) _
135
135
136
136
## ` chec logs `
137
137
@@ -153,7 +153,7 @@ DESCRIPTION
153
153
from Chec.
154
154
```
155
155
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 ) _
157
157
158
158
## ` chec register `
159
159
@@ -167,7 +167,7 @@ DESCRIPTION
167
167
Sign up for a Chec account through your browser
168
168
```
169
169
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 ) _
171
171
172
172
## ` chec request METHOD RESOURCE [PAYLOAD] `
173
173
@@ -200,7 +200,7 @@ EXAMPLES
200
200
$ chec request POST /v1/assets --file=my-asset-payload.json
201
201
```
202
202
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 ) _
204
204
205
205
## ` chec whoami `
206
206
@@ -217,5 +217,5 @@ EXAMPLE
217
217
$ chec whoami
218
218
```
219
219
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 ) _
221
221
<!-- commandsstop -->
0 commit comments