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
Last revisionBoth sides next revision
wiki:wp_cli_commands [2022/12/28 10:44] – [Standard WP cli commands] add one line install command antisawiki:wp_cli_commands [2024/02/15 10:30] – [Standard WP cli commands] add --allow-root 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 17: Line 17:
 Replace https://example.com with https://example.org: Replace https://example.com with https://example.org:
  
-  wp --path=<wp installation> search-replace 'https://example.com' 'https://example.org' --all-tables --allow-root+  wp --path=<wp installation> search-replace 'https://example.com' 'https://example.org' --skip-columns=guid --all-tables --allow-root
  
 Same as above but on remote host: Same as above but on remote host:
  
-  wp --ssh=user@example.host.com --path=<wp installation> search-replace 'https://example.com' 'https://example.org' --all-tables --allow-root+  wp --ssh=user@example.host.com --path=<wp installation> search-replace 'https://example.com' 'https://example.org' --skip-columns=guid --all-tables --allow-root 
 + 
 +==== Update home and site url ==== 
 +  wp option update home 'http://example.com' 
 +  wp option update siteurl 'http://example.com'
  
 ==== Change user's password ==== ==== Change user's password ====
Line 51: Line 55:
  
 ====== References ====== ====== References ======
-  *     https://developer.wordpress.org/cli/commands/ +  * https://developer.wordpress.org/cli/commands/ 
-  *     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/
  
wiki/wp_cli_commands.txt · Last modified: 2024/03/27 11:28 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