{"id":18946,"library":"zipy-cli","title":"Zipy CLI","description":"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.","status":"active","version":"0.0.13","language":"javascript","source_language":"en","source_url":null,"tags":["javascript","Zipy","Cli","typescript"],"install":[{"cmd":"npm install zipy-cli","lang":"bash","label":"npm"},{"cmd":"yarn add zipy-cli","lang":"bash","label":"yarn"},{"cmd":"pnpm add zipy-cli","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"Must be installed globally for CLI usage. Ships TypeScript types but intended as CLI tool, not library import.","wrong":"npm i zipy-cli (local install)","symbol":"cli","correct":"npm i -g zipy-cli"}],"quickstart":{"code":"npm i -g zipy-cli && zipy-cli --authKey $(echo $ZIPY_AUTH_KEY) --dirname ./sourcemaps/ --apiKey $(echo $ZIPY_API_KEY) --releaseVer 1.0.0","lang":"typescript","description":"Installs the CLI globally and uploads source maps from a directory using environment variables for authentication."},"warnings":[{"fix":"Use `npm i -g zipy-cli` instead of `npm i zipy-cli`.","message":"CLI must be installed globally; local installs will not expose the `zipy-cli` command.","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"last_verified":"2026-04-25T00:00:00.000Z","next_check":"2026-07-24T00:00:00.000Z","problems":[{"fix":"Run `npm install -g zipy-cli` and ensure npm global bin directory is in PATH.","cause":"Package not installed globally or not in PATH.","error":"zsh: command not found: zipy-cli"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}