serokell / coffer

Multi-backend password store with multiple frontends
4 stars 2 forks source link

Add a "dry run" mode #36

Closed dcastro closed 2 years ago

dcastro commented 2 years ago

Clarification and motivation

The copy/rename/delete commands are capable of performing multiple operations at once. Those operations can also be destructive.

I think it would be useful to add a --dry-run/-d mode for these operations, so the user can see what exactly will be created/deleted before they decide whether they want to actually go ahead with the operation.

Acceptance criteria