From ecbbc1f75b815ad79ccd1aae3b0e8d60b6dcab2b Mon Sep 17 00:00:00 2001 From: Venancio Orozco <4390221+v3nant@users.noreply.github.com> Date: Tue, 16 Jun 2026 14:17:37 -0600 Subject: [PATCH] chore: release 2.0.7 --- README.md | 28 ++++++++++++++-------------- ci/image.Dockerfile | 2 +- package-lock.json | 4 ++-- package.json | 2 +- scripts/install.sh | 2 +- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index e81d2ec6..9c37e2da 100644 --- a/README.md +++ b/README.md @@ -55,11 +55,11 @@ npm install -g @herodevs/cli HeroDevs CLI is available as a binary installation, without requiring `npm`. To do that, you may either download and run the script manually, or use the following cURL or Wget command: ```sh -curl -o- https://raw.githubusercontent.com/herodevs/cli/v2.0.6/scripts/install.sh | bash +curl -o- https://raw.githubusercontent.com/herodevs/cli/v2.0.7/scripts/install.sh | bash ``` ```sh -wget -qO- https://raw.githubusercontent.com/herodevs/cli/v2.0.6/scripts/install.sh | bash +wget -qO- https://raw.githubusercontent.com/herodevs/cli/v2.0.7/scripts/install.sh | bash ``` ## Scanning Behavior @@ -84,7 +84,7 @@ $ npm install -g @herodevs/cli $ hd COMMAND running command... $ hd (--version|-v) -@herodevs/cli/2.0.6 darwin-arm64 node-v24.14.1 +@herodevs/cli/2.0.7 darwin-arm64 node-v24.13.1 $ hd --help [COMMAND] USAGE $ hd COMMAND @@ -115,7 +115,7 @@ DESCRIPTION OAuth CLI login ``` -_See code: [src/commands/auth/login.ts](https://github.com/herodevs/cli/blob/v2.0.6/src/commands/auth/login.ts)_ +_See code: [src/commands/auth/login.ts](https://github.com/herodevs/cli/blob/v2.0.7/src/commands/auth/login.ts)_ ### `hd auth logout` @@ -129,7 +129,7 @@ DESCRIPTION Logs out of HeroDevs OAuth and clears stored tokens ``` -_See code: [src/commands/auth/logout.ts](https://github.com/herodevs/cli/blob/v2.0.6/src/commands/auth/logout.ts)_ +_See code: [src/commands/auth/logout.ts](https://github.com/herodevs/cli/blob/v2.0.7/src/commands/auth/logout.ts)_ ### `hd auth provision-ci-token` @@ -143,7 +143,7 @@ DESCRIPTION Provision a CI/CD long-lived refresh token for headless auth ``` -_See code: [src/commands/auth/provision-ci-token.ts](https://github.com/herodevs/cli/blob/v2.0.6/src/commands/auth/provision-ci-token.ts)_ +_See code: [src/commands/auth/provision-ci-token.ts](https://github.com/herodevs/cli/blob/v2.0.7/src/commands/auth/provision-ci-token.ts)_ ### `hd help [COMMAND]` @@ -163,7 +163,7 @@ DESCRIPTION Display help for hd. ``` -_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.44/src/commands/help.ts)_ +_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.50/src/commands/help.ts)_ ### `hd report committers` @@ -177,10 +177,10 @@ USAGE FLAGS -c, --csv Output in CSV format -d, --directory= Directory to search - -e, --afterDate= [default: 2025-04-23] Start date (format: yyyy-MM-dd) + -e, --afterDate= [default: 2025-06-16] Start date (format: yyyy-MM-dd) -m, --months= [default: 12] The number of months of git history to review. Cannot be used along beforeDate and afterDate - -s, --beforeDate= [default: 2026-04-23] End date (format: yyyy-MM-dd) + -s, --beforeDate= [default: 2026-06-16] End date (format: yyyy-MM-dd) -s, --save Save the committers report as herodevs.committers. -x, --exclude=... Path Exclusions (eg -x="./src/bin" -x="./dist") --json Output to JSON format @@ -199,7 +199,7 @@ EXAMPLES $ hd report committers --csv ``` -_See code: [src/commands/report/committers.ts](https://github.com/herodevs/cli/blob/v2.0.6/src/commands/report/committers.ts)_ +_See code: [src/commands/report/committers.ts](https://github.com/herodevs/cli/blob/v2.0.7/src/commands/report/committers.ts)_ ### `hd scan eol` @@ -250,7 +250,7 @@ EXAMPLES $ hd scan eol --json ``` -_See code: [src/commands/scan/eol.ts](https://github.com/herodevs/cli/blob/v2.0.6/src/commands/scan/eol.ts)_ +_See code: [src/commands/scan/eol.ts](https://github.com/herodevs/cli/blob/v2.0.7/src/commands/scan/eol.ts)_ ### `hd tracker init` @@ -284,7 +284,7 @@ EXAMPLES $ hd tracker init -o ``` -_See code: [src/commands/tracker/init.ts](https://github.com/herodevs/cli/blob/v2.0.6/src/commands/tracker/init.ts)_ +_See code: [src/commands/tracker/init.ts](https://github.com/herodevs/cli/blob/v2.0.7/src/commands/tracker/init.ts)_ ### `hd tracker run` @@ -309,7 +309,7 @@ EXAMPLES $ hd tracker run -d tracker -f settings.json ``` -_See code: [src/commands/tracker/run.ts](https://github.com/herodevs/cli/blob/v2.0.6/src/commands/tracker/run.ts)_ +_See code: [src/commands/tracker/run.ts](https://github.com/herodevs/cli/blob/v2.0.7/src/commands/tracker/run.ts)_ ### `hd update [CHANNEL]` @@ -336,7 +336,7 @@ EXAMPLES Update to a specific version: - $ hd update --version 2.0.6 + $ hd update --version 1.0.0 Interactively select version: diff --git a/ci/image.Dockerfile b/ci/image.Dockerfile index 90769755..b99dd43a 100644 --- a/ci/image.Dockerfile +++ b/ci/image.Dockerfile @@ -3,7 +3,7 @@ ENV NODE_NO_WARNINGS=1 \ NPM_CONFIG_UPDATE_NOTIFIER=false \ NPM_CONFIG_LOGLEVEL=error WORKDIR /app -ARG VERSION=2.0.6 +ARG VERSION=2.0.7 USER root RUN npm install -g @herodevs/cli@${VERSION} COPY --chmod=755 ci/docker-entrypoint.sh /usr/local/bin/hd-entrypoint diff --git a/package-lock.json b/package-lock.json index 7625a898..a977deb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@herodevs/cli", - "version": "2.0.6", + "version": "2.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@herodevs/cli", - "version": "2.0.6", + "version": "2.0.7", "license": "MIT", "dependencies": { "@amplitude/analytics-node": "^1.5.59", diff --git a/package.json b/package.json index 44f99b4b..fdbf05be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@herodevs/cli", - "version": "2.0.6", + "version": "2.0.7", "author": "HeroDevs, Inc", "bin": { "hd": "./bin/run.js" diff --git a/scripts/install.sh b/scripts/install.sh index 8efc5b23..383df592 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -32,7 +32,7 @@ INSTALL_DIR="$HOME/.herodevs" BIN_DIR="$INSTALL_DIR/bin" GITHUB_API_URL="https://api.github.com/repos/${REPO_OWNER}/${REPO_NAME}/releases" TMP_DIR="" -LATEST_VERSION="v2.0.6" +LATEST_VERSION="v2.0.7" DEBUG=${DEBUG:-} # Colors for output