[Feature Request] Secret support for celld
Open
- Dominant language
- Rust
- Stars
- 4.6k
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
So we don't have to put secret in wrangler.json
Expected command would be `celld secret put XXX` (like wrangler cli)
(And maybe a local overrides(.dev.vars) for local dev)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating celld’s CLI command dispatch and configuration handling, then inspect how deployed values are currently read from wrangler.json. Define the behavior for `celld secret put XXX` and the optional `.dev.vars` local override; done means secrets no longer need to be placed in wrangler.json and local development behavior is covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli, security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100