Skip to content

Commit 5fe371d

Browse files
chore(beta): release command 12.4.0-beta.1
1 parent df56656 commit 5fe371d

4 files changed

Lines changed: 82 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "12.4.0-beta.0"
2+
".": "12.4.0-beta.1"
33
}

CHANGELOG.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,84 @@
1010

1111
* adopt @heroku-cli/test-utils and modernize test setup ([#308](https://github.com/heroku/heroku-cli-command/issues/308)) ([db7be8e](https://github.com/heroku/heroku-cli-command/commit/db7be8eb0e84422e40240c5df5d063513dbe528f))
1212

13+
## [12.4.0-beta.1](https://github.com/heroku/heroku-cli-command/compare/command-v12.4.0-beta.0...command-v12.4.0-beta.1) (2026-05-28)
14+
15+
16+
### ⚠ BREAKING CHANGES
17+
18+
* avoid duplicate account prompt on logout ([#332](https://github.com/heroku/heroku-cli-command/issues/332))
19+
20+
### Features
21+
22+
* add --no-wrap flag for table rendering ([#324](https://github.com/heroku/heroku-cli-command/issues/324)) ([1ed23a7](https://github.com/heroku/heroku-cli-command/commit/1ed23a70779853bcfa166af88fa0b1d56a98435d))
23+
* add global --prompt flag for interactive command execution ([#269](https://github.com/heroku/heroku-cli-command/issues/269)) ([c73322b](https://github.com/heroku/heroku-cli-command/commit/c73322be0700709f8d2a809f9538bc6b06612db9))
24+
* add Heroku credential manager functionality ([#372](https://github.com/heroku/heroku-cli-command/issues/372)) ([91bcd40](https://github.com/heroku/heroku-cli-command/commit/91bcd4017d4015071009aa953f7c0f7853c7240a))
25+
* add listKeychainAccounts function ([#353](https://github.com/heroku/heroku-cli-command/issues/353)) ([2c8df88](https://github.com/heroku/heroku-cli-command/commit/2c8df88cdc4e944acc45dcf3b511d6954470d6f6))
26+
* add sentry reporting ([#297](https://github.com/heroku/heroku-cli-command/issues/297)) ([0d815d0](https://github.com/heroku/heroku-cli-command/commit/0d815d0660493bd16c4aab681ecacf2df416d9ba))
27+
* add warning messages when credential manager keychain ops fail ([#317](https://github.com/heroku/heroku-cli-command/issues/317)) ([0de746a](https://github.com/heroku/heroku-cli-command/commit/0de746adbfb5e61bbf98dd3198e09ec9f021b8d4))
28+
* bring in heroku-credential-manager logic ([#296](https://github.com/heroku/heroku-cli-command/issues/296)) ([a167022](https://github.com/heroku/heroku-cli-command/commit/a16702295b0f8e505871a9b858437a7b9e1b8a43))
29+
* cache account hint in login.json for native credential store ([#342](https://github.com/heroku/heroku-cli-command/issues/342)) ([cf0544a](https://github.com/heroku/heroku-cli-command/commit/cf0544ad3d00c4e33de0677c7d509cddec36d799))
30+
* env var keychain bool ([#340](https://github.com/heroku/heroku-cli-command/issues/340)) ([ec16c2a](https://github.com/heroku/heroku-cli-command/commit/ec16c2a3615e403a1db3bc3c538e885227efadbc))
31+
* leverage the heroku credential manager for auth ([#291](https://github.com/heroku/heroku-cli-command/issues/291)) ([de1bf43](https://github.com/heroku/heroku-cli-command/commit/de1bf431094137669c092d2f568b32dc1ac065dd))
32+
* revoke OAuth tokens on logout with optional flag ([#352](https://github.com/heroku/heroku-cli-command/issues/352)) ([8f84462](https://github.com/heroku/heroku-cli-command/commit/8f844624ddd0403ee5b5b7bd1e1cc349f5cf4fd7))
33+
* update login to no longer logout as part of the process ([#357](https://github.com/heroku/heroku-cli-command/issues/357)) ([0077ccb](https://github.com/heroku/heroku-cli-command/commit/0077ccb05eb8f37c25e6bd98a3c1236371e2747e))
34+
35+
36+
### Bug Fixes
37+
38+
* Add default help text hook so that display default app value in --help ([#268](https://github.com/heroku/heroku-cli-command/issues/268)) ([d45dc5c](https://github.com/heroku/heroku-cli-command/commit/d45dc5c5361ead501dc3d07c04b4e84121db85c0))
39+
* avoid duplicate account prompt on logout ([#332](https://github.com/heroku/heroku-cli-command/issues/332)) ([d28e371](https://github.com/heroku/heroku-cli-command/commit/d28e3719bfd74c46309bc9fe612d487bc1dd9772))
40+
* clear native store on logout regarless of HEROKU_NETRC_WRITE ([#331](https://github.com/heroku/heroku-cli-command/issues/331)) ([72f4245](https://github.com/heroku/heroku-cli-command/commit/72f42452c4c71ac5c758503f611db5da4be81ee2))
41+
* Ctrl-C cancels login process ([#305](https://github.com/heroku/heroku-cli-command/issues/305)) ([bea43c5](https://github.com/heroku/heroku-cli-command/commit/bea43c5df7e1bf218baa35a99fc7c40430986855))
42+
* dedupe API warning headers within one client invocation ([#343](https://github.com/heroku/heroku-cli-command/issues/343)) ([ac1717a](https://github.com/heroku/heroku-cli-command/commit/ac1717a69a86935a6e75f4c2bcbe77f35ec2e20c))
43+
* **deps:** bump lodash from 4.17.21 to 4.17.23 ([#255](https://github.com/heroku/heroku-cli-command/issues/255)) ([f056708](https://github.com/heroku/heroku-cli-command/commit/f056708bc5cd4858597afb95495cf3024791d578))
44+
* **deps:** bump the patch-dependencies group across 1 directory with 3 updates ([#260](https://github.com/heroku/heroku-cli-command/issues/260)) ([548fab1](https://github.com/heroku/heroku-cli-command/commit/548fab1f0becfe089e4956ac84ac1750e820316b))
45+
* exclude workflows-repo from eslint ([#286](https://github.com/heroku/heroku-cli-command/issues/286)) ([093706f](https://github.com/heroku/heroku-cli-command/commit/093706fb5f912848acce8eb4da9c414ad24c9442))
46+
* improve --prompt flag help text implementation ([#276](https://github.com/heroku/heroku-cli-command/issues/276)) ([f870d8b](https://github.com/heroku/heroku-cli-command/commit/f870d8b8f68ae78e8ab8ef9c4c9d49e7ae5f87e3))
47+
* **prompter:** route inquirer prompt UI to stderr by default ([#354](https://github.com/heroku/heroku-cli-command/issues/354)) ([a01f9ee](https://github.com/heroku/heroku-cli-command/commit/a01f9eeaacdcc9bc187ad563f7b426fb248d0b71))
48+
* re-add auth setter ([2f8c11f](https://github.com/heroku/heroku-cli-command/commit/2f8c11fdd55dbfd91064aff299d79f78a905130d))
49+
* re-add auth setter ([#377](https://github.com/heroku/heroku-cli-command/issues/377)) ([a5ef794](https://github.com/heroku/heroku-cli-command/commit/a5ef794c328056ec20b5a5ab4bbea8e655928f71))
50+
* remove account selector logic for credential manager ([#350](https://github.com/heroku/heroku-cli-command/issues/350)) ([71efb94](https://github.com/heroku/heroku-cli-command/commit/71efb94d3bd5897a5e564ca1b816a7096489c33a))
51+
* remove extra newline from warning output ([#284](https://github.com/heroku/heroku-cli-command/issues/284)) ([94f6d94](https://github.com/heroku/heroku-cli-command/commit/94f6d946da772c852ed1589d1dcd72b4c507b527))
52+
* remove vulns and repeated warning headings (W-17068244) ([#233](https://github.com/heroku/heroku-cli-command/issues/233)) ([7edf773](https://github.com/heroku/heroku-cli-command/commit/7edf7730cb44af96f1475f32d2a4ae614ab43e27))
53+
* reword credential storage netrc warnings ([#351](https://github.com/heroku/heroku-cli-command/issues/351)) ([b5578ca](https://github.com/heroku/heroku-cli-command/commit/b5578ca06b2dfdd1fe6161a63d9b22c4e64f23f7))
54+
* silence redundant console.error on netrc logout ([#335](https://github.com/heroku/heroku-cli-command/issues/335)) ([a9200ba](https://github.com/heroku/heroku-cli-command/commit/a9200ba024140fafba2c97d47b030dfbdf9d91b8))
55+
* stop removeauth error no acct ([#341](https://github.com/heroku/heroku-cli-command/issues/341)) ([40642b9](https://github.com/heroku/heroku-cli-command/commit/40642b9c0049a679df9dd474ad26894202383a77))
56+
* throw an error when account is not resolved ([#339](https://github.com/heroku/heroku-cli-command/issues/339)) ([2986154](https://github.com/heroku/heroku-cli-command/commit/298615482eb0f44e5221486948bd330f1ab2fef7))
57+
58+
59+
### Performance Improvements
60+
61+
* lazy-load heavy modules to improve CLI startup time ([#318](https://github.com/heroku/heroku-cli-command/issues/318)) ([2f4207d](https://github.com/heroku/heroku-cli-command/commit/2f4207d91f066b900dff069f66a3659198094f59))
62+
63+
64+
### Dependencies
65+
66+
* bump @oclif/core from 4.8.0 to 4.8.3 ([#282](https://github.com/heroku/heroku-cli-command/issues/282)) ([75a3f7d](https://github.com/heroku/heroku-cli-command/commit/75a3f7d46301e9999588ca32e0f06a9f363cf634))
67+
* bump @oclif/core from 4.8.3 to 4.10.3 ([#315](https://github.com/heroku/heroku-cli-command/issues/315)) ([30977f9](https://github.com/heroku/heroku-cli-command/commit/30977f962f53198f045f48bd777a6d8c7c3356f0))
68+
* bump actions/create-github-app-token from 2 to 3 ([#287](https://github.com/heroku/heroku-cli-command/issues/287)) ([af51621](https://github.com/heroku/heroku-cli-command/commit/af516212536b4200902caaa66c194f3f3878b921))
69+
* bump brace-expansion from 1.1.12 to 1.1.13 ([#312](https://github.com/heroku/heroku-cli-command/issues/312)) ([08b784b](https://github.com/heroku/heroku-cli-command/commit/08b784b7ff3fc48b0e9eb51eb69e836ef566fd43))
70+
* bump chai from 5.2.0 to 6.2.2 ([#273](https://github.com/heroku/heroku-cli-command/issues/273)) ([7d62170](https://github.com/heroku/heroku-cli-command/commit/7d6217072e8bca272a6ed375da900cf68cdb4914))
71+
* bump flatted from 3.3.4 to 3.4.2 ([#294](https://github.com/heroku/heroku-cli-command/issues/294)) ([cdd74e6](https://github.com/heroku/heroku-cli-command/commit/cdd74e6e81d77c3687100695ff4df8ccf723763e))
72+
* bump the dev-patch-minor-dependencies group across 1 directory with 4 updates ([#320](https://github.com/heroku/heroku-cli-command/issues/320)) ([bf83521](https://github.com/heroku/heroku-cli-command/commit/bf83521276b9368438e9f5dd0b12cb9951eac9b2))
73+
* bump the dev-patch-minor-dependencies group across 1 directory with 6 updates ([#283](https://github.com/heroku/heroku-cli-command/issues/283)) ([0e8966f](https://github.com/heroku/heroku-cli-command/commit/0e8966f6dd8989aa4d34105a7a0bbdbc081ba8b0))
74+
75+
76+
### Code Refactoring
77+
78+
* improve prompt mode activation logic ([#277](https://github.com/heroku/heroku-cli-command/issues/277)) ([7fee4ed](https://github.com/heroku/heroku-cli-command/commit/7fee4ed35fde6862197d4ffcb48bf0d59e101fd9))
79+
* update check for 401 error to only look at error code ([#358](https://github.com/heroku/heroku-cli-command/issues/358)) ([160741a](https://github.com/heroku/heroku-cli-command/commit/160741a3fc533e1626dfb0f8524d6229c39e1c5f))
80+
* use granular imports from @oclif/core ([#309](https://github.com/heroku/heroku-cli-command/issues/309)) ([8b9fd4b](https://github.com/heroku/heroku-cli-command/commit/8b9fd4b40ea1f7136c3cb2c1e5696bb766028ca5))
81+
82+
83+
### Miscellaneous Chores
84+
85+
* release 12.2.2 ([#307](https://github.com/heroku/heroku-cli-command/issues/307)) ([32f1aec](https://github.com/heroku/heroku-cli-command/commit/32f1aecf0111c97e739ec8a178a4e872b056d129))
86+
* release 12.2.4 ([#323](https://github.com/heroku/heroku-cli-command/issues/323)) ([339c6da](https://github.com/heroku/heroku-cli-command/commit/339c6da70b2094aebabde16cf47d24255f8be2c2))
87+
* release 12.3.0 ([#326](https://github.com/heroku/heroku-cli-command/issues/326)) ([11e46ea](https://github.com/heroku/heroku-cli-command/commit/11e46eab79c1b3d909621df457a5fd5c71dd866e))
88+
* release 12.3.1 ([#327](https://github.com/heroku/heroku-cli-command/issues/327)) ([72dff13](https://github.com/heroku/heroku-cli-command/commit/72dff13855ee6fc10610f2ac27eeb1a4b4684272))
89+
* release 12.4.0-beta.1 ([df56656](https://github.com/heroku/heroku-cli-command/commit/df56656031fab84791fa9da0d22959a88d5b697b))
90+
1391
## [12.3.3](https://github.com/heroku/heroku-cli-command/compare/command-v12.3.2...command-v12.3.3) (2026-05-06)
1492

1593

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@heroku-cli/command",
33
"description": "base class for Heroku CLI commands",
4-
"version": "12.3.3",
4+
"version": "12.4.0-beta.1",
55
"author": "Heroku",
66
"bugs": "https://github.com/heroku/heroku-cli-command/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)