branch to exclude for git sync, comma-separated and supporting globbing;'!default' is translated to the default branch of the source project; Empty by default
--update-release force the update of the latest release
--deny-release-hash-change
deny update of release tag hash
--update-avatar force update the avatar images even when they exist and look the same
--no-group-description
don't synchronize group description
@@ -93,6 +95,7 @@ options:
| `--include-branch` | `$INCLUDE_BRANCH` | branch(s) to include for git sync, comma-separated and supporting globbing; `!default` is the default value and translated to the default branch of the source project; *Examples: `!default`, `develop`, `feat-*`* |
| `--exclude-branch` | `$EXCLUDE_BRANCH` | branch(s) to exclude for git sync, comma-separated and supporting globbing; `!default` is translated to the default branch of the source project; Empty by default; Take precedence over `--include-branch`; *Examples: `!default`, `develop`, `feat-*`* |
| `--update-release` | `$UPDATE_RELEASE` | set to force the update of the latest release (in order to trigger GitLab CI/CD catalog publication) |
| `--deny-release-hash-change` | `$DENY_RELEASE_HASH_CHANGE` | deny update of release tag hash (to avoid changes in already published releases) |
| `--update-avatar` | `$UPDATE_AVATAR` | force update the avatar images even when they exist and look the same |
| `--no-group-description` | `$GROUP_DESCRIPTION_DISABLED` | don't synchronize group description |