diff --git a/README.md b/README.md index 7f4c41cb..2c26bdf0 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.4/scripts/install.sh | bash +curl -o- https://raw.githubusercontent.com/herodevs/cli/v2.0.5/scripts/install.sh | bash ``` ```sh -wget -qO- https://raw.githubusercontent.com/herodevs/cli/v2.0.4/scripts/install.sh | bash +wget -qO- https://raw.githubusercontent.com/herodevs/cli/v2.0.5/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.4 darwin-arm64 node-v24.14.1 +@herodevs/cli/2.0.5 darwin-arm64 node-v24.14.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.4/src/commands/auth/login.ts)_ +_See code: [src/commands/auth/login.ts](https://github.com/herodevs/cli/blob/v2.0.5/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.4/src/commands/auth/logout.ts)_ +_See code: [src/commands/auth/logout.ts](https://github.com/herodevs/cli/blob/v2.0.5/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.4/src/commands/auth/provision-ci-token.ts)_ +_See code: [src/commands/auth/provision-ci-token.ts](https://github.com/herodevs/cli/blob/v2.0.5/src/commands/auth/provision-ci-token.ts)_ ### `hd help [COMMAND]` @@ -177,10 +177,10 @@ USAGE FLAGS -c, --csv Output in CSV format -d, --directory= Directory to search - -e, --afterDate= [default: 2025-04-13] Start date (format: yyyy-MM-dd) + -e, --afterDate= [default: 2025-04-20] 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-13] End date (format: yyyy-MM-dd) + -s, --beforeDate= [default: 2026-04-20] 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.4/src/commands/report/committers.ts)_ +_See code: [src/commands/report/committers.ts](https://github.com/herodevs/cli/blob/v2.0.5/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.4/src/commands/scan/eol.ts)_ +_See code: [src/commands/scan/eol.ts](https://github.com/herodevs/cli/blob/v2.0.5/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.4/src/commands/tracker/init.ts)_ +_See code: [src/commands/tracker/init.ts](https://github.com/herodevs/cli/blob/v2.0.5/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.4/src/commands/tracker/run.ts)_ +_See code: [src/commands/tracker/run.ts](https://github.com/herodevs/cli/blob/v2.0.5/src/commands/tracker/run.ts)_ ### `hd update [CHANNEL]` @@ -336,7 +336,7 @@ EXAMPLES Update to a specific version: - $ hd update --version 2.0.0 + $ hd update --version 2.0.5 Interactively select version: @@ -347,7 +347,7 @@ EXAMPLES $ hd update --available ``` -_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.18/src/commands/update.ts)_ +_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.32/src/commands/update.ts)_ ## CI/CD Usage diff --git a/ci/image.Dockerfile b/ci/image.Dockerfile index 774eda6a..7eb22a1b 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.4 +ARG VERSION=2.0.5 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 cfbf1139..eb555cb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@herodevs/cli", - "version": "2.0.4", + "version": "2.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@herodevs/cli", - "version": "2.0.4", + "version": "2.0.5", "license": "MIT", "dependencies": { "@amplitude/analytics-node": "^1.5.54", diff --git a/package.json b/package.json index 1aa3a218..8e39ef72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@herodevs/cli", - "version": "2.0.4", + "version": "2.0.5", "author": "HeroDevs, Inc", "bin": { "hd": "./bin/run.js" diff --git a/scripts/install.sh b/scripts/install.sh index 83fc52ba..4dadd135 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.4" +LATEST_VERSION="v2.0.5" DEBUG=${DEBUG:-} # Colors for output