W
Windmill
T
Windmill
•
3y ago
Trevor Sullivan
How do I consume a Resource from a Bash Script?
I created an AWS connection resource and want to
"use
" the resource from a Bash Script
. The documentation shows how to use Resources from JavaScript code
, but not from Bash Scripts
.
Windmill
Join
3,296
Members
View on Discord
Was this page helpful?
Yes
No
R
rubenf
•
7/8/23, 6:08 AM
You can click the resource button in the editor bar it will insert the appropriate curl
T
Trevor Sullivan
OP
•
7/8/23, 2:05 PM
Thanks I eventually figured it out