Also, I've tried using LocalCommand but hit the fo...
# general
a
Also, I've tried using LocalCommand but hit the following error, what could be causing this:
Copy code
error: unrecognized resource type (Check): command:local:Command
Resolved this by manually setting a CommandProvider, seems like there is no default provider for these
e
oh there should be... I wonder if you program was picking up another provider because of a parent resource?
a
yes, my parent resource had docker provider and that caused it