Add support for requires
to define dependencies in the mod.sp file
#1686
Labels
bug
Something isn't working
requires
to define dependencies in the mod.sp file
#1686
Describe the bug
Using
requires
in themod.sp
file doesn't check for dependencies anymore.In CLI version 0.13.0 when I test with the following dependencies -
I get the following error (which is expected) -
➜ steampipe-mod-aws-insights git:(main) ✗ steampipe dashboard
Error: 1 mod plugin requirement not satisfied.
turbot/aws 0.46.0 → 0.50.1
However the usage of
requires
doesn’t seem to work anymoreSteampipe version (
steampipe -v
)Example: v0.13.0
To reproduce
mod.sp
fileInstall a lower version of aws plugin -
0.46.0
Run steampipe dashboard
Expected behavior
Steampipe should throw an error regarding the plugin version incompatibility
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: