Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 329 Bytes

File metadata and controls

22 lines (15 loc) · 329 Bytes

Dotnet GitLab CLI

CLI interface to interact with GitLab API from console, and have some usefull features without using browser

Build

dotnet build

Test

dotnet test

Publish

linux-x64

dotnet publish -c Release -r linux-x64 --self-contained true src/GitLabCli.Console/GitLabCli.Console.csproj