Tggl CLI is a command-line tool for interacting with the Tggl feature flag management platform. Current stable version is 1.4.0. It allows developers to evaluate feature flags locally, fetch flag configurations, and manage flag states from the terminal. Key differentiators: lightweight, no server dependency, designed for CI/CD workflows and local development. Published as an npm package, primarily used as a dev dependency.
npm install tggl-cliVerified import paths — ran on the pinned version, not inferred.
Evaluates a feature flag with a given context using npx.
Use 'npm i tggl-cli --save-dev' or 'npx tggl-cli'.
Install with 'npm i -g tggl-cli' or use 'npx tggl-cli'.
No dependency data recorded yet.