# Railway CLI ![Build](https://github.com/railwayapp/cli/workflows/Build/badge.svg) This is the command line interface for [Railway](https://railway.app). Use it to connect your code to Railways infrastructure without needing to worry about environment variables or configuration. [View the docs](https://docs.railway.app/cli) ## Installation The Railway CLI is available through [Homebrew](https://brew.sh/), [NPM](https://www.npmjs.com/package/@railway/cli), or as a curl. ### Brew ```shell brew tap railwayapp/railway brew install railway ``` ### NPM ```shell npm i -g @railway/cli ``` ### curl ```shell sh -c "$(curl -sSL https://raw.githubusercontent.com/railwayapp/cli/master/install.sh)" ``` ## Documentation [View the full documentation](https://docs.railway.app) ## Feedback We would love to hear your feedback or suggestions. The best way to reach us is on [Discord](https://discord.gg/xAm2w6g). We also welcome pull requests into this repo. See [CONTRIBUTING.md](https://github.com/railwayapp/cli/blob/master/CONTRIBUTING.md) information on setting up this repo locally.