99* [ Commands] ( #commands )
1010* [ Configuration] ( #configuration )
1111* [ License] ( #license )
12+ * [ Changelog] ( #changelog )
1213
1314## v2 notice
1415
2526<!-- usage -->
2627``` sh-session
2728$ npm install -g @hackmd/hackmd-cli
28- # or using pnpm
29- $ pnpm add -g @hackmd/hackmd-cli
3029$ hackmd-cli COMMAND
3130running command...
3231$ hackmd-cli (--version| -v)
33- @hackmd/hackmd-cli/2.3.2 darwin-arm64 node-v18.14.2
32+ @hackmd/hackmd-cli/2.4.0 darwin-arm64 node-v24.13.0
3433$ hackmd-cli --help [COMMAND]
3534USAGE
3635 $ hackmd-cli COMMAND
@@ -168,7 +167,7 @@ EXAMPLES
168167 # A note to be exported
169168```
170169
171- _ See code: [ src/commands/export.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.3.2 /src/commands/export.ts ) _
170+ _ See code: [ src/commands/export.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.4.0 /src/commands/export.ts ) _
172171
173172## ` hackmd-cli help [COMMANDS] `
174173
@@ -222,7 +221,7 @@ EXAMPLES
222221 BnC6gN0_TfStV2KKmPPXeg Welcome to your team's workspace null CLI-test
223222```
224223
225- _ See code: [ src/commands/history.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.3.2 /src/commands/history.ts ) _
224+ _ See code: [ src/commands/history.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.4.0 /src/commands/history.ts ) _
226225
227226## ` hackmd-cli login `
228227
@@ -244,7 +243,7 @@ EXAMPLES
244243 Login successfully
245244```
246245
247- _ See code: [ src/commands/login.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.3.2 /src/commands/login.ts ) _
246+ _ See code: [ src/commands/login.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.4.0 /src/commands/login.ts ) _
248247
249248## ` hackmd-cli logout `
250249
@@ -265,7 +264,7 @@ EXAMPLES
265264 You've logged out successfully
266265```
267266
268- _ See code: [ src/commands/logout.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.3.2 /src/commands/logout.ts ) _
267+ _ See code: [ src/commands/logout.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.4.0 /src/commands/logout.ts ) _
269268
270269## ` hackmd-cli notes `
271270
@@ -299,17 +298,17 @@ EXAMPLES
299298 raUuSTetT5uQbqQfLnz9lA CLI test note gvfz2UB5THiKABQJQnLs6Q null
300299```
301300
302- _ See code: [ src/commands/notes/index.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.3.2 /src/commands/notes/index.ts ) _
301+ _ See code: [ src/commands/notes/index.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.4.0 /src/commands/notes/index.ts ) _
303302
304303## ` hackmd-cli notes create `
305304
306305Create a note
307306
308307```
309308USAGE
310- $ hackmd-cli notes create [-h] [--title <value>] [--content <value>] [--readPermission <value>]
311- [--writePermission <value>] [--commentPermission <value>] [-e] [-- columns <value> | -x] [--sort <value>] [--filter
312- <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
309+ $ hackmd-cli notes create [--commentPermission <value>] [--content <value>] [-e] [-h ] [--readPermission <value>]
310+ [--title <value>] [--writePermission <value>] [-- columns <value> | -x] [--sort <value>] [--filter <value>] [--output
311+ csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
313312
314313FLAGS
315314 -e, --editor create note with $EDITOR
@@ -369,7 +368,7 @@ Update note content
369368
370369```
371370USAGE
372- $ hackmd-cli notes update [-h] [--noteId <value>] [--content <value>]
371+ $ hackmd-cli notes update [--content <value>] [-h] [--noteId <value>]
373372
374373FLAGS
375374 -h, --help Show CLI help.
@@ -416,16 +415,16 @@ EXAMPLES
416415 BnC6gN0_TfStV2KKmPPXeg Welcome to your team's workspace null CLI-test
417416```
418417
419- _ See code: [ src/commands/team-notes/index.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.3.2 /src/commands/team-notes/index.ts ) _
418+ _ See code: [ src/commands/team-notes/index.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.4.0 /src/commands/team-notes/index.ts ) _
420419
421420## ` hackmd-cli team-notes create `
422421
423422Create a team note
424423
425424```
426425USAGE
427- $ hackmd-cli team-notes create [-h] [--teamPath <value>] [--title <value>] [--content <value> ] [--readPermission
428- <value>] [--writePermission <value>] [--commentPermission <value>] [-e ] [--columns <value> | -x] [--sort <value>]
426+ $ hackmd-cli team-notes create [--commentPermission <value>] [--content <value>] [-e] [-h ] [--readPermission <value>]
427+ [--teamPath <value>] [--title <value>] [--writePermission <value>] [--columns <value> | -x] [--sort <value>]
429428 [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
430429
431430FLAGS
@@ -467,7 +466,7 @@ Delete a team note
467466
468467```
469468USAGE
470- $ hackmd-cli team-notes delete [-h] [--teamPath <value>] [--noteId <value>]
469+ $ hackmd-cli team-notes delete [-h] [--noteId <value>] [--teamPath <value>]
471470
472471FLAGS
473472 -h, --help Show CLI help.
@@ -487,7 +486,7 @@ Update team note content
487486
488487```
489488USAGE
490- $ hackmd-cli team-notes update [-h] [--teamPath <value>] [-- noteId <value>] [--content <value>]
489+ $ hackmd-cli team-notes update [--content <value>] [-h] [-- noteId <value>] [--teamPath <value>]
491490
492491FLAGS
493492 -h, --help Show CLI help.
@@ -533,7 +532,7 @@ EXAMPLES
533532 f76308a6-d77a-41f6-86d0-8ada426a6fb4 CLI test team CLI-test 82f7f3d9-4079-4c78-8a00-14094272ece9
534533```
535534
536- _ See code: [ src/commands/teams.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.3.2 /src/commands/teams.ts ) _
535+ _ See code: [ src/commands/teams.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.4.0 /src/commands/teams.ts ) _
537536
538537## ` hackmd-cli version `
539538
@@ -586,9 +585,13 @@ EXAMPLES
586585 82f7f3d9-4079-4c78-8a00-14094272ece9 Ming-Hsiu Tsai null gvfz2UB5THiKABQJQnLs6Q
587586```
588587
589- _ See code: [ src/commands/whoami.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.3.2 /src/commands/whoami.ts ) _
588+ _ See code: [ src/commands/whoami.ts] ( https://github.com/hackmdio/hackmd-cli/blob/v2.4.0 /src/commands/whoami.ts ) _
590589<!-- commandsstop -->
591590
592591## License
593592
594593MIT
594+
595+ ## Changelog
596+
597+ See [ CHANGELOG.md] ( CHANGELOG.md ) for a list of changes and version history.
0 commit comments