Added additional instructions for running wp-cli
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-06-03 20:08:20 +01:00
parent 32062bff94
commit 47fbba1505

View File

@ -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-name> app wp -- core check-update --major`
Or by entering the app shell:
1. `abra app run <app-name> app bash`
2. `su -s /bin/bash www-data -c "wp core check-update --major"`
## Network (Multi-site)
1. Set up as above