🐛Malformed Depot Breaks All CLI Functionality #342
Labels
bug
Something isn't working
good first issue
A good issue to start with when looking to make contributions
p: normal
Normal priority
Expected Behavior:
If I attempt to add a malformed depot, it shouldn't break other commands.
Actual Behavior:
The malformed template gets added to
conductor.pros
. This means that when you attempt to run any command, pros-cli will first attempt to parseconductor.pros
, but since the template was malformed, so isconductor.pros
, and thusjsonpickle
throws an error.error
Steps to reproduce:
With npm installed:
powershell:
not windows:
This also happens attempting to apply any template.
If you want to fix your cli after running the above commands, remove the malformed depot from
conductor.pros
.System information:
Operating System: Windows 11
pros-cli: 3.5.1
The text was updated successfully, but these errors were encountered: