JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 13
  • Score
    100M100P100Q82392F
  • License MIT

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 banner

    🚀 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 24h

    Clipboard

    rvault clip push "text"
    rvault clip pull
    rvault clip list

    Authentication

    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.