cloudbees-days/fm-get-flag-config
Get feature flag configuration from CloudBees Feature Management
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | CloudBees Feature Management API token | yes | — |
| org-id | CloudBees organization ID | yes | — |
| application-name | Application name where the flag is defined | yes | — |
| flag-name | Name of the feature flag to retrieve | yes | — |
| environment-name | Environment name to get flag configuration from | yes | — |
| api-url | CloudBees API URL | no | https://api.cloudbees.io |
| use-org-as-app | Use organization ID as application ID for flags API (original mode) | no | false |
Outputs
| name | description |
|---|---|
| flag-config | The current flag configuration as JSON |
| flag-id | The ID of the feature flag |
| environment-id | The ID of the environment |
| enabled | Whether the flag is enabled |
| default-value | The default value of the flag |