cloudbees-days/fm-create-flag
Create a new feature flag in 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 will be created | yes | — |
| flag-name | Name of the feature flag to create | yes | — |
| flag-type | Type of the flag (Boolean, String, Number) | no | Boolean |
| description | Description of the feature flag | no | "" |
| variants | YAML list of flag variants (for non-Boolean flags) | no | "" |
| is-permanent | Whether the flag is permanent (true/false) | no | false |
| 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-id | The ID of the created feature flag |
| flag-name | The name of the created feature flag |
| flag-type | The type of the created feature flag |