serokell / coffer

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

Qualified paths in `coffer` messages #52

Closed DK318 closed 2 years ago

DK318 commented 2 years ago

Clarification and motivation

In #18 I've supported qualified paths (we can specify backend which certain path is related to) but now both success and error messages show only path without backend

coffer copy 'b1#/a' 'b2#/a'  
[SUCCESS] Copied '/a/b' to '/a/b'.

And it should look like

coffer copy 'b1#/a' 'b2#/a'  
[SUCCESS] Copied 'b1#/a/b' to 'b2#/a/b'.

This issue is blocked by #18 and #21.

Acceptance criteria

All coffer messages show qualified paths.