Skip to main content
The Entire CLI is the local capture and automation layer for Entire. It runs in your Git repository, installs the hooks needed to observe supported agents, and records the context behind agent-assisted development. When you commit, the CLI connects that captured context to Git so future reviewers and agents can understand why the code changed. Use the CLI when you are setting up Entire, working from a terminal, scripting a workflow, or giving an agent access to Entire history.

What the CLI does

  • Enables Entire in a local repository.
  • Captures agent sessions as you work.
  • Creates checkpoints and links them to commits.
  • Searches prior checkpoints, sessions, and commits.
  • Generates dispatches from repository history.
  • Manages repository mirrors from the terminal.
  • Provides JSON output for automation and agent workflows.

Keep going

Install Entire

Install the CLI on your machine.

Quickstart

Enable Entire and capture your first checkpoint.

Review Checkpoints in CLI

Inspect checkpoint context from your terminal.

Search in the CLI

Find past work by phrase, meaning, or agent context.

Dispatches in CLI

Generate summaries from repository history.

CLI Reference

See every command, flag, and option.