cli/docs/commands/openfeature_generate_java.md

892 B

openfeature generate java

Generate typesafe Java client.

Stability: alpha

Synopsis

Generate typesafe Java client compatible with the OpenFeature Java SDK.

openfeature generate java [flags]

Options

  -h, --help                  help for java
      --package-name string   Name of the generated Java package (default "com.example.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