[FEATURE] secrets download --show-notes
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 396
- Forks
- 83
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 3
Description
Is your feature request related to a problem? Please describe.
I would like to download secrets in env format with secret notes as comments.
Describe the solution you'd like
Extra flag --show-notes or similar name with --format env would download secrets this way (example):
# REDIS_HOST notes from Doppler
REDIS_HOST="1.2.3.4"
# REDIS_PORT notes from Doppler
REDIS_PORT="6379"
VARIABLE_WIHOUT_NOTES="bar"
Describe alternatives you've considered
n/a
Additional context
n/a
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 CLI entry point for secrets download and trace how --format env renders each secret. Define the --show-notes behavior from the example, including comments only for secrets with notes, and verify the output for noted and unnoted secrets.
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
- 48/100