[BUG] display is messed up when your .env has comments in it
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 396
- Forks
- 83
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 3
Description
doppler secrets upload .env
THe "NAME" and "VALUE" comments aren't displayed correctly. it seems every comment # whatever triggers the next line to entire go into the VALUE colum, so there's no NAME field its empty but i see the FOO=bar in the vauu column
Contributor guide
No contributing guide indexed for this repository
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 at the doppler secrets upload .env command and reproduce the display using an .env file containing comments such as # whatever between entries. Trace how the upload output assigns NAME and VALUE columns; done means comments no longer cause the following FOO=bar line to appear only in VALUE.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100