-
Notifications
You must be signed in to change notification settings - Fork 1
WP CLI
Pedro de Carvalho edited this page Jul 29, 2026
·
1 revision
Note: WP-CLI tooling is planned for Phase 5B of the Saltus Framework roadmap. This page will be updated when the feature is available.
| Command | Maps to MCP Tool |
|---|---|
wp saltus |
health + help |
wp saltus model list [--type] |
list_models |
wp saltus model get <slug> |
get_model |
wp saltus post list <post_type> [--status] [--search] ... |
list_posts |
wp saltus post get <id> |
get_post |
wp saltus post create <post_type> <title> [--content] ... |
create_post |
wp saltus post update <id> [--title] ... |
update_post |
wp saltus post delete <id> [--force] |
delete_post |
wp saltus post duplicate <id> |
duplicate_post |
wp saltus term list <taxonomy> [--search] ... |
list_terms |
wp saltus term create <taxonomy> <name> [--slug] ... |
create_term |
wp saltus settings get <post_type> |
get_settings |
wp saltus settings update <post_type> <json> |
update_settings |
wp saltus reorder <json> |
reorder_posts |
wp saltus meta list [<post_type>] |
list_meta_fields / get_meta_fields
|
Output formatting will support --format=table|json|yaml.
Check the Saltus Framework documentation site for updates.