Commit a30228ca authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

feat: reliable dry-run

parent c0396efe
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -49,13 +49,13 @@ options:

| CLI option                 | Env. Variable                   | Description                                                                                                           |
| -------------------------- | ------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| `--src-api`                | `$SRC_GITLAB_API`               | GitLab source API url                                                                                                 |
| `--src-api`                | `$SRC_GITLAB_API`               | GitLab source API url  (**mandatory**)                                                                                |
| `--src-token`              | `$SRC_TOKEN`                    | GitLab source token (_optional_ if source GitLab group and sub projects have `public` visibility)                     |
| `--src-sync-path`          | `$SRC_SYNC_PATH`                | GitLab source root group path to synchronize                                                                          |
| `--src-sync-path`          | `$SRC_SYNC_PATH`                | GitLab source root group path to synchronize  (**mandatory**)                                                         |
| `--dest-api`               | `$DEST_GITLAB_API`              | GitLab destination API url (**mandatory**)                                                                            |
| `--dest-token`             | `$DEST_TOKEN`                   | GitLab destination token with at least scopes `api,read_repository,write_repository` and `Owner` role (**mandatory**) |
| `--dest-sync-path`         | `$DEST_SYNC_PATH`               | GitLab destination root group path to synchronize (defaults to `--src-sync-path`)                                     |
| `--max-visibility`         | `$MAX_VISIBILITY`               | maximum visibility of projects in destination group (default to `public`)                                             |
| `--max-visibility`         | `$MAX_VISIBILITY`               | maximum visibility of projects in destination group (defaults to `public`)                                            |
| `--exclude`                | `$EXCLUDE`                      | project/group path(s) to exclude (multiple CLI option; env. variable is a coma separated list)                        |
| `--insecure`               | `$INSECURE`                     | skip SSL verification                                                                                                 |
| `--update-release`         | `$UPDATE_RELEASE`               | set to update the releases even if they exists                                                                        |
+247 −234

File changed.

Preview size limit exceeded, changes collapsed.