v0.2.0 - System Documents CLI
·
4 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
What's New
New Commands
modernpath system-docs push [files...]- Upload documents to ModernPath with glob pattern supportmodernpath system-docs pull- Download system documents (with decryption)modernpath system-docs list- List documents for current system
Features
- Support for PDF, DOCX, Markdown, TXT, JSON file uploads
- Glob pattern support for batch uploads (e.g.,
./docs/*.pdf) - Automatic content extraction and indexing for AI search
- Encrypted file storage on server
- Filename matching for updates vs creates
Installation
macOS (Homebrew)
brew tap modernpath/tap
brew install modernpath
# or upgrade
brew upgrade modernpathLinux
curl -fsSL https://raw.githubusercontent.com/ModernPath/cli/main/scripts/install.sh | bashWindows
scoop bucket add modernpath https://github.com/ModernPath/scoop-bucket
scoop install modernpathFull Changelog: v0.1.2...v0.2.0