Set Windmill App State From Bash Script
Is there a way to set a key-value pair in the Windmill app state, from a Bash script? In the Python example, I saw a call to a
I am trying to avoid the dependency on the Bash script output, and directly set keys in the app state.
set_state() method, but am not clear if this can be done in Bash or not.I am trying to avoid the dependency on the Bash script output, and directly set keys in the app state.