Metadata-Version: 2.4
Name: redis-flags
Version: 0.1.2
Summary: CLI for redis-feature-flags. Manage feature flags from your terminal — create, enable, disable, inspect, rollout.
Project-URL: Homepage, https://github.com/sgs-97/redis-feature-flags
Project-URL: Documentation, https://github.com/sgs-97/redis-feature-flags/blob/master/docs/cli.md
Project-URL: Changelog, https://github.com/sgs-97/redis-feature-flags/blob/master/CHANGELOG.md
Project-URL: Bug Tracker, https://github.com/sgs-97/redis-feature-flags/issues
Project-URL: Python SDK, https://pypi.org/project/redis-feature-flags
Project-URL: Java SDK, https://central.sonatype.com/artifact/io.github.sgs-97/redis-feature-flags
License: MIT
Keywords: cli,feature-flags,redis
Requires-Python: >=3.9
Requires-Dist: redis-feature-flags>=0.1.0
Requires-Dist: redis>=4.0.0
Requires-Dist: rich>=13.0.0
Requires-Dist: tomli-w
Requires-Dist: tomli>=2.0.0; python_version < '3.11'
Requires-Dist: typer>=0.9.0
Provides-Extra: dev
Requires-Dist: fakeredis>=2.0; extra == 'dev'
Requires-Dist: pytest-cov>=4.0; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: typer[testing]>=0.9.0; extra == 'dev'
Description-Content-Type: text/markdown

# redis-flags

CLI for redis-feature-flags. Manage feature flags from your terminal.

Full documentation: https://github.com/sgs-97/redis-feature-flags/blob/master/docs/cli.md
