Skip to content

feat: Add standalone railway restart command#754

Merged
JakeCooper merged 1 commit intomasterfrom
feat/restart-command
Jan 8, 2026
Merged

feat: Add standalone railway restart command#754
JakeCooper merged 1 commit intomasterfrom
feat/restart-command

Conversation

@JakeCooper
Copy link
Copy Markdown
Contributor

Summary

Extract the restart functionality from railway redeploy --restart into a dedicated railway restart command for better discoverability and simpler usage.

Usage

railway restart              # Restart linked service
railway restart -s backend   # Restart specific service  
railway restart -y           # Skip confirmation

The railway redeploy --restart flag still works for backward compatibility.

Test plan

  • railway restart prompts for confirmation and restarts the linked service
  • railway restart -s <service> restarts the specified service
  • railway restart -y skips the confirmation prompt

🤖 Generated with Claude Code

Extract the restart functionality from `railway redeploy --restart` into
a dedicated `railway restart` command for better discoverability and
simpler usage.

Usage:
  railway restart              # Restart linked service
  railway restart -s backend   # Restart specific service
  railway restart -y           # Skip confirmation

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@JakeCooper JakeCooper added the release/minor Author minor release label Jan 8, 2026
@JakeCooper JakeCooper merged commit 79a6e30 into master Jan 8, 2026
7 checks passed
@JakeCooper JakeCooper deleted the feat/restart-command branch January 8, 2026 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release/minor Author minor release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant