cloudbees-days/fm-update-flag
Update CloudBees Feature Management flag configuration
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 containing the feature flag | yes | — |
| environment-name | Environment name where the flag should be configured | yes | — |
| flag-name | Name of the feature flag to update | yes | — |
| flag-config | YAML object containing flag configuration (enabled, defaultValue, conditions, etc.) | yes | — |
| api-url | CloudBees Platform 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-id | ID of the updated flag |
| flag-name | Name of the updated flag |
| application-id | ID of the application |
| application-name | Name of the application |
| environment-id | ID of the environment |
| environment-name | Name of the environment |
| configuration | JSON representation of the applied configuration |
| success | Whether the update was successful |