Version 4.8.1
Released: 2026-08-07
Fixed
create databasenow honors flags like--engineinstead of re-prompting for them. Any flag you set explicitly (--engine,--instance-class,--multi-az, etc.) is used directly and its interactive prompt is skipped.--engineaccepts the fully-qualified engine name (mysql,postgres,aurora-mysql,aurora-postgresql) and is validated so a typo fails fast.create app/create pipelinenow respect the--addon-databaseand--addon-redisflags, which were previously accepted but ignored. Interactively they preselect the addon; non-interactively they auto-select when the cluster has a single database/redis instance, and otherwise list the choices (use--addon-database-name/--addon-redis-nameto pick one).