majkinetor / mm-gitlab

Gitlab REST API Powershell module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitLab PowerShell Module

How to use

  1. Obtain GitLab Personal Access Token key via Profile -> Preferences -> Access tokens
  2. Import module: import-module mm-gitlab
  3. Initialize session: Initialize-GitlabSession -Url 'https://gitlab...' -Token '<token>'

You can use any module function now. To get a list of available functions invoke: Get-Command -Module mm-gitlab.

Use $VerbosePreference = 'Continue' on the top of the script or -Verbose option on any function to see detailed low level communication with GitLab.

Prerequisites

Nothing particular is required. Works with PowerShell 3+.

About

Gitlab REST API Powershell module


Languages

Language:PowerShell 100.0%