environment file (QAL)
roku674
HOBBYOP
2 years ago
Would it be possible to get a way to download the env as a .env file (json too)This would be a great quality of life ttype change so that we can download a env file and test the exact environment variables that are runnin in that environment on our local machines
1 Replies
brody
EMPLOYEE
2 years ago
Railway can do one better, use the cli to link to your desired service and do railway run <your start command here> and the cli will pull the rendered environment variables from your service and inject them into a temporary environment that the given command is ran in.