Skip to content

Confirmation prompt before deleting a database #237

@alexjpwalker

Description

@alexjpwalker

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

  1. Set up
    Have a database.

  2. Execute

> database list 
production
> database delete production
  1. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions