Registry / devops / tggl-cli

tggl-cli

JSON →
library1.4.0jsnpmunverified

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-cli
INSTALL
IMPORT
SIG · TGGL-CLI
T
tggl-cli
devopsjavascriptv1.4.0
Install
Import
Disk
Pass rate
0/ 6
Env Coverage0 / 6
glibc
1822
musl
1822
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18226 runs
build_error
glibc
node 18226 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tggl-cli
npx tggl-cli
import 'tggl-cli'
This is a CLI tool, not a library. Use npx or install globally.

Evaluates a feature flag with a given context using npx.

npx tggl-cli evaluate --context '{"user":{"id":"123"}}'
tggl --version
Debug
Known issues
gotchaThe CLI must be installed as a dev dependency or used via npx; it is not designed for programmatic use.
fix
Use 'npm i tggl-cli --save-dev' or 'npx tggl-cli'.
affects: >=1.0.0
Errors
Common errors & fixes
Command not found: tggl-cli
Package not installed globally or not in PATH.
fix
Install with 'npm i -g tggl-cli' or use 'npx tggl-cli'.
Upgrade
Version history
1.4.0latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
tggl-cli — npm install tggl-cli · libregistry