typicode / hotel

🏩 A simple process manager for developers. Start apps from your browser and access them using local domains

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for cwd-less config

kamal opened this issue · comments

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.

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 .