@van-ibm the wskdeploy parser is not sequential; your problem appears to stem 
from the fact that you do not have a well-formed manifest (YAML).  I tried:

```
packages:
    test3:
        dependencies:
          jsonetl:
            location: github.com/van-ibm/openwhisk-jsonetl
        actions:
          request-all-orgs:
            function: Packages/jsonetl-master/dist/Request.js
            runtime: nodejs:8
```
and it parsed and deployed just fine.  I substituted a simple "hello" function 
inside the Request.js file.

[ Full content available at: 
https://github.com/apache/incubator-openwhisk-wskdeploy/issues/966 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to