win_chocolatey
/ win_chocolatey_facts
- support choco cache
#134
Labels
0 - _Triaging
Issue is accepted, but a milestone has yet to be added for the issue
Improvement
Issues that enhances existing functionality, or adds new features
Checklist
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
--skip-http-cache
global optionskip_http_cache
(or maybeskip_cache
/ignore_cache
) optionchoco cache remove
commandpurge_cache
which defaults tonone
/ nil and lets the user selectall
orexpired
win_chocolatey_facts
choco cache list
command and returning the cache information as part of the facts returnedAdditional 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:--limit-output
forchoco cache list
(and other cache subcommands?) choco#3254Related Issues
No response
The text was updated successfully, but these errors were encountered: