Man pagesΒΆ
Every repomatic command carries a Unix manual page, walked out of the live command tree while this site builds. A manual therefore cannot describe a release other than the one it ships beside, which is the whole reason none of them is written by hand.
The index below is rendered by click_extra.sphinx from the click_extra_manpages list in docs/conf.py. Each entry points at the browser-viewable HTML rendering produced when mandoc (preferred) or groff is on PATH during the build.
repomatic-apply-labels(1)β Label an issue or PR from its content and changed filesrepomatic-audit(1)β Report (and optionally fix) vulnerable dependenciesrepomatic-broken-links(1)β Manage broken links issue lifecyclerepomatic-cache(1)β Manage the download cacherepomatic-cache-clean(1)β Remove cached entriesrepomatic-cache-help(1)β Show help for a command.repomatic-cache-path(1)β Print the cache directory pathrepomatic-cache-show(1)β List cached entriesrepomatic-cancel-runs(1)β Cancel in-progress workflow runs for a branchrepomatic-changelog(1)β Maintain a Markdown-formatted changelogrepomatic-ci-status(1)β Report which CI jobs are red, and which of them gate a mergerepomatic-close-stale-bump-pr(1)β Close a stale version-bump PRrepomatic-cloudflare-pages(1)β Create, check or update the Cloudflare Pages projectrepomatic-fix-awesome-toc(1)β Remove the table-of-contents entries awesome-lint rejectsrepomatic-format-images(1)β Format images with lossless optimizationrepomatic-git-commit-push(1)β Commit files and push, rebasing on rejectionrepomatic-git-tag(1)β Create and push a Git tagrepomatic-help(1)β Show help for a command.repomatic-init(1)β Bootstrap a repository to use reusable workflowsrepomatic-job-timings(1)β Measure how long each runner image takes, from finished runsrepomatic-lint-anchors(1)β Check same-page doc links against the built siterepomatic-lint-changelog(1)β Check changelog dates against release datesrepomatic-lint-deps(1)β Check dependencies resolve from the public indexrepomatic-lint-repo(1)β Check repository files against repomatic conventionsrepomatic-lint-workflows(1)β Lint downstream workflow caller filesrepomatic-list-skills(1)β List available Claude Code skillsrepomatic-lock-threads(1)β Lock closed, inactive issues and PRsrepomatic-pack-attestation(1)β Name an attestation bundle after the asset it attestsrepomatic-pack-binaries(1)β Pack compiled binaries and their versionless aliasesrepomatic-pack-plugin(1)β Pack the skills and agents as a Claude Code pluginrepomatic-pr-body(1)β Generate PR body with workflow metadatarepomatic-pr-sync(1)β Create, refresh or retire an automation PRrepomatic-prepare-release(1)β Freeze version, changelog and pins for a releaserepomatic-run(1)β Run a registered external tool, pinned and checksum-verifiedrepomatic-sample-metrics(1)β Record what forges say about the repositories this project tracksrepomatic-scan-virustotal(1)β Upload release binaries to VirusTotalrepomatic-setup-guide(1)β Manage setup guide issue lifecyclerepomatic-show-config(1)β Print [tool.repomatic] configuration referencerepomatic-show-metadata(1)β Print repository and CI state as key/value pairs for workflowsrepomatic-show-test-matrix(1)β Render the CI test matrix as a gridrepomatic-sponsor-label(1)β Label issues/PRs from GitHub sponsorsrepomatic-sync-action-pins(1)β Bump SHA-pinned GitHub Actions to their latest releaserepomatic-sync-binaries(1)β Regenerate the binaries catalog pagerepomatic-sync-bumpversion(1)β Sync bumpversion config from bundled templaterepomatic-sync-dep-sources(1)β Swap git-tracked dependencies to their released versionsrepomatic-sync-deps(1)β Update dependencies, all or a named subsetrepomatic-sync-dev-release(1)β Sync rolling dev pre-release on GitHubrepomatic-sync-github-releases(1)β Sync GitHub release notes from changelogrepomatic-sync-gitignore(1)β Sync .gitignore from gitignore.io templatesrepomatic-sync-labels(1)β Sync repository labels via labelmakerrepomatic-sync-mailmap(1)β Sync Gitβs .mailmap file with missing contributorsrepomatic-sync-runner-images(1)β Move runner images forward as GitHub retires and supersedes themrepomatic-sync-tool-versions(1)β Bump registry tool versions from upstream releasesrepomatic-sync-uv-lock(1)β Re-lock dependencies and roll cooldown overrides forwardrepomatic-sync-workflow-pins(1)β Bump npm/PyPI version literals in workflow YAMLrepomatic-unsubscribe-threads(1)β Unsubscribe from closed, inactive notification threadsrepomatic-update-checksums(1)β Recompute SHA-256 checksums for the binary tool registryrepomatic-update-dep-graph(1)β Generate dependency graph from uv lockfilerepomatic-update-docs(1)β Regenerate Sphinx API docs and dynamic contentrepomatic-verify-binary(1)β Verify binary architecture and OS floor
The raw .1 files sit in this same directory, next to the renderings above, under repomatic.1 for the root command and repomatic-{subcommand}.1 for the rest. Reading them in a terminal covers the rest: reading one straight from the CLI with --man, and installing the release bundle into MANPATH.