otoinstall-cli
v1.0.1
Published
OtoInstall CLI — Deploy projects from your terminal
Maintainers
Readme
🚀 @otoinstall/cli
Deploy projects from your terminal in seconds.
npx @otoinstall/cli deployWorks with any hosting via FTP / SFTP / SSH.
Install
# Use directly (no install)
npx @otoinstall/cli deploy
# Or install globally
npm install -g @otoinstall/cliSetup
# Configure API key (interactive)
otoinstall login
# Or pass directly
otoinstall login --key oi_live_your_key_hereCommands
Deploy
# Deploy current directory
otoinstall deploy
# Deploy specific directory
otoinstall deploy ./my-project
# Deploy a ZIP file
otoinstall deploy --zip project.zip
# Deploy to specific server (skip prompt)
otoinstall deploy --server 1
# Full options
otoinstall deploy ./my-project --server 1 --url https://mysite.com --type laravelStatus & Logs
# Check deployment status
otoinstall status 01HYJ3R8KQFG...
# View deployment logs
otoinstall logs 01HYJ3R8KQFG...Server & Project Management
# List your servers
otoinstall servers
# List recent deployments
otoinstall projects
# Check account info
otoinstall whoamiAll Options
| Command | Options | Description |
|---|---|---|
| deploy [dir] | --zip, --server, --path, --url, --type | Deploy a project |
| status <id> | — | Check deployment status |
| logs <id> | — | View deployment logs |
| servers | — | List servers |
| projects | — | List deployments |
| login | --key, --url | Configure API key |
| whoami | — | Show account info |
License
MIT © OtoInstall
