Project
Your Hypertune project contains your:
Flag definitions
Input types for flag targeting logic, e.g.
User
,Organization
,Environment
Event types, e.g.
SignUpEvent
,PurchaseEvent
All of these are saved together as a single commit in the Git-based version history for your project.
A new commit is created on your main branch any time you save new changes.
Hypertune uses the latest commit on your main branch when you consume your flags.
You consume your flags via:
One of the SDKs
The GraphQL API
Last updated