Use the `print` command to run scripts and view output
masterThe print command clones multiple repositories and executes a specified script in each. Unlike run, it does not create pull requests; instead, it prints the output (stdout and stderr) of each script run. This is useful for auditing or running read-only scripts across many repos.
When the script is running, multi-gitter sets the following environment variables:
REPOSITORY: The name of the repository currently being processed.
You can configure where the output and error logs are written using --output and --error-output flags.
multi-gitter print [script path] [flags]