ToggleMesh.CLI 1.0.8

dotnet tool install --global ToggleMesh.CLI --version 1.0.8
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local ToggleMesh.CLI --version 1.0.8
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=ToggleMesh.CLI&version=1.0.8
                    
nuke :add-package ToggleMesh.CLI --version 1.0.8
                    

🚀 ToggleMesh CLI Tool

GitHub Repo Documentation

ToggleMesh.CLI is a powerful, lightweight .NET Global Tool designed to synchronize feature flags and configuration schemas directly from your ToggleMesh Control Plane into your local codebase as strongly-typed constants.

📖 Read the full CLI documentation here: docs.togglemesh.dev/docs/cli

Eliminate manual typos and out-of-sync configuration strings by automating code generation.


📦 Installation

To install ToggleMesh.CLI globally on your machine, run the following command in your terminal:

dotnet tool install --global ToggleMesh.CLI

⚙️ Quick Start

1. Configure your environment

Run the interactive configuration wizard to link the CLI to your ToggleMesh environment:

togglemesh config

You will be prompted to enter your Endpoint URL and your secure API Key (tm_server_... or tm_client_...).

2. Synchronize and Generate Constants

Generate type-safe constants for your primary development language.

togglemesh sync --lang typescript --out ./src/flags.ts

🛠️ Supported Output Languages

ToggleMesh CLI can generate native strongly-typed constants for:

  • C# (Creates type-safe class properties)
  • TypeScript / JavaScript (Creates strict type definitions)
  • Go (Generates native typed constants)
  • Python (Generates typed string constants)

🔗 Resources

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.0.8 121 8/3/2026
1.0.7 106 7/5/2026
1.0.6 113 7/5/2026
1.0.5 118 7/1/2026
1.0.4 120 6/15/2026
1.0.1 100 6/15/2026
1.0.0 114 6/15/2026