Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use --debug for more verbosity during WP-CLI bootstrap process #2138

Merged
merged 4 commits into from
Oct 12, 2015

Conversation

danielbachhuber
Copy link
Member

salty-wordpress ➜  wordpress-test.dev  wp option get home --debug
Debug: Using default global config: /home/vagrant/.wp-cli/config.yml
(0.057s)
Debug: Using project config: /srv/www/wordpress-test.dev/wp-cli.yml
(0.061s)
Debug: Required file from config: /srv/www/wp-rest-cli/wp-rest-cli.php
(0.144s)
Debug: ABSPATH defined: /srv/www/wordpress-test.dev/ (0.145s)
Debug: Begin WordPress load (0.148s)
Debug: wp-config.php path: /srv/www/wordpress-test.dev/wp-config.php
(0.15s)
Debug: Set URL: wordpress-test.dev/ (0.152s)
Debug: Loaded WordPress (0.925s)
http://wordpress-test.dev

Fixes #1022

```
salty-wordpress ➜  wordpress-test.dev  wp option get home --debug
Debug: Using default global config: /home/vagrant/.wp-cli/config.yml
(0.057s)
Debug: Using project config: /srv/www/wordpress-test.dev/wp-cli.yml
(0.061s)
Debug: Required file from config: /srv/www/wp-rest-cli/wp-rest-cli.php
(0.144s)
Debug: ABSPATH defined: /srv/www/wordpress-test.dev/ (0.145s)
Debug: Begin WordPress load (0.148s)
Debug: wp-config.php path: /srv/www/wordpress-test.dev/wp-config.php
(0.15s)
Debug: Set URL: wordpress-test.dev/ (0.152s)
Debug: Loaded WordPress (0.925s)
http://wordpress-test.dev
```
danielbachhuber added a commit that referenced this pull request Oct 12, 2015
Use `--debug` for more verbosity during WP-CLI bootstrap process
@danielbachhuber danielbachhuber merged commit 0bfa240 into master Oct 12, 2015
@danielbachhuber danielbachhuber deleted the 1022-debug-wp-cli-bootstrap branch October 12, 2015 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant