@urlplz/cli
v0.1.2
Published
Publish self-contained HTML files to urlplz.com and get a shareable URL.
Downloads
14
Readme
@urlplz/cli
CLI for urlplz — publish self-contained HTML files and get a shareable URL. Bytes stream from disk straight to Cloudflare, never through an LLM.
Use without installing
npx @urlplz/cli publish ./report.htmlInstall globally
npm i -g @urlplz/cli
urlplz publish ./report.htmlAuth
On macOS the CLI reuses the OAuth token from your Claude Code MCP registration
(stored in the Claude Code-credentials Keychain entry). On Linux/Windows set
URLPLZ_TOKEN (alias HTMLDROP_TOKEN) to a valid bearer token.
Commands
urlplz publish <file> [--visibility=public-link|digitalist-only] [--type=…] [--title=…] [--client=…] [--tags=a,b] [--slug=<slug>]
urlplz list [--json]
urlplz replace <uuid> <file>
urlplz --help--slug requests a custom slug for the published URL (e.g. --slug my-report makes it reachable at urlplz.com/p/<uuid>/my-report). Best-effort: publish always succeeds even if the slug is already taken.
