Skip to content

Commit 9e9137a

Browse files
pnskCopilot
andauthored
Add additional arguments for gei cli (#58354)
Co-authored-by: Copilot <[email protected]>
1 parent 91e35b7 commit 9e9137a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

content/migrations/using-github-enterprise-importer/migrating-between-github-products/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -512,9 +512,11 @@ gh gei generate-script --github-source-org SOURCE \
512512

513513
| Argument | Description |
514514
| -------- | ----------- |
515-
| `--target-api-url TARGET-API-URL` | {% data reusables.enterprise-migration-tool.add-target-api-url %} |
516-
| `--no-ssl-verify` | {% data reusables.enterprise-migration-tool.ssl-flag %} |
517515
| `--download-migration-logs` | Download the migration log for each migrated repository. For more information about migration logs, see [AUTOTITLE](/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer#downloading-all-migration-logs-for-an-organization). |
516+
| `--lock-source-repo` | Lock the source repository when migrating. **Warning:** Locking a source repository prevents further changes and may disrupt workflows. It is recommended to only use this option if you are certain it is appropriate. For more information, see [AUTOTITLE](/migrations/overview/about-locked-repositories). |
517+
| `--no-ssl-verify` | {% data reusables.enterprise-migration-tool.ssl-flag %} |
518+
| `--skip-releases` | {% data reusables.enterprise-migration-tool.skip-releases %} |
519+
| `--target-api-url TARGET-API-URL` | {% data reusables.enterprise-migration-tool.add-target-api-url %} |
518520
| `--use-github-storage`| Perform a repository migration using {% data variables.product.prodname_ghos %} as the intermediate blob storage solution. |
519521

520522
### Reviewing the migration script
@@ -588,9 +590,10 @@ gh gei migrate-repo --github-source-org SOURCE --source-repo CURRENT-NAME --gith
588590

589591
| Argument | Description |
590592
| -------- | ----------- |
591-
| `--target-api-url TARGET-API-URL` | {% data reusables.enterprise-migration-tool.add-target-api-url %} |
593+
| `--lock-source-repo` | Lock the source repository when migrating. For more information, see [AUTOTITLE](/migrations/overview/about-locked-repositories). |
592594
| `--no-ssl-verify` | {% data reusables.enterprise-migration-tool.ssl-flag %} |
593595
| `--skip-releases` | {% data reusables.enterprise-migration-tool.skip-releases %} |
596+
| `--target-api-url TARGET-API-URL` | {% data reusables.enterprise-migration-tool.add-target-api-url %} |
594597
| `--target-repo-visibility TARGET-VISIBILITY` | {% data reusables.enterprise-migration-tool.set-repository-visibility %} |
595598
| `--use-github-storage`| Perform a repository migration using {% data variables.product.prodname_ghos %} as the intermediate blob storage solution. |
596599

0 commit comments

Comments
 (0)