Flag references

With this utility which you can easily integrate with your favorite CI tool you can get track of the flags in your code and check them under the Code References tab in the feature flag page.

To use it, all you have to do is run the docker with the project directory mounted as a volume and indicate the project tag (since the same flag can be shared in several projects - frontend and backend for instance)

docker run  --rm -v $(pwd):/application koople/kpl:0.0.2 search-refs --apiKey <API KEY> -r <PROJECT NAME>

Docker image: https://hub.docker.com/repository/docker/koople/kpl

Last updated