Koople
  • Getting Started
  • Core Concepts
  • Using Koople
    • First steps
    • Release Toggles
      • Long-Live/Release toggles
    • Remote Config
    • Target Groups
    • Users
    • Flag references
    • Audit Log
    • Member Permissions
    • Environment Settings
    • API Keys
    • Plans
  • SDK Reference
    • JavaScript
    • React
    • C#
    • Java
  • Api Reference
    • Client (WIP)
    • Server (WIP)
  • Changelog
Powered by GitBook
On this page

Was this helpful?

  1. Using Koople

Flag references

PreviousUsersNextAudit Log

Last updated 3 years ago

Was this helpful?

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