Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martins-vds/migrate-azure-devops-wiki-to-github
This repository contains a PowerShell script, ConvertTo-GithubWiki.ps1, that can be used to migrate an Azure DevOps Wiki to GitHub.
https://github.com/martins-vds/migrate-azure-devops-wiki-to-github
azure-devops azure-devops-wiki github-wiki migrated-azdo migration migration-automation wiki
Last synced: about 1 month ago
JSON representation
This repository contains a PowerShell script, ConvertTo-GithubWiki.ps1, that can be used to migrate an Azure DevOps Wiki to GitHub.
- Host: GitHub
- URL: https://github.com/martins-vds/migrate-azure-devops-wiki-to-github
- Owner: martins-vds
- License: mit
- Created: 2024-04-08T21:27:10.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-12T16:28:19.000Z (10 months ago)
- Last Synced: 2024-10-29T18:26:46.136Z (3 months ago)
- Topics: azure-devops, azure-devops-wiki, github-wiki, migrated-azdo, migration, migration-automation, wiki
- Language: PowerShell
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Migrate Azure DevOps Wiki to GitHub
This repository contains a PowerShell script, `ConvertTo-GithubWiki.ps1`, that can be used to migrate an Azure DevOps Wiki to GitHub.
## Prerequisites
Before running the script, make sure you have the following:
- PowerShell installed on your machine.
- Azure DevOps Wiki that you want to migrate.
- A GitHub repository where you want to migrate the wiki.## Usage
1. Clone this repository to your local machine.
2. Get the Azure DevOps Wiki repository URL.
3. Get the GitHub repository URL where you want to migrate the wiki.
4. Open a PowerShell terminal as an administrator.
5. Navigate to the cloned repository.
6. Run the following command:```powershell
.\ConvertTo-GithubWiki.ps1 -AzureDevOpsWikiRepositoryUrl "" -GitHubWikiRepositoryUrl ""
```