Cake aliases for interacting with GitLab
$ dotnet add package Cake.GitLabCake.GitLab is a Cake Addin that provides aliases for interaction with the GitLab API.
Install the addin into your Cake build.
If you are using Cake scripting, use the #addin reprocessor directive:
#addin nuget:?package=Cake.GitLab&version=VERSION
If you are using Cake.Frosting, install the addin by adding a package reference to your project:
<PackageReference Include="Cake.GitLab" Version="VERSION" />
For a list of aliases provided by the addin, please refer to the documentation.
Cake.GitLab is licensed under the MIT License.
For details see https://github.com/ap0llo/Cake.GitLab/blob/main/LICENSE