pulumi-gitlab


Namepulumi-gitlab JSON
Version 8.0.1 PyPI version JSON
download
home_pageNone
SummaryA Pulumi package for creating and managing GitLab resources.
upload_time2024-06-09 01:48:43
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
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.8",
    "maintainer_email": null,
    "keywords": "pulumi, gitlab",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/4f/25/d31bfb1764c5df708b742666e602987d3c258a35b229e65820d04e869238/pulumi_gitlab-8.0.1.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": "8.0.1",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-gitlab"
    },
    "split_keywords": [
        "pulumi",
        " gitlab"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34abaf45fd95eaad3e5db0270b4e66a0262d1dc31cc8abd015d9b474681578cd",
                "md5": "19ca17a480b587b7c85d57d6167d091b",
                "sha256": "ec1a8ccafd9e502f984af7b39704452c7296c86bae7c386e15a7351633a9e77f"
            },
            "downloads": -1,
            "filename": "pulumi_gitlab-8.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "19ca17a480b587b7c85d57d6167d091b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 545912,
            "upload_time": "2024-06-09T01:48:40",
            "upload_time_iso_8601": "2024-06-09T01:48:40.831243Z",
            "url": "https://files.pythonhosted.org/packages/34/ab/af45fd95eaad3e5db0270b4e66a0262d1dc31cc8abd015d9b474681578cd/pulumi_gitlab-8.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f25d31bfb1764c5df708b742666e602987d3c258a35b229e65820d04e869238",
                "md5": "492125e192ed1061ed06a0c9142c53a4",
                "sha256": "f7890ec5f94418f0d53d64489e89882af210cd5f9a61a76c1ea834b8b84f04ed"
            },
            "downloads": -1,
            "filename": "pulumi_gitlab-8.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "492125e192ed1061ed06a0c9142c53a4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 392216,
            "upload_time": "2024-06-09T01:48:43",
            "upload_time_iso_8601": "2024-06-09T01:48:43.781084Z",
            "url": "https://files.pythonhosted.org/packages/4f/25/d31bfb1764c5df708b742666e602987d3c258a35b229e65820d04e869238/pulumi_gitlab-8.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-09 01:48:43",
    "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: 0.27108s