Suggested Documentation Change re: WP-CLI

Q: Date/Time this occurred (Provide your time zone also)
A:

Q: DevKinsta Version
A:

Q: OS Version
A:

Q: Docker Desktop Version
A:

Q: Were any error codes or messages observed? If so, what were they?
A:

Q: Detailed Description of the Problem
**A: Use of WP-CLI (as outlined) requires use of -allow-root as parameter. This means I(we) type most commands twice (once w/o and once w/)

If you enter this instead - docker exec -u www-data -it devkinsta_fpm bash
No additional parameters are required and much safer since the user isn’t root.
Plus Mac and Linux users can modify their .bashrc file to add
alias sshkinsta=“docker exec -u www-data -it devkinsta_fpm bash”
then - just typing sshkinsta does all the magic

Thanks for the suggestion! We’ll take a look at this and expand on it a bit.

Thanks again for spotting this! We’ve updated our documentation here: WP-CLI - DevKinsta - Kinsta