title | nav_order |
---|---|
Verbosity |
12 |
Composer Assets Compiler is a Composer plugin, which means that all Composer commands' "global options" apply.
Composer options that control verbosity
have multiple effects on Composer Assets Compiler:
- Composer functions used by the plugin (e. g. the "HTTP Downloader") are customized in their verbosity
- Composer Assets Compiler itself gives more or less output depending on these options
- Composer verbosity is "mapped" to package manager verbosity flags according to the following table:
Composer flag | npm | Yarn |
---|---|---|
-v / --verbose |
-d |
|
-vv |
-dd |
|
-vvv |
-ddd |
--verbose |
-q / -quite |
--silent |
--silent |
Moreover, when using Composer with the --no-interaction
flag, Yarn gets the --non-interactive
flag, but npm has no corresponding flag.