Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Configuration

RSMultiGit does not use a configuration file. All behavior is controlled via CLI flags passed before the subcommand.

Output control

FlagDefaultDescription
--tersefalseSuppress project headers (=== name ===)
--statsfalsePrint match count (N/total) for count commands
--no-outputfalseSuppress command output in print-if-data commands
--print-notfalseInvert selection — print non-matching repos

Debug

FlagDefaultDescription
--git-verbosefalsePass --verbose to git commands
--git-quietfalsePass --quiet to git commands

Project discovery

FlagDefaultDescription
--glob <PATTERN>*/*Glob pattern for finding projects
--no-globfalseDisable glob, scan immediate subdirectories only
--folders <LIST>(none)Comma-separated explicit folder list
--no-sortfalsePreserve discovery order instead of sorting

Error handling

FlagDefaultDescription
--no-stopfalseContinue on errors instead of stopping
--no-print-no-projectsfalseSuppress “no projects found” message

Build command skipping

Build commands (build-*) automatically skip projects that contain a .disable file in their root directory. The build-rsconstruct command additionally skips projects that do not have an rsconstruct.toml file.