@garvgyanani121/tcloud-cli
v1.0.2
Published
CLI for T-Cloud Personal Storage
Readme
T-Cloud CLI ☁️
A powerful CLI tool to manage your T-Cloud storage and sync local folders effortlessly.
🚀 Installation
You can run it directly without installation using npx:
npx tcloud-cli loginOr install it globally:
npm install -g @garvgyanani121/tcloud-cli🛠️ Usage
🔐 Authentication
First, set your API URL and login:
tcloud config https://t-cloud-production.up.railway.app/api
tcloud login📁 Basic Commands
tcloud ls: List files in the root directory.tcloud upload <path>: Upload a file.tcloud mkdir <name>: Create a new folder.tcloud stats: Check your storage usage.
🔄 Auto-Sync
Keep a local folder in sync with your cloud automatically:
tcloud sync ./my-documents🖥️ Interactive Explorer
Launch the TUI (Terminal User Interface) to browse files interactively:
tcloud ui📄 License
MIT
