Added additional instructions for running wp-cli
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user