PowerShell / DSC

This repo is for the DSC v3 project
MIT License
133 stars 22 forks source link

Need a parameter to clear/rebuild resource cache #440

Closed anmenaga closed 1 week ago

anmenaga commented 1 month ago

Prerequisites

Summary

Currently this can be done only manually by deleting the file, e.g.: rm C:\Users\Andrew\AppData\Local\dsc\PSAdapterCache.json

This is not optimal user experience.

Steps to reproduce

run dsc.exe

Expected behavior

NA

Actual behavior

NA

Error details

No response

Environment data

v1

Version

v1

Visuals

No response

anmenaga commented 1 week ago

This was fixed by #468 .