Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 877 Bytes

openfeature_generate_csharp.md

File metadata and controls

37 lines (24 loc) · 877 Bytes

openfeature generate csharp

Generate typesafe C# client.

Stability: alpha

Synopsis

Generate typesafe C# client compatible with the OpenFeature .NET SDK.

openfeature generate csharp [flags]

Options

  -h, --help               help for csharp
      --namespace string   Namespace for the generated C# code (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