08.22.09
Symfony 1.3 project:deploy (sync) task: Output not missing, it's improved (but hiding)!
Posted by ryan in symfony
Where did my Rsync output go?
For those of you who are fans of symfony's project:deploy (sync) task, you'll undoubtedly notice the lack of rsync output in Symfony 1.3. However, the output isn't actually missing - it's just hidden by default. Use the -t (trace) option to uncover it.
./symfony project:deploy -t production
As an added bonus, the output is now rendered to the command line in real time due to symfony's new handling of shell commands. Nice going guys!










Leave a reply