Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 882 Bytes

openfeature_generate_go.md

File metadata and controls

37 lines (24 loc) · 882 Bytes

openfeature generate go

Generate typesafe accessors for OpenFeature.

Stability: alpha

Synopsis

Generate typesafe accessors compatible with the OpenFeature Go SDK.

openfeature generate go [flags]

Options

  -h, --help                  help for go
      --package-name string   Name of the generated Go package (default "openfeature")

Options inherited from parent commands

      --debug             Enable debug logging
  -m, --manifest string   Path to the flag manifest (default "flags.json")
      --no-input          Disable interactive prompts
  -o, --output string     Path to where the generated files should be saved

SEE ALSO