fullstorydev / fullstorydev/grpcurl
Allow to use yaml instead of json
- Dominant language
- Go
- Stars
- 12.8k
- Forks
- 580
- Avg merge
- 1h 8m
- Merged PRs (30d)
- 5
Description
Yaml is more convenient for writing and modifying big chunks of data. So my suggest is to add yaml support.
It is possible to do in 2 ways:
- add an option like `-data-yaml` (possibly with a short version `-Y`) for using instead of `-d`
- autodetect yaml if there is a `---` mark in the first line of data
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files, tests, or entry points; start by locating the CLI handling for the existing `-d` data input. Compare the two proposed YAML approaches, then verify that the selected interface accepts YAML data as described and add coverage for that behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100