@@ -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.2 darwin-arm64 node-v17.7.0
31
+ @hackmd/hackmd-cli/2.1.0 darwin-arm64 node-v17.9.1
32
32
$ hackmd-cli --help [COMMAND]
33
33
USAGE
34
34
$ hackmd-cli COMMAND
@@ -131,7 +131,7 @@ EXAMPLE
131
131
# A note to be exported
132
132
```
133
133
134
- _ See code: [ src/commands/export.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.2 /src/commands/export.ts ) _
134
+ _ See code: [ src/commands/export.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.1.0 /src/commands/export.ts ) _
135
135
136
136
## ` hackmd-cli help [COMMAND] `
137
137
@@ -177,7 +177,7 @@ EXAMPLE
177
177
BnC6gN0_TfStV2KKmPPXeg Welcome to your team's workspace null CLI-test
178
178
```
179
179
180
- _ See code: [ src/commands/history.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.2 /src/commands/history.ts ) _
180
+ _ See code: [ src/commands/history.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.1.0 /src/commands/history.ts ) _
181
181
182
182
## ` hackmd-cli login `
183
183
@@ -198,7 +198,7 @@ EXAMPLE
198
198
Login successfully
199
199
```
200
200
201
- _ See code: [ src/commands/login.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.2 /src/commands/login.ts ) _
201
+ _ See code: [ src/commands/login.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.1.0 /src/commands/login.ts ) _
202
202
203
203
## ` hackmd-cli logout `
204
204
@@ -217,7 +217,7 @@ EXAMPLE
217
217
You've logged out successfully
218
218
```
219
219
220
- _ See code: [ src/commands/logout.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.2 /src/commands/logout.ts ) _
220
+ _ See code: [ src/commands/logout.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.1.0 /src/commands/logout.ts ) _
221
221
222
222
## ` hackmd-cli notes `
223
223
@@ -246,7 +246,7 @@ EXAMPLE
246
246
raUuSTetT5uQbqQfLnz9lA CLI test note gvfz2UB5THiKABQJQnLs6Q null
247
247
```
248
248
249
- _ See code: [ src/commands/notes/index.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.2 /src/commands/notes/index.ts ) _
249
+ _ See code: [ src/commands/notes/index.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.1.0 /src/commands/notes/index.ts ) _
250
250
251
251
## ` hackmd-cli notes:create `
252
252
@@ -257,6 +257,7 @@ USAGE
257
257
$ hackmd-cli notes:create
258
258
259
259
OPTIONS
260
+ -e, --editor create note with $EDITOR
260
261
-h, --help Show CLI help.
261
262
-x, --extended show extra columns
262
263
--columns=columns only show provided columns (comma-separated)
@@ -281,7 +282,7 @@ EXAMPLES
281
282
cat README.md | hackmd-cli notes create
282
283
```
283
284
284
- _ See code: [ src/commands/notes/create.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.2 /src/commands/notes/create.ts ) _
285
+ _ See code: [ src/commands/notes/create.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.1.0 /src/commands/notes/create.ts ) _
285
286
286
287
## ` hackmd-cli notes:delete `
287
288
@@ -299,7 +300,7 @@ EXAMPLE
299
300
$ hackmd-cli notes delete --noteId=WNkLM6gkS0Cg2cQ8rv7bYA
300
301
```
301
302
302
- _ See code: [ src/commands/notes/delete.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.2 /src/commands/notes/delete.ts ) _
303
+ _ See code: [ src/commands/notes/delete.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.1.0 /src/commands/notes/delete.ts ) _
303
304
304
305
## ` hackmd-cli notes:update `
305
306
@@ -318,7 +319,7 @@ EXAMPLE
318
319
$ hackmd-cli notes update --noteId=WNkLM6gkS0Cg2cQ8rv7bYA --content='# A new title'
319
320
```
320
321
321
- _ See code: [ src/commands/notes/update.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.2 /src/commands/notes/update.ts ) _
322
+ _ See code: [ src/commands/notes/update.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.1.0 /src/commands/notes/update.ts ) _
322
323
323
324
## ` hackmd-cli team-notes `
324
325
@@ -348,7 +349,7 @@ EXAMPLE
348
349
BnC6gN0_TfStV2KKmPPXeg Welcome to your team's workspace null CLI-test
349
350
```
350
351
351
- _ See code: [ src/commands/team-notes/index.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.2 /src/commands/team-notes/index.ts ) _
352
+ _ See code: [ src/commands/team-notes/index.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.1.0 /src/commands/team-notes/index.ts ) _
352
353
353
354
## ` hackmd-cli team-notes:create `
354
355
@@ -385,7 +386,7 @@ EXAMPLES
385
386
cat README.md | hackmd-cli notes create --teamPath=CLI-test
386
387
```
387
388
388
- _ See code: [ src/commands/team-notes/create.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.2 /src/commands/team-notes/create.ts ) _
389
+ _ See code: [ src/commands/team-notes/create.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.1.0 /src/commands/team-notes/create.ts ) _
389
390
390
391
## ` hackmd-cli team-notes:delete `
391
392
@@ -404,7 +405,7 @@ EXAMPLE
404
405
$ hackmd-cli team-notes delete --teamPath=CLI-test --noteId=WNkLM6gkS0Cg2cQ8rv7bYA
405
406
```
406
407
407
- _ See code: [ src/commands/team-notes/delete.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.2 /src/commands/team-notes/delete.ts ) _
408
+ _ See code: [ src/commands/team-notes/delete.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.1.0 /src/commands/team-notes/delete.ts ) _
408
409
409
410
## ` hackmd-cli team-notes:update `
410
411
@@ -424,7 +425,7 @@ EXAMPLE
424
425
$ hackmd-cli team-notes update --teamPath=CLI-test --noteId=WNkLM6gkS0Cg2cQ8rv7bYA --content='# A new title'
425
426
```
426
427
427
- _ See code: [ src/commands/team-notes/update.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.2 /src/commands/team-notes/update.ts ) _
428
+ _ See code: [ src/commands/team-notes/update.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.1.0 /src/commands/team-notes/update.ts ) _
428
429
429
430
## ` hackmd-cli teams `
430
431
@@ -452,7 +453,7 @@ EXAMPLE
452
453
f76308a6-d77a-41f6-86d0-8ada426a6fb4 CLI test team CLI-test 82f7f3d9-4079-4c78-8a00-14094272ece9
453
454
```
454
455
455
- _ See code: [ src/commands/teams.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.2 /src/commands/teams.ts ) _
456
+ _ See code: [ src/commands/teams.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.1.0 /src/commands/teams.ts ) _
456
457
457
458
## ` hackmd-cli version `
458
459
@@ -489,7 +490,7 @@ EXAMPLE
489
490
82f7f3d9-4079-4c78-8a00-14094272ece9 Ming-Hsiu Tsai null gvfz2UB5THiKABQJQnLs6Q
490
491
```
491
492
492
- _ See code: [ src/commands/whoami.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.2 /src/commands/whoami.ts ) _
493
+ _ See code: [ src/commands/whoami.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.1.0 /src/commands/whoami.ts ) _
493
494
<!-- commandsstop -->
494
495
495
496
## License
0 commit comments