ignisda
HOBBYOP
2 years ago
Is there a way I can export my project? I am getting an obscure bug on prod and need to get the entire setup running locally.
4 Replies
I am aware an "export" wont get me there 100% of the way, but I still need a way to get my env variables, etc
2 years ago
There is no way to export it, but using the CLI, you can use the shell command which will drop you into a shell that injects your railway environment variables into your local Env as long as you don't close the shell
2 years ago
That's the only option for you unfortunately