0.16.01 min read
WP-CLI
Inspect and mutate language, relation, and translation workflows from the command line.
The command group is:
Code
wp mclogiora <command>
Commands
wp mclogiora language list [--status=<all|active>] [--format=<table|csv|json|yaml|count>]wp mclogiora relation get <object-type> <object-id>wp mclogiora relation link <object-type> <source-id> <target-id> <language>wp mclogiora relation unlink <object-type> <object-id> <language>wp mclogiora translation get <object-type> <object-id> <language>wp mclogiora translation create <object-type> <source-id> <language>wp mclogiora translation status <object-type> <object-id> <language> <status>
Use wp help mclogiora and wp help mclogiora translation on the target site for the installed build’s complete argument help.
WP-CLI runs with shell access, so it can inspect drafts and private objects that authenticated REST callers cannot. It still does not expose provider credentials or delete content through relation commands. relation unlink removes the relation and leaves the WordPress object intact.
Related articles
mcLogiora REST APIUse the authenticated language, relation, and translation route families.Import & ExportMove translation packages with deterministic planning, atomic apply, rollback, and stale-plan protection.Security ModelUnderstand permissions, nonces, source immutability, and provider boundaries.