@cotar/cli

6.0.1 • Public • Published

Cloud Optimized Tar (COTAR) - CLI (@cotar/cli)

.tar + .tar.index + AWS S3 = ❤️

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/

/@cotar/cli/

    Package Sidebar

    Install

    npm i @cotar/cli

    Weekly Downloads

    1

    Version

    6.0.1

    License

    MIT

    Unpacked Size

    52.2 kB

    Total Files

    40

    Last publish

    Collaborators

    • blacha
    • linzds