sjorek / composer-silent-command-plugin
A composer-plugin to run commands silently, without tampering with their exit-code.
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 1
Type:composer-plugin
Requires
- php: ^7.0
- composer-plugin-api: ^1.1
Requires (Dev)
- composer/composer: ^1.5
- friendsofphp/php-cs-fixer: ^2.7
- phpunit/phpunit: ^6.4
This package is not auto-updated.
Last update: 2024-10-27 04:48:57 UTC
README
A composer-plugin to run commands silently, without tampering with their exit-code.
Installation
Method 1: as a package requirement (recommended!)
php composer.phar require [--dev] sjorek/composer-silent-command-plugin
Method 2: globally, so it is available in all packages
php composer.phar global require sjorek/composer-silent-command-plugin
Documentation
$ php composer.phar help silent Usage: silent <command-name> [<args>]... Arguments: command-name args Options: -h, --help Display this help message -q, --quiet Do not output any message -V, --version Display this application version --ansi Force ANSI output --no-ansi Disable ANSI output -n, --no-interaction Do not ask any interactive question --profile Display timing and memory usage information --no-plugins Whether to disable plugins. -d, --working-dir=WORKING-DIR If specified, use the given directory as working directory. -v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug Help: Use this command as a wrapper to run other Composer commands super silently, without tampering with their exit-code. The only way to get output, is to enable the debug option.
Contributing
Look at the contribution guidelines
Want more?
There is a virtual-environment composer-plugin complementing this composer-plugin.