Skip to content

v1.0.0 β€” Initial Release πŸŽ‰

Latest

Choose a tag to compare

@jdrhyne jdrhyne released this 13 Jan 04:33
· 2 commits to main since this release
v1.0.0
eedf43b

πŸŽ‰ 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