Skip to main content

Setup & Status

CommandDescription
repr init [path]Initialize repr and scan for repositories.
repr statusShow overall health and sync status.
repr modeShow current execution mode (local/cloud/locked).
repr doctorRun full diagnostics.
repr whoamiShow current authenticated user.

Story Generation

CommandDescription
repr generate --localGenerate stories using local LLM.
repr generate --cloudGenerate stories using cloud LLM.
repr generate --template <name>Use a specific template (resume, changelog, narrative, interview).
repr generate --dry-runPreview what would be sent/generated.

Quick Summaries

CommandDescription
repr weekShow work from the last 7 days.
repr standupShow work from the last 3 days.
repr since <date>Show work since a specific date or time.
repr since <date> --saveSave the summary as a permanent story.

Story Management

CommandDescription
repr storiesList all generated stories.
repr story view <id>View story content.
repr story edit <id>Edit story in your default $EDITOR.
repr story delete <id>Delete a story.
repr story hide <id>Hide story from public profile.
repr story feature <id>Pin story to top of profile.
repr reviewInteractive review mode for new stories.

Repository Management

CommandDescription
repr reposList tracked repositories.
repr repos add <path>Add a repository to track.
repr repos remove <path>Stop tracking a repository.
repr repos pause <path>Pause tracking for a repo temporarily.
repr repos resume <path>Resume tracking.

Hooks

CommandDescription
repr hooks install --allInstall git hooks in all tracked repos.
repr hooks remove --allRemove git hooks from all repos.
repr hooks statusCheck status of installed hooks.

Cloud Operations

CommandDescription
repr loginAuthenticate with repr.dev.
repr logoutSign out.
repr pushPublish/upload stories.
repr syncBidirectional sync with cloud.
repr pullDownload stories from cloud.

LLM Configuration

CommandDescription
repr llm configureInteractive setup for local/cloud LLM.
repr llm testTest connection to LLM provider.
repr llm add <provider>Add BYOK API key (openai, anthropic, etc).
repr llm use <mode>Set default mode (local, cloud, byok:provider).

Privacy

CommandDescription
repr privacy explainShow privacy summary.
repr privacy auditShow log of data sent to cloud.
repr privacy lock-localDisable all cloud features.

Profile & Export

CommandDescription
repr profileView current profile settings.
repr profile exportExport profile to Markdown or JSON.
repr profile linkGet public profile URL.