This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bundle/FrameworkBundle/Command
Fabien Potencier 4abd0c6fcf feature #20632 [FrameworkBundle] Make use of stderr for non reliable output (chalasr, ogizanagi)
This PR was merged into the 3.3-dev branch.

Discussion
----------

[FrameworkBundle] Make use of stderr for non reliable output

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

Built-in commands should make use of the proper outputs.
As a feature on master, considering that people may actually rely on stdout and the fact commands have been changed a lot since 2.7, I think it's not worth doing this change on lower branches.

Please see also #20586 which adds a `SymfonyStyle::getErrorStyle()` shortcut for easily switching to stderr.

Commits
-------

7b262d8c29 [FrameworkBundle] Use getErrorStyle() when relevant
9a3a5686c8 Use stderr for some other commands
1ee48bfd60 [FrameworkBundle] Make use of stderr for non reliable output
2017-02-19 14:38:27 -08:00
..
AbstractConfigCommand.php Merge branch '3.0' into 3.1 2016-07-26 10:04:17 +02:00
AssetsInstallCommand.php Remove unused imports 2016-01-21 00:01:55 +02:00
CacheClearCommand.php Merge branch '2.7' into 2.8 2016-10-05 10:09:05 +02:00
CachePoolClearCommand.php [FrameworkBundle] Allow clearing private cache pools 2016-12-10 11:52:34 +01:00
CacheWarmupCommand.php Merge branch '2.7' into 2.8 2015-12-28 14:12:56 +01:00
ConfigDebugCommand.php [FrameworkBundle] Use getErrorStyle() when relevant 2017-01-12 21:28:11 +01:00
ConfigDumpReferenceCommand.php [FrameworkBundle] Use getErrorStyle() when relevant 2017-01-12 21:28:11 +01:00
ContainerAwareCommand.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
ContainerDebugCommand.php [FrameworkBundle] Use getErrorStyle() when relevant 2017-01-12 21:28:11 +01:00
EventDispatcherDebugCommand.php [FrameworkBundle] Use getErrorStyle() when relevant 2017-01-12 21:28:11 +01:00
RouterDebugCommand.php [FrameworkBundle] Display the controller class name in 'debug:router' 2016-12-30 11:47:35 +01:00
RouterMatchCommand.php Merge branch '2.7' into 2.8 2015-12-28 14:12:56 +01:00
TranslationDebugCommand.php [FrameworkBundle] Use getErrorStyle() when relevant 2017-01-12 21:28:11 +01:00
TranslationUpdateCommand.php [FrameworkBundle] Use getErrorStyle() when relevant 2017-01-12 21:28:11 +01:00
WorkflowDumpCommand.php Minor fixes for 3.2 2016-12-11 15:34:22 +01:00
XliffLintCommand.php [Translation] Added a lint:xliff command for XLIFF files 2017-02-18 08:27:02 -08:00
YamlLintCommand.php erge branch '3.1' 2016-11-03 09:11:03 +01:00