repo-info - Man Page
repo info — manual page for repo info
Synopsis
repo info [-dl] [-o [-c]] [--format=<format>] [<project>...]
Description
Summary
Get info on the manifest branch, current branch or unmerged branches
Options
- -h, --help
show this help message and exit
- -j JOBS, --jobs=JOBS
number of jobs to run in parallel (default: based on number of CPU cores)
- -d, --diff
show full info and commit diff including remote branches
- -o, --overview
show overview of all local commits
- --include-summary
include manifest summary (default: true)
- --no-include-summary
exclude manifest summary
- --include-projects
include project details (default: true)
- --no-include-projects
exclude project details
- -c, --current-branch
consider only checked out branches
- --no-current-branch
consider all local branches
- -l, --local-only
disable all remote operations
- --format=FORMAT
output format: text, json (default: text)
Logging options
- -v, --verbose
show all output
- -q, --quiet
only show errors
Multi-manifest options
- --outer-manifest
operate starting at the outermost manifest
- --no-outer-manifest
do not operate on outer manifests
- --this-manifest-only
only operate on this (sub)manifest
- --no-this-manifest-only, --all-manifests
operate on this manifest and its submanifests
Run `repo help info` to view the detailed manual.