[DevOps] WP 플러그인/테마

Email IconExcel IconBedrock Icon

wp cli documentation

Author
박창희(한국)
Date
2025-03-17 20:48
Views
3
2025-03-17(월) wp cli information update 
Items Description
wp cli : Manual  Simple Version 
https://linuxhandbook.com/install-wp-cli-linux/
wp cli : Manual  Detail Version : wp cli guidline for advanced management console
https://www.smashingmagazine.com/2015/09/wordpress-management-with-wp-cli/
wp cli : phar file wget https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
wp cli : Git Repo. https://github.com/wp-cli/wp-cli
wp cli : reference https://help.dreamhost.com/hc/en-us/articles/214580498-Change-the-WordPress-Site-URL
wp cli : org https://wp-cli.org/



WP CLI 
cmd list
List written below
wp –info  
wp config list  
wp core download Latest SRC file download : wp core download
Stable version download : wp core download –version=0.0.0 –locale=KR
wp core config [parameters] : –dbname=databasename
[sample code]:
wp core config –dbname=wordpress63_localdev –dbuser=root –dbpass=password –dbhost=endpoint_url –dbprefix=wp_
wp core install [parameters]: — url=example.com
wp core install –url=localhost/wp_dev –title=”Wordpress Local Dev.” –admin_user=changhee1220 –admin_password=password –admin_email=”changhee1220@gmail.com”
wp core update used in update senario
wp core update-db used in update senario
wp plugin status  
wp plugin update parameters: –all
Change wp-content folder permission before execution : chmod 777 -R ./wp-content
wp theme list  
wp search-replace wp search-replace <old> <new> [<table>...] [--dry-run]