Cake.CodeQL.Cli addin
This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.CodeQL.Cli.
GitHub Authentication Aliases. Used mostly to get Jwt or Installation Tokens for GitHubs that need to make API Calls
General
Git Alias from Cake.CodeQL.Cli addin |
Generates an installation Token for a GitHub App that can be used to make API calls as an App |
Cake.GitHub addin
This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.GitHub.
Contains functionality related to GitHub.
It allows you to run calls against GitHub with just one line of code. In order to use the exposed commands you have to add the following line at top of your build.cake file.
#addin Cake.GitHub
General
Git Alias from Cake.GitHub addin |
Creates a new GitHub Release with the specified settings. |
Git Alias from Cake.GitHub addin |
Sets the Milestone for an Issue or Pull Request. |
Deployment
GitHubStatus Alias from Cake.GitHub addin |
Updates the status for a specific build. |