| Crates.io | railwayapp |
| lib.rs | railwayapp |
| version | 4.27.0 |
| created_at | 2023-02-18 01:14:12.10699+00 |
| updated_at | 2026-01-23 18:34:27.280737+00 |
| description | Interact with Railway via CLI |
| homepage | https://github.com/railwayapp/cli |
| repository | https://github.com/railwayapp/cli |
| max_upload_size | |
| id | 787930 |
| size | 2,165,755 |
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:
And more.
Follow the CLI guide to install the CLI and run your first command.
For non-interactive authentication details, see the CLI guide.
cargo install railwayapp --locked
brew install railway
npm install -g @railway/cli
# Install
bash <(curl -fsSL cli.new)
# Uninstall
bash <(curl -fsSL cli.new) -r
scoop install railway
Install with Paru
paru -S railwayapp-cli
Install with Yay
yay -S railwayapp-cli
docker pull ghcr.io/railwayapp/cli:latest
For GitHub Actions setup, see the blog post at blog.railway.com/p/github-actions.
For GitLab CI/CD setup, see the blog post at blog.railway.com/p/gitlab-ci-cd.
See CONTRIBUTING.md for information on setting up this repository locally.
We would love to hear your feedback or suggestions. The best way to reach us is on Central Station.
We also welcome pull requests into this repository. See CONTRIBUTING.md for information on setting up this repository locally.