-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Currently, there's no support for approval flows int he LD CLI - the UI makes it really easy for users to review and request approval for changes. When access has been provided, a user can request an approval for their flag change, which in our instance is connected to our ServiceNow change management system. It creates a standard change based on our workflows, and the approval is near instantaneous with the logging and auditability our use case requires.
It'd be great to be able to do something similar in the CLI - currently, trying to alter an approval-enabled flag via automation returns {"code":"method_not_allowed","message":"Flag configuration updates require approval: action 'updateOn' not allowed"}
.
The eventual hope is that we can manage flags as a part of our CI/CD process, which hinges on being able to perform this approval process in a headless fashion.