Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Specify project in railway run #301

Open
izakfilmalter opened this issue Feb 14, 2023 · 3 comments
Open

[Feature Request] Specify project in railway run #301

izakfilmalter opened this issue Feb 14, 2023 · 3 comments
Labels
feature request Proposed feature for the CLI

Comments

@izakfilmalter
Copy link

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
@ndneighbor
Copy link
Contributor

Hey there @izakfilmalter - are you running railway link first to specify the project?

@izakfilmalter
Copy link
Author

I am in a mono repo where several projects are located.

@Milo123459 Milo123459 added the enhancement New feature or request label Mar 5, 2023
@coffee-cup coffee-cup added feature request Proposed feature for the CLI and removed enhancement New feature or request labels Apr 26, 2023
@alexng353
Copy link
Contributor

alexng353 commented Jul 12, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Proposed feature for the CLI
Projects
None yet
Development

No branches or pull requests

5 participants