You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/05/03 13:47:37 UTC

[GitHub] pritidesai commented on issue #880: wskdeploy export produces empty file

pritidesai commented on issue #880: wskdeploy export produces empty file
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/880#issuecomment-386301297
 
 
   @brunogirin I think export functionality is not supported for a project with multiple packages. @kpavel please confirm. 
   
   Also I tried deploying single package with cloudant dependency and running into any errors:
   
   ```
   ./wskdeploy sync -m tests/src/integration/cloudant/manifest.yaml --projectname AAA
   ```
   
   And when I run export on it, it fails with:
   
   ```
   ./wskdeploy export --projectname AAA -m manifest.yaml
   Info: The API host is [openwhisk.ng.bluemix.net], from .wskprops.
   Info: The auth key is set, from .wskprops.
   Info: The namespace is [], from .wskprops.
   Info: The apigw access token is set, from .wskprops.
   Info: Unmarshal OpenWhisk runtimes from internet at https://openwhisk.ng.bluemix.net.
   Manifest exported to: manifest.yaml
   Exporting project dependencies to dependencies
   Error: The requested resource '<my namespace>/cloudant' does not exist. (code 5302075)
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services