We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3068507 commit e76c632Copy full SHA for e76c632
Phakefile.php
@@ -3,7 +3,7 @@
3
4
function invoke_wp_cli( $cmd, $app ) {
5
ob_start();
6
- system( $cmd, $return_code );
+ system( "WP_CLI_CONFIG_PATH=/dev/null $cmd", $return_code );
7
$json = ob_get_clean();
8
9
if ( $return_code ) {
0 commit comments