What problem does it solve? Managing Railway deployments manually requires memorizing CLI flags and log filtering syntax, and debugging failed deploys often means digging through build and runtime logs without clear guidance. ## Core Features & Use Cases - Deployment Lifecycle Control: List, redeploy, restart, or remove deployments using railway CLI commands with service and environment targeting. - Log Inspection & Filtering: Fetch deploy or build logs with line limits, time ranges, text filters, and per-deployment queries for debugging. - Troubleshooting Guidance: Diagnose build failures and runtime crashes with structured log presentation and error summaries. - Use Case: A service crashes after a config change. List recent deployments, pull the latest logs filtered for errors, identify the stack trace, then redeploy or restart the service. ## Quick Start Show me the last 100 error logs for my Railway backend service and redeploy it.