Skip to content

Musisimaru/Powershell-for-Gitlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Powershell-for-Gitlab

Powershell commands for Gitlab API

Settings

To work with these cmdlets, you need to set two global variables:

$Global:GITLAB_API_URL = "https://gitlab.somedomain.com/api/v4"
$Global:GITLAB_PRIVATE_TOKEN = "you_private_api_token"

Projects commands

  • Get-GitlabProject
  • Get-GitlabCurrentProject
  • Set-GitlabProjectVisibility

Users Commands

  • Get-GitlabUser
  • Get-GitlabSSHKey
  • Get-GitlabGPGKey
  • Get-GitlabUserActivities

About

Powershell commands for Gitlab API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published