LightMesh CLI for Windows

Windows

The installation guide for Tidal LightMesh CLI on Microsoft Windows. Start a trial today.

Install LightMesh CLI for Windows

Authentication Methods for LightMesh CLI on macOS

There are two ways to authenticate with LightMesh via the CLI on macOS:

  1. Login Command: You can authenticate by using the lightmesh login command directly in the terminal, which will prompt you for credentials.
    CLI Login GIF

  2. API Key: Alternatively, you can authenticate using an API key. Follow these steps to create one:

    • Register and log in at next.lightmesh.com
    • Go to Admin at the top right corner
    • Click on API Keys
    • Create a new API Key

To use the LightMesh CLI using an API key, export the created token. Example: export LIGHTMESH_API_TOKEN=<token>