Skip to main content

Command Palette

Search for a command to run...

[Railway] Railway CLI

Updated
1 min read

Ref: https://docs.railway.com/guides/cli

# installation
brew install railway

# login to your account via browser
railway login

# Link to our project to execute command
railway link

How to run migration / ssh

Copy below command and pasted to current shell, then you will able to execute command.

1 views