Skip to content

v0.2.0 - System Documents CLI

Choose a tag to compare

@pasilastbot pasilastbot released this 17 Jun 10:23
· 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 support
  • modernpath 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 modernpath

Linux

curl -fsSL https://raw.githubusercontent.com/ModernPath/cli/main/scripts/install.sh | bash

Windows

scoop bucket add modernpath https://github.com/ModernPath/scoop-bucket
scoop install modernpath

Full Changelog: v0.1.2...v0.2.0