Closed steelstyle closed 9 years ago
Good idea :) Can you open a PR for it? I also commented the code.
Yes of course, but I keep hesitating between ;
--no-start
assuming the following call should start the correct jobs (which can be tedious and subject to error)Start all processes except the one named worker: $ foreman start -c all=1,worker=0
fixed in master.
Give the ability to start just some or no process when loading a Procfile. I started a simple solution here : https://github.com/steelstyle/gaffer/tree/nostart_jobs
It's helpful when some process are mean to be one-off process.