6.0.1 • Published 2 years ago
@cotar/cli v6.0.1
Cloud Optimized Tar (COTAR) - CLI (@cotar/cli)
.tar + .tar.index + AWS S3 = :heart:
Create cloud optimized tar
cotar create sample.tar --verbose --binarySeve a cotar from a webserver
cotar serve sample.tarList all files inside the tar
curl http://localhost:8080/v1/listFetch a specific file from the tar
curl http://localhost:8080/v1/file/package.jsonCreating 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/