@@ -30,7 +30,7 @@ $ npm install -g @herodevs/cli
3030$ hd COMMAND
3131running command...
3232$ hd (--version)
33- @herodevs/cli/1.6 .0-beta.0 darwin-arm64 node-v22.14.0
33+ @herodevs/cli/2.0 .0-beta.0 darwin-arm64 node-v22.14.0
3434$ hd --help [COMMAND]
3535USAGE
3636 $ hd COMMAND
@@ -64,7 +64,7 @@ DESCRIPTION
6464 Display help for hd.
6565```
6666
67- _ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/v6.2.27 /src/commands/help.ts ) _
67+ _ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/v6.2.28 /src/commands/help.ts ) _
6868
6969## ` hd report committers `
7070
@@ -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/v1.6 .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.0/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/v1.6 .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.0/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/v1.6 .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.0/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/v1.6 .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.0/src/commands/scan/sbom.ts ) _
195195
196196## ` hd update [CHANNEL] `
197197
@@ -229,5 +229,5 @@ EXAMPLES
229229 $ hd update --available
230230```
231231
232- _ See code: [ @oclif/plugin-update ] ( https://github.com/oclif/plugin-update/blob/v4.6.38 /src/commands/update.ts ) _
232+ _ See code: [ @oclif/plugin-update ] ( https://github.com/oclif/plugin-update/blob/v4.6.39 /src/commands/update.ts ) _
233233<!-- commandsstop -->
0 commit comments