We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cddea6 commit d17ff94Copy full SHA for d17ff94
README.md
@@ -64,7 +64,6 @@ If mandatory arguments are not provided, the program will prompt for them.
64
| `--destination-token` | `DESTINATION_GITLAB_TOKEN` | Yes | Access token for the destination GitLab instance |
65
| `--destination-big` | `DESTINATION_GITLAB_BIG` | No | Specify if the destination GitLab instance is a big instance (default: false) |
66
| `--mirror-mapping` | `MIRROR_MAPPING` | Yes | Path to a JSON file containing the mirror mapping |
67
-| `--timeout` or `-t` | N/A | No | Timeout for GitLab API requests in seconds (default: 30) |
68
| `--retry` or `-r` | N/A | No | Number of retries for failed GitLab API requests (does not apply to GraphQL requests) (default: 3) |
69
70
## Example
0 commit comments