Athars CDN CLI
raw JSON → 1.0.0 verified Mon Apr 27 auth: no javascript
CLI tool for uploading files to Athars CDN with chunked upload, concurrent upload, progress bar, and auto-copy clipboard. Version 1.0.0, built with Node.js native streams, axios, commander, and cli-progress. Differentiator: supports large file uploads via 50MB chunks and concurrent chunk transfer for speed and stability.
Common errors
error athars: command not found ↓
cause CLI not linked or not installed globally.
fix
Run
npm link in the package directory. error Upload failed: chunk size exceeds 50MB ↓
cause Trying to upload file larger than 50MB in a single chunk without chunking enabled.
fix
The tool automatically splits files into 50MB chunks; ensure no manual chunking is attempted.
Warnings
gotcha CLI must be used via `npm link` or Docker; not available as standalone executable. ↓
fix Run `npm link` after install and use `athars` command.
gotcha Clipboard auto-copy may not work in headless environments or certain terminals. ↓
fix Use manual copy after upload completes.
Install
npm install athars-cdn-cli yarn add athars-cdn-cli pnpm add athars-cdn-cli Quickstart
npm install
docker run --rm -v $PWD:/data atharscdn/cli athars /data/file.mp4