New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

droplive

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

droplive

DropLive CLI for preparing, packaging, and deploying project folders.

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

droplive

Command-line companion for DropLive.

npx droplive doctor
npx droplive prepare --write=off
npx droplive export --out ./source.tar.gz
DROPLIVE_TOKEN=... npx droplive deploy

Commands

  • droplive agent init --tool claude|codex|cursor|all --yes
  • droplive prepare [--write=safe|ask|off]
  • droplive deploy [--app-id <id>] [--prod]
  • droplive export [--out <path>]
  • droplive doctor

export and deploy mirror the DropLive tray packer: they honor local .gitignore files, always exclude .git, node_modules, .next, dist, and build, and drop secret .env* files while keeping template files such as .env.example.

deploy reads:

  • DROPLIVE_TOKEN for the bearer token.
  • DROPLIVE_SERVER_URL for the DropLive API base URL.

WINCH_ACCESS_TOKEN, WINCH_TOKEN, and WINCH_SERVER_URL are accepted as development aliases.

Keywords

droplive

FAQs

Package last updated on 10 Jul 2026

Related posts