railway
Installation
SKILL.md
Railway Deployment
CLI Basics
The Railway CLI has built-in help for all commands:
railway --help
railway <command> --help
Important: The CLI has interactive menus that don't work in automated contexts. Always provide all required parameters explicitly to avoid prompts (e.g., --workspace, --service, --name).
Common Commands
# Create project (always specify workspace to avoid prompt)
railway init --name "my-project" --workspace "Workspace Name"