Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

[Feature] Add Support for Updating Feature Flag Payloads #97

@sridvijay

Description

@sridvijay

Hi! I was wondering if there could be an update to the update-feature-flag tool, with support for updating the payload for the feature flag.

I was having trouble doing this with Claude Code connected, and couldn't find any payload properties in the schema.

export const FeatureFlagSchema = z.object({
	id: z.number(),
	key: z.string(),
	name: z.string(),
	description: z.string().nullish(),
	filters: z.any().nullish(),
	active: z.boolean(),
	tags: z.array(z.string()).optional(),
});

Is there another way to do this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions