Releases: Drovyu/preview-cli
Releases · Drovyu/preview-cli
Release list
v0.1.0
Initial release of Drovyu Preview CLI.
Install
pnpm add -g @dvyu/cli
# or
npm install -g @dvyu/cliThe installed executable is dvyu.
Highlights
- Create encrypted temporary previews from static HTML builds
- Build Astro, Vite, and Storybook projects with
dvyu preview - Update existing previews without changing their URL
- Encrypt files and the manifest locally with AES-256-GCM before upload
- Manage local preview history, expiration, and supporter benefits
Security notice
Treat the complete preview URL as a secret. Do not upload credentials, personal data, NDA material, or other sensitive information. The public CLI source verifies encryption before upload, but the preview viewer is delivered by Drovyu and is part of the trust boundary. This service is not a complete security sandbox or an active-server zero-knowledge system.
See the encryption design and security policy.