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
A use case is to pass a JSON string as a parameter. It doesn't seem possible to do this from the command line. No matter what combination of quoting/escaping I try to do, I get some form of the following error:
argo submit examples/arguments-parameters.yaml -p json='{"hello":"world"}'
Error: invalid argument "json={\"hello\":\"world\"}" for "-p, --parameter" flag: line 1, column 6: bare " in non-quoted-field
The text was updated successfully, but these errors were encountered:
A use case is to pass a JSON string as a parameter. It doesn't seem possible to do this from the command line. No matter what combination of quoting/escaping I try to do, I get some form of the following error:
The text was updated successfully, but these errors were encountered: