cli
cli copied to clipboard
[Feature Request] Specify project in `railway run`
Would be awesome to be able to specify the project when you do railway run
. We have lots of projects and it's a bit of a pain to select the right project each time we do local dev.
railway run --environment=dev --project=site next dev -p 3000
Hey there @izakfilmalter - are you running railway link
first to specify the project?
I am in a mono repo where several projects are located.
I am in a mono repo where several projects are located.
Is it not possible to railway shell
, pnpm turbo run dev
? The way I have my work monorepo set up is in this way. I always start a railway shell and then run my commands from there. If you can provide more information on how your project is set up, I might be able to help you find a solution without writing any code.
Are there multiple railway projects in one gigantic monorepo or are they all under the same project?