@@ -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 darwin-arm64 node-v17.5 .0
31
+ @hackmd/hackmd-cli/2.0.0-pre.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/src/commands/history.ts ) _
160
+ _ See code: [ src/commands/history.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0-pre.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/src/commands/login.ts ) _
181
+ _ See code: [ src/commands/login.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0-pre.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/src/commands/logout.ts ) _
200
+ _ See code: [ src/commands/logout.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0-pre.0 /src/commands/logout.ts ) _
201
201
202
202
## ` hackmd-cli notes `
203
203
@@ -215,7 +215,7 @@ OPTIONS
215
215
--filter=filter filter property by partial string matching, ex: name=foo
216
216
--no-header hide table header from output
217
217
--no-truncate do not truncate output to fit screen
218
- --noteId=noteId hackmd note id
218
+ --noteId=noteId HackMD note id
219
219
--output=csv|json|yaml output in a more machine friendly format
220
220
--sort=sort property to sort by (prepend '-' for descending)
221
221
@@ -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/src/commands/notes/index.ts ) _
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 ) _
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/src/commands/notes/create.ts ) _
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 ) _
265
265
266
266
## ` hackmd-cli notes:delete `
267
267
@@ -273,13 +273,13 @@ USAGE
273
273
274
274
OPTIONS
275
275
-h, --help Show CLI help.
276
- --noteId=noteId hackmd note id
276
+ --noteId=noteId HackMD note id
277
277
278
278
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/src/commands/notes/delete.ts ) _
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 ) _
283
283
284
284
## ` hackmd-cli notes:update `
285
285
@@ -292,13 +292,13 @@ USAGE
292
292
OPTIONS
293
293
-h, --help Show CLI help.
294
294
--content=content new note content
295
- --noteId=noteId hackmd note id
295
+ --noteId=noteId HackMD note id
296
296
297
297
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/src/commands/notes/update.ts ) _
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 ) _
302
302
303
303
## ` hackmd-cli team-notes `
304
304
@@ -318,7 +318,7 @@ OPTIONS
318
318
--no-truncate do not truncate output to fit screen
319
319
--output=csv|json|yaml output in a more machine friendly format
320
320
--sort=sort property to sort by (prepend '-' for descending)
321
- --teamPath=teamPath hackmd team path
321
+ --teamPath=teamPath HackMD team path
322
322
323
323
EXAMPLE
324
324
$ hackmd-cli team-notes --teamPath=CLI-test
@@ -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/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-pre.0 /src/commands/team-notes/index.ts ) _
332
332
333
333
## ` hackmd-cli team-notes:create `
334
334
@@ -351,7 +351,7 @@ OPTIONS
351
351
--output=csv|json|yaml output in a more machine friendly format
352
352
--readPermission=readPermission set note permission: owner, signed_in, guest
353
353
--sort=sort property to sort by (prepend '-' for descending)
354
- --teamPath=teamPath hackmd team path
354
+ --teamPath=teamPath HackMD team path
355
355
--title=title new note title
356
356
--writePermission=writePermission set note permission: owner, signed_in, guest
357
357
@@ -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/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-pre.0 /src/commands/team-notes/create.ts ) _
369
369
370
370
## ` hackmd-cli team-notes:delete `
371
371
@@ -377,14 +377,14 @@ USAGE
377
377
378
378
OPTIONS
379
379
-h, --help Show CLI help.
380
- --noteId=noteId hackmd note id
381
- --teamPath=teamPath hackmd team path
380
+ --noteId=noteId HackMD note id
381
+ --teamPath=teamPath HackMD team path
382
382
383
383
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/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-pre.0 /src/commands/team-notes/delete.ts ) _
388
388
389
389
## ` hackmd-cli team-notes:update `
390
390
@@ -397,14 +397,14 @@ USAGE
397
397
OPTIONS
398
398
-h, --help Show CLI help.
399
399
--content=content new note content
400
- --noteId=noteId hackmd note id
401
- --teamPath=teamPath hackmd team path
400
+ --noteId=noteId HackMD note id
401
+ --teamPath=teamPath HackMD team path
402
402
403
403
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/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-pre.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/src/commands/teams.ts ) _
435
+ _ See code: [ src/commands/teams.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0-pre.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/src/commands/whoami.ts ) _
472
+ _ See code: [ src/commands/whoami.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.0.0-pre.0 /src/commands/whoami.ts ) _
473
473
<!-- commandsstop -->
474
474
475
475
## License
0 commit comments