Open andreleblanc11 opened 3 weeks ago
sr3 disable
stopped
mkdir -p ~/.cache/sr3/component/config
sr3 declare component/config
This isn't a bug but more of an inconvience for analysts that have created a new config but don't want to use it right away
the disable command needs to create the cache dir if it doesn't exist. should be an easy fix.
Hey @mshak2 this would probably be a good thing to put in your todo queue.
How to reproduce
sr3 disable
stopped
Work around
mkdir -p ~/.cache/sr3/component/config
or (likely) runsr3 declare component/config
This isn't a bug but more of an inconvience for analysts that have created a new config but don't want to use it right away