I have 3 config files with a token like “[DBPASSWORD]” that I’d like to modify from my “build” task wiht Phing. I didn’t find a task that performs what I need and before writing my own task for this I’d like to know if anyone has a better solution.
Thanks!
To answer to my own question, I finally did it like this. My conf file has this tokens:
I had to copy this file, config.yml.dist to config.yml, and change the tokens, so I did this:
And thats it.