RSMultiGit does not use a configuration file. All behavior is controlled via CLI flags passed before the subcommand.
Flag Default Description
--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
Flag Default Description
--git-verbosefalsePass --verbose to git commands
--git-quietfalsePass --quiet to git commands
Flag Default Description
--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
Flag Default Description
--no-stopfalseContinue on errors instead of stopping
--no-print-no-projectsfalseSuppress “no projects found” message
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.