Skip to content

TDengine Action

Actions
Install and configure TDengine and the TDengine CLI
v3
Latest
Star (2)

TDengine Action

This action downloads, installs, and configures an TDengine OSS instance and CLI tooling that can be used in your automation.

This downloads the specified version (or latest ).

Usage

See action.yml

Setup and configure TDengine and CLI Tools

steps:
  - name: Check out repo
    uses: actions/checkout@v2
  - name: Setup TDengine
    uses: iotsharp/tdengine-action@v2
    with:
      tdengine_version: latest

Install but don't start TDengine ( CLI Tooling Only)

steps:
  - name: Check out repo
    uses: actions/checkout@v2
  - name: Setup TDengine
    uses: iotsharp/tdengine-action@v2
    with:
      tdengine_version: latest
      tdengine_start: false

Use a specific version of TDengine

steps:
  - name: Check out repo
    uses: actions/checkout@v2
  - name: Setup TDengine
    uses: iotsharp/tdengine-action@v2
    with:
      tdengine_version: 3.0.2.1

TDengine Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Install and configure TDengine and the TDengine CLI
v3
Latest

TDengine Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.