Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi all,
What's the recommended way to install wp-cli in the LAMP app?
I have struggled to get it working reliably and decided to ask for directions rather than bashing my head against the command line ;D
KYAL
Is it not available in the WP App Store Apps?
Hello @3246 Since you are working inside the LAMP app and doing everything by yourself, instead of using the WordPress app, there is no "recommended" way.
The official guide for wp-cli is here: https://make.wordpress.org/cli/handbook/guides/installing/
Just download the wp-cli phar file into /app/data/bin (create the 'bin' subdirectory) and chmod +x the phar file. That should be it.
Thanks folks. I'll give that a whirl