From 47fbba1505f887c8e12f7a9677db36c656ecbda9 Mon Sep 17 00:00:00 2001 From: kawaiipunk Date: Wed, 3 Jun 2026 20:08:20 +0100 Subject: [PATCH] Added additional instructions for running wp-cli --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 497c39c..1b5284b 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,13 @@ AUTHENTIK_ID_NAME=authentik_example_com_wordpress_id_v1 # the same as in authen ## Running WP-CLI +You can either run using `abra app cmd`: `abra app cmd app wp -- core check-update --major` +Or by entering the app shell: +1. `abra app run app bash` +2. `su -s /bin/bash www-data -c "wp core check-update --major"` + ## Network (Multi-site) 1. Set up as above