7e6a646f03
Change-Id: I1b5fc3bf2df212d0fe70ee890a427ea317dc5aa6
6 lines
304 B
YAML
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``.
|