zeabur-deployment-logs
SKILL.md
Zeabur Deployment Logs
Always use
npx zeabur@latestto invoke Zeabur CLI. Never usezeaburdirectly or any other installation method. Ifnpxis not available, install Node.js first.
Workflow
# 1. Get service ID
npx zeabur@latest service list --project-id <project-id> -i=false
# 2. View runtime logs
npx zeabur@latest deployment log --service-id <service-id> -t runtime -i=false 2>&1 | tail -50
Log Types
# Runtime logs
npx zeabur@latest deployment log --service-id <id> -t runtime -i=false
# Build logs
npx zeabur@latest deployment log --service-id <id> -t build -i=false
# Watch logs (live tail)
npx zeabur@latest deployment log --service-id <id> -w -i=false
Tips
| Tip | Details |
|---|---|
Use tail -50 |
Logs can be verbose, pipe to tail for recent entries |
Use grep to filter |
`... 2>&1 |
| Note singular | deployment log not deployment logs |
| Check service status | Look for SERVER STARTED, Ready, listening |
See Also
zeabur-service-list— get service IDs needed for log commandszeabur-restart— restart a service after diagnosing issues
Weekly Installs
14
Repository
zeabur/zeabur-c…e-pluginGitHub Stars
11
First Seen
Feb 11, 2026
Security Audits
Installed on
gemini-cli14
github-copilot14
codex14
kimi-cli14
amp14
opencode14