Install the relay proxy
When should I use the GO Feature Flag Relay Proxy?
- If you want to access your feature flag using an API instead of the
thomaspoignant/go-feature-flag
SDK. - If you are not using GOlang to build your application.
- If you want to reduce the number of accesses to your configuration flag by centralizing them.
Install using Homebrew (mac and linux)
brew install go-feature-flag
Install using Scoop (windows)
scoop install go-feature-flag
Install using docker
docker pull gofeatureflag/go-feature-flag:latest
info
More info in the dockerhub page.