mirror of
https://github.com/dokku/dokku.git
synced 2026-07-11 04:51:57 +02:00
`storage:destroy` now prompts for confirmation before removing a named storage entry, matching the behavior of other destructive commands such as `apps:destroy` and `network:destroy`. The prompt can be skipped with the `--force` flag or the global `dokku --force` flag for non-interactive callers.