Skip to content

cchalop1/cli

 
 

Repository files navigation

Railway CLI

Build

This is the command line interface for Railway. Use it to connect your code to Railways infrastructure without needing to worry about environment variables or configuration.

View the docs

Installation

The Railway CLI is available through Homebrew, NPM, or as a curl.

Brew

brew tap railwayapp/railway
brew install railway

NPM

npm i -g @railway/cli

Yarn

yarn global add @railway/cli

curl

curl -fsSL https://railway.app/install.sh | sh

From source

See CONTRIBUTING.md for information on setting up this repo locally.

Documentation

View the full documentation

Feedback

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.

Packages

No packages published

Languages

  • Go 95.2%
  • Shell 2.9%
  • JavaScript 1.9%