I'm getting totally sick of reformatting these Procfiles by hand
-- me
This project includes a Foreman Procfile formatter, written in Bash. It does only a few things, but these are things that were very annoying to do by hand, such as:
- Left-align the commands
- Alpha-sort the environment variables
This is a Bash script, and uses Bash arrays. Other than that, is has no dependencies.
$ cat Procfile | ./procfmt.sh --ignore feedbin_clock > ./Procfile.formatted