railway list
List all projects across all workspaces in your Railway account.
Usage
railway list [OPTIONS]Aliases
railway ls
Options
| Flag | Description |
|---|---|
--json | Output in JSON format |
Examples
List all projects
railway listOutput:
My Team
my-api
frontend-app
Personal
side-projectThe currently linked project is highlighted in purple.
JSON output
railway list --jsonReturns an array of all projects with their workspace information.