There is no confirmation prompt before deleting a database, despite the fact it is one of the most destructive actions you could possibly take.
Reproducible Steps
Set up
Have a database.
Execute
> database list
production
> database delete production
Unexpected result
> database delete production
Database 'production' deleted
Expected result
> database delete production
Are you sure you want to delete the database 'production'? This action is NOT reversible. (Y / N)
> N
Database deletion cancelled.
Description
There is no confirmation prompt before deleting a database, despite the fact it is one of the most destructive actions you could possibly take.
Reproducible Steps
Set up Have a database.
Execute
Unexpected result
Expected result