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.

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.
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`.
npm install zipy-cli
yarn add zipy-cli
pnpm add zipy-cli

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