Open
Description
When running CLI commands like project:deploy
, I would like to have a --silent
or similar flag which would reduce the command's log output such that only errors are displayed.
This increased control over log output content would be immensely useful in reducing the size and clutter of CLI command output, particularly when executing from a continuous integration environment.