You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building a task that needs json input which might vary between invocations. I can define a json positional arg and pass raw quoted json, but it would be easier to do this:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm building a task that needs json input which might vary between invocations. I can define a
json
positional arg and pass raw quoted json, but it would be easier to do this:invoke my-task --key1=val1 --key2=val2
This doesn't work:
Didn't see anything in docs or open issues, have I missed something?
Beta Was this translation helpful? Give feedback.
All reactions