crohr / pkgr

Package any app into deb or rpm packages, using heroku buildpacks
http://crohr.me/pkgr/
MIT License
590 stars 66 forks source link

Support for multiline Procfile entries #152

Closed kostadin-damyanov-prime closed 3 years ago

kostadin-damyanov-prime commented 5 years ago

It would be nice if a long Procfile command line could be split in multiple lines. For example:

web: web-executable \
    --config=/path/to/config \
    --option=value
worker: worker-executable

Another example: https://smartmob-rfc.readthedocs.io/en/latest/1-procfile.html#multiline-commands

crohr commented 3 years ago

@kostadin-damyanov-prime currently the best way to do this is to put your command in a script, and reference this script from your Procfile.