pulumi-gitlab


Namepulumi-gitlab JSON
Version 9.2.0 PyPI version JSON
download
home_pageNone
SummaryA Pulumi package for creating and managing GitLab resources.
upload_time2025-07-18 04:07:57
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseApache-2.0
keywords pulumi gitlab
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Actions Status](https://github.com/pulumi/pulumi-gitlab/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-gitlab/actions)
[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
[![NPM version](https://badge.fury.io/js/%40pulumi%2Fgitlab.svg)](https://www.npmjs.com/package/@pulumi/gitlab)
[![Python version](https://badge.fury.io/py/pulumi-gitlab.svg)](https://pypi.org/project/pulumi-gitlab)
[![NuGet version](https://badge.fury.io/nu/pulumi.gitlab.svg)](https://badge.fury.io/nu/pulumi.gitlab)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-gitlab/sdk/v6/go)](https://pkg.go.dev/github.com/pulumi/pulumi-gitlab/sdk/v6/go)
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-gitlab/blob/master/LICENSE)

# GitLab provider

The GitLab resource provider for Pulumi lets you use GitLab resources in your cloud programs.  To use
this package, please [install the Pulumi CLI first](https://pulumi.io/).

## Installing

This package is available in many languages in the standard packaging formats.

### Node.js (Java/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either `npm`:

    $ npm install @pulumi/gitlab

or `yarn`:

    $ yarn add @pulumi/gitlab

### Python

To use from Python, install using `pip`:

    $ pip install pulumi_gitlab

### Go

To use from Go, use `go get` to grab the latest version of the library

    $ go get github.com/pulumi/pulumi-gitlab/sdk/v7

### .NET

To use from .NET, install using `dotnet add package`:

    $ dotnet add package Pulumi.Gitlab

## Concepts

The `@pulumi/gitlab` package provides a strongly-typed means to create cloud applications that create and interact
closely with GitLab resources.

## Configuration

The following configuration points are available:

* token (Optional) - This is the GitLab personal access token. It must be provided but can also be sourced via `GITLAB_TOKEN`.

* baseUrl (Optional) - This is the target GitLab base API endpoint. Providing a value is a requirement when working with GitLab CE or GitLab Enterprise e.g. https://my.gitlab.server/api/v4/. It is optional to provide this value and it can also be sourced from the GITLAB_BASE_URL environment variable. The value must end with a slash.

* cacertFile (Optional) - This is a file containing the ca cert to verify the gitlab instance. This is available for use when working with GitLab CE or Gitlab Enterprise with a locally-issued or self-signed certificate chain.

* insecure (Optional) - When set to true this disables SSL verification of the connection to the GitLab instance. Defaults to `false`.


## Reference

For further information, please visit [the GitLab provider docs](https://www.pulumi.com/docs/intro/cloud-providers/gitlab) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/gitlab).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pulumi-gitlab",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "pulumi, gitlab",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/66/7d/63c7a6b937662d8b9247090c635e8cf2b629a59852fa89e7927b591176bf/pulumi_gitlab-9.2.0.tar.gz",
    "platform": null,
    "description": "[![Actions Status](https://github.com/pulumi/pulumi-gitlab/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-gitlab/actions)\n[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)\n[![NPM version](https://badge.fury.io/js/%40pulumi%2Fgitlab.svg)](https://www.npmjs.com/package/@pulumi/gitlab)\n[![Python version](https://badge.fury.io/py/pulumi-gitlab.svg)](https://pypi.org/project/pulumi-gitlab)\n[![NuGet version](https://badge.fury.io/nu/pulumi.gitlab.svg)](https://badge.fury.io/nu/pulumi.gitlab)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-gitlab/sdk/v6/go)](https://pkg.go.dev/github.com/pulumi/pulumi-gitlab/sdk/v6/go)\n[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-gitlab/blob/master/LICENSE)\n\n# GitLab provider\n\nThe GitLab resource provider for Pulumi lets you use GitLab resources in your cloud programs.  To use\nthis package, please [install the Pulumi CLI first](https://pulumi.io/).\n\n## Installing\n\nThis package is available in many languages in the standard packaging formats.\n\n### Node.js (Java/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n    $ npm install @pulumi/gitlab\n\nor `yarn`:\n\n    $ yarn add @pulumi/gitlab\n\n### Python\n\nTo use from Python, install using `pip`:\n\n    $ pip install pulumi_gitlab\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library\n\n    $ go get github.com/pulumi/pulumi-gitlab/sdk/v7\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n    $ dotnet add package Pulumi.Gitlab\n\n## Concepts\n\nThe `@pulumi/gitlab` package provides a strongly-typed means to create cloud applications that create and interact\nclosely with GitLab resources.\n\n## Configuration\n\nThe following configuration points are available:\n\n* token (Optional) - This is the GitLab personal access token. It must be provided but can also be sourced via `GITLAB_TOKEN`.\n\n* baseUrl (Optional) - This is the target GitLab base API endpoint. Providing a value is a requirement when working with GitLab CE or GitLab Enterprise e.g. https://my.gitlab.server/api/v4/. It is optional to provide this value and it can also be sourced from the GITLAB_BASE_URL environment variable. The value must end with a slash.\n\n* cacertFile (Optional) - This is a file containing the ca cert to verify the gitlab instance. This is available for use when working with GitLab CE or Gitlab Enterprise with a locally-issued or self-signed certificate chain.\n\n* insecure (Optional) - When set to true this disables SSL verification of the connection to the GitLab instance. Defaults to `false`.\n\n\n## Reference\n\nFor further information, please visit [the GitLab provider docs](https://www.pulumi.com/docs/intro/cloud-providers/gitlab) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/gitlab).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing GitLab resources.",
    "version": "9.2.0",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-gitlab"
    },
    "split_keywords": [
        "pulumi",
        " gitlab"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2c8e4451ffd978ca83f8a5589ec966785968ee2ffc26e79eb9a2e2d64eb4acf5",
                "md5": "914fe83b01d2e3084efb6ca22e403ca6",
                "sha256": "bbb6a82689c6b3485e6777092a5ed5269cd845a8badf42ec46d3476470cb60e7"
            },
            "downloads": -1,
            "filename": "pulumi_gitlab-9.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "914fe83b01d2e3084efb6ca22e403ca6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 758299,
            "upload_time": "2025-07-18T04:07:54",
            "upload_time_iso_8601": "2025-07-18T04:07:54.813070Z",
            "url": "https://files.pythonhosted.org/packages/2c/8e/4451ffd978ca83f8a5589ec966785968ee2ffc26e79eb9a2e2d64eb4acf5/pulumi_gitlab-9.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "667d63c7a6b937662d8b9247090c635e8cf2b629a59852fa89e7927b591176bf",
                "md5": "df49825e74f29e1f2123a91dd0662e60",
                "sha256": "d64b758fb26ff41ce9346fd91644cafd09661e5b7f4d855f13a71d8f612228db"
            },
            "downloads": -1,
            "filename": "pulumi_gitlab-9.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "df49825e74f29e1f2123a91dd0662e60",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 537691,
            "upload_time": "2025-07-18T04:07:57",
            "upload_time_iso_8601": "2025-07-18T04:07:57.099173Z",
            "url": "https://files.pythonhosted.org/packages/66/7d/63c7a6b937662d8b9247090c635e8cf2b629a59852fa89e7927b591176bf/pulumi_gitlab-9.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-18 04:07:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumi",
    "github_project": "pulumi-gitlab",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-gitlab"
}
        
Elapsed time: 1.04747s