The GO Feature Flag Command Line is a CLI tool to interact with GO Feature Flag in your terminal.
For now it supports the following commands:
evaluate
to evaluate feature flags directly in your terminallint
to validate a configuration file format.
brew tap thomaspoignant/homebrew-tap
brew install go-feature-flag-cli
docker pull gofeatureflag/go-feature-flag-cli
More information about the usage of the container in the dockerhub page.
go-feature-flag-cli
is a command line tool.
go-feature-flag-cli evaluate --config="<location_of_your_flag_configuration_file>" --flag="<name_of_your_flag_to_evaluate>" --ctx='<evaluation_ctx_as_json_string>'
go-feature-flag-cli lint <location_of_your_flag_configuration_file> --format="<yaml or json or toml>"
View license information for the software contained in this image.
This project is open for contribution, see the contributor's guide for some helpful tips.