Skip to content

Releases: PSPDFKit-labs/nudocs-cli

v1.0.0 — Initial Release 🎉

13 Jan 04:33
v1.0.0
eedf43b

Choose a tag to compare

🎉 Initial Release

First public release of the Nudocs CLI — a command-line interface for Nudocs.ai.

Installation

npm install -g @nutrient-sdk/nudocs-cli

Or use directly:

npx @nutrient-sdk/nudocs-cli --help

Commands

  • upload — Upload documents (markdown, docx, pdf, html, and more) to Nudocs
  • list — List all your Nudocs documents
  • link — Get a shareable edit link for any document
  • pull — Download/export documents in various formats (docx, md, pdf, html, txt)
  • delete — Delete documents from your Nudocs account
  • config — Show current CLI configuration and status

Features

  • 📄 15+ input formats — Upload markdown, Word, PDF, HTML, LaTeX, EPUB, and more
  • 📤 Multiple export formats — Pull documents back as DOCX, Markdown, PDF, HTML, or plain text
  • 🔑 Flexible authentication — API key via environment variable or config file
  • 💾 Smart state tracking — Remembers your last upload for quick follow-up commands
  • 🤖 AI agent friendly — Designed for use with Claude, Codex, Clawdbot, and other AI assistants
  • 🔧 Zero dependencies — Uses native Node.js fetch, works with Node 18+

Links