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.
entire dispatch [flags]
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:
entire dispatch
Limit the dispatch to specific repositories:
entire dispatch --repos entireio/cli,entireio/entire.io
Set a time window:
entire dispatch --since 7d

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:
entire dispatch --local
Include every existing local branch:
entire dispatch --local --all-branches
--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:
entire dispatch --voice neutral
entire dispatch --voice "Audience: product team. Focus on user-visible changes."

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.