@@ -38,7 +38,7 @@ $ npm install -g @herodevs/cli
3838$ hd COMMAND
3939running command...
4040$ hd (--version)
41- @herodevs/cli/2.0.0-beta.2 darwin-arm64 node-v22.15.1
41+ @herodevs/cli/2.0.0-beta.3 darwin-arm64 node-v22.15.1
4242$ hd --help [COMMAND]
4343USAGE
4444 $ hd COMMAND
@@ -103,7 +103,7 @@ EXAMPLES
103103 $ hd report committers --csv
104104```
105105
106- _ See code: [ src/commands/report/committers.ts] ( https://github.com/herodevs/cli/blob/v2.0.0-beta.2 /src/commands/report/committers.ts ) _
106+ _ See code: [ src/commands/report/committers.ts] ( https://github.com/herodevs/cli/blob/v2.0.0-beta.3 /src/commands/report/committers.ts ) _
107107
108108## ` hd report purls `
109109
@@ -137,7 +137,7 @@ EXAMPLES
137137 $ hd report purls --save --csv
138138```
139139
140- _ See code: [ src/commands/report/purls.ts] ( https://github.com/herodevs/cli/blob/v2.0.0-beta.2 /src/commands/report/purls.ts ) _
140+ _ See code: [ src/commands/report/purls.ts] ( https://github.com/herodevs/cli/blob/v2.0.0-beta.3 /src/commands/report/purls.ts ) _
141141
142142## ` hd scan eol `
143143
@@ -170,7 +170,7 @@ EXAMPLES
170170 $ hd scan eol -a --dir=./my-project
171171```
172172
173- _ See code: [ src/commands/scan/eol.ts] ( https://github.com/herodevs/cli/blob/v2.0.0-beta.2 /src/commands/scan/eol.ts ) _
173+ _ See code: [ src/commands/scan/eol.ts] ( https://github.com/herodevs/cli/blob/v2.0.0-beta.3 /src/commands/scan/eol.ts ) _
174174
175175## ` hd scan sbom `
176176
@@ -198,7 +198,7 @@ EXAMPLES
198198 $ hd scan sbom --file=path/to/sbom.json
199199```
200200
201- _ See code: [ src/commands/scan/sbom.ts] ( https://github.com/herodevs/cli/blob/v2.0.0-beta.2 /src/commands/scan/sbom.ts ) _
201+ _ See code: [ src/commands/scan/sbom.ts] ( https://github.com/herodevs/cli/blob/v2.0.0-beta.3 /src/commands/scan/sbom.ts ) _
202202
203203## ` hd update [CHANNEL] `
204204
@@ -236,5 +236,5 @@ EXAMPLES
236236 $ hd update --available
237237```
238238
239- _ See code: [ @oclif/plugin-update ] ( https://github.com/oclif/plugin-update/blob/v4.6.39 /src/commands/update.ts ) _
239+ _ See code: [ @oclif/plugin-update ] ( https://github.com/oclif/plugin-update/blob/v4.6.42 /src/commands/update.ts ) _
240240<!-- commandsstop -->
0 commit comments