Skip to content

Commit 2b516e1

Browse files
authored
chore: release 2.0.0-beta.15 (#490)
1 parent ef8e2d6 commit 2b516e1

4 files changed

Lines changed: 17 additions & 17 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ npm install -g @herodevs/cli@beta
4343
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:
4444

4545
```sh
46-
curl -o- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.14/scripts/install.sh | bash
46+
curl -o- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.15/scripts/install.sh | bash
4747
```
4848

4949
```sh
50-
wget -qO- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.14/scripts/install.sh | bash
50+
wget -qO- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.15/scripts/install.sh | bash
5151
```
5252

5353
## Scanning Behavior
@@ -72,7 +72,7 @@ $ npm install -g @herodevs/cli@beta
7272
$ hd COMMAND
7373
running command...
7474
$ hd (--version)
75-
@herodevs/cli/2.0.0-beta.14 darwin-arm64 node-v24.10.0
75+
@herodevs/cli/2.0.0-beta.15 darwin-arm64 node-v24.10.0
7676
$ hd --help [COMMAND]
7777
USAGE
7878
$ hd COMMAND
@@ -104,7 +104,7 @@ DESCRIPTION
104104
OAuth CLI login
105105
```
106106

107-
_See code: [src/commands/auth/login.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.14/src/commands/auth/login.ts)_
107+
_See code: [src/commands/auth/login.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.15/src/commands/auth/login.ts)_
108108

109109
## `hd auth logout`
110110

@@ -118,7 +118,7 @@ DESCRIPTION
118118
Logs out of HeroDevs OAuth and clears stored tokens
119119
```
120120

121-
_See code: [src/commands/auth/logout.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.14/src/commands/auth/logout.ts)_
121+
_See code: [src/commands/auth/logout.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.15/src/commands/auth/logout.ts)_
122122

123123
## `hd auth provision-ci-token`
124124

@@ -132,7 +132,7 @@ DESCRIPTION
132132
Provision a CI/CD long-lived refresh token for headless auth
133133
```
134134

135-
_See code: [src/commands/auth/provision-ci-token.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.14/src/commands/auth/provision-ci-token.ts)_
135+
_See code: [src/commands/auth/provision-ci-token.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.15/src/commands/auth/provision-ci-token.ts)_
136136

137137
## `hd help [COMMAND]`
138138

@@ -166,10 +166,10 @@ USAGE
166166
FLAGS
167167
-c, --csv Output in CSV format
168168
-d, --directory=<value> Directory to search
169-
-e, --afterDate=<value> [default: 2025-02-18] Start date (format: yyyy-MM-dd)
169+
-e, --afterDate=<value> [default: 2025-02-26] Start date (format: yyyy-MM-dd)
170170
-m, --months=<value> [default: 12] The number of months of git history to review. Cannot be used along beforeDate
171171
and afterDate
172-
-s, --beforeDate=<value> [default: 2026-02-18] End date (format: yyyy-MM-dd)
172+
-s, --beforeDate=<value> [default: 2026-02-26] End date (format: yyyy-MM-dd)
173173
-s, --save Save the committers report as herodevs.committers.<output>
174174
-x, --exclude=<value>... Path Exclusions (eg -x="./src/bin" -x="./dist")
175175
--json Output to JSON format
@@ -188,7 +188,7 @@ EXAMPLES
188188
$ hd report committers --csv
189189
```
190190

191-
_See code: [src/commands/report/committers.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.14/src/commands/report/committers.ts)_
191+
_See code: [src/commands/report/committers.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.15/src/commands/report/committers.ts)_
192192

193193
## `hd scan eol`
194194

@@ -240,7 +240,7 @@ EXAMPLES
240240
$ hd scan eol --json
241241
```
242242

243-
_See code: [src/commands/scan/eol.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.14/src/commands/scan/eol.ts)_
243+
_See code: [src/commands/scan/eol.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.15/src/commands/scan/eol.ts)_
244244

245245
## `hd tracker init`
246246

@@ -274,7 +274,7 @@ EXAMPLES
274274
$ hd tracker init -o
275275
```
276276

277-
_See code: [src/commands/tracker/init.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.14/src/commands/tracker/init.ts)_
277+
_See code: [src/commands/tracker/init.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.15/src/commands/tracker/init.ts)_
278278

279279
## `hd tracker run`
280280

@@ -299,7 +299,7 @@ EXAMPLES
299299
$ hd tracker run -d tracker -f settings.json
300300
```
301301

302-
_See code: [src/commands/tracker/run.ts](https://github.com/herodevs/cli/blob/main/src/commands/tracker/run.ts)_
302+
_See code: [src/commands/tracker/run.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.15/src/commands/tracker/run.ts)_
303303

304304
## `hd update [CHANNEL]`
305305

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@herodevs/cli",
3-
"version": "2.0.0-beta.14",
3+
"version": "2.0.0-beta.15",
44
"author": "HeroDevs, Inc",
55
"bin": {
66
"hd": "./bin/run.js"
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/herodevs/cli"
1212
},
1313
"homepage": "https://github.com/herodevs/cli",
14-
"bugs": "https://github.com/@herodevs/cli/issues",
14+
"bugs": "https://github.com/herodevs/cli/issues",
1515
"scripts": {
1616
"build": "shx rm -rf dist && tsc -b",
1717
"ci": "biome ci",

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ INSTALL_DIR="$HOME/.herodevs"
3232
BIN_DIR="$INSTALL_DIR/bin"
3333
GITHUB_API_URL="https://api.github.com/repos/${REPO_OWNER}/${REPO_NAME}/releases"
3434
TMP_DIR=""
35-
LATEST_VERSION="v2.0.0-beta.14"
35+
LATEST_VERSION="v2.0.0-beta.15"
3636
DEBUG=${DEBUG:-}
3737

3838
# Colors for output

0 commit comments

Comments
 (0)