OpenFeature’s official command-line tool
Go to file
Michael Beemer f59655fa93
Update README.md
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
2024-10-31 15:12:30 -04:00
.github/workflows ci: add docker publish (#37) 2024-10-22 14:37:28 -04:00
cmd test: Add tests for golang and react with in memory files (#43) 2024-10-31 15:27:04 +00:00
docs/schema/v0 refactor: change the case of the flag manifest to camel case. (#19) 2024-10-01 11:31:48 +00:00
internal test: Add tests for golang and react with in memory files (#43) 2024-10-31 15:27:04 +00:00
sample feat: Fixing problems with generated code for golang and adding sample manifest for testing. (#22) 2024-10-03 07:59:09 +00:00
.gitignore ci: add go releaser (#34) 2024-10-22 09:35:01 -04:00
.goreleaser.yaml ci: add docker publish (#37) 2024-10-22 14:37:28 -04:00
.release-please-manifest.json chore(main): release 0.1.5 (#41) 2024-10-22 15:15:56 -04:00
CHANGELOG.md chore(main): release 0.1.5 (#41) 2024-10-22 15:15:56 -04:00
Dockerfile fix: container copy command (#40) 2024-10-22 15:10:21 -04:00
LICENSE add license, readme, and pr linter 2024-08-20 14:01:06 -04:00
README.md Update README.md 2024-10-31 15:12:30 -04:00
go.mod test: Add tests for golang and react with in memory files (#43) 2024-10-31 15:27:04 +00:00
go.sum test: Add tests for golang and react with in memory files (#43) 2024-10-31 15:27:04 +00:00
main.go test: Add tests for golang and react with in memory files (#43) 2024-10-31 15:27:04 +00:00
release-please-config.json ci: add release please (#23) 2024-10-04 17:58:10 +00:00

README.md

OpenFeature Logo

OpenFeature CLI

work-in-progress Slack

[!CAUTION] The OpenFeature CLI is experimental! Feel free to give it a shot and provide feedback, but expect breaking changes.

OpenFeature is an open specification that provides a vendor-agnostic, community-driven API for feature flagging that works with your favorite feature flag management tool or in-house solution.

Overview

The OpenFeature CLI is a command-line tool designed to improve the developer experience when working with feature flags. Currently, features are focused primarily on supporting code generation.

Installation

Download packaged binaries from the releases page.

Why Code Generation?

Code generation automates the creation of strongly typed flag accessors, minimizing configuration errors and providing a better developer experience. By generating these accessors, developers can avoid issues related to incorrect flag names or types, resulting in more reliable and maintainable code.

Goals

  • Unified Flag Manifest Format: Establish a standardized flag manifest format that can be easily converted from existing configurations.
  • Strongly Typed Flag Accessors: Develop a CLI tool to generate strongly typed flag accessors for multiple programming languages.
  • Modular and Extensible Design: Create a format that allows for future extensions and modularization of flags.

Non-Goals

  • Full Provider Integration: The initial scope does not include creating tools to convert provider-specific configurations to the new flag manifest format.
  • Validation of Flag Configs: The project will not initially focus on validating flag configurations for consistency with the flag manifest.
  • General-Purpose Configuration: The project will not aim to create a general-purpose configuration tool for feature flags beyond the scope of the code generation tool.

Support the project

Thanks to everyone who has already contributed

Pictures of the folks who have contributed to the project

Made with contrib.rocks.