mirror of https://github.com/open-feature/cli.git
37 lines
788 B
Markdown
37 lines
788 B
Markdown
<!-- markdownlint-disable-file -->
|
|
<!-- WARNING: THIS DOC IS AUTO-GENERATED. DO NOT EDIT! -->
|
|
## openfeature generate python
|
|
|
|
Generate typesafe Python client.
|
|
|
|
|
|
> **Stability**: alpha
|
|
|
|
### Synopsis
|
|
|
|
Generate typesafe Python client compatible with the OpenFeature Python SDK.
|
|
|
|
```
|
|
openfeature generate python [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for python
|
|
```
|
|
|
|
### 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
|
|
|
|
* [openfeature generate](openfeature_generate.md) - Generate typesafe OpenFeature accessors.
|
|
|