mirror of
https://ghproxy.net/https://github.com/wp-cli/handbook.git
synced 2026-07-26 12:37:22 +08:00
13 lines
225 B
Markdown
13 lines
225 B
Markdown
# wp connectors
|
|
|
|
Lists and retrieves information about AI connectors.
|
|
|
|
### EXAMPLES
|
|
|
|
# List all available connectors
|
|
$ wp connectors list
|
|
|
|
# Get details about a specific connector
|
|
$ wp connectors get openai
|
|
|
|
|