clone_feature
Create a copy of an existing feature flag with a new identifier and name to replicate configurations for testing or deployment.
Instructions
Clone an existing feature with a new key and name.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| idOrUnifiedKey | Yes | Feature ID or unified key of the source feature to clone | |
| newKey | Yes | Key for the cloned feature | |
| name | Yes | Name for the cloned feature |