@@ -43,11 +43,11 @@ npm install -g @herodevs/cli@beta
4343HeroDevs CLI is available as a binary installation, without requiring ` npm ` . To do that, you may either download and run the script manually, or use the following cURL or Wget command:
4444
4545``` sh
46- curl -o- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.13 /scripts/install.sh | bash
46+ curl -o- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.14 /scripts/install.sh | bash
4747```
4848
4949``` sh
50- wget -qO- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.13 /scripts/install.sh | bash
50+ wget -qO- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.14 /scripts/install.sh | bash
5151```
5252
5353## Scanning Behavior
@@ -72,7 +72,7 @@ $ npm install -g @herodevs/cli@beta
7272$ hd COMMAND
7373running command...
7474$ hd (--version)
75- @herodevs/cli/2.0.0-beta.12 darwin-arm64 node-v24.10.0
75+ @herodevs/cli/2.0.0-beta.14 darwin-arm64 node-v24.10.0
7676$ hd --help [COMMAND]
7777USAGE
7878 $ hd COMMAND
@@ -142,7 +142,7 @@ EXAMPLES
142142 $ hd report committers --csv
143143```
144144
145- _ See code: [ src/commands/report/committers.ts] ( https://github.com/herodevs/cli/blob/v2.0.0-beta.13 /src/commands/report/committers.ts ) _
145+ _ See code: [ src/commands/report/committers.ts] ( https://github.com/herodevs/cli/blob/v2.0.0-beta.14 /src/commands/report/committers.ts ) _
146146
147147## ` hd scan eol `
148148
@@ -197,7 +197,7 @@ EXAMPLES
197197 $ hd scan eol --json
198198```
199199
200- _ See code: [ src/commands/scan/eol.ts] ( https://github.com/herodevs/cli/blob/v2.0.0-beta.12 /src/commands/scan/eol.ts ) _
200+ _ See code: [ src/commands/scan/eol.ts] ( https://github.com/herodevs/cli/blob/v2.0.0-beta.14 /src/commands/scan/eol.ts ) _
201201
202202## ` hd tracker init `
203203
@@ -231,7 +231,7 @@ EXAMPLES
231231 $ hd tracker init -o
232232```
233233
234- _ See code: [ src/commands/tracker/init.ts] ( https://github.com/herodevs/cli/blob/v2.0.0-beta.13 /src/commands/tracker/init.ts ) _
234+ _ See code: [ src/commands/tracker/init.ts] ( https://github.com/herodevs/cli/blob/v2.0.0-beta.14 /src/commands/tracker/init.ts ) _
235235
236236## ` hd update [CHANNEL] `
237237
0 commit comments