Zipy CLI
raw JSON → 0.0.13 verified Sat Apr 25 auth: no javascript
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.
Common errors
error zsh: command not found: zipy-cli ↓
cause Package not installed globally or not in PATH.
fix
Run
npm install -g zipy-cli and ensure npm global bin directory is in PATH. Warnings
gotcha CLI 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`.
Install
npm install zipy-cli yarn add zipy-cli pnpm add zipy-cli Imports
- cli wrong
npm i zipy-cli (local install)correctnpm i -g zipy-cli
Quickstart
npm i -g zipy-cli && zipy-cli --authKey $(echo $ZIPY_AUTH_KEY) --dirname ./sourcemaps/ --apiKey $(echo $ZIPY_API_KEY) --releaseVer 1.0.0