From fe855cca384de2de8ea36ad2465c19a77fd71570 Mon Sep 17 00:00:00 2001 From: Kevin Longmuir Date: Thu, 26 Feb 2026 20:14:56 -0500 Subject: [PATCH 1/2] chore: release 2.0.0-beta.17 --- README.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- scripts/install.sh | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4f8948c3..fde6bef9 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,11 @@ npm install -g @herodevs/cli@beta 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.0-beta.16/scripts/install.sh | bash +curl -o- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.17/scripts/install.sh | bash ``` ```sh -wget -qO- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.16/scripts/install.sh | bash +wget -qO- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.17/scripts/install.sh | bash ``` ## Scanning Behavior diff --git a/package-lock.json b/package-lock.json index 1a3b1aae..d4f40035 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@herodevs/cli", - "version": "2.0.0-beta.16", + "version": "2.0.0-beta.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@herodevs/cli", - "version": "2.0.0-beta.16", + "version": "2.0.0-beta.17", "license": "MIT", "dependencies": { "@amplitude/analytics-node": "^1.5.26", diff --git a/package.json b/package.json index 44d993df..5b7d533e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@herodevs/cli", - "version": "2.0.0-beta.16", + "version": "2.0.0-beta.17", "author": "HeroDevs, Inc", "bin": { "hd": "./bin/run.js" diff --git a/scripts/install.sh b/scripts/install.sh index 84fdb1ac..f87ebb74 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.0-beta.16" +LATEST_VERSION="v2.0.0-beta.17" DEBUG=${DEBUG:-} # Colors for output From 41070bb38c15c8cf1ae12e5081fb2ec00d42e1bd Mon Sep 17 00:00:00 2001 From: Kevin Longmuir Date: Thu, 26 Feb 2026 23:26:22 -0500 Subject: [PATCH 2/2] fix: remove binary install method from README --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index fde6bef9..9144f745 100644 --- a/README.md +++ b/README.md @@ -38,18 +38,6 @@ npx @herodevs/cli@beta npm install -g @herodevs/cli@beta ``` -#### Binary Installation - -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.0-beta.17/scripts/install.sh | bash -``` - -```sh -wget -qO- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.17/scripts/install.sh | bash -``` - ## Scanning Behavior The CLI is designed to be non-invasive: