You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was an error interpreting Starlark code
Evaluation error: dict has no .some_property field or method
at [3:27]: run
Error encountered running Starlark code.
What's your CLI version?
0.88.7
Description & steps to reproduce
Running
kurtosis run main.star '{"some_parameter": {"_kurtosis_parser": "struct", "some_property": "Property value"}}'
against
Outputs:
meaning some_parameter is not getting parsed as a struct as describe here: https://docs.kurtosis.com/run/#arguments
Desired behavior
structs are parsed via arguments for
--args-file
in yaml and json as well.What is the severity of this bug?
Critical; I am blocked and Kurtosis is unusable for me because of this bug.
What area of the product does this pertain to?
CLI: the Command Line Interface
The text was updated successfully, but these errors were encountered: