Skip to content

command: v13.0.0-beta.3

Pre-release
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