Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cli-rvault) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
🚀 Rvault CLI
A powerful terminal tool to store, access, and share files securely from anywhere.
No UI. No friction. Just your terminal.
⚡ Install
npm install -g cli-rvault⚡ Quick Start
rvault login
rvault upload file.txt
rvault list
rvault download <id>
rvault share <id>✨ Core Features
🔐 Secure by Design
- End-to-end encrypted file storage
- Multi-layer authentication
- Safe sharing with controlled access
📁 File Vault
- Upload and store files remotely
- Access anytime from any machine
- Clean listing and fast retrieval
🔗 Smart Sharing
- Generate shareable links
- Set expiry for access
- Send files directly to other users
📋 Cloud Clipboard
- Copy text across devices
- Store snippets, secrets, links
- Instant sync via terminal
⚡ CLI Experience
- Fast and minimal commands
- Interactive prompts when needed
- Clean, readable terminal output
📖 Commands
File Management
rvault upload <file>
rvault download <id>
rvault list
rvault delete <id>Sharing
rvault share <id>
rvault share <id> --expires 24hClipboard
rvault clip push "text"
rvault clip pull
rvault clip listAuthentication
rvault login
rvault register
rvault logout⚙️ Flags
-h, --help Show help
-v, --version Show version
-V, --verbose Detailed logs
-q, --quiet Minimal output
-j, --json JSON output👨💻 Author
Uday Pareta GitHub: https://github.com/udayapex1
📄 License
MIT
⚡ Philosophy
Rvault is built for developers who prefer:
- Terminal over UI
- Speed over complexity
- Control over abstraction
Your files. Your control. Anywhere.