port-pulumi


Nameport-pulumi JSON
Version 1.10.6 PyPI version JSON
download
home_pagehttps://www.pulumi.com
SummaryA Pulumi package for creating and managing Port resources.
upload_time2024-04-19 02:51:18
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords pulumi port category/utility
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Port Resource Provider

<img src="img/port.svg" width="300px">

The Port Resource Provider lets you manage [Port](https://www.getport.io) resources.

## Installing

This package is available for several languages/platforms:

### Node.js (JavaScript/TypeScript)

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

```bash
npm install @port-labs/port
```

or `yarn`:

```bash
yarn add @port-labs/port
```

### Python

To use from Python, install using `pip`:

```bash
pip install port_pulumi
```

### Go

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

```bash
go get github.com/port-labs/pulumi-port/sdk
```

## Configuration

The following configuration points are available for the `port` provider:

- `port:clientId` - This is the Port client ID. (environment: PORT_CLIENT_ID)
- `port:secret` - This is the Port secret. (environment: PORT_CLIENT_SECRET)
- `port:baseUrl` (optional) - This is the Port base URL. (environment: PORT_BASE_URL)
- `port:token` - (optional) This is the Port token.




            

Raw data

            {
    "_id": null,
    "home_page": "https://www.pulumi.com",
    "name": "port-pulumi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pulumi port category/utility",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/da/06/6771b7e546eadc21bb7c8d5d015be1a38b7b5a2381533cb2cf96417cc30b/port_pulumi-1.10.6.tar.gz",
    "platform": null,
    "description": "# Port Resource Provider\n\n<img src=\"img/port.svg\" width=\"300px\">\n\nThe Port Resource Provider lets you manage [Port](https://www.getport.io) resources.\n\n## Installing\n\nThis package is available for several languages/platforms:\n\n### Node.js (JavaScript/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```bash\nnpm install @port-labs/port\n```\n\nor `yarn`:\n\n```bash\nyarn add @port-labs/port\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install port_pulumi\n```\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library:\n\n```bash\ngo get github.com/port-labs/pulumi-port/sdk\n```\n\n## Configuration\n\nThe following configuration points are available for the `port` provider:\n\n- `port:clientId` - This is the Port client ID. (environment: PORT_CLIENT_ID)\n- `port:secret` - This is the Port secret. (environment: PORT_CLIENT_SECRET)\n- `port:baseUrl` (optional) - This is the Port base URL. (environment: PORT_BASE_URL)\n- `port:token` - (optional) This is the Port token.\n\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing Port resources.",
    "version": "1.10.6",
    "project_urls": {
        "Homepage": "https://www.pulumi.com",
        "Repository": "https://github.com/port-labs/pulumi-port"
    },
    "split_keywords": [
        "pulumi",
        "port",
        "category/utility"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da066771b7e546eadc21bb7c8d5d015be1a38b7b5a2381533cb2cf96417cc30b",
                "md5": "64ea79f8013443451d383876824cc3ab",
                "sha256": "ec906babbf3f78bbfb944c3c509bb0b16edb2bef5000815b4f21066811778def"
            },
            "downloads": -1,
            "filename": "port_pulumi-1.10.6.tar.gz",
            "has_sig": false,
            "md5_digest": "64ea79f8013443451d383876824cc3ab",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 46973,
            "upload_time": "2024-04-19T02:51:18",
            "upload_time_iso_8601": "2024-04-19T02:51:18.999130Z",
            "url": "https://files.pythonhosted.org/packages/da/06/6771b7e546eadc21bb7c8d5d015be1a38b7b5a2381533cb2cf96417cc30b/port_pulumi-1.10.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-19 02:51:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "port-labs",
    "github_project": "pulumi-port",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "port-pulumi"
}
        
Elapsed time: 0.23322s