flavorflow-io/FlavorFlow Fetch Clients
Fetch Clients from API and generate matrix for builds
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | The project API key to fetch Clients | yes | — |
| project-id | The project ID to fetch Clients for | yes | — |
Outputs
| name | description |
|---|---|
| flavors | JSON array of build-matrix entries, one per Client. Each entry has name, app_name, and config (the full client configuration as a JSON string). Feed it to a matrix with include + fromJson(...), and pass matrix.config straight to apply-flavor-action. |