Forrest logo
back to context overview

railway

List of commands for railway:

  • railway:tldr:1fad2 railway: Deploy the linked project directory (if running from a subdirectory, the project root is still deployed).
    $ railway up
    try on your machine
    explain this command
  • railway:tldr:50c12 railway: Create a new project directly from the command-line.
    $ railway init
    try on your machine
    explain this command
  • railway:tldr:5b6f2 railway: Login to a Railway account.
    $ railway login
    try on your machine
    explain this command
  • railway:tldr:e0ec2 railway: Run a local command using variables from the active environment.
    $ railway run ${cmd}
    try on your machine
    explain this command
  • railway:tldr:ef4a9 railway: Link to an existing Project under a Railway account or team.
    $ railway link ${projectId}
    try on your machine
    explain this command
  • railway:tldr:f2343 railway: Open an interactive shell to a database.
    $ railway connect
    try on your machine
    explain this command
back to context overview