0xBigBoss avatar

tilt-logs

Query logs from Tilt local_resource processes with time-based filtering. Use when debugging Tilt ser

作者 0xBigBoss|オープンソース

tilt-logs

Enhanced log viewing for Tilt with --since, --tail, and -f filtering that native tilt logs lacks.

Quick Reference

# View logs from specific resource
tilt-logs <resource>

# Filter by time (5m, 1h, 30s, 1d)
tilt-logs <resource> --since 5m

# Last N lines
tilt-logs --tail 100

# Stream logs (follow mode)
tilt-logs -f
tilt-logs <resource> -f

# JSON output for parsing
tilt-logs --json | jq .

# Custom Tilt instance
tilt-logs --host 192.168.1.100 --port 10351

Environment Variables

  • TILT_HOST - Tilt API host (default: localhost)
  • TILT_PORT - Tilt API port (default: 10350)

Common Patterns

Debug recent failures:

tilt-logs <resource> --since 5m

Check startup logs:

tilt-logs <resource> --tail 50

Monitor live output:

tilt-logs <resource> -f

Parse structured output:

tilt-logs --json --since 1h | jq 'select(.level == "error")'

Options

FlagShortDescription
--since <dur>-sShow logs since duration (5m, 1h, 30s)
--tail <num>-nShow last N log lines
--follow-fStream new logs
--jsonOutput as JSON lines
--no-colorDisable colored output
--host <host>Tilt host
--port <port>Tilt port
--help-hShow help
tilt-logs - Claude Code・Cursor 対応の AIエージェント Skill | Agent Skills