Version 4.8.0
Released: 2026-07-24
Added
ps restartcommand to restart your app's processes. By default it does a graceful, zero-downtime rolling restart (spins up replacement containers before stopping the old ones); add--forceto immediately stop the running containers and let them relaunch.version checkcommand to check if a newer CLI version is available.version updatecommand to download and install the latest CLI version from GitHub releases.shell --live/ps exec --livenow show each process's size (CPU/memory) in the selector, and print an advisory naming the process and its size after connecting.
Fixed
ps resizeno longer fails on apps that have never had a successful release.shellnow only uses a login shell (bash -l) for buildpack apps, avoiding cases where it clobbered aPATHset by a Dockerfile-based app's image.selfupdatenow errors clearly when a downloaded binary exceeds the size limit, instead of silently truncating it to a confusing checksum mismatch.- Commands other than
authno longer fail with a raw SDK error when the local~/.awsconfig has a partial/incompletedefaultprofile.