Skip to content

Commit 6498d4f

Browse files
committed
v2.3.0
1 parent ca0d605 commit 6498d4f

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $ npm install -g @hackmd/hackmd-cli
2828
$ hackmd-cli COMMAND
2929
running command...
3030
$ hackmd-cli (--version|-v)
31-
@hackmd/hackmd-cli/2.2.0 darwin-arm64 node-v18.14.2
31+
@hackmd/hackmd-cli/2.3.0 darwin-arm64 node-v18.14.2
3232
$ hackmd-cli --help [COMMAND]
3333
USAGE
3434
$ hackmd-cli COMMAND
@@ -134,7 +134,7 @@ EXAMPLES
134134
# A note to be exported
135135
```
136136

137-
_See code: [src/commands/export.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.2.0/src/commands/export.ts)_
137+
_See code: [src/commands/export.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.3.0/src/commands/export.ts)_
138138

139139
## `hackmd-cli help [COMMANDS]`
140140

@@ -188,7 +188,7 @@ EXAMPLES
188188
BnC6gN0_TfStV2KKmPPXeg Welcome to your team's workspace null CLI-test
189189
```
190190

191-
_See code: [src/commands/history.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.2.0/src/commands/history.ts)_
191+
_See code: [src/commands/history.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.3.0/src/commands/history.ts)_
192192

193193
## `hackmd-cli login`
194194

@@ -210,7 +210,7 @@ EXAMPLES
210210
Login successfully
211211
```
212212

213-
_See code: [src/commands/login.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.2.0/src/commands/login.ts)_
213+
_See code: [src/commands/login.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.3.0/src/commands/login.ts)_
214214

215215
## `hackmd-cli logout`
216216

@@ -231,7 +231,7 @@ EXAMPLES
231231
You've logged out successfully
232232
```
233233

234-
_See code: [src/commands/logout.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.2.0/src/commands/logout.ts)_
234+
_See code: [src/commands/logout.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.3.0/src/commands/logout.ts)_
235235

236236
## `hackmd-cli notes`
237237

@@ -265,7 +265,7 @@ EXAMPLES
265265
raUuSTetT5uQbqQfLnz9lA CLI test note gvfz2UB5THiKABQJQnLs6Q null
266266
```
267267

268-
_See code: [src/commands/notes/index.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.2.0/src/commands/notes/index.ts)_
268+
_See code: [src/commands/notes/index.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.3.0/src/commands/notes/index.ts)_
269269

270270
## `hackmd-cli notes create`
271271

@@ -382,7 +382,7 @@ EXAMPLES
382382
BnC6gN0_TfStV2KKmPPXeg Welcome to your team's workspace null CLI-test
383383
```
384384

385-
_See code: [src/commands/team-notes/index.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.2.0/src/commands/team-notes/index.ts)_
385+
_See code: [src/commands/team-notes/index.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.3.0/src/commands/team-notes/index.ts)_
386386

387387
## `hackmd-cli team-notes create`
388388

@@ -499,7 +499,7 @@ EXAMPLES
499499
f76308a6-d77a-41f6-86d0-8ada426a6fb4 CLI test team CLI-test 82f7f3d9-4079-4c78-8a00-14094272ece9
500500
```
501501

502-
_See code: [src/commands/teams.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.2.0/src/commands/teams.ts)_
502+
_See code: [src/commands/teams.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.3.0/src/commands/teams.ts)_
503503

504504
## `hackmd-cli version`
505505

@@ -552,7 +552,7 @@ EXAMPLES
552552
82f7f3d9-4079-4c78-8a00-14094272ece9 Ming-Hsiu Tsai null gvfz2UB5THiKABQJQnLs6Q
553553
```
554554

555-
_See code: [src/commands/whoami.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.2.0/src/commands/whoami.ts)_
555+
_See code: [src/commands/whoami.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.3.0/src/commands/whoami.ts)_
556556
<!-- commandsstop -->
557557

558558
## License

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hackmd/hackmd-cli",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"author": "HackMD Team",
55
"bin": {
66
"hackmd-cli": "./bin/run"
@@ -40,6 +40,7 @@
4040
},
4141
"files": [
4242
"/bin",
43+
"/lib",
4344
"/dist",
4445
"/npm-shrinkwrap.json",
4546
"/oclif.manifest.json"

0 commit comments

Comments
 (0)