Skip to content

make remove-repository dry-run by default

John Cai requested to merge jc-remove-repository-dry-run into master

remove-repository is a destructive command. In order to make it safer to use, make it print what it intends to destroy by default. This is a "dry run". Only when --apply is passed in will the command actuall remove database records and delete the repository on disk.

closes: #3893 (closed)

Edited by John Cai

Merge request reports