We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whoops:
$ gomplate -d dir=/mydir -i {{ (datasource "dir" "config.json").foo.bar }} template: <arg>:1:21: executing "<arg>" at <"config.json">: can't evaluate field foo in type string
Also, using a ?type= query param in the arg should work too, since it's (generally) just appended to the datasource URL.
?type=
The text was updated successfully, but these errors were encountered:
hairyhenderson
Successfully merging a pull request may close this issue.
Whoops:
Also, using a
?type=
query param in the arg should work too, since it's (generally) just appended to the datasource URL.The text was updated successfully, but these errors were encountered: