{"id":18387661,"url":"https://github.com/thenetworg/gitlab-powershell","last_synced_at":"2025-09-06T00:40:16.696Z","repository":{"id":113441750,"uuid":"78475774","full_name":"TheNetworg/gitlab-powershell","owner":"TheNetworg","description":"GitLab API for managing projects.","archived":false,"fork":false,"pushed_at":"2017-01-09T22:56:04.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-06T03:01:57.432Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheNetworg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-09T22:39:02.000Z","updated_at":"2017-01-09T22:56:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"adaeded8-c51c-477a-99f5-d78a319a982c","html_url":"https://github.com/TheNetworg/gitlab-powershell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheNetworg/gitlab-powershell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheNetworg%2Fgitlab-powershell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheNetworg%2Fgitlab-powershell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheNetworg%2Fgitlab-powershell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheNetworg%2Fgitlab-powershell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheNetworg","download_url":"https://codeload.github.com/TheNetworg/gitlab-powershell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheNetworg%2Fgitlab-powershell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273842852,"owners_count":25177920,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T01:27:15.146Z","updated_at":"2025-09-06T00:40:16.623Z","avatar_url":"https://github.com/TheNetworg.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gitlab-powershell\nGitLab API for managing projects.\n\n\n## Installation\n```PowerShell\nFind-Module -Name gitlab-powershell | Install-Module\n```\n\n## Usage\n\n```PowerShell\nConnect-GitLab -serviceroot \"https://git.thenetw.org/\" -token \"XXXXXXXXXXXXXXXXXXXX\"\n```\n\n```PowerShell\n$options = @{\n    \"issues_enabled\"=$false;\n    \"merge_requests_enabled\"=$false;\n    \"builds_enabled\"=$false;\n    \"wiki_enabled\"=$false;\n    \"snippets_enabled\"=$false;\n    \"container_registry_enabled\"=$false;\n    \"shared_runners_enabled\"=$false;\n}\n\nNew-GitLabProject -name \"X0004\" -namespace \"customer\" -options $options\n```\n\n```PowerShell\nAdd-GitLabProjectMember -project \"X0004\" -user $username\n```\n\n```PowerShell\nRemove-GitLabProject -name \"X0004\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenetworg%2Fgitlab-powershell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthenetworg%2Fgitlab-powershell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenetworg%2Fgitlab-powershell/lists"}