Skip to content

Adding console usage cookbook page #1693

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

richardmiller-zz
Copy link
Contributor

Adding a cookbook page about the extra global console options when using the framework.

$ php app/console -s --process-isolation

When you do this the output will not be colorized and interactivity is not
supported so you will need to pass all command params explicitly.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should add a note sayign that the shell cannot be used to clear the cache (at least not without process isolation) as the old cached classes would continue being used)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I have added a note about this

weaverryan added a commit that referenced this pull request Sep 14, 2012
@weaverryan weaverryan merged commit 4f99fe1 into symfony:2.0 Sep 14, 2012
weaverryan added a commit that referenced this pull request Sep 14, 2012
@weaverryan
Copy link
Member

Awesome as always :) - merged in with minor tweaks.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants