ipld / go-car

A content addressible archive utility
Other
146 stars 44 forks source link

feat: add inverse and version to filter cmd #457

Closed laurentsenta closed 1 year ago

laurentsenta commented 1 year ago

Adds the options --version and --inverse to car filter so that:

echo $REMOVED_CID | car filter --version 1 --inverse ./input.car ./output.car

Removes the CID and outputs a carv1.

Context: