Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.01 KB

011-Verbosity.md

File metadata and controls

23 lines (17 loc) · 1.01 KB
title nav_order
Verbosity
12

Verbosity

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.