August 30, 2026
We’ve rewritten the Aptible CLI in Go
We’re excited to announce that the Aptible CLI has been fully rewritten. The new CLI is significantly more performant than the previous version — faster startup, lower memory usage, and snappier command execution across the board.As part of this release, we’re also kicking off this CLI Changelog to keep you informed of updates as we continue to ship improvements. You can subscribe via RSS to get notified whenever a new release drops — look for the RSS icon at the top of this page.What’s new
- The CLI will now notify you when a newer version is available, encouraging you to upgrade
- Added
whoamicommand to display the currently authenticated user - Added
logoutcommand to end your session - General performance improvements: reduced memory and disk footprint
Breaking changes
- Removed the deprecated, ambiguous
--sizeoption fromdb:restart - Removed
db:dumpsupport for databases other than PostgreSQL --ip-whitelistand--portsflags now require comma-separated lists when specifying multiple values (e.g.--ports 80,443)

