You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 in stdin and output that straight to stdout.
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.
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 filesThe text was updated successfully, but these errors were encountered: