User Tools

Site Tools


wiki:wp_cli_commands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:wp_cli_commands [2023/04/20 10:34] – add more wp examples antisawiki:wp_cli_commands [2024/03/27 11:28] (current) – add Troubleshooting antisa
Line 10: Line 10:
   chmod +x wp-cli.phar &&\   chmod +x wp-cli.phar &&\
   mv wp-cli.phar /usr/local/bin/wp &&\   mv wp-cli.phar /usr/local/bin/wp &&\
-  wp --info+  wp --info --allow-root
 Below commands are executed by root user hence the flag --allow-root. Below commands are executed by root user hence the flag --allow-root.
 ==== Search and replace string in DB ==== ==== Search and replace string in DB ====
Line 49: Line 49:
  
  
 +===== Troubleshooting =====
 +If the wp cli doesn't output anything, try using ''--skip-plugins'' options
 +
 +  wp --debug plugin list --allow-root --skip-plugins
 ====== Tested on ====== ====== Tested on ======
   * Debian 10   * Debian 10
Line 58: Line 62:
   * https://github.com/woocommerce/woocommerce/wiki/WC-CLI-Commands   * https://github.com/woocommerce/woocommerce/wiki/WC-CLI-Commands
   * https://wordpress.org/documentation/article/changing-the-site-url/   * https://wordpress.org/documentation/article/changing-the-site-url/
 +  * https://wordpress.stackexchange.com/questions/304198/wp-cli-commands-do-nothing-return-nothing
  
wiki/wp_cli_commands.1681979650.txt.gz · Last modified: 2023/04/20 10:34 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki