@@ -28,7 +28,7 @@ $ npm install -g @hackmd/hackmd-cli
28
28
$ hackmd-cli COMMAND
29
29
running command...
30
30
$ hackmd-cli (-v| --version| version)
31
- @hackmd/hackmd-cli/2.0.0-pre.0 darwin-x64 node-v12.21.0
31
+ @hackmd/hackmd-cli/2.0.0 darwin-x64 node-v12.21.0
32
32
$ hackmd-cli --help [COMMAND]
33
33
USAGE
34
34
$ hackmd-cli COMMAND
@@ -157,7 +157,7 @@ EXAMPLE
157
157
BnC6gN0_TfStV2KKmPPXeg Welcome to your team's workspace null CLI-test
158
158
```
159
159
160
- _ See code: [ src/commands/history.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0-pre.0 /src/commands/history.ts ) _
160
+ _ See code: [ src/commands/history.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0/src/commands/history.ts ) _
161
161
162
162
## ` hackmd-cli login `
163
163
@@ -178,7 +178,7 @@ EXAMPLE
178
178
Login successfully
179
179
```
180
180
181
- _ See code: [ src/commands/login.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0-pre.0 /src/commands/login.ts ) _
181
+ _ See code: [ src/commands/login.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0/src/commands/login.ts ) _
182
182
183
183
## ` hackmd-cli logout `
184
184
@@ -197,7 +197,7 @@ EXAMPLE
197
197
You've logged out successfully
198
198
```
199
199
200
- _ See code: [ src/commands/logout.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0-pre.0 /src/commands/logout.ts ) _
200
+ _ See code: [ src/commands/logout.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0/src/commands/logout.ts ) _
201
201
202
202
## ` hackmd-cli notes `
203
203
@@ -226,7 +226,7 @@ EXAMPLE
226
226
raUuSTetT5uQbqQfLnz9lA CLI test note gvfz2UB5THiKABQJQnLs6Q null
227
227
```
228
228
229
- _ See code: [ src/commands/notes/index.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0-pre.0 /src/commands/notes/index.ts ) _
229
+ _ See code: [ src/commands/notes/index.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0/src/commands/notes/index.ts ) _
230
230
231
231
## ` hackmd-cli notes:create `
232
232
@@ -261,7 +261,7 @@ EXAMPLES
261
261
cat README.md | hackmd-cli notes create
262
262
```
263
263
264
- _ See code: [ src/commands/notes/create.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0-pre.0 /src/commands/notes/create.ts ) _
264
+ _ See code: [ src/commands/notes/create.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0/src/commands/notes/create.ts ) _
265
265
266
266
## ` hackmd-cli notes:delete `
267
267
@@ -279,7 +279,7 @@ EXAMPLE
279
279
$ hackmd-cli notes delete --noteId=WNkLM6gkS0Cg2cQ8rv7bYA
280
280
```
281
281
282
- _ See code: [ src/commands/notes/delete.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0-pre.0 /src/commands/notes/delete.ts ) _
282
+ _ See code: [ src/commands/notes/delete.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0/src/commands/notes/delete.ts ) _
283
283
284
284
## ` hackmd-cli notes:update `
285
285
@@ -298,7 +298,7 @@ EXAMPLE
298
298
$ hackmd-cli notes update --teamPath=CLI-test --noteId=WNkLM6gkS0Cg2cQ8rv7bYA --content='# A new title'
299
299
```
300
300
301
- _ See code: [ src/commands/notes/update.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0-pre.0 /src/commands/notes/update.ts ) _
301
+ _ See code: [ src/commands/notes/update.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0/src/commands/notes/update.ts ) _
302
302
303
303
## ` hackmd-cli team-notes `
304
304
@@ -328,7 +328,7 @@ EXAMPLE
328
328
BnC6gN0_TfStV2KKmPPXeg Welcome to your team's workspace null CLI-test
329
329
```
330
330
331
- _ See code: [ src/commands/team-notes/index.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0-pre.0 /src/commands/team-notes/index.ts ) _
331
+ _ See code: [ src/commands/team-notes/index.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0/src/commands/team-notes/index.ts ) _
332
332
333
333
## ` hackmd-cli team-notes:create `
334
334
@@ -365,7 +365,7 @@ EXAMPLES
365
365
cat README.md | hackmd-cli notes create --teamPath=CLI-test
366
366
```
367
367
368
- _ See code: [ src/commands/team-notes/create.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0-pre.0 /src/commands/team-notes/create.ts ) _
368
+ _ See code: [ src/commands/team-notes/create.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0/src/commands/team-notes/create.ts ) _
369
369
370
370
## ` hackmd-cli team-notes:delete `
371
371
@@ -384,7 +384,7 @@ EXAMPLE
384
384
$ hackmd-cli team-notes delete --teamPath=CLI-test --noteId=WNkLM6gkS0Cg2cQ8rv7bYA
385
385
```
386
386
387
- _ See code: [ src/commands/team-notes/delete.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0-pre.0 /src/commands/team-notes/delete.ts ) _
387
+ _ See code: [ src/commands/team-notes/delete.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0/src/commands/team-notes/delete.ts ) _
388
388
389
389
## ` hackmd-cli team-notes:update `
390
390
@@ -404,7 +404,7 @@ EXAMPLE
404
404
$ hackmd-cli team-notes update --teamPath=CLI-test --noteId=WNkLM6gkS0Cg2cQ8rv7bYA --content='# A new title'
405
405
```
406
406
407
- _ See code: [ src/commands/team-notes/update.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0-pre.0 /src/commands/team-notes/update.ts ) _
407
+ _ See code: [ src/commands/team-notes/update.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0/src/commands/team-notes/update.ts ) _
408
408
409
409
## ` hackmd-cli teams `
410
410
@@ -432,7 +432,7 @@ EXAMPLE
432
432
f76308a6-d77a-41f6-86d0-8ada426a6fb4 CLI test team CLI-test 82f7f3d9-4079-4c78-8a00-14094272ece9
433
433
```
434
434
435
- _ See code: [ src/commands/teams.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0-pre.0 /src/commands/teams.ts ) _
435
+ _ See code: [ src/commands/teams.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0/src/commands/teams.ts ) _
436
436
437
437
## ` hackmd-cli version `
438
438
@@ -469,7 +469,7 @@ EXAMPLE
469
469
82f7f3d9-4079-4c78-8a00-14094272ece9 Ming-Hsiu Tsai null gvfz2UB5THiKABQJQnLs6Q
470
470
```
471
471
472
- _ See code: [ src/commands/whoami.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0-pre.0 /src/commands/whoami.ts ) _
472
+ _ See code: [ src/commands/whoami.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0/src/commands/whoami.ts ) _
473
473
<!-- commandsstop -->
474
474
475
475
## License
0 commit comments