azure/Azure App Configuration Deploy Feature Flags
Deploy feature flags from a GitHub repository to Azure App Configuration
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Source file(s) containing feature flags. Multiple files can be specified in list or glob format. Example: **/*.json or FeatureFlags/*.json. Use ! to exclude files. | yes | — |
| app-configuration-endpoint | Destination endpoint for the Azure App Configuration store. | no | — |
| label | Azure App Configuration label to apply to the feature flags. If not specficed, the default is no label. | no | None |
| operation | Possible values: validate or deploy - deploy by default. validate: only validates the configuration file. deploy: deploys the feature flags to Azure App Configuration. | no | deploy |
| strict | If strict, the sync operation deletes feature flags not found in the config file. Choices: true, false. | no | — |
Outputs
no outputs