apache / apache/openwhisk-wskdeploy

Support passing in JSON parameter (value) data from a file.

Open
#592 0 comments 0 reactions 0 assignees View on GitHub
enhancement priority: low
Dominant language
Go
Stars
75
Forks
73
PR merge metrics
No merged PRs in 30d

Description

Note: this new feature would pre-req. supporting the JSON data type first.

Although the flag "param-file" is an invocation concept:
```
$ wsk action invoke --result hello --param-file parameters.json
```
We need to consider allowing a JSON file (under the package would be used to set the values (or default values) for an individual parameter when its type is JSON.

This feature SHOULD support the same ability (i.e., import of data) for future data types as well. For example, another data schema which would define parameter data (perhaps in XML).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.