0.0.24 • Published 7 months ago

@pierskarsenbarg/ngrok v0.0.24

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 months ago

ngrok Resource Provider

The ngrok Resource Provider lets you manage ngrok 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 @pierskarsenbarg/ngrok

or yarn:

yarn add @pierskarsenbarg/ngrok

Python

To use from Python, install using pip:

pip install pierskarsenbarg-pulumi-ngrok

Go

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

go get github.com/pierskarsenbarg/pulumi-ngrok/sdk/go/...

.NET

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

dotnet add package PiersKarsenbarg.Ngrok

Configuration

The following configuration points are available for the ngrok provider:

  • ngrok:apiKey (environment: NGROK_API_KEY) - the API key for ngrok
  • ngrok:apiBaseUrl (environment: NGROK_API_BASE_URL) - The API URL used to talk with ngrok. The default is https://api.ngrok.com. - optional

Todo

  • Add Java language support
  • Add YAML language support
0.0.22

9 months ago

0.0.23

9 months ago

0.0.24

7 months ago

0.0.21

11 months ago

0.0.20

12 months ago

0.0.19

12 months ago

0.0.17

12 months ago

0.0.16

12 months ago