peopledoc/vault-cli

vault get-all is all funky when path ends with /

ewjoachim opened this issue · 2 comments

vault get-all is all funky when path ends with /
mgu commented

could you explain the issue or put the output here ? :)

$ vault set a/b c=d   
Done

$ vault get-all          
---
a/b:
  c: d

$ vault get-all a 
---
a/b:
  c: d

$ vault get-all a/
---
a//b:
  c: d

$ vault get-all --no-flat a/
---
a:
  ? ''
  : b:
      c: d