Skip to content

feat: Add -y/--yes flag to unlink command#753

Merged
JakeCooper merged 1 commit intomasterfrom
feat/unlink-yes-flag
Jan 8, 2026
Merged

feat: Add -y/--yes flag to unlink command#753
JakeCooper merged 1 commit intomasterfrom
feat/unlink-yes-flag

Conversation

@JakeCooper
Copy link
Copy Markdown
Contributor

Summary

Add -y/--yes flag to skip the confirmation prompt when unlinking a project or service. Useful for CI/CD scripts where interactive prompts aren't desired.

Matches the behavior of railway environment delete -y.

Test plan

  • railway unlink -y skips confirmation
  • railway unlink -s -y skips confirmation for service unlink
  • railway unlink still prompts for confirmation (in TTY)

🤖 Generated with Claude Code

Skip the confirmation prompt when unlinking a project or service.
Useful for CI/CD scripts where interactive prompts aren't desired.

Matches the behavior of `railway environment delete -y`.

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 8fd5b4d into master Jan 8, 2026
7 checks passed
@JakeCooper JakeCooper deleted the feat/unlink-yes-flag branch January 8, 2026 21:10
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