Name | pulumi-gitlab JSON |
Version |
8.8.0
JSON |
| download |
home_page | None |
Summary | A Pulumi package for creating and managing GitLab resources. |
upload_time | 2025-01-17 16:09:10 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | Apache-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/4d/24/a0621c2793c787307f79694184e9165c7150afc83e75346cc197408e9ec4/pulumi_gitlab-8.8.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": "8.8.0",
"project_urls": {
"Homepage": "https://pulumi.io",
"Repository": "https://github.com/pulumi/pulumi-gitlab"
},
"split_keywords": [
"pulumi",
" gitlab"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9b06062e74c162f8caac1e3d7902ebab97d6102adba6c7452dbfb7fca265fa25",
"md5": "59f67a49aebe5e807cb58c335daa66ec",
"sha256": "9b8d83bbf126dc1601d761ed04d42454fb73eb1ee36f18c30ed623c7e9a3166f"
},
"downloads": -1,
"filename": "pulumi_gitlab-8.8.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "59f67a49aebe5e807cb58c335daa66ec",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 686181,
"upload_time": "2025-01-17T16:09:07",
"upload_time_iso_8601": "2025-01-17T16:09:07.360810Z",
"url": "https://files.pythonhosted.org/packages/9b/06/062e74c162f8caac1e3d7902ebab97d6102adba6c7452dbfb7fca265fa25/pulumi_gitlab-8.8.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4d24a0621c2793c787307f79694184e9165c7150afc83e75346cc197408e9ec4",
"md5": "ac298845a76d820913aeaec59a4bf765",
"sha256": "1f5c1e4d5283706d55133ba11b38f397e21da7aefea1a19b6df4580f257e3acd"
},
"downloads": -1,
"filename": "pulumi_gitlab-8.8.0.tar.gz",
"has_sig": false,
"md5_digest": "ac298845a76d820913aeaec59a4bf765",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 492739,
"upload_time": "2025-01-17T16:09:10",
"upload_time_iso_8601": "2025-01-17T16:09:10.600360Z",
"url": "https://files.pythonhosted.org/packages/4d/24/a0621c2793c787307f79694184e9165c7150afc83e75346cc197408e9ec4/pulumi_gitlab-8.8.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-17 16:09:10",
"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"
}