> ## Documentation Index
> Fetch the complete documentation index at: https://libops-renovate-github-com-libops-sitectl-isle-0-x.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# WP-CLI

> Run WP-CLI commands inside the active WordPress stack.

Run any WP-CLI command in the WordPress container:

```bash theme={null}
sitectl wp cli option get siteurl
sitectl wp cli user list
sitectl wp cli post list --post_type=page
```

sitectl runs WP-CLI with the template's WordPress path and root container user settings.
