open-feature / open-feature/cli
Inconsistent description when using the `openfeature generate` command
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 63
- Forks
- 22
- Avg merge
- 1h 27m
- Merged PRs (30d)
- 19
Description
When running openfeature generate, the descriptions for the various languages are not consistent. For example, the Go description does not mention Go.
❯ openfeature generate
Available generators:
Generator | Description | Stability
csharp | Generate typesafe C# client. | alpha
go | Generate typesafe accessors for OpenFeature. | alpha
java | Generate typesafe Java client. | alpha
nestjs | Generate typesafe NestJS decorators. | alpha
nodejs | Generate typesafe Node.js client. | alpha
python | Generate typesafe Python client. | alpha
react | Generate typesafe React Hooks. | alpha
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running the openfeature generate entry point and locating where the generator descriptions shown in its table are defined. Compare the listed descriptions for each generator, then verify that they consistently identify their target technology and rerun the command to confirm the output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100