Skip to content

railwayapp/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

258a1cf · Sep 23, 2022
Aug 3, 2022
Feb 16, 2022
Sep 13, 2022
Aug 3, 2022
Jun 8, 2021
Aug 24, 2022
Aug 24, 2022
Mar 4, 2022
Sep 23, 2022
Apr 8, 2021
Jun 7, 2022
Oct 1, 2020
May 31, 2022
Jun 11, 2021
Feb 16, 2022
Oct 16, 2020
Oct 1, 2020
Apr 5, 2022
Oct 1, 2020
Aug 4, 2022
May 26, 2022
Mar 24, 2022
Jul 26, 2022
Sep 13, 2022
Feb 16, 2022
Feb 16, 2022
Jun 7, 2022

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, curl, or as a Nixpkg.

Brew

brew install railway

NPM

npm i -g @railway/cli

Yarn

yarn global add @railway/cli

curl

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

Nixpkg

Note: This installation method is not supported by Railway and is maintained by the community.

# On NixOS
nix-env -iA nixos.railway
# On non-NixOS
nix-env -iA nixpkgs.railway

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.