Skip to content

RegionallyFamous/dispatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

103 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Dispatch for Telex

Install and operate Telex projects in WordPress without zip uploads.

CI Version WordPress PHP License

Try it in WordPress Playground

Dispatch admin screen


Why Dispatch exists

Telex can generate full WordPress blocks and themes quickly. The friction usually starts at deployment: download zip, upload zip, activate, repeat for each revision.

Dispatch removes that manual loop:

  • Connect your site once with OAuth Device Flow (no API key copy/paste).
  • Browse your Telex projects in WordPress admin.
  • Install, update, and remove projects directly from WordPress.
  • Use WP-CLI for automation across staging and production.

Who this is for

  • Site owners/admins: reliable install/update workflows and recovery tools.
  • Agencies/teams: multisite support, update controls, audit visibility.
  • Automation-focused teams: WP-CLI command surface for deploy pipelines.

Quick start (site owner path)

Requirements: WordPress 6.7+, PHP 8.2+, Telex account.

  1. Install Dispatch from GitHub Releases or WP-CLI.
  2. Open Dispatch in WP Admin and click Connect to Telex.
  3. Approve the device code at the Telex URL shown on screen.
  4. Return to WordPress and install a project.
wp plugin install https://github.com/RegionallyFamous/dispatch/releases/latest/download/dispatch-for-telex.zip --activate

Expected result: your Telex project list loads and install actions are available.

Verified core capabilities

  • One-click install and update from Telex project library.
  • Native WordPress update integration for installed Telex projects.
  • Project organization with favorites, tags, and groups.
  • Build snapshots for restore workflows.
  • Version pinning and auto-update controls.
  • Audit log, site health checks, and circuit breaker state visibility.
  • WP-CLI commands for listing, install/update/remove, cache, snapshots, config, and diagnostics.

WP-CLI examples

wp telex list
wp telex install <id> --activate
wp telex update --all
wp telex snapshot create --name="Before deploy"
wp telex snapshot list
wp telex snapshot restore <snapshot-id>
wp telex pin <id> --reason="Awaiting QA sign-off"
wp telex health

Full syntax and options: WP-CLI Reference

Documentation (canonical: Wiki)

Primary user docs live in the GitHub Wiki:

Repo-local docs define quality and maintenance standards for contributors:

Contributing


Built by [Regionally Famous](https://regionallyfamous.com) · [GPL-2.0-or-later](https://spdx.org/licenses/GPL-2.0-or-later.html) · [Changelog](CHANGELOG.md)

About

The missing link between Telex and your WordPress site.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Contributors