exec

Execute all the things

bosco exec -- <command>
bosco exec -r <repoPattern> -- <command>

This command allows you to run any arbitrary command across all repositories.

For example:

bosco exec -- git status