Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add ipld/go-car #14511

Merged
merged 4 commits into from Aug 10, 2023
Merged

Conversation

ponkio-o
Copy link
Sponsor Contributor

ipld/go-car: A content addressible archive utility

$ aqua g -i ipld/go-car

How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

$ go-car --help
NAME:
   car - Utility for working with car files

USAGE:
   car [global options] command [command options] [arguments...]

COMMANDS:
   compile        compile a car file from a debug patch
   create, c      Create a car file
   debug          debug a car file
   detach-index   Detach an index to a detached file
   extract, x     Extract the contents of a car when the car encodes UnixFS data
   filter, f      Filter the CIDs in a car
   get-block, gb  Get a block out of a car
   get-dag, gd    Get a dag out of a car
   index, i       write out the car with an index
   inspect        verifies a car and prints a basic report about its contents
   list, l, ls    List the CIDs in a car
   root           Get the root CID of a car
   verify, v      Verify a CAR is wellformed
   help, h        Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h  show help

Reference

[ipld/go-car](https://github.com/ipld/go-car): A content addressible archive utility
@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Aug 10, 2023
@suzuki-shunsuke suzuki-shunsuke added this to the v4.36.0 milestone Aug 10, 2023
@suzuki-shunsuke
Copy link
Member

Thank you always!

@suzuki-shunsuke
Copy link
Member

91f2f1d

  • Refactored
  • Fixed the command name on darwin

@suzuki-shunsuke suzuki-shunsuke merged commit f9588a3 into aquaproj:main Aug 10, 2023
16 checks passed
@suzuki-shunsuke
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants