https://github.com/port-labs/pulumi-port
Pulumi Port provider
https://github.com/port-labs/pulumi-port
pulumi
Last synced: about 1 month ago
JSON representation
Pulumi Port provider
- Host: GitHub
- URL: https://github.com/port-labs/pulumi-port
- Owner: port-labs
- License: apache-2.0
- Created: 2023-07-04T10:33:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-21T06:03:16.000Z (about 2 months ago)
- Last Synced: 2025-08-21T08:28:53.916Z (about 2 months ago)
- Topics: pulumi
- Language: Python
- Homepage: https://www.pulumi.com/registry/packages/port/
- Size: 2.16 MB
- Stars: 9
- Watchers: 5
- Forks: 3
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Port Resource Provider
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.