All features

Cherry Blossom feature

Updates: CLI

Exposes parent-theme migration status and execution through WP-CLI.

Exposes parent-theme migration status and execution through WP-CLI.

Capabilities and extension points

Provides operational commands for parent-theme migrations.

Migration runner.

  • var Runner

Creates the command handler.

  • param Runner $runner Migration runner.

Displays parent-version and migration state.

## EXAMPLES

wp cherry-blossom updates status wp cherry-blossom updates status –url=example.test

  • param array $args Positional arguments.
  • param array $assoc_args Named arguments.

Runs or retries pending parent-theme migrations.

## EXAMPLES

wp cherry-blossom updates run wp cherry-blossom updates run –url=example.test

  • param array $args Positional arguments.
  • param array $assoc_args Named arguments.

Source reference

This editable reference page is based on the PHP documentation in updates/class-cli.php.