fuel-plugin-murano/releasenotes/notes/action-arguments-06a554f76783f3ed.yaml
Kirill Zaitsev 7e6a646f03 Added release-notes to plugin guide
Change-Id: I1b5fc3bf2df212d0fe70ee890a427ea317dc5aa6
2016-09-23 18:52:54 +03:00

6 lines
304 B
YAML

---
feature:
- The :command:`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``.