Comments on How to Install and Use WP-CLI on Ubuntu

The WP-CLI is the command-line tool for interacting with and managing your WordPress sites. With WP-CLI, you can install and update plugins, and themes, and configure multisite installations without using a web browser. It is a handy tool for debugging issues when the WordPress front end doesn’t work.

1 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: ustoopia at: 2024-09-01 19:52:18

Thanks for putting this together. I appreciate the efforts. I found a tiny error that came up after a change was made in a repository we're using in the tutorial.

Under the header Activate Bash Completion, the url to download the wp-completion file no longer works. I got a 404 error. I noticed a change in the repository, and I found out what the correct url should be. So, where is mentioned this: [b]"wget https://github.com/wp-cli/wp-cli/raw/master/utils/wp-completion.bash"[/b], simply change it to: [b]"https://raw.githubusercontent.com/wp-cli/wp-cli/main/utils/wp-completion.bash"[/b], and that should allow you to continue with the rest of the tutorial.