I have three processes defined in my Procfile
. Sometimes, I only want to run two of them. Is there a command for that?
$ foreman start process_1 process_2
ERROR: "foreman start" was called with arguments ["process_1", "process_2"]
Usage: "foreman start [PROCESS]"
foreman start p1
and thenforeman start p2
– Vital