-
Notifications
You must be signed in to change notification settings - Fork 35
win_chocolatey / win_chocolatey_facts - support choco cache #134
Copy link
Copy link
Open
Labels
0 - TriagingIssue is accepted, but a milestone has yet to be added for the issue.Issue is accepted, but a milestone has yet to be added for the issue.EnhancementIssues that introduce new functionality to the project, or enhances/updates existing functionality.Issues that introduce new functionality to the project, or enhances/updates existing functionality.
Description
Checklist
- I have verified this is the correct repository for opening this issue.
- I have verified no other issues exist related to my request.
Is Your Feature Request Related To A Problem? Please describe.
Currently, there is no way to interact with the choco cache command that was introduced in Chocolatey CLI v2.1.0.
Describe The Solution. Why is it needed?
win_chocolatey- Support the
--skip-http-cacheglobal option- Add a
skip_http_cache(or maybeskip_cache/ignore_cache) option
- Add a
- Support the
choco cache removecommand- Add an option
purge_cachewhich defaults tonone/ nil and lets the user selectallorexpired
- Add an option
- Support the
win_chocolatey_facts- Support using the
choco cache listcommand and returning the cache information as part of the facts returned
- Support using the
Additional Context
The choco cache list command currently doesn't support --limit-output, so we will have a hard time making a lot of sense of the output until that is addressed:
Related Issues
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0 - TriagingIssue is accepted, but a milestone has yet to be added for the issue.Issue is accepted, but a milestone has yet to be added for the issue.EnhancementIssues that introduce new functionality to the project, or enhances/updates existing functionality.Issues that introduce new functionality to the project, or enhances/updates existing functionality.