How to pass parameters to --query #7308
-
Hi,
output: build-xxxx
output No Output Can you please help me how can I make second attempt success |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @AkhilaGarlapally, thanks for reaching out. AWS uses JMESPath expression and it is enclosed in single quotes. In this case, you can surround the
I was able to get the expected output with this command above. Please let me know if you're still having the issue. Hope it helps, |
Beta Was this translation helpful? Give feedback.
Hi @AkhilaGarlapally, thanks for reaching out.
AWS uses JMESPath expression and it is enclosed in single quotes. In this case, you can surround the
--query
value with double quotes and then use single quotes (raw string literals) for the $mybuild var like so:I was able to get the expected output with this command above. Please let me know if you're still having the issue.
Hope it helps,
John