@@ -38,7 +38,7 @@ $ npm install -g @herodevs/cli
38
38
$ hd COMMAND
39
39
running command...
40
40
$ 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
42
42
$ hd --help [COMMAND]
43
43
USAGE
44
44
$ hd COMMAND
@@ -103,7 +103,7 @@ EXAMPLES
103
103
$ hd report committers --csv
104
104
```
105
105
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 ) _
107
107
108
108
## ` hd report purls `
109
109
@@ -137,7 +137,7 @@ EXAMPLES
137
137
$ hd report purls --save --csv
138
138
```
139
139
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 ) _
141
141
142
142
## ` hd scan eol `
143
143
@@ -170,7 +170,7 @@ EXAMPLES
170
170
$ hd scan eol -a --dir=./my-project
171
171
```
172
172
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 ) _
174
174
175
175
## ` hd scan sbom `
176
176
@@ -198,7 +198,7 @@ EXAMPLES
198
198
$ hd scan sbom --file=path/to/sbom.json
199
199
```
200
200
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 ) _
202
202
203
203
## ` hd update [CHANNEL] `
204
204
@@ -236,5 +236,5 @@ EXAMPLES
236
236
$ hd update --available
237
237
```
238
238
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 ) _
240
240
<!-- commandsstop -->
0 commit comments