The project is utils of CAR file which used in WASM runtime.
if you wanna lean about WASM runtime, please vist "https://github.com/blocklessnetwork/runtime/".
use cargo install to install the command
cargo install car-utils
car-utils install in the cargo bin directory.
execute the command car-utils --help
to show the command help.
```
Usage: car-utils
Commands: ar Archive local file system to a car file cat View cid content from a car file ls List the car files cid List the car cid ex Extract the car files help Print this message or the help of the given subcommand(s)
Options: -h, --help Print help -V, --version Print version ```
archive the local directory to the car file.
``` Archive local file system to a car file
Usage: car-utils ar -c
Options:
-c
list file structures in the car file.
``` List the car files
Usage: car-utils ls
Arguments:
Options: -h, --help Print help ```
list file cids in the car file.
``` List the car cid
Usage: car-utils cid
Arguments:
Options: -h, --help Print help ```
extract the files in the car file to the target directory.
``` Extract the car files
Usage: car-utils ex [OPTIONS] -c
Options:
-c
cat cid content from a car file.
``` View cid content from a car file
Usage: car-utils cat -c
Arguments:
Options:
-c