@cotar/cli
v6.0.1
Published
.tar + .tar.index + AWS S3 = :heart:
Downloads
10
Readme
Cloud Optimized Tar (COTAR) - CLI (@cotar/cli)
.tar + .tar.index + AWS S3 = :heart:
Create cloud optimized tar
cotar create sample.tar --verbose --binary
Seve a cotar from a webserver
cotar serve sample.tar
List all files inside the tar
curl http://localhost:8080/v1/list
Fetch a specific file from the tar
curl http://localhost:8080/v1/file/package.json
Creating reproducible tars
Create a reproducible tar where most metadata is stripped from the files such as modified time, which means two tar files from the same source data should have the exact same hash.
cotar tar output.tar files/