Skip to content

Releases: heroku/heroku-cli-command

command: v13.1.0

Choose a tag to compare

@heroku-devtools-release-workflows heroku-devtools-release-workflows released this 03 Aug 21:49
121bc64

13.1.0 (2026-08-03)

Features

  • document HEROKU_APP env var in app flag --help (W-23597905) (#395) (460eaaa)

command: v13.0.1

Choose a tag to compare

@heroku-devtools-release-workflows heroku-devtools-release-workflows released this 17 Jul 19:35
1564620

13.0.1 (2026-07-17)

Bug Fixes

  • ci: pass PR title via env var in pr-title-check workflow (#392) (138af53)

Dependencies

  • bump @opentelemetry/core and @sentry/node (#387) (0b08cc0)

command: v13.0.0

Choose a tag to compare

@heroku-devtools-release-workflows heroku-devtools-release-workflows released this 01 Jul 19:14
1739c91

13.0.0 (2026-07-01)

⚠ BREAKING CHANGES

  • remove dual write for credential storage (#389)

Features

  • remove dual write for credential storage (#389) (e50b5be)

command: v13.0.0-beta.6

Pre-release

Choose a tag to compare

@heroku-devtools-release-workflows heroku-devtools-release-workflows released this 01 Jul 19:04
04cc221

13.0.0-beta.6 (2026-07-01)

⚠ BREAKING CHANGES

  • remove dual write for credential storage (#389)
  • avoid duplicate account prompt on logout (#332)

Features

  • add --no-wrap flag for table rendering (#324) (1ed23a7)
  • add global --prompt flag for interactive command execution (#269) (c73322b)
  • add Heroku credential manager functionality (#372) (91bcd40)
  • add listKeychainAccounts function (#353) (2c8df88)
  • add sentry reporting (#297) (0d815d0)
  • add warning messages when credential manager keychain ops fail (#317) (0de746a)
  • bring in heroku-credential-manager logic (#296) (a167022)
  • cache account hint in login.json for native credential store (#342) (cf0544a)
  • env var keychain bool (#340) (ec16c2a)
  • leverage the heroku credential manager for auth (#291) (de1bf43)
  • remove dual write for credential storage (#389) (e50b5be)
  • revoke OAuth tokens on logout with optional flag (#352) (8f84462)
  • update login to no longer logout as part of the process (#357) (0077ccb)

Bug Fixes

  • Add default help text hook so that display default app value in --help (#268) (d45dc5c)
  • avoid duplicate account prompt on logout (#332) (d28e371)
  • clear native store on logout regarless of HEROKU_NETRC_WRITE (#331) (72f4245)
  • Ctrl-C cancels login process (#305) (bea43c5)
  • dedupe API warning headers within one client invocation (#343) (ac1717a)
  • deps: bump lodash from 4.17.21 to 4.17.23 (#255) (f056708)
  • deps: bump the patch-dependencies group across 1 directory with 3 updates (#260) (548fab1)
  • exclude workflows-repo from eslint (#286) (093706f)
  • improve --prompt flag help text implementation (#276) (f870d8b)
  • prompter: route inquirer prompt UI to stderr by default (#354) (a01f9ee)
  • re-add auth setter (2f8c11f)
  • re-add auth setter (#377) (a5ef794)
  • remove .netrc warnings from the credential manager (#384) (c331236)
  • remove account selector logic for credential manager (#350) (71efb94)
  • remove extra newline from warning output (#284) (94f6d94)
  • remove vulns and repeated warning headings (W-17068244) (#233) (7edf773)
  • reword credential storage netrc warnings (#351) (b5578ca)
  • silence redundant console.error on netrc logout (#335) (a9200ba)
  • stop removeauth error no acct (#341) (40642b9)
  • throw an error when account is not resolved (#339) (2986154)
  • update login state file for both keychain and .netrc (#381) (036a6cc)
  • update netrc fallback warning behavior (#383) (900d87c)

Performance Improvements

  • lazy-load heavy modules to improve CLI startup time (#318) (2f4207d)

Dependencies

Read more

command: v12.4.2

Choose a tag to compare

@heroku-devtools-release-workflows heroku-devtools-release-workflows released this 15 Jun 16:49
4895d4a

12.4.2 (2026-06-15)

Bug Fixes

  • remove .netrc warnings from the credential manager (#384) (c331236)
  • update login state file for both keychain and .netrc (#381) (036a6cc)
  • update netrc fallback warning behavior (#383) (900d87c)

command: v12.4.1

Choose a tag to compare

@heroku-devtools-release-workflows heroku-devtools-release-workflows released this 08 Jun 20:13
0e11dc4

12.4.1 (2026-06-08)

Dependencies

  • bump @oclif/core from 4.10.0 to 4.11.4 (#367) (cdca6d4)
  • bump picomatch from 4.0.3 to 4.0.4 (#374) (15bd660)
  • bump serialize-javascript to 7.0.5 and diff to 8.0.3 (#379) (80c37fc)
  • update @heroku/http-call to v5.5.2 (#380) (88ebe3a)

command: v12.4.0

Choose a tag to compare

@heroku-devtools-release-workflows heroku-devtools-release-workflows released this 28 May 19:13
8333878

12.4.0 (2026-05-28)

Features

  • add Heroku credential manager functionality (#372) (91bcd40)
  • update login to no longer logout as part of the process (#357) (0077ccb)

Bug Fixes

Code Refactoring

  • update check for 401 error to only look at error code (#358) (160741a)

command: v12.3.3

Choose a tag to compare

@heroku-devtools-release-workflows heroku-devtools-release-workflows released this 06 May 22:58
522f2ad

12.3.3 (2026-05-06)

Bug Fixes

  • prompter: route inquirer prompt UI to stderr by default (#354) (a01f9ee)

command: v13.0.0-beta.3

Pre-release

Choose a tag to compare

@heroku-devtools-release-workflows heroku-devtools-release-workflows released this 05 May 20:27
6e12e8b

13.0.0-beta.3 (2026-05-05)

⚠ BREAKING CHANGES

  • avoid duplicate account prompt on logout (#332)

Features

  • add --no-wrap flag for table rendering (#324) (1ed23a7)
  • add global --prompt flag for interactive command execution (#269) (c73322b)
  • add listKeychainAccounts function (#353) (2c8df88)
  • add sentry reporting (#297) (0d815d0)
  • add warning messages when credential manager keychain ops fail (#317) (0de746a)
  • bring in heroku-credential-manager logic (#296) (a167022)
  • cache account hint in login.json for native credential store (#342) (cf0544a)
  • env var keychain bool (#340) (ec16c2a)
  • leverage the heroku credential manager for auth (#291) (de1bf43)
  • revoke OAuth tokens on logout with optional flag (#352) (8f84462)

Bug Fixes

  • Add default help text hook so that display default app value in --help (#268) (d45dc5c)
  • avoid duplicate account prompt on logout (#332) (d28e371)
  • clear native store on logout regarless of HEROKU_NETRC_WRITE (#331) (72f4245)
  • Ctrl-C cancels login process (#305) (bea43c5)
  • deps: bump lodash from 4.17.21 to 4.17.23 (#255) (f056708)
  • deps: bump the patch-dependencies group across 1 directory with 3 updates (#260) (548fab1)
  • exclude workflows-repo from eslint (#286) (093706f)
  • improve --prompt flag help text implementation (#276) (f870d8b)
  • remove account selector logic for credential manager (#350) (71efb94)
  • remove extra newline from warning output (#284) (94f6d94)
  • remove vulns and repeated warning headings (W-17068244) (#233) (7edf773)
  • reword credential storage netrc warnings (#351) (b5578ca)
  • silence redundant console.error on netrc logout (#335) (a9200ba)
  • stop removeauth error no acct (#341) (40642b9)
  • throw an error when account is not resolved (#339) (2986154)

Performance Improvements

  • lazy-load heavy modules to improve CLI startup time (#318) (2f4207d)

Miscellaneous Chores

command: v12.3.2

Choose a tag to compare

@heroku-devtools-release-workflows heroku-devtools-release-workflows released this 29 Apr 22:13
bb37d06

12.3.2 (2026-04-29)

Bug Fixes

  • dedupe API warning headers within one client invocation (#343) (ac1717a)