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

docs: Update commands list #340

Merged
merged 1 commit into from
Oct 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion cmd/car/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ USAGE:
COMMANDS:
create, c Create 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
list, l List the CIDs in a car
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
```
Expand Down