wp-cli / handbook

📖 Complete documentation for WP-CLI

Home Page:https://make.wordpress.org/cli/handbook/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Composer and Git installing instructions

danielbachhuber opened this issue · comments

We have some Composer and Git installation instructions that are now out of date:

Notably, I had an existing git@github.com:wp-cli/wp-cli.git checkout that lost all of its commands when I ran composer update.

Notably, I had an existing git@github.com:wp-cli/wp-cli.git checkout that lost all of its commands when I ran composer update.

Is that simply because the wp-cli/wp-cli is now the framework only, and not the bundle anymore, or was anything else happening there?

Is that simply because the wp-cli/wp-cli is now the framework only, and not the bundle anymore

Yes, I think this was the extent of it.

Done via #251 and #265