it would be wonderfull to be able to type wp-cli commands as wp [command] as explained in the installguide on https://make.wordpress.org/cli/handbook/guides/installing/#:~:text=chmod%20%2Bx%20wp%2Dcli.phar%0Asudo%20mv%20wp%2Dcli.phar%20/usr/local/bin/wp Can we have this modification?
Try adding this line to your sites' .bashrc file
alias wp=/usr/bin/wp-cli
thats what we do now, but it would be easier to have this allready done in the panel as now we need to do this on every server and check from time to time if it is not overwritten.
This is one could be handled with a default user directory skeleton as per https://community.enhance.com/d/793-default-web-page
I think we can just add a symlink to the PHP container environment so that end users can use wp and wp-cli interchangeably. This will be included in an upcoming appcd update.
wp
wp-cli