@@ -53,20 +53,21 @@ Run with the `--verbose` flag to see debug information
5353
5454## Options
5555
56- | Flag | Description | Default |
57- | ------------------------------- | -------------------------------------------------------------- | ------- |
58- | --pat <token > | GitHub API Token | N/A |
59- | --repo <name > | The repo to update (format: user/repo) | N/A |
60- | --user <name > | Update all repos owned by the provided user (example: my-user) | N/A |
61- | --org <name > | Update all repos in the provided org (example: my-org-name) | N/A |
62- | --keep-old | Keep the old branch rather than deleting it | false |
63- | --dry-run | Output log messages only. Do not make any changes | false |
64- | --list-repos-only | List repos that would be affected, then exit | false |
65- | --skip-forks | Skips forked repositories | false |
66- | --skip-update-branch-protection | Skip updating branch protections | false |
67- | --old | The name of the branch to rename | master |
68- | --new | The new branch name | main |
69- | --confirm | Run without prompting for confirmation | false |
56+ | Flag | Description | Default |
57+ | ------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ------- |
58+ | --pat <token > | GitHub API Token | N/A |
59+ | --repo <name > | The repo to update (format: user/repo) | N/A |
60+ | --user <name > | Update all repos owned by the provided user (example: my-user) | N/A |
61+ | --org <name > | Update all repos in the provided org (example: my-org-name) | N/A |
62+ | --team <name > | Update all repos in the provided team (example: my-team-name), only usable in combination with org parameter | N/A |
63+ | --keep-old | Keep the old branch rather than deleting it | false |
64+ | --dry-run | Output log messages only. Do not make any changes | false |
65+ | --list-repos-only | List repos that would be affected, then exit | false |
66+ | --skip-forks | Skips forked repositories | false |
67+ | --skip-update-branch-protection | Skip updating branch protections | false |
68+ | --old | The name of the branch to rename | master |
69+ | --new | The new branch name | main |
70+ | --confirm | Run without prompting for confirmation | false |
7071
7172## Replacements
7273
0 commit comments