Describe the bug
If I have mod A that has mod B as a dependency, and mod B has a CLI and/or plugin requirement that my env doesn't meet, I can still run steampipe mod install in mod's A directory and the install will complete.
Steampipe version (steampipe -v)
v0.19.3
To reproduce
See description above
Expected behavior
The install command should fail and tell me why
Additional context
Add any other context about the problem here.
Describe the bug If I have mod A that has mod B as a dependency, and mod B has a CLI and/or plugin requirement that my env doesn't meet, I can still run
steampipe mod install
in mod's A directory and the install will complete.Steampipe version (
steampipe -v
) v0.19.3To reproduce See description above
Expected behavior The install command should fail and tell me why
Additional context Add any other context about the problem here.