{"library":"rollup-plugin-zephyr","title":"rollup-plugin-zephyr","description":"Rollup plugin for Zephyr, a cloud deployment platform. Current stable version is 1.0.2 (released after v1.0.0 breaking changes). This plugin integrates Rollup builds with Zephyr's deployment pipeline, enabling automatic upload of build artifacts. It requires Rollup ^4.0.0 as a peer dependency. Key differentiators: built-in support for Zephyr's staged deployments, automatic version tracking, and integration with Zephyr's cloud infrastructure. Release cadence is irregular with patches for dependency updates and security fixes.","language":"javascript","status":"active","last_verified":"Mon Apr 27","install":{"commands":["npm install rollup-plugin-zephyr"],"cli":null},"imports":["import zephyr from 'rollup-plugin-zephyr'","import { zephyrPlugin } from 'rollup-plugin-zephyr'","import type { ZephyrOptions } from 'rollup-plugin-zephyr'","const zephyr = require('rollup-plugin-zephyr')"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import zephyr from 'rollup-plugin-zephyr';\n\nexport default {\n  input: 'src/index.js',\n  output: {\n    dir: 'dist',\n    format: 'esm',\n  },\n  plugins: [\n    zephyr({\n      // Zephyr deployment configuration\n      url: process.env.ZEPHYR_URL ?? '',\n      apiKey: process.env.ZEPHYR_API_KEY ?? '',\n      // Optional: specify project\n      project: 'my-app',\n    }),\n  ],\n};\n","lang":"typescript","description":"Basic Rollup configuration using rollup-plugin-zephyr with environment variables for authentication and deployment settings.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}