Replies: 1 comment
-
The value of
but you'd have to make sure there are no line breaks. I imagine Powershell has something similar. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Are json files supported when using the -v cli flag?
currently im getting an error of "Variable definition is not valid JSON. Correct example: -v '{"var1": "value1", "var2": "value2"}'"
when i try and pass in a json file instead of manually typing in the long variable list.
Maybe im configuring this wrong?
I have a json file with the following format
also doing this through powershell if that makes a difference
Beta Was this translation helpful? Give feedback.
All reactions