Type: DX / agency · Tier: fast-follow
Summary
WP-CLI commands to read/set token overrides, export/import config, and select bundles — so configuration can live in CI / provisioning scripts, not only the admin UI.
Why
Agencies and headless setups want scriptable, reproducible config. Complements the existing REST controller.
Verified state (2026-06-20)
grep WP_CLI across includes/ + integrations/ = ABSENT. A token REST controller exists (class-rest-controller.php) but there is no CLI surface.
Acceptance criteria
Type: DX / agency · Tier: fast-follow
Summary
WP-CLI commands to read/set token overrides, export/import config, and select bundles — so configuration can live in CI / provisioning scripts, not only the admin UI.
Why
Agencies and headless setups want scriptable, reproducible config. Complements the existing REST controller.
Verified state (2026-06-20)
grep WP_CLIacrossincludes/+integrations/= ABSENT. A token REST controller exists (class-rest-controller.php) but there is no CLI surface.Acceptance criteria
wp slashed token get/set/listwp slashed config export/import(reuses the existing export format)wp slashed bundle <essential|optimal|full>