vpush-cli
v2.0.2
Published
Push and pull files to your VPS servers. No Git, no SSH keys — just vpush.
Maintainers
Readme
vpush
Push and pull files to your VPS servers. No Git, no SSH keys — just vpush.
Install
npm install -g vpush-cliQuick Start
# Set your server (default: https://vpush.tech)
vpush server https://vpush.tech
# Clone a project
vpush samuel/my-api
# Make changes, then push
vpush push
# On another machine, pull the latest
vpush pullCommands
| Command | Description |
|---|---|
| vpush <user/project> | Clone a project to your machine |
| vpush push | Upload changed files to VPush |
| vpush pull | Download latest files from VPush |
| vpush status | Show current project and server |
| vpush server <url> | Set your VPush server URL |
How It Works
- Create a free account at vpush.tech
- Create a project and set a PIN
- Clone it with
vpush yourname/project - Push and pull files from any machine
No tokens, no SSH keys, no complicated setup. Just a username, project name, and a 4-digit PIN.
License
MIT
