Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

ngetchell/PSGitLab

Repository files navigation

An interface for administering GitLab from a Windows PC using PowerShell.

Build status

Installation

Find-Module -Name PSGitLab | Install-Module

Getting started

Before you start to use PSGitLab you need to

  • obtain your your personal access token
  • save your personal access token and the GitLab URL using Save-GitLabAPIConfiguration
Save-GitLabAPIConfiguration -Domain https://my-gitlab.example.com -Token "mPnTssWyBCMjxxxxxxxJQ"

Your configuration data are saved to the file "$env:appdata\PSGitLab\PSGitLabConfiguration.xml".

API Requests

If you think there is an GitLab API I missed make sure to request it as an issue. I added the API calls that I needed to get work done. You might need others. Let me know.

Contributing

Before issuing a Pull Request make sure to run the following code to make sure your not additions don't get kicked back.

.\build.ps1 -Task Pre-Commit

This will run your code against the PSScriptAnalyzer and Pester tests. If you're writing code against a specific function you can use Pester tags to check against just that one function.

Invoke-Pester -Tag get-gitlabproject

Milestones

Milestones will be used for code coverage. Each API call has it's own issue and each group of API calls will be categorized by the corresponding milestone.

Issues

If you find a bug, please let me know through the issue tracker. The more details you provide the better.

Contributors

About

An interface for administering GitLab from the PowerShell command line.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published