diff --git a/README.md b/README.md index 86431bef..e8b42a41 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ $ npm install -g @herodevs/cli $ hd COMMAND running command... $ hd (--version) -@herodevs/cli/2.0.0-beta.3 darwin-arm64 node-v22.15.1 +@herodevs/cli/2.0.0-beta.4 darwin-arm64 node-v22.15.1 $ hd --help [COMMAND] USAGE $ hd COMMAND @@ -72,7 +72,7 @@ DESCRIPTION Display help for hd. ``` -_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.28/src/commands/help.ts)_ +_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.29/src/commands/help.ts)_ ## `hd report committers` @@ -103,7 +103,7 @@ EXAMPLES $ hd report committers --csv ``` -_See code: [src/commands/report/committers.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.3/src/commands/report/committers.ts)_ +_See code: [src/commands/report/committers.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.4/src/commands/report/committers.ts)_ ## `hd report purls` @@ -137,7 +137,7 @@ EXAMPLES $ hd report purls --save --csv ``` -_See code: [src/commands/report/purls.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.3/src/commands/report/purls.ts)_ +_See code: [src/commands/report/purls.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.4/src/commands/report/purls.ts)_ ## `hd scan eol` @@ -165,9 +165,11 @@ EXAMPLES $ hd scan eol --file=path/to/sbom.json $ hd scan eol --purls=path/to/purls.json + + $ hd scan eol -a --dir=./my-project ``` -_See code: [src/commands/scan/eol.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.3/src/commands/scan/eol.ts)_ +_See code: [src/commands/scan/eol.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.4/src/commands/scan/eol.ts)_ ## `hd scan sbom` @@ -195,7 +197,7 @@ EXAMPLES $ hd scan sbom --file=path/to/sbom.json ``` -_See code: [src/commands/scan/sbom.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.3/src/commands/scan/sbom.ts)_ +_See code: [src/commands/scan/sbom.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.4/src/commands/scan/sbom.ts)_ ## `hd update [CHANNEL]` @@ -233,5 +235,5 @@ EXAMPLES $ hd update --available ``` -_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v4.6.42/src/commands/update.ts)_ +_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v4.6.45/src/commands/update.ts)_ diff --git a/package-lock.json b/package-lock.json index 9af6b58d..cb0c2fcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@herodevs/cli", - "version": "2.0.0-beta.3", + "version": "2.0.0-beta.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@herodevs/cli", - "version": "2.0.0-beta.3", + "version": "2.0.0-beta.4", "license": "MIT", "dependencies": { "@apollo/client": "^3.13.8", diff --git a/package.json b/package.json index cd15d74e..23e7c32c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@herodevs/cli", - "version": "2.0.0-beta.3", + "version": "2.0.0-beta.4", "author": "HeroDevs, Inc", "bin": { "hd": "./bin/run.js"