python-muranoclient/releasenotes/notes/action-arguments-06a554f767...

6 lines
289 B
YAML

---
feature:
- environment-action-call command now accepts action argument values of any
type in JSON format, for example -
``environment-action-call $ENV_ID --action-id $ACT_ID --arguments foo=bar listArg='["item1", "item2", "item3"]' nullArg=null stringArg='"null"' intArg=5``