typicode / hotel

🏩 A simple process manager for developers. Start apps from your browser and access them using local domains
MIT License
9.97k stars 426 forks source link

Support for cwd-less config #332

Open kamal opened 5 years ago

kamal commented 5 years ago

I would like to be able to share the JSON config with my other teammates. Some env variables and cwd are very much customized to my own machine. There are some configuration which I think are durable, like name, cmd. Currently, the only way to get everyone running a similar set up is to list the exact hotel command for each service.

j-f1 commented 5 years ago

How about a .hotel.json sharable file with a cmd string, and an array of environment variable names? This could be stored in repos and added with hotel add .