[Feature] Audit only mode
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 57
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
This looks amazing. I'd love to have the option, to run this action in an audit only mode, where pnpm does only security updates.
So there could be an option audit-only (default false), where:
true: does --fix update then --fix override
update: only does --fix update
override: only does --fix override
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 by locating the option parsing and the code paths for --fix update and --fix override. Confirm how the proposed audit-only option should represent false, true, update, and override, since the issue describes both a boolean and string values. Done means each requested mode runs only its specified security-update action.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100