-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglvigor.ps1
43 lines (22 loc) · 1.16 KB
/
glvigor.ps1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<#PSScriptInfo
.VERSION 0.1.0.0
.GUID 716ad541-be90-44b4-bc9f-889857c549fd
.AUTHOR sgkens / sgkens
.COMPANYNAME sgkens
.COPYRIGHT 2024 sgkens. All rights reserved.
.TAGS automation
.LICENSEURI https://choosealicense.com/licenses/mit
.PROJECTURI https://gitlab.kenscloud.online/powershell/glvigor.git
.ICONURI https://gitlab.kenscloud.online/powershell/glvigor/-/blob/main/logo.svg
.EXTERNALMODULEDEPENDENCIES
.REQUIREDSCRIPTS G:\devspace\projects\powershell\_repos\gapira/glvigor-.ps1,G:\devspace\projects\powershell\_repos\gapira/glvigor-.ps1
.EXTERNALSCRIPTDEPENDENCIES
.RELEASENOTES
https://gitlab.kenscloud.online/powershell/glvigor/-/blob/main/Releases.md
.PRIVATEDATA
#>
<#
.DESCRIPTION
GLViger offers a comprehensive set of cmdlets for managing key resources on a GitLab instance. With this module, you can create, view, update, remove, and search for *issues*, *merge requests*, *projects*, *groups*, and *labels* through the GitLab API. Additionally, the module includes cmdlets for handling Git-related functions, such as *viewing*, *adding*, and removing *mirrors*, as well as updating the *origin*.
#>
Param()