0.8.4 • Published 1 year ago

@ediri/port v0.8.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

Port Resource Provider

Port

The Port Resource Provider lets you manage Port 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:

npm install @ediri/port

or yarn:

yarn add @ediri/port

Python

To use from Python, install using pip:

pip install ediri-port

Go

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

go get github.com/dirien/pulumi-port/sdk

.NET

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

dotnet add package ediri.Port

Configuration

The following configuration points are available for the port provider:

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

Reference

For detailed reference documentation, please visit the Pulumi registry.

0.8.4

1 year ago

0.8.3

1 year ago

0.8.29

1 year ago