π Initial Release
First public release of the Nudocs CLI β a command-line interface for Nudocs.ai.
Installation
npm install -g @nutrient-sdk/nudocs-cliOr use directly:
npx @nutrient-sdk/nudocs-cli --helpCommands
uploadβ Upload documents (markdown, docx, pdf, html, and more) to Nudocslistβ List all your Nudocs documentslinkβ Get a shareable edit link for any documentpullβ Download/export documents in various formats (docx, md, pdf, html, txt)deleteβ Delete documents from your Nudocs accountconfigβ 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
- npm package
- Nudocs.ai
- MCP Server (for Claude Desktop)