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]"
You could use the -c
or --concurrency
option and just specify the processes you want to start:
$ foreman start -c process_1=1,process_2=1
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With