Skip to main content
Use the CLI when you want a dispatch from the terminal, in a script, or as part of an agent workflow.
If you run entire dispatch with no flags in an interactive terminal, Entire opens a guided wizard. In non-interactive contexts, or when you provide flags, it prints markdown directly.

Cloud dispatch

Cloud dispatch is the default mode. It uses Entire server data for repositories you can access. Generate a dispatch for recent work:
Limit the dispatch to specific repositories:
Set a time window:

Local dispatch

Use local mode when you want to summarize local repository data with your locally installed agent CLI. Generate a local dispatch from the current repository:
Include every existing local branch:
--all-branches only applies to local mode. Renamed or deleted branches are skipped.

Customize the voice

Use --voice to choose a preset or provide a literal description:

Common flags

FlagDescription
--repos <owner/repo>Cloud repo slugs, up to 5. Use comma-separated values for multiple repos.
--since TIMEStart of the time window. Accepts Go durations, relative times, or ISO dates. Defaults to 7d.
--until TIMEEnd of the time window. Defaults to now.
--voice PRESET_OR_TEXTVoice preset name or custom text.
--localGenerate with local repository data instead of Entire server data.
--all-branchesInclude every existing local branch. Only valid with --local.
For every flag, see the dispatch command reference.

Continue with

Dispatches in Entire.io

Generate and preview dispatches in the web app.

dispatch

See the full command reference.