Open aryanjassal opened 1 month ago
This is pretty low priority, you're talking about secrets cat ./abc vault1:/abc
right?
This is pretty low priority, you're talking about secrets cat ./abc vault1:/abc right?
Yes. This is low priority, and will work as you have written.
Specification
This is a continuation of Polykey-CLI#243. In that issue, a
secrets cat
was created with support for concatenating the output of multiple files from multiple vaults in order. It can also take instdin
and output that straight tostdout
.The
secrets cat
command currently only operates on vault's encrypted file system, and not on the actual user's file system. For consistency, we to support that out-of-the-box.Additional context
Tasks
secrets cat
to concatenate system files along with vault files