{"id":18859,"library":"tggl-cli","title":"Tggl CLI","description":"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.","status":"active","version":"1.4.0","language":"javascript","source_language":"en","source_url":null,"tags":["javascript","Tggl","feature flag"],"install":[{"cmd":"npm install tggl-cli","lang":"bash","label":"npm"},{"cmd":"yarn add tggl-cli","lang":"bash","label":"yarn"},{"cmd":"pnpm add tggl-cli","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"This is a CLI tool, not a library. Use npx or install globally.","wrong":"import 'tggl-cli'","symbol":"tggl-cli","correct":"npx tggl-cli"}],"quickstart":{"code":"npx tggl-cli evaluate --context '{\"user\":{\"id\":\"123\"}}'","lang":"javascript","description":"Evaluates a feature flag with a given context using npx."},"warnings":[{"fix":"Use 'npm i tggl-cli --save-dev' or 'npx tggl-cli'.","message":"The CLI must be installed as a dev dependency or used via npx; it is not designed for programmatic use.","severity":"gotcha","affected_versions":">=1.0.0"}],"env_vars":null,"last_verified":"2026-04-25T00:00:00.000Z","next_check":"2026-07-24T00:00:00.000Z","problems":[{"fix":"Install with 'npm i -g tggl-cli' or use 'npx tggl-cli'.","cause":"Package not installed globally or not in PATH.","error":"Command not found: tggl-cli"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}