This is the command line interface for Railway. Use it to connect your code to Railway's infrastructure without needing to worry about environment variables or configuration.
The Railway command line interface (CLI) connects your code to your Railway project from the command line.
The Railway CLI allows you to
Currently pre-release. We are looking for feedback and suggestions. Please join our Discord to provide feedback.
bash
cargo install railwayapp --locked
bash
brew install railway
bash
npm install -g @railway/cli
bash
curl -fsSL https://cli.new | sh
See CONTRIBUTING.md for information on setting up this repo locally.
We would love to hear your feedback or suggestions. The best way to reach us is on Discord.
We also welcome pull requests into this repo. See CONTRIBUTING.md for information on setting up this repo locally.