go-feature-flag-cli
A command line tool to work with GO Feature Flag
10K+
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 terminal.lint to validate a configuration file format.generate manifest to create an OpenFeature flag manifest.This default distribution is the official distribution for go-feature-flag-cli.
Where to file issues: https://github.com/thomaspoignant/go-feature-flag/issues/.
Source are available in go-feature-flag repo.
All versions are available in the tags.
Release notes are available here.
go-feature-flag-cli is a command line tool.
docker run -v <location_of_your_local_file>:/config.yaml \
gofeatureflag/go-feature-flag-cli evaluate \
--config=/config.yaml \
--flag="<name_of_your_flag_to_evaluate>" \
--ctx='<evaluation_ctx_as_json_string>'
docker run -v <location_of_your_local_file>:/config.yaml \
gofeatureflag/go-feature-flag-cli lint "/config.yaml" \
--format="yaml"
Dockerfile linksGO Feature Flag Command lind is publishing the following tags:
The numbered version (ex: v1, 1.29, etc ...) are using a distroless base image,
ensuring a minimal image size and high security.
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.
Content type
Image
Digest
sha256:280100552…
Size
26.1 MB
Last updated
1 day ago
docker pull gofeatureflag/go-feature-flag-cli:v1.55.1Pulls:
1,703
Last week