zeabur-deployment-logs
Installation
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 (use the `zeabur-service-list` skill)
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 |
After diagnosing issues from logs, use the zeabur-restart skill to restart the service if needed.
Weekly Installs
4
Repository
zeabur/agent-skillsGitHub Stars
20
First Seen
4 days ago
Security Audits
Installed on
opencode4
gemini-cli4
deepagents4
antigravity4
claude-code4
github-copilot4