@@ -30,7 +30,7 @@ $ npm install -g @herodevs/cli
3030$ hd COMMAND
3131running command...
3232$ hd (--version)
33- @herodevs/cli/2.0.0-beta.0 darwin-arm64 node-v22.14.0
33+ @herodevs/cli/2.0.0-beta.1 darwin-arm64 node-v22.14.0
3434$ hd --help [COMMAND]
3535USAGE
3636 $ hd COMMAND
@@ -95,7 +95,7 @@ EXAMPLES
9595 $ hd report committers --csv
9696```
9797
98- _ See code: [ src/commands/report/committers.ts] ( https://github.com/herodevs/cli/blob/v2.0.0-beta.0 /src/commands/report/committers.ts ) _
98+ _ See code: [ src/commands/report/committers.ts] ( https://github.com/herodevs/cli/blob/v2.0.0-beta.1 /src/commands/report/committers.ts ) _
9999
100100## ` hd report purls `
101101
@@ -129,7 +129,7 @@ EXAMPLES
129129 $ hd report purls --save --csv
130130```
131131
132- _ See code: [ src/commands/report/purls.ts] ( https://github.com/herodevs/cli/blob/v2.0.0-beta.0 /src/commands/report/purls.ts ) _
132+ _ See code: [ src/commands/report/purls.ts] ( https://github.com/herodevs/cli/blob/v2.0.0-beta.1 /src/commands/report/purls.ts ) _
133133
134134## ` hd scan eol `
135135
@@ -163,7 +163,7 @@ EXAMPLES
163163 $ hd scan eol -a --dir=./my-project
164164```
165165
166- _ See code: [ src/commands/scan/eol.ts] ( https://github.com/herodevs/cli/blob/v2.0.0-beta.0 /src/commands/scan/eol.ts ) _
166+ _ See code: [ src/commands/scan/eol.ts] ( https://github.com/herodevs/cli/blob/v2.0.0-beta.1 /src/commands/scan/eol.ts ) _
167167
168168## ` hd scan sbom `
169169
@@ -191,7 +191,7 @@ EXAMPLES
191191 $ hd scan sbom --file=path/to/sbom.json
192192```
193193
194- _ See code: [ src/commands/scan/sbom.ts] ( https://github.com/herodevs/cli/blob/v2.0.0-beta.0 /src/commands/scan/sbom.ts ) _
194+ _ See code: [ src/commands/scan/sbom.ts] ( https://github.com/herodevs/cli/blob/v2.0.0-beta.1 /src/commands/scan/sbom.ts ) _
195195
196196## ` hd update [CHANNEL] `
197197
0 commit comments