Items | Description |
wp cli : Manual (Simple) | https://linuxhandbook.com/install-wp-cli-linux/ |
wp cli : Manual (Detail) | 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 command 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 |
Subscribe
Login
0 Comments
Oldest