Registry / devops / athars-cdn-cli

athars-cdn-cli

JSON →
library1.0.0jsnpmunverified

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.

npm install athars-cdn-cli
INSTALL
IMPORT
SIG · ATHARS-CDN-CLI
A
athars-cdn-cli
devopsjavascriptv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Install dependencies and upload a file using Docker (since global link may not work).

npm install docker run --rm -v $PWD:/data atharscdn/cli athars /data/file.mp4
athars-cdn --version
Debug
Known issues
gotchaCLI must be used via `npm link` or Docker; not available as standalone executable.
fix
Run `npm link` after install and use `athars` command.
affects: >=1.0.0
gotchaClipboard auto-copy may not work in headless environments or certain terminals.
fix
Use manual copy after upload completes.
affects: >=1.0.0
Errors
Common errors & fixes
athars: command not found
CLI not linked or not installed globally.
fix
Run `npm link` in the package directory.
Upload failed: chunk size exceeds 50MB
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.
Upgrade
Version history
1.0.0latest on npm
Audit
Dependencies
axiosrequiredHTTP client for upload requests
commanderrequiredCLI command parsing
cli-progressrequiredProgress bar display
Agent activity
22 hits · last 30 days
node
17
OpenAI (training)
1
Resources
athars-cdn-cli — npm install athars-cdn-cli · libregistry