Skip to content

Commit 57da279

Browse files
committed
docs: add force freemium / premium in docs
remove bloated badges
1 parent 5a38841 commit 57da279

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@
55
[![Coverage](https://codecov.io/gh/boxboxjason/gitlab-sync/branch/main/graph/badge.svg)](https://codecov.io/gh/boxboxjason/gitlab-sync)
66
![Go Version](https://img.shields.io/github/go-mod/go-version/boxboxjason/gitlab-sync)
77
[![Latest Release](https://img.shields.io/github/v/release/boxboxjason/gitlab-sync)](https://github.com/boxboxjason/gitlab-sync/releases)
8-
[![Release Workflow](https://github.com/boxboxjason/gitlab-sync/actions/workflows/release.yml/badge.svg)](https://github.com/boxboxjason/gitlab-sync/actions/workflows/release.yml)
98
![Last Commit](https://img.shields.io/github/last-commit/boxboxjason/gitlab-sync)
109
[![Tests](https://github.com/boxboxjason/gitlab-sync/actions/workflows/go.yml/badge.svg)](https://github.com/boxboxjason/gitlab-sync/actions/workflows/go.yml)
11-
![Stars](https://img.shields.io/github/stars/boxboxjason/gitlab-sync)
1210
![Contributors](https://img.shields.io/github/contributors/boxboxjason/gitlab-sync?style=social)
13-
![Issues](https://img.shields.io/github/issues/boxboxjason/gitlab-sync)
14-
![Pull Requests](https://img.shields.io/github/issues-pr/boxboxjason/gitlab-sync)
1511

1612
(golang) CLI tool to synchronize GitLab projects and groups between two GitLab instances.
1713
It is designed to be used in a CI/CD pipeline to automate the process of keeping two GitLab instances in sync.
@@ -74,6 +70,8 @@ If mandatory arguments are not provided, the program will prompt for them.
7470
| `--source-token` | `SOURCE_GITLAB_TOKEN` | No | Access token for the source GitLab instance |
7571
| `--source-big` | `SOURCE_GITLAB_BIG` | No | Specify if the source GitLab instance is a big instance (default: false) |
7672
| `--destination-url` | `DESTINATION_GITLAB_URL` | Yes | URL of the destination GitLab instance |
73+
| `--destination-force-freemium` or `-f` | N/A | No | Force the destination GitLab to be treated as a non-premium instance (default: false) |
74+
| `--destination-force-premium` or `-p` | N/A | No | Force the destination GitLab to be treated as a premium instance (default: false) |
7775
| `--destination-token` | `DESTINATION_GITLAB_TOKEN` | Yes | Access token for the destination GitLab instance |
7876
| `--destination-big` | `DESTINATION_GITLAB_BIG` | No | Specify if the destination GitLab instance is a big instance (default: false) |
7977
| `--mirror-mapping` | `MIRROR_MAPPING` | Yes | Path to a JSON file containing the mirror mapping |

0 commit comments

Comments
 (0)