Registry / devops / zipy-cli

zipy-cli

JSON →
library0.0.13jsnpmunverified

CLI tool for uploading source maps to Zipy's error monitoring service. Current stable version is 0.0.13. Released as needed. Simplifies automated source map uploads in CI/CD pipelines by abstracting Zipy's API directly. Differentiates from similar tools by being purpose-built for Zipy rather than generic uploaders.

npm install zipy-cli
INSTALL
IMPORT
SIG · ZIPY-CLI
Z
zipy-cli
devopsjavascriptv0.0.13
Install
Import
Disk
Pass rate
0/ 6
Env Coverage0 / 6
glibc
1822
musl
1822
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18226 runs
build_error
glibc
node 18226 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cli
npm i -g zipy-cli
npm i zipy-cli (local install)
Must be installed globally for CLI usage. Ships TypeScript types but intended as CLI tool, not library import.

Installs the CLI globally and uploads source maps from a directory using environment variables for authentication.

npm i -g zipy-cli && zipy-cli --authKey $(echo $ZIPY_AUTH_KEY) --dirname ./sourcemaps/ --apiKey $(echo $ZIPY_API_KEY) --releaseVer 1.0.0
zipy --version
Debug
Known issues
gotchaCLI must be installed globally; local installs will not expose the `zipy-cli` command.
fix
Use `npm i -g zipy-cli` instead of `npm i zipy-cli`.
affects: >=0.0.0
Errors
Common errors & fixes
zsh: command not found: zipy-cli
Package not installed globally or not in PATH.
fix
Run `npm install -g zipy-cli` and ensure npm global bin directory is in PATH.
Upgrade
Version history
0.0.13latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
60 hits · last 30 days
node
52
OpenAI (training)
1
Resources
zipy-cli — npm install zipy-cli · libregistry