DopplerHQ / DopplerHQ/cli

[BUG] download secret .env file has \ slashes in it.

Open
#528 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Go
Stars
396
Forks
83
Avg merge
1d 2h
Merged PRs (30d)
3

Description


$ doppler secrets download --no-file --format env > .env.prod

```

this command is buggy i have `FOO=\"bar\"` which is a bug

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue with doppler secrets download --no-file --format env > .env.prod and inspect the CLI path that formats downloaded secrets as env output. Confirm how a value such as FOO="bar" is rendered, then add or update coverage for that case and verify the generated .env.prod contains the intended value without extra backslashes.

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
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.