Lightweight .NET Core console wrapper for Octokit.
GitHub
Token authentication requirements
.NET Core 5.0 SDK
git clone https://github.com/AshleyDhevalall/Octokit.Console
- Navigate to cloned repository folder
- Run the build.ps1 file
dotnet restore
- Get repositories
Octokit.Console.exe --action repositories --token <some token> --output-path C:\Test
- Get projects
Octokit.Console.exe --action projects --token <some token> --output-path C:\Test
- Get artifacts in repository
Octokit.Console.exe --action artifacts --token <some token> --repository <some-repository> --output-path C:\Test