You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Errors in the flag manifest are not presented in a user-friendly way. Improve the output so users can more easily understand how to address the issue.
Current output:
Error: error loading flag manifest: error validating JSON schema: jsonschema: '/flags/offer-free-shipping' does not validate with file:///home/nonroot/github.com/open-feature/cli/docs/schema/v0/flag_manifest.json#/properties/flags/patternProperties/%5E.%7B1%2C%7D$/$ref/required: missing properties: 'flagType', 'defaultValue'
error loading flag manifest: error validating JSON schema: jsonschema: '/flags/offer-free-shipping' does not validate with file:///home/nonroot/github.com/open-feature/cli/docs/schema/v0/flag_manifest.json#/properties/flags/patternProperties/%5E.%7B1%2C%7D$/$ref/required: missing properties: 'flagType', 'defaultValue'
Usage:
openfeature generate react [flags]
Flags:
-h, --help helpfor react
Global Flags:
--flag_manifest_path string Path to the flag manifest.
--output_path string Output path for the codegen
Errors in the flag manifest are not presented in a user-friendly way. Improve the output so users can more easily understand how to address the issue.
Current output:
Using the following manifest:
The text was updated successfully, but these errors were encountered: