onepub-dev / onepub-dev/reVault
allow a user to upgrade a var/form field to secret.
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 4
- Forks
- 0
- Avg merge
- 1h 55m
- Merged PRs (30d)
- 1
Description
Current to change a var or form field to 'secret' you must delete it first.
Change this so the user can use the set command with --secret on a norma var/form field and upgraded it.
You still have to delete/recreate to down grade a field.
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 set command and its existing --secret option, then trace how normal var and form fields are stored and typed. Implement the upgrade path without requiring deletion, while preserving the existing delete-and-recreate requirement for downgrading; verify the command handles both field types as described.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli, security
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 64/100