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
A simple tar protocol is being merged to aid in the implementation of the secrets cp and secrets mv. The ground work for tar implementation would have been completed. Thus, a command that leverages this archival of files can be added. Instead of parsing the archive at the client side, we can give the user the archive in its entirety. As the tar generator and parser pair has been validated against existing tar implementations, this command should work out of the box.
Specification
A simple tar protocol is being merged to aid in the implementation of the
secrets cp
andsecrets mv
. The ground work for tar implementation would have been completed. Thus, a command that leverages this archival of files can be added. Instead of parsing the archive at the client side, we can give the user the archive in its entirety. As the tar generator and parser pair has been validated against existing tar implementations, this command should work out of the box.Additional context
secrets cp
command #249secrets mv
command #248Tasks
secrets tar
commandThe text was updated successfully, but these errors were encountered: