wpkg --quiet | -q ...

Short Hand

wpkg -q

The --quiet option is used to remove warnings and informational messages while running wpkg.

By default, wpkg prints our warnings as well as errors when building, installing, removing packages. This option prevents all the warnings.

The opposite option is the --verbose option which enables the informational messages and progress messages when running the --install and --remove commands. You may also want to check out the --debug option1.

Note that the --verbose has priority over --quiet, and --debug has priority over --verbose and --quiet.

  • 1. Note that progress messages are actually debug messages of type progress.